FHIR IG analytics| Package | hl7.fhir.us.resp-net.r4b |
| Resource Type | Observation |
| Id | Observation-influenza.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrative
id: flu
meta:
category: Laboratory
code: FLUAV+FLUBV+RSV RNA pnl Up resp NAA+pr
subject: Eve Everywoman; Medical Record Number: 1032702; active; ph: 1-(404)555-1212; gender: female; birthDate: 1974-11-24
effective: 2023-10-01
value: Detected
{
"resourceType": "Observation",
"id": "influenza",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-lab-result-observation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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-respnet-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"
}
]
}
}