FHIR IG analytics| Package | gov.cdc.nhsn.dqm |
| Resource Type | Observation |
| Id | Observation-lab-observation-example-ach-daily-rsvlabbtg.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation lab-observation-example-ach-daily-rsvlabbtg
status: Final
category: Laboratory
code: RSV Ag Ql (Throat)
subject: ACHDaily, RSVLabBTG
encounter: Hospital Encounter
effective: 2024-01-01 12:15:00+0000
issued: 2024-01-01 12:15:00+0000
value: Presumptive positive
specimen: Specimen: type = Nasopharyngeal swab (specimen); receivedTime = 2024-01-01 15:00:00+0000
{
"resourceType": "Observation",
"id": "lab-observation-example-ach-daily-rsvlabbtg",
"meta": {
"profile": [
"http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-daily-observation-lab"
]
},
"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": "31949-1",
"display": "Respiratory syncytial virus Ag [Presence] in Throat"
}
],
"text": "RSV Ag Ql (Throat)"
},
"subject": {
"reference": "Patient/patient-example-ach-daily-rsvlabbtg",
"display": "ACHDaily, RSVLabBTG"
},
"encounter": {
"reference": "Encounter/encounter-example-ach-daily-rsvlabbtg",
"display": "Hospital Encounter"
},
"effectiveDateTime": "2024-01-01T12:15:00Z",
"issued": "2024-01-01T12:15:00Z",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "720735008",
"display": "Presumptive positive"
}
],
"text": "Presumptive positive"
},
"specimen": {
"reference": "Specimen/specimen-example-ach-daily-rsvlabbtg"
}
}