FHIR IG analytics| Package | hl7.fhir.uv.aitransparency |
| Resource Type | Observation |
| Id | Observation-f206.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation f206
status: Final
code: Blood culture
subject: http://server.example.org/fhir/Patient/f201
effective: 2013-03-11 10:28:00+0100
issued: 2013-03-11 10:28:00+0100
performer: http://server.example.org/fhir/Practitioner/pract
value: Staphylococcus aureus
interpretation: Positive
method: Blood culture for bacteria, including anaerobic screen
{
"resourceType": "Observation",
"id": "f206",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://example.org/codes/foobar",
"code": "104177",
"display": "Blood culture"
},
{
"system": "http://loinc.org",
"code": "600-7",
"display": "Bacteria identified in Blood by Culture"
}
]
},
"subject": {
"reference": "http://server.example.org/fhir/Patient/f201"
},
"effectiveDateTime": "2013-03-11T10:28:00+01:00",
"issued": "2013-03-11T10:28:00+01:00",
"performer": [
{
"reference": "http://server.example.org/fhir/Practitioner/pract"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "3092008",
"display": "Staphylococcus aureus"
}
]
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "POS"
}
]
}
],
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "104177005",
"display": "Blood culture for bacteria, including anaerobic screen"
}
]
}
}