FHIR IG analytics| Package | hl7.fhir.eu.health-data-api |
| Resource Type | DocumentReference |
| Id | DocumentReference-ExampleDocumentReferenceImagingManifestFHIR.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentReference ExampleDocumentReferenceImagingManifestFHIR
Language: en
Profile: EEHRxF MHD DocumentReference Profile
masterIdentifier: urn:oid:2.999.3.4.5.6.7.8.9/urn:uuid:a1b2c3d4-e5f6-7890-abcd-ef1234567890 (use: usual, )
status: Current
type: Diagnostic imaging study
category: medical imaging studies and related imaging reports
subject: Jan Jansen
date: 2026-02-20 14:00:00+0100
author: Radiology Department, Amsterdam UMC
custodian: Amsterdam University Medical Center
description: FHIR ImagingStudy manifest for CT Chest study
content
Attachments
ContentType Url Title Creation application/fhir+json http://example.org/fhir/ImagingStudy/ct-chest-study CT Chest - FHIR Manifest 2026-02-20 14:00:00+0100 format: unknown: http://hl7.eu/fhir/imaging-r5/StructureDefinition/ImagingStudyEu (http://hl7.eu/fhir/imaging-r5/StructureDefinition/ImagingStudyEu)
{
"resourceType": "DocumentReference",
"id": "ExampleDocumentReferenceImagingManifestFHIR",
"meta": {
"profile": [
"http://hl7.eu/fhir/health-data-api/StructureDefinition/EehrxfMhdDocumentReference"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"masterIdentifier": {
"use": "usual",
"system": "urn:oid:2.999.3.4.5.6.7.8.9",
"value": "urn:uuid:a1b2c3d4-e5f6-7890-abcd-ef1234567890"
},
"status": "current",
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "18748-4",
"display": "Diagnostic imaging study"
}
]
},
"category": [
{
"coding": [
{
"system": "http://hl7.eu/fhir/health-data-api/CodeSystem/eehrxf-document-priority-category-cs",
"code": "Medical-Imaging",
"display": "medical imaging studies and related imaging reports"
}
]
}
],
"subject": {
"reference": "http://example.org/fhir/Patient/example-patient",
"display": "Jan Jansen"
},
"date": "2026-02-20T14:00:00+01:00",
"author": [
{
"reference": "http://example.org/fhir/Organization/example-radiology-dept",
"display": "Radiology Department, Amsterdam UMC"
}
],
"custodian": {
"reference": "http://example.org/fhir/Organization/example-hospital",
"display": "Amsterdam University Medical Center"
},
"relatesTo": [
{
"code": "transforms",
"target": {
"reference": "DocumentReference/ExampleDocumentReferenceImagingManifestKOS"
}
}
],
"description": "FHIR ImagingStudy manifest for CT Chest study",
"content": [
{
"attachment": {
"contentType": "application/fhir+json",
"url": "http://example.org/fhir/ImagingStudy/ct-chest-study",
"title": "CT Chest - FHIR Manifest",
"creation": "2026-02-20T14:00:00+01:00"
},
"format": {
"system": "urn:ietf:rfc:3986",
"code": "http://hl7.eu/fhir/imaging-r5/StructureDefinition/ImagingStudyEu"
}
}
]
}