@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "mdr"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This case-sensitive code system https://www.meddra.org defines codes, but no codes are represented here

" ] ; # fhir:url [ fhir:v "https://www.meddra.org"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.6.163" ] ] ) ; # fhir:version [ fhir:v "3.0.0"] ; # fhir:name [ fhir:v "MedDRA"] ; # fhir:title [ fhir:v "Medical Dictionary for Regulatory Activities"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-06-14T00:00:00-04:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "MedDRA Maintenance and Support Services Organization (MedDRA MSSO); Mr. Patrick Revelle; MSSO Director"] ; # fhir:contact ( [ fhir:name [ fhir:v "International Council for Harmonisation of Technical Requirements for Pharmaceuticals for Human Use (ICH)" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.ich.org/page/contact" ] ] ) ] ) ; # fhir:description [ fhir:v "MedDRA is a multilingual standardised international medical terminology which can be used for regulatory communication and evaluation of data pertaining to medicinal products for human use. MedDRA is designed for use in the registration, documentation and safety monitoring of medicinal products through all phases of the development cycle (i.e., from clinical trials to post-marketing surveillance).#13;\n\r\nMedDRA is structured as a five level hierarchy. System Organ Classes (SOCs) are the broadest terms (e.g., Cardiac disorders, Investigations). The lowest level of the terminology is the Lowest Level Term (LLT) level."] ; # fhir:copyright [ fhir:v "Please see [https://www.meddra.org/legal-mentions](https://www.meddra.org/legal-mentions). For information about special licensing, see [https://www.meddra.org/subscription/special-licences](https://www.meddra.org/subscription/special-licences)"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "not-present"] . # # -------------------------------------------------------------------------------------