This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4 R3 R2
Real-world patient - staphylococcus
{
"resourceType": "Observation",
"id": "f206",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "104177005",
"display": "Blood culture for bacteria, including anaerobic screen"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "3092008",
"display": "Staphylococcus aureus"
}
]
},
"interpretation": {
"coding": [
{
"system": "http://hl7.org/fhir/v2/0078",
"code": "POS"
}
]
},
"issued": "2013-03-11T10:28:00+01:00",
"status": "final",
"reliability": "ok",
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "104177005",
"display": "Blood culture for bacteria, including anaerobic screen"
}
]
},
"subject": {
"reference": "Patient/f201",
"display": "Roel"
},
"performer": [
{
"reference": "Practitioner/f202",
"display": "Luigi Maas"
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.