This page is part of the Manifest-based Access to DICOM Objects (MADO) Profile (FHIR-R5 elements) (v0.2.0-snapshot1: QA Preview) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Example2-ImagingStudyManifest"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/imaging-manifest-r5/StructureDefinition/ImImagingStudyManifest"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/imaging-manifest-r5/StructureDefinition/ImImagingStudyManifest> ] )
] ; #
fhir:type [ fhir:v "searchset"] ; #
fhir:timestamp [ fhir:v "1993-11-29T12:36:56+00:00"^^xsd:dateTime] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "ImagingStudy/1"^^xsd:anyURI ] ;
( fhir:resource <ImagingStudy/1> )
] [
fhir:fullUrl [ fhir:v "Patient/patient"^^xsd:anyURI ] ;
( fhir:resource <Patient/patient> )
] [
fhir:fullUrl [ fhir:v "Practitioner/referrer"^^xsd:anyURI ] ;
( fhir:resource <Practitioner/referrer> )
] ) . #
<ImagingStudy/1> a fhir:ImagingStudy ;
fhir:id [ fhir:v "1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/imaging-manifest-r5/StructureDefinition/ImImagingStudy"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/imaging-manifest-r5/StructureDefinition/ImImagingStudy> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ImagingStudy_1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy 1</b></p><a name=\"1\"> </a><a name=\"hc1\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ImImagingStudy.html\">ImagingStudy: Manifest Imaging Study</a></p></div><p><b>identifier</b>: Study Instance UID/1.2.840.113674.1115.261.200.20240111.163748.100</p><p><b>status</b>: Available</p><p><b>subject</b>: <a href=\"Bundle-Example1-ImagingStudyManifest.html#Patient_patient\">Bundle: type = searchset; timestamp = 1993-11-29 12:36:56+0000</a></p><p><b>started</b>: 2024-01-11 16:37:48+0100</p><p><b>basedOn</b>: Identifier: Accession ID/123445678</p><p><b>referrer</b>: <a href=\"Bundle-Example1-ImagingStudyManifest.html#Practitioner_referrer\">Bundle: type = searchset; timestamp = 1993-11-29 12:36:56+0000</a></p><p><b>endpoint</b>: <a href=\"Endpoint-Example-WadoEndpoint.html\">Endpoint Example WADO-RS Endpoint</a></p><blockquote><p><b>series</b></p><p><b>uid</b>: 1.3.6.1.4.1.40771.77902411457117259815679070341354945427</p><p><b>number</b>: 1</p><p><b>modality</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM KO}\">Key Object Selection</span></p><h3>Instances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>SopClass</b></td><td><b>Number</b></td></tr><tr><td style=\"display: none\">*</td><td>999.999.133.1996.1.1800.1.6.9</td><td>unknown 1.2.840.10008.5.1.4.1.1.6.1: 1.2.840.10008.5.1.4.1.1.6.1</td><td>8</td></tr></table></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.eu/fhir/imaging-manifest-r5/CodeSystem/codesystem-missing-dicom-terminology"^^xsd:anyURI ] ;
fhir:code [ fhir:v "0020000D" ] ;
fhir:display [ fhir:v "Study Instance UID" ] ] ) ] ;
fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1.2.840.113674.1115.261.200.20240111.163748.100" ]
] ) ; #
fhir:status [ fhir:v "available"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient" ]
] ; #
fhir:started [ fhir:v "2024-01-11T16:37:48+01:00"^^xsd:dateTime] ; #
fhir:basedOn ( [
fhir:identifier [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ACSN" ] ] ) ] ;
fhir:system [ fhir:v "1.2.840.10008.2.16.4.999"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123445678" ] ]
] ) ; #
fhir:referrer [
fhir:reference [ fhir:v "Practitioner/referrer" ]
] ; #
fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/Example-WadoEndpoint" ]
] ) ; #
fhir:series ( [
fhir:uid [ fhir:v "1.3.6.1.4.1.40771.77902411457117259815679070341354945427" ] ;
fhir:number [ fhir:v "1"^^xsd:nonNegativeInteger ] ;
fhir:modality [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "KO" ] ;
fhir:display [ fhir:v "Key Object Selection" ] ] ) ] ;
( fhir:instance [
fhir:uid [ fhir:v "999.999.133.1996.1.1800.1.6.9" ] ;
fhir:sopClass [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1.2.840.10008.5.1.4.1.1.6.1" ] ] ;
fhir:number [ fhir:v "8"^^xsd:nonNegativeInteger ] ] )
] ) . #
<Patient/patient> a fhir:Patient ;
fhir:id [ fhir:v "patient"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/imaging-manifest-r5/StructureDefinition/ImPatient"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/imaging-manifest-r5/StructureDefinition/ImPatient> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_patient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient patient</b></p><a name=\"patient\"> </a><a name=\"hcpatient\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ImPatient.html\">Patient: Imaging Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Banaan Aarbei Citroen Female, DoB: 2002-01-01 ( Medical Record number: 454a8e3b-0669-68bc-c3de-3f51e3b766f5 (use: usual, ))</p><hr/></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Medical Record number" ] ] ) ] ;
fhir:system [ fhir:v "DCM4CHEE.22D779C5.54A03542"^^xsd:anyURI ] ;
fhir:value [ fhir:v "454a8e3b-0669-68bc-c3de-3f51e3b766f5" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:text [ fhir:v "Banaan Aarbei Citroen" ] ;
fhir:family [ fhir:v "Citroen" ] ;
( fhir:given [ fhir:v "Banaan" ] [ fhir:v "Aardbei" ] )
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "2002-01-01"^^xsd:date] . #
<Practitioner/referrer> a fhir:Practitioner ;
fhir:id [ fhir:v "referrer"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_referrer\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner referrer</b></p><a name=\"referrer\"> </a><a name=\"hcreferrer\"> </a><p><b>name</b>: Broccoli Bloemkool </p></div>"^^rdf:XMLLiteral
] ; #
fhir:name ( [
fhir:family [ fhir:v "Bloemkool" ] ;
( fhir:given [ fhir:v "Broccoli" ] )
] ) . #
IG © 2025+ HL7 Europe. Package hl7.fhir.eu.imaging-manifest-r5#0.2.0-snapshot1 based on FHIR 5.0.0. Generated 2025-09-23