FHIR IG analytics| Package | hl7.fhir.eu.imaging-r5 |
| Resource Type | DocumentReference |
| Id | DocumentReference-DocumentReferenceSemiStructured.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference DocumentReferenceSemiStructured
Language: en
Profile: EEHRxF MHD DocumentReference Profile for Imaging Reports
identifier: URI/http://semi-structured-report.example.com (use: usual, )
status: Current
modality: Magnetic Resonance
type: Diagnostic imaging report - example sections and entries
category: medical imaging studies and related imaging reports
subject: Frau GuteFrage Test-Schusti(official) (no stated gender), DoB: 1976-04-29
| Concept |
| Lower extremity |
date: 2025-05-08 00:00:00+0000
custodian: Organization Radiology Zentrum Bremen
content
Attachments
ContentType Language Url Creation application/fhir+json German (Germany) ./Bundle/bundle-report-semi-structured 2025-05-08 00:00:00+0000 Profiles
Value[x] Bundle: Imaging Report
{
"resourceType": "DocumentReference",
"id": "DocumentReferenceSemiStructured",
"meta": {
"profile": [
"http://hl7.eu/fhir/imaging-r5/StructureDefinition/DocumentReferenceImagingReport"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "urn:ietf:rfc:3986",
"value": "http://semi-structured-report.example.com"
}
],
"status": "current",
"modality": [
{
"coding": [
{
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "MR"
}
]
}
],
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "85430-7",
"display": "Diagnostic imaging report - example sections and entries"
}
]
},
"category": [
{
"coding": [
{
"system": "http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs",
"code": "Medical-Imaging"
}
]
}
],
"subject": {
"reference": "Patient/PatientSemiStructuredReport"
},
"bodySite": [
{
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "61685007"
}
]
}
}
],
"date": "2025-05-08T00:00:00Z",
"custodian": {
"reference": "Organization/OrganizationSemiStructuredReport"
},
"content": [
{
"attachment": {
"contentType": "application/fhir+json",
"language": "de-DE",
"url": "./Bundle/bundle-report-semi-structured",
"creation": "2025-05-08T00:00:00Z"
},
"profile": [
{
"valueCanonical": "http://hl7.eu/fhir/imaging-r5/StructureDefinition/BundleReportEuImaging"
}
]
}
]
}