Healthcare Associated Infection Reports, FHIR STU 2 Ballot - US Realm Implementation Guide CI Build

This page is part of the Healthcare Associated Infection Implementation Guide (v1.1.0: STU 2 Ballot 1) based on FHIR R3. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

Turtle Format: ValueSet-2.16.840.1.113883.13.10

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.13.10"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ];
     fhir:Meta.lastUpdated [ fhir:value "2019-03-14T14:26:52.000+11:00"^^xsd:dateTime ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>NHSNASAClassCode</h2><div><p>Physical status using the American Society of Anesthesiologists (ASA) Class Codes.</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=\"http://www.snomed.org/\"><code>http://snomed.info/sct</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=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=413495001\">413495001</a></td><td>Normally healthy patient</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=413496000\">413496000</a></td><td>Patient with mild systemic disease</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=413497009\">413497009</a></td><td>Patient with severe systemic disease, not incapacitating</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=413498004\">413498004</a></td><td>Patient with incapacitating systemic disease, constant threat to life</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=413499007\">413499007</a></td><td>Moribund patient, &amp;lt; 24-hour life expectancy</td><td/></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/hai/ValueSet/2.16.840.1.113883.13.10"];
  fhir:ValueSet.version [ fhir:value "1.1.0"];
  fhir:ValueSet.name [ fhir:value "NHSNASAClassCode"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2019-03-27T07:21:32+11:00"^^xsd:dateTime];
  fhir:ValueSet.description [ fhir:value "Physical status using the American Society of Anesthesiologists (ASA) Class Codes."];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "413495001" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Normally healthy patient" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "413496000" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Patient with mild systemic disease" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "413497009" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Patient with severe systemic disease, not incapacitating" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "413498004" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Patient with incapacitating systemic disease, constant threat to life" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "413499007" ];
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Moribund patient, &lt; 24-hour life expectancy" ]       ]     ]
  ].

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

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