Healthcare Associated Infection Reports (HL7 FHIR® IG : Trial Use v1.0.0 / US Realm)

This page is part of the Healthcare Associated Infection Implementation Guide (v1.0.0: STU 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


{
  "resourceType" : "ValueSet",
  "id" : "nhsn-pathogen-ranking",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>NHSNPathogenRanking</h2><div><p>Ordinal rankings for the relative importance of a pathogen in that set with respect to its role in the infection.</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=255216001\">255216001</a></td><td>First</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=81170007\">81170007</a></td><td>Second</td><td/></tr><tr><td><a href=\"http://browser.ihtsdotools.org/?perspective=full&amp;conceptId1=70905002\">70905002</a></td><td>Third</td><td/></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/us/hai/ValueSet/nhsn-pathogen-ranking",
  "version" : "1.0.0",
  "name" : "NHSNPathogenRanking",
  "status" : "draft",
  "date" : "2019-03-08T08:48:19+11:00",
  "description" : "Ordinal rankings for the relative importance of a pathogen in that set with respect to its role in the infection.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "255216001",
            "display" : "First"
          },
          {
            "code" : "81170007",
            "display" : "Second"
          },
          {
            "code" : "70905002",
            "display" : "Third"
          }
        ]
      }
    ]
  }
}