Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide
1.0.0-ballot - STU1 Ballot 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-ballot 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 Observation Example - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="influenza"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Narrative</b></p><p><b>id</b>: flu</p><p><b>meta</b>: </p><p></p><p><b>category</b>: <span title="Codes: {http://terminology.hl7.org/CodeSystem/observation-category laboratory}">Laboratory</span></p><p><b>code</b>: <span title="Codes: {http://loinc.org 85476-0}">FLUAV+FLUBV+RSV RNA pnl Up resp NAA+pr</span></p><p><b>subject</b>: Eve Everywoman;  Medical Record Number: 1032702; active; ph: 1-(404)555-1212; gender: female; birthDate: 1974-11-24</p><p><b>effective</b>: 2023-10-01</p><p><b>value</b>: Detected</p></div>
  </text>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/observation-category"/>
      <code value="laboratory"/>
      <display value="Laboratory"/>
    </coding>
    <text value="Laboratory"/>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="85476-0"/>
      <display
               value="Influenza virus A and B and Respiratory syncytial virus RNA panel - Upper respiratory specimen by NAA with probe detection"/>
    </coding>
    <text
          value="Influenza virus A and B and Respiratory syncytial virus RNA panel - Upper respiratory specimen by NAA with probe detection"/>
  </code>
  <subject>🔗 
    <reference value="Patient/patient-ecr-eve-everywoman"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/resp-net-encounter-example"/>
  </encounter>
  <effectiveDateTime value="2023-10-01"/>
  <performer>🔗 
    <reference value="Practitioner/practitioner-us-core-henry-seven"/>
  </performer>
  <valueCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="260373001"/>
      <display value="Detected"/>
    </coding>
  </valueCodeableConcept>
</Observation>