FHIR IG analytics| Package | hl7.fhir.us.nhsn-dqm.r4b |
| Resource Type | Observation |
| Id | Observation-observation-example-ach-pass1-csf.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation observation-example-ach-pass1-csf
basedOn: ServiceRequest Differential panel - Cerebral spinal fluid
status: Final
category: Laboratory
code: Serratia marcescens DNA
subject: Pass1 ACH
encounter: Hospital Admission
effective: 2024-02-02 18:13:00-0500
issued: 2024-02-03 11:47:00-0500
performer: Practitioner Example Practitioner
value: Detected (qualifier value)
{
"resourceType": "Observation",
"id": "observation-example-ach-pass1-csf",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-observation-lab|6.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"basedOn": [
{
"reference": "ServiceRequest/servicerequest-example-ach-ach-pass1-csf"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"version": "1.0.0",
"code": "laboratory",
"display": "Laboratory"
}
],
"text": "Laboratory"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "61402-4",
"display": "Serratia marcescens DNA [Presence] in Specimen by NAA with probe detection"
}
],
"text": "Serratia marcescens DNA"
},
"subject": {
"reference": "Patient/patient-example-ach-ach-pass1",
"display": "Pass1 ACH"
},
"encounter": {
"reference": "Encounter/encounter-example-ach-ach-pass1",
"display": "Hospital Admission"
},
"effectiveDateTime": "2024-02-02T18:13:00-05:00",
"issued": "2024-02-03T11:47:00-05:00",
"performer": [
{
"reference": "Practitioner/practitioner-example"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "260373001",
"display": "Detected (qualifier value)"
}
]
},
"specimen": {
"reference": "Specimen/specimen-example-ach-ach-pass1-csf"
}
}