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
<Task xmlns="http://hl7.org/fhir">
<id value="example-imaging-scheduled-procedure-step"/>
<meta>
<profile
value="http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/imaging-scheduled-procedure-step"/>
</meta>
<text>
<status value="generated"/>
<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>
</text>
<basedOn>🔗
<reference value="ServiceRequest/example-imaging-requested-procedure"/>
</basedOn>
<status value="requested"/>
<intent value="plan"/>
<code>
<text value="CT Abdomen and Pelvis with Contrast"/>
</code>
<for>🔗
<reference value="Patient/example-imaging-patient"/>
</for>
<encounter>🔗
<reference value="Encounter/example-imaging-visit"/>
</encounter>
<requestedPeriod>
<start value="2024-01-01T12:00:00Z"/>
</requestedPeriod>
<requestedPerformer>
<reference>🔗
<reference value="Device/example-scheduled-station"/>
</reference>
</requestedPerformer>
<input>
<type>
<coding>
<system value="http://dicom.nema.org/resources/ontology/DCM"/>
</coding>
</type>
<valueCodeableConcept>
<coding>
<system value="http://dicom.nema.org/resources/ontology/DCM"/>
<code value="CT"/>
<display value="Computed Tomography"/>
</coding>
</valueCodeableConcept>
</input>
</Task>