NHSN Healthcare Associated Infection (HAI) Reports Long Term Care Facilities (HAI-LTCF-FHIR), Release 1 - US Realm (Release 0.1.0 STU1 Ballot)

This page is part of the Healthcare Associated Infection Reports (HAI) Long Term Care Facilities (LTCF) (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

Turtle Format: ValueSet-2.16.840.1.113883.10.20.5.1.5.9.3

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.1.5.9.3"];
  fhir:Resource.meta [
     fhir:Element.id [ fhir:value "6753" ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>NHSNPrimaryResidentServiceType</h2><div><p>This valueset contains values for NHSN's Primary Resident Service Type</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.259.html\"><code>http://hl7.org/fhir/us/hai-ltcf/CodeSystem/2.16.840.1.113883.6.259</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.259.html#2.16.840.1.113883.6.259-1257-5\">1257-5</a></td><td>LTCF Skilled Nursing-Short Term Rehabilitation Unit</td><td/></tr><tr><td><a href=\"CodeSystem-2.16.840.1.113883.6.259.html#2.16.840.1.113883.6.259-1256-7\">1256-7</a></td><td>LTCF Psychiatric Unit</td><td/></tr><tr><td><a href=\"CodeSystem-2.16.840.1.113883.6.259.html#2.16.840.1.113883.6.259-1259-1\">1259-1</a></td><td>LTCF Ventilator Dependent Unit</td><td/></tr><tr><td><a href=\"CodeSystem-2.16.840.1.113883.6.259.html#2.16.840.1.113883.6.259-1260-9\">1260-9</a></td><td>LTCF Bariatric Unit</td><td/></tr><tr><td><a href=\"CodeSystem-2.16.840.1.113883.6.259.html#2.16.840.1.113883.6.259-1254-2\">1254-2</a></td><td>LTCF Inpatient Hospice Unit</td><td/></tr><tr><td><a href=\"CodeSystem-2.16.840.1.113883.6.259.html#2.16.840.1.113883.6.259-1258-3\">1258-3</a></td><td>LTCF General Nursing Unit</td><td/></tr><tr><td><a href=\"CodeSystem-2.16.840.1.113883.6.259.html#2.16.840.1.113883.6.259-1255-9\">1255-9</a></td><td>LTCF Dementia Unit</td><td/></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/hai-ltcf/ValueSet/2.16.840.1.113883.10.20.5.1.5.9.3"];
  fhir:ValueSet.version [ fhir:value "0.1.0"];
  fhir:ValueSet.name [ fhir:value "NHSNPrimaryResidentServiceType"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.date [ fhir:value "2019-08-01T08:56:05-04:00"^^xsd:dateTime];
  fhir:ValueSet.description [ fhir:value "This valueset contains values for NHSN's Primary Resident Service Type"];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/hai-ltcf/CodeSystem/2.16.840.1.113883.6.259" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "1257-5" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "LTCF Skilled Nursing-Short Term Rehabilitation Unit" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "1256-7" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "LTCF Psychiatric Unit" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "1259-1" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "LTCF Ventilator Dependent Unit" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "1260-9" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "LTCF Bariatric Unit" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "1254-2" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "LTCF Inpatient Hospice Unit" ]       ], [
         fhir:index 5;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "1258-3" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "LTCF General Nursing Unit" ]       ], [
         fhir:index 6;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "1255-9" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "LTCF Dementia Unit" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.