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 - JSON Representation
Raw json | Download
{
"resourceType" : "Observation",
"id" : "influenza",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab"
]
},
"text" : {
"status" : "generated",
"div" : "<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>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "laboratory",
"display" : "Laboratory"
}
],
"text" : "Laboratory"
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "85476-0",
"display" : "Influenza virus A and B and Respiratory syncytial virus RNA panel - Upper respiratory specimen by NAA with probe detection"
}
],
"text" : "Influenza virus A and B and Respiratory syncytial virus RNA panel - Upper respiratory specimen by NAA with probe detection"
},
"subject" : {
🔗 "reference" : "Patient/patient-ecr-eve-everywoman"
},
"encounter" : {
🔗 "reference" : "Encounter/resp-net-encounter-example"
},
"effectiveDateTime" : "2023-10-01",
"performer" : [
{
🔗 "reference" : "Practitioner/practitioner-us-core-henry-seven"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "260373001",
"display" : "Detected"
}
]
}
}