This page is part of the HL7 Europe Extensions (v1.3.0: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "DiagnosticReport",
"id" : "DiagnosticReportStructured",
"language" : "en-GB",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-GB\" lang=\"en-GB\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport DiagnosticReportStructured</b></p><a name=\"DiagnosticReportStructured\"> </a><a name=\"hcDiagnosticReportStructured\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en-GB</p></div><h2><span title=\"Codes:{http://www.ama-assn.org/go/cpt 93351}\">STRESS TTE COMPLETE</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>When For</td><td>2003-06-01</td></tr><tr><td>Performer</td><td> Best Radiology Dept.</td></tr><tr><td>Identifier</td><td> <code>http://example.org/myhosptital/reportidentifiers</code>/dfkjewoieoijwoskdjf</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.eu/fhir/StructureDefinition/anatomical-region",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "67734004"
}
]
}
}
],
"identifier" : [
{
"system" : "http://example.org/myhosptital/reportidentifiers",
"value" : "dfkjewoieoijwoskdjf"
}
],
"basedOn" : [
{
"type" : "ServiceRequest",
"identifier" : {
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ACSN"
},
{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "121022",
"display" : "Accession Number"
}
]
},
"system" : "http://example.org/myhosptital/accessionsystem",
"value" : "87654321"
}
}
],
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://www.ama-assn.org/go/cpt",
"code" : "93351",
"display" : "STRESS TTE COMPLETE"
}
]
},
"subject" : {
"display" : "Nice Patient"
},
"effectiveDateTime" : "2003-06-01",
"performer" : [
{
"display" : "Best Radiology Dept."
}
],
"resultsInterpreter" : [
{
"display" : "Dr. John Doe"
}
],
"result" : [
{
"display" : "radiology observation"
}
]
}