@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:NamingSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "icd10"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Summary

Defining URLhttp://terminology.hl7.org/NamingSystem/icd10
NameIcd10
Statusactive
Definition

International Classification of Diseases revision 10 (ICD 10)

\n
PublisherWHO

Identifiers

TypeValuePreferredComment
OID2.16.840.1.113883.6.3true
URIhttp://terminology.hl7.org/CodeSystem/icd10falsePublished as a stub for HL7 convenience; the official URL should be used in implementations.
URIhttp://hl7.org/fhir/sid/icd-10truePublished for many years in HL7 Standards, but has now been superceded. Retained here for backwards-compatibility and convenience.
URIhttp://www.cms.gov/Medicare/Coding/ICD10falseThis is the URL as specified by the terminology owner, and is considereed authoritative.
OtherI10trueThis is the V2 code sytstem mnemonic.
" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/tools/StructureDefinition/extension-title" ]; fhir:Extension.valueString [ fhir:value "ICD-10" ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url" ]; fhir:Extension.valueUri [ fhir:value "http://terminology.hl7.org/NamingSystem/icd10" ] ], [ fhir:index 2; fhir:Extension.url [ fhir:value "http://terminology.hl7.org/StructureDefinition/ext-namingsystem-version" ]; fhir:Extension.valueString [ fhir:value "2.2.0" ] ]; fhir:NamingSystem.name [ fhir:value "Icd10"]; fhir:NamingSystem.status [ fhir:value "active"]; fhir:NamingSystem.kind [ fhir:value "codesystem"]; fhir:NamingSystem.date [ fhir:value "2019-03-20T00:00:00-04:00"^^xsd:dateTime]; fhir:NamingSystem.publisher [ fhir:value "WHO"]; fhir:NamingSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "World Health Organization" ] ]; fhir:NamingSystem.responsible [ fhir:value "WHO"]; fhir:NamingSystem.description [ fhir:value "International Classification of Diseases revision 10 (ICD 10)"]; fhir:NamingSystem.uniqueId [ fhir:index 0; fhir:NamingSystem.uniqueId.type [ fhir:value "oid" ]; fhir:NamingSystem.uniqueId.value [ fhir:value "2.16.840.1.113883.6.3" ]; fhir:NamingSystem.uniqueId.preferred [ fhir:value "true"^^xsd:boolean ] ], [ fhir:index 1; fhir:NamingSystem.uniqueId.type [ fhir:value "uri" ]; fhir:NamingSystem.uniqueId.value [ fhir:value "http://terminology.hl7.org/CodeSystem/icd10" ]; fhir:NamingSystem.uniqueId.preferred [ fhir:value "false"^^xsd:boolean ]; fhir:NamingSystem.uniqueId.comment [ fhir:value "Published as a stub for HL7 convenience; the official URL should be used in implementations." ] ], [ fhir:index 2; fhir:NamingSystem.uniqueId.type [ fhir:value "uri" ]; fhir:NamingSystem.uniqueId.value [ fhir:value "http://hl7.org/fhir/sid/icd-10" ]; fhir:NamingSystem.uniqueId.preferred [ fhir:value "true"^^xsd:boolean ]; fhir:NamingSystem.uniqueId.comment [ fhir:value "Published for many years in HL7 Standards, but has now been superceded. Retained here for backwards-compatibility and convenience." ] ], [ fhir:index 3; fhir:NamingSystem.uniqueId.type [ fhir:value "uri" ]; fhir:NamingSystem.uniqueId.value [ fhir:value "http://www.cms.gov/Medicare/Coding/ICD10" ]; fhir:NamingSystem.uniqueId.preferred [ fhir:value "false"^^xsd:boolean ]; fhir:NamingSystem.uniqueId.comment [ fhir:value "This is the URL as specified by the terminology owner, and is considereed authoritative." ] ], [ fhir:index 4; fhir:NamingSystem.uniqueId.type [ fhir:value "other" ]; fhir:NamingSystem.uniqueId.value [ fhir:value "I10" ]; fhir:NamingSystem.uniqueId.preferred [ fhir:value "true"^^xsd:boolean ]; fhir:NamingSystem.uniqueId.comment [ fhir:value "This is the V2 code sytstem mnemonic." ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------