This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: shareable-example-namingsystem - JSON Representation
Raw json | Download
{
"resourceType" : "NamingSystem",
"id" : "shareable-example",
"meta" : {
"profile" : [
"http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablenamingsystem"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://hl7.org/fhir/uv/crmi/NamingSystem/shareable-example</td></tr><tr><td>Version</td><td>1.0.0-ballot</td></tr><tr><td>Name</td><td>SNOMEDCT</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>SNOMED CT is a concept-based, scientifically validated terminology that provides a unique and permanent concept identifier that can be included in multiple HL7 data types including CD and CE. The concepts are managed to avoid "semantic drift" so the meaning remains constant. If the concept is found to be ambiguous or the meaning changes, the concept is inactivated but still retained and the identifier is never reused. SNOMED CT's concepts are interrelated hierarchically and using description logic. SNOMED CT concepts have a unique "fully-specified name", a preferred term, and, optionally, synonyms. The description languages include English and Spanish.</p>\n</div></td></tr><tr><td>Publisher</td><td>Clinical Decision Support WG</td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td></tr><tr><td>OID</td><td>2.16.840.1.113883.6.96</td><td/></tr><tr><td>URI</td><td>http://snomed.info/sct</td><td>true</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/artifact-url",
"valueUri" : "http://hl7.org/fhir/uv/crmi/NamingSystem/shareable-example"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/artifact-version",
"valueString" : "0.1.0"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/artifact-title",
"valueString" : "SNOMED CT"
},
{
"url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url",
"valueUri" : "http://hl7.org/fhir/uv/crmi/NamingSystem/shareable-example"
},
{
"url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version",
"valueString" : "1.0.0-ballot"
}
],
"name" : "SNOMEDCT",
"status" : "active",
"kind" : "codesystem",
"date" : "2014-12-13",
"publisher" : "Clinical Decision Support WG",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"responsible" : "IHTSDO & affiliates",
"description" : "SNOMED CT is a concept-based, scientifically validated terminology that provides a unique and permanent concept identifier that can be included in multiple HL7 data types including CD and CE. The concepts are managed to avoid \"semantic drift\" so the meaning remains constant. If the concept is found to be ambiguous or the meaning changes, the concept is inactivated but still retained and the identifier is never reused. SNOMED CT's concepts are interrelated hierarchically and using description logic. SNOMED CT concepts have a unique \"fully-specified name\", a preferred term, and, optionally, synonyms. The description languages include English and Spanish.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"uniqueId" : [
{
"type" : "oid",
"value" : "2.16.840.1.113883.6.96"
},
{
"type" : "uri",
"value" : "http://snomed.info/sct",
"preferred" : true
}
]
}