FHIR Imaging ServiceRequest Profile IG, published by HL7 International / Imaging Integration. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/imaging-service-request-ig/ and changes regularly. 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:ImagingStudy ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "imaging-study-example-multiple-modality"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy imaging-study-example-multiple-modality</b></p><a name=\"imaging-study-example-multiple-modality\"> </a><a name=\"hcimaging-study-example-multiple-modality\"> </a><a name=\"imaging-study-example-multiple-modality-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/6.2.0/NamingSystem-dui.html\" title=\"An OID issued under DICOM OID rules. DICOM OIDs are represented as plain OIDs, with a prefix of "urn:oid:". See https://www.dicomstandard.org/\">DICOM Unique Id</a>/urn:oid:2.16.124.113543.1154777499.30246.19789.350343005</p><p><b>status</b>: Available</p><p><b>modality</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM CT}\">Computed Tomography</span>, <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM PET}\">PET</span>, <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM SR}\">Structured Report Document</span></p><p><b>subject</b>: <a href=\"Patient/dicom\">Patient/dicom</a></p><p><b>started</b>: 2017-01-01 11:01:20+0300</p><p><b>basedOn</b>: Identifier: Accession ID/W12342398</p><p><b>numberOfSeries</b>: 3</p><p><b>numberOfInstances</b>: 234</p><blockquote><p><b>series</b></p><p><b>uid</b>: 2.16.124.113543.1154777499.30246.19789.350343005.1</p><p><b>number</b>: 1</p><p><b>modality</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM CT}\">Computed Tomography</span></p><p><b>numberOfInstances</b>: 133</p></blockquote><blockquote><p><b>series</b></p><p><b>uid</b>: 2.16.124.113543.1154777499.30246.19789.350343005.2</p><p><b>number</b>: 2</p><p><b>modality</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM PET}\">PET</span></p><p><b>numberOfInstances</b>: 100</p></blockquote><blockquote><p><b>series</b></p><p><b>uid</b>: 2.16.124.113543.1154777499.30246.19789.350343005.3</p><p><b>number</b>: 101</p><p><b>modality</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM SR}\">Structured Report Document</span></p><p><b>numberOfInstances</b>: 1</p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.124.113543.1154777499.30246.19789.350343005" ]
] ) ; #
fhir:status [ fhir:v "available"] ; #
fhir:modality ( [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CT" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PET" ] ] )
] [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SR" ] ] )
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/dicom" ]
] ; #
fhir:started [ fhir:v "2017-01-01T11:01:20+03:00"^^xsd:dateTime] ; #
fhir:basedOn ( [
fhir:type [ fhir:v "ServiceRequest"^^xsd:anyURI ] ;
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:value [ fhir:v "W12342398" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/dicom-organization" ] ] ]
] ) ; #
fhir:numberOfSeries [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:numberOfInstances [ fhir:v "234"^^xsd:nonNegativeInteger] ; #
fhir:series ( [
fhir:uid [ fhir:v "2.16.124.113543.1154777499.30246.19789.350343005.1" ] ;
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 "CT" ] ] ) ] ;
fhir:numberOfInstances [ fhir:v "133"^^xsd:nonNegativeInteger ]
] [
fhir:uid [ fhir:v "2.16.124.113543.1154777499.30246.19789.350343005.2" ] ;
fhir:number [ fhir:v "2"^^xsd:nonNegativeInteger ] ;
fhir:modality [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PET" ] ] ) ] ;
fhir:numberOfInstances [ fhir:v "100"^^xsd:nonNegativeInteger ]
] [
fhir:uid [ fhir:v "2.16.124.113543.1154777499.30246.19789.350343005.3" ] ;
fhir:number [ fhir:v "101"^^xsd:nonNegativeInteger ] ;
fhir:modality [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SR" ] ] ) ] ;
fhir:numberOfInstances [ fhir:v "1"^^xsd:nonNegativeInteger ]
] ) . #
IG © 2021+ HL7 International / Imaging Integration. Package hl7.fhir.uv.imaging-service-request-ig#0.1.0 based on FHIR 6.0.0-ballot2. Generated 2025-03-26
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change