HL7 FHIR® Implementation Guide: Healthcare Associated Infection Reports, FHIR Release 1 - US Realm
May 2018 Ballot

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


{
  "resourceType" : "ValueSet",
  "id" : "2.16.840.1.113883.13.13",
  "meta" : {
    "id" : "36"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>NHSNDrugSusceptibilityFindingCode</h2><div><p>Code System: HL7ObservationInterpretation 2.16.840.1.113883.5.83</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <code>urn:oid:2.16.840.1.113883.5.83</code><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>I</td><td>Intermediate</td><td/></tr><tr><td>R</td><td>Resistant</td><td/></tr><tr><td>S</td><td>Susceptible</td><td/></tr><tr><td>NS</td><td>Non-Susceptible</td><td/></tr><tr><td>S-DD</td><td>Susceptible-dose dependant</td><td/></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/hai/ValueSet/2.16.840.1.113883.13.13",
  "name" : "NHSNDrugSusceptibilityFindingCode",
  "status" : "active",
  "date" : "2018-04-04T04:29:13+10:00",
  "description" : "Code System: HL7ObservationInterpretation 2.16.840.1.113883.5.83",
  "compose" : {
    "include" : [
      {
        "system" : "urn:oid:2.16.840.1.113883.5.83",
        "concept" : [
          {
            "code" : "I",
            "display" : "Intermediate"
          },
          {
            "code" : "R",
            "display" : "Resistant"
          },
          {
            "code" : "S",
            "display" : "Susceptible"
          },
          {
            "code" : "NS",
            "display" : "Non-Susceptible"
          },
          {
            "code" : "S-DD",
            "display" : "Susceptible-dose dependant"
          }
        ]
      }
    ]
  }
}