This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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 example
{
"resourceType": "DiagnosticReport",
"id": "f202",
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"contained": [
{
"resourceType": "DiagnosticOrder",
"id": "req",
"subject": {
"reference": "Patient/f201",
"display": "Roel"
},
"orderer": {
"reference": "Practitioner/f201",
"display": "Dokter Bronsig"
},
"encounter": {
"reference": "Encounter/f203",
"display": "Roel's encounter on March eleventh 2013"
}
}
],
"name": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "104177005",
"display": "Blood culture for bacteria, including anaerobic screen"
}
]
},
"status": "final",
"issued": "2013-03-11T10:28:00+01:00",
"subject": {
"reference": "Patient/f201",
"display": "Roel"
},
"performer": {
"reference": "Organization/f201",
"display": "AUMC"
},
"requestDetail": [
{
"reference": "#req"
}
],
"serviceCategory": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "15220000",
"display": "Laboratory test"
},
{
"system": "http://hl7.org/fhir/v2/0074",
"code": "LAB"
}
]
},
"diagnosticDateTime": "2013-03-11T03:45:00+01:00",
"result": [
{
"reference": "Observation/f206",
"display": "Results for staphylococcus analysis on Roel's blood culture"
}
],
"conclusion": "Blood culture tested positive on staphylococcus aureus",
"codedDiagnosis": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "428763004",
"display": "Bacteremia due to staphylococcus"
}
]
}
]
}
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.