This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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",
"text": {
"status": "generated",
"div": "<div>\n <p>\n <b>Generated Narrative</b>\n </p>\n <p>\n <b>name</b>: \n <span title=\"Codes: {http://snomed.info/sct 429858000}\">CT of head-neck</span>\n </p>\n <p>\n <b>status</b>: final_\n </p>\n <p>\n <b>issued</b>: 1-Dec 2012 12:0\n </p>\n <p>\n <b>subject</b>: Roel\n </p>\n <p>\n <b>performer</b>: Blijdorp MC\n </p>\n <p>\n <b>serviceCategory</b>: \n <span title=\"Codes: {http://snomed.info/sct 394914008}, {http://hl7.org/fhir/v2/0074 RAD}\">Radiology</span>\n </p>\n <p>\n <b>diagnostic[x]</b>: 1-Dec 2012 12:0\n </p>\n <p>\n <b>conclusion</b>: CT brains: large tumor sphenoid/clivus.\n </p>\n <p>\n <b>codedDiagnosis</b>: \n <span title=\"Codes: {http://snomed.info/sct 188340000}\">Malignant tumor of craniopharyngeal duct</span>\n </p>\n </div>"
},
"name": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "429858000",
"display": "Computed tomography (CT) of head and neck"
}
],
"text": "CT of head-neck"
},
"status": "final",
"issued": "2012-12-01T12:00:00+01:00",
"subject": {
"reference": "Patient/f201",
"display": "Roel"
},
"performer": {
"reference": "Organization/f203",
"display": "Blijdorp MC"
},
"serviceCategory": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394914008",
"display": "Radiology"
},
{
"system": "http://hl7.org/fhir/v2/0074",
"code": "RAD"
}
]
},
"diagnosticDateTime": "2012-12-01T12:00:00+01:00",
"conclusion": "CT brains: large tumor sphenoid/clivus.",
"codedDiagnosis": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "188340000",
"display": "Malignant tumor of craniopharyngeal duct"
}
]
}
]
}