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