FHIR IG analytics| Package | ihe.rad.ira |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-example-DiagnosticReportContext.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Subject | John Smith (no stated gender), DoB Unknown ( Medical Record Number: 1234567) |
Report Details
{
"resourceType": "DiagnosticReport",
"id": "example-DiagnosticReportContext",
"meta": {
"profile": [
"https://profiles.ihe.net/RAD/IRA/StructureDefinition/diagnosticreportcontext"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "unknown",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "29252-4",
"display": "CT Chest WO Contrast"
}
]
},
"subject": {
"reference": "Patient/example-PatientContext"
},
"study": [
{
"reference": "ImagingStudy/example-ImagingStudyContext"
}
]
}