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
: ImagingScheduledProcedureStep-Example - TTL Representation
Raw ttl | Download
@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:Task ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example-imaging-scheduled-procedure-step"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/imaging-scheduled-procedure-step"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/imaging-scheduled-procedure-step> ] )
] ; #
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: Task example-imaging-scheduled-procedure-step</b></p><a name=\"example-imaging-scheduled-procedure-step\"> </a><a name=\"hcexample-imaging-scheduled-procedure-step\"> </a><a name=\"example-imaging-scheduled-procedure-step-en-US\"> </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-imaging-scheduled-procedure-step.html\">Task - DICOM MWL Scheduled Procedure Step Mapping</a></p></div><p><b>basedOn</b>: <a href=\"ServiceRequest-example-imaging-requested-procedure.html\">ServiceRequest: identifier = Requested Procedure ID: RP12345; status = active; intent = order; category = Imaging</a></p><p><b>status</b>: Requested</p><p><b>intent</b>: plan</p><p><b>code</b>: <span title=\"Codes:\">CT Abdomen and Pelvis with Contrast</span></p><p><b>for</b>: <a href=\"Patient-example-imaging-patient.html\">DANIELLE PLUTONIUM (no stated gender), DoB Unknown ( Medical record number)</a></p><p><b>encounter</b>: <a href=\"Encounter-example-imaging-visit.html\">Encounter: identifier = Visit number; status = in-progress</a></p><p><b>requestedPeriod</b>: 2024-01-01 12:00:00+0000 --> (ongoing)</p><h3>RequestedPerformers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Device-example-scheduled-station.html\">Device</a></td></tr></table><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\"/></td><td><span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM CT}\">Computed Tomography</span></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:basedOn ( [
fhir:reference [ fhir:v "ServiceRequest/example-imaging-requested-procedure" ]
] ) ; #
fhir:status [ fhir:v "requested"] ; #
fhir:intent [ fhir:v "plan"] ; #
fhir:code [
fhir:text [ fhir:v "CT Abdomen and Pelvis with Contrast" ]
] ; #
fhir:for [
fhir:reference [ fhir:v "Patient/example-imaging-patient" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/example-imaging-visit" ]
] ; #
fhir:requestedPeriod [
fhir:start [ fhir:v "2024-01-01T12:00:00Z"^^xsd:dateTime ]
] ; #
fhir:requestedPerformer ( [
fhir:reference [
fhir:reference [ fhir:v "Device/example-scheduled-station" ] ]
] ) ; #
fhir:input ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CT" ] ;
fhir:display [ fhir:v "Computed Tomography" ] ] ) ]
] ) . #