FHIR IG analytics| Package | hl7.fhir.eu.imaging-r5 |
| Resource Type | DocumentReference |
| Id | DocumentReference-RenderableFormatWithBasicMetadata.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference RenderableFormatWithBasicMetadata
Language: en
Profile: EEHRxF MHD DocumentReference Profile for Imaging Reports
identifier: URI/http://unstructured-report.example.com (use: usual, )
status: Current
modality: Computed Tomography
type: Diagnostic imaging report - example sections and entries
category: medical imaging studies and related imaging reports
subject: Jane Doe(official) (no stated gender), DoB: 1976-04-29
| Concept |
| Head and neck |
date: 2024-01-01 00:00:00+0000
custodian: Organization Rediologie Zentrum Bremen
content
Attachments
ContentType Language Url Creation application/fhir+json German ./Bundle/bundle-report-minimal-metadata-unstructured 2024-01-01 00:00:00+0000 Profiles
Value[x] Bundle: Imaging Report Minimal Metadata
{
"resourceType": "DocumentReference",
"id": "RenderableFormatWithBasicMetadata",
"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://unstructured-report.example.com"
}
],
"status": "current",
"modality": [
{
"coding": [
{
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "CT"
}
]
}
],
"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/PatientUnstructuredReport"
},
"bodySite": [
{
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "774007"
},
{
"system": "http://snomed.info/sct",
"code": "38266002"
}
]
}
}
],
"date": "2024-01-01T00:00:00Z",
"custodian": {
"reference": "Organization/OrganizationUnstructuredReport"
},
"content": [
{
"attachment": {
"contentType": "application/fhir+json",
"language": "de",
"url": "./Bundle/bundle-report-minimal-metadata-unstructured",
"creation": "2024-01-01T00:00:00Z"
},
"profile": [
{
"valueCanonical": "http://hl7.eu/fhir/imaging-r5/StructureDefinition/BundleReportMinimalMetadataEuImaging"
}
]
}
]
}