Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide
1.0.0 - STU1 Release 1 United States of America flag

Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-resp-net-ig/ and changes regularly. See the Directory of published versions

: RESP-NET Positive test result codes - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "resp-net-positive-result-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>RESPNet Positive Lab Test Results</h2></div>"
  },
  "url" : "http://hl7.org/fhir/us/resp-net/ValueSet/resp-net-positive-result-codes",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.52.48.7"
    }
  ],
  "version" : "1.0.0",
  "name" : "RESPNetPositiveResultCodes",
  "title" : "resp-net-positive-result-codes",
  "status" : "draft",
  "experimental" : true,
  "date" : "2025-03-03T16:24:31+00:00",
  "publisher" : "HL7 International / Public Health",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "List of codes for RESPNet positive test results",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "10828004",
            "display" : "Positive (qualifier value)"
          },
          {
            "code" : "260373001",
            "display" : "Detected (qualifier value)"
          },
          {
            "code" : "42425007",
            "display" : "Equivocal (qualifier value)"
          },
          {
            "code" : "11214006",
            "display" : "Reactive (qualifier value)"
          },
          {
            "code" : "59156000",
            "display" : "Confirmed by (contextual qualifier) (qualifier value)"
          },
          {
            "code" : "840533007",
            "display" : "SARS-CoV-2"
          },
          {
            "code" : "407480007",
            "display" : "Influenza B virus (organism)"
          },
          {
            "code" : "407479009",
            "display" : "Influenza A virus (organism)"
          },
          {
            "code" : "6415009",
            "display" : "Human respiratory syncytial virus (organism)"
          }
        ]
      }
    ]
  }
}