FHIR IG analytics| Package | hl7.fhir.eu.extensions.r4 |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-DiagnosticReportStructured.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "DiagnosticReport",
"id": "DiagnosticReportStructured",
"language": "en-GB",
"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"
}
]
}