@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-snomed-CT"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

This code system http://snomed.info/sct defines many codes, but they are not represented here

" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/codesystem-properties-mode" ]; fhir:Extension.valueCode [ fhir:value "not-present" ] ]; fhir:CodeSystem.url [ fhir:value "http://snomed.info/sct"]; fhir:CodeSystem.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.6.96" ] ]; fhir:CodeSystem.version [ fhir:value "3.2.0"]; fhir:CodeSystem.name [ fhir:value "SNOMED_CT_INT"]; fhir:CodeSystem.title [ fhir:value "SNOMED CT International Edition"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.date [ fhir:value "2020-11-03"^^xsd:date]; fhir:CodeSystem.publisher [ fhir:value "International Health Terminology Standards Development Organisation (IHTSDO) trading as SNOMED International"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "International Health Terminology Standards Development Organisation (IHTSDO) trading as SNOMED International" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "email" ]; fhir:ContactPoint.value [ fhir:value "info@snomed.org" ] ] ]; fhir:CodeSystem.description [ fhir:value "SNOMED CT is a core clinical healthcare terminology that contains concepts with unique meanings and formal logic based definitions organized into hierarchies."]; fhir:CodeSystem.copyright [ fhir:value "This artefact includes content from SNOMED Clinical Terms (SNOMED CT) which is copyrighted material of the International Health Terminology Standards Development Organisation (IHTSDO). Where an implementation of this artefact makes use of SNOMED CT content, the implementer must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org"]; fhir:CodeSystem.content [ fhir:value "not-present"] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------