HealthcareAssociatedInfectionReports Implementation Guide CI Build

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 in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

JSON Format: ValueSet-2.16.840.1.113883.13.10

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "2.16.840.1.113883.13.10",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2019-03-13T23:26:52.000-04:00"
  },
  "text" : {
    "status" : "generated",
    "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>"
  },
  "url" : "http://hl7.org/fhir/us/hai/ValueSet/2.16.840.1.113883.13.10",
  "name" : "NHSNASAClassCode",
  "status" : "active",
  "date" : "2019-10-11T15:43:03-04:00",
  "description" : "Physical status using the American Society of Anesthesiologists (ASA) Class Codes.",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "413495001",
            "display" : "Normally healthy patient"
          },
          {
            "code" : "413496000",
            "display" : "Patient with mild systemic disease"
          },
          {
            "code" : "413497009",
            "display" : "Patient with severe systemic disease, not incapacitating"
          },
          {
            "code" : "413498004",
            "display" : "Patient with incapacitating systemic disease, constant threat to life"
          },
          {
            "code" : "413499007",
            "display" : "Moribund patient, &lt; 24-hour life expectancy"
          }
        ]
      }
    ]
  }
}