This page is part of the Healthcare Associated Infection Implementation Guide (v2.0.0: STU 2) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Turtle Format: ValueSet-2.16.840.1.113883.10.20.5.9.31
Raw ttl
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "2.16.840.1.113883.10.20.5.9.31"]; fhir:Resource.meta [ fhir:Element.id [ fhir:value "6687" ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>NHSNSSIDetectionMethodType</h2><div><p>The type of surveillance process by which the SSI was identified.</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-2.16.840.1.113883.6.277.html\"><code>http://hl7.org/fhir/us/hai/CodeSystem/2.16.840.1.113883.6.277</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-2.16.840.1.113883.6.277.html#2.16.840.1.113883.6.277-1309-4\">1309-4</a></td><td>Active SSI Detection Method</td><td/></tr><tr><td><a href=\"CodeSystem-2.16.840.1.113883.6.277.html#2.16.840.1.113883.6.277-1312-8\">1312-8</a></td><td>Passive SSI Detection Method</td><td/></tr></table></li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/hai/ValueSet/2.16.840.1.113883.10.20.5.9.31"]; fhir:ValueSet.name [ fhir:value "NHSNSSIDetectionMethodType"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.date [ fhir:value "2019-10-11T15:43:03-04:00"^^xsd:dateTime]; fhir:ValueSet.description [ fhir:value "The type of surveillance process by which the SSI was identified."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/hai/CodeSystem/2.16.840.1.113883.6.277" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "1309-4" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Active SSI Detection Method" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "1312-8" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Passive SSI Detection Method" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.