CH RAD-Order (R4)
0.1.0 - STU 1 Ballot
This page is part of the CH RAD-Order (R4) (v0.1.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.1. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CodeSystem",
"id" : "ch-rad-order-requested-service",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://fhir.ch/ig/ch-rad-order/CodeSystem/ch-rad-order-requested-service defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">RequestForPrecedentReport<a name=\"ch-rad-order-requested-service-RequestForPrecedentReport\"> </a></td><td>Request for precedent Reports only</td></tr><tr><td style=\"white-space:nowrap\">RequestForPrecedentReportAndImages<a name=\"ch-rad-order-requested-service-RequestForPrecedentReportAndImages\"> </a></td><td>Request for precedent Reports and Images</td></tr><tr><td style=\"white-space:nowrap\">ImagingRequest<a name=\"ch-rad-order-requested-service-ImagingRequest\"> </a></td><td>Imaging Request</td></tr><tr><td style=\"white-space:nowrap\">RadIntervention<a name=\"ch-rad-order-requested-service-RadIntervention\"> </a></td><td>Interventional radiology</td></tr><tr><td style=\"white-space:nowrap\">SecondOpinion<a name=\"ch-rad-order-requested-service-SecondOpinion\"> </a></td><td>Second Opinion</td></tr><tr><td style=\"white-space:nowrap\">ImagingRequestWithIntervention<a name=\"ch-rad-order-requested-service-ImagingRequestWithIntervention\"> </a></td><td>Imaging Request with Intervention</td></tr><tr><td style=\"white-space:nowrap\">RemoteReporting<a name=\"ch-rad-order-requested-service-RemoteReporting\"> </a></td><td>Remote Reporting</td></tr></table></div>"
},
"url" : "http://fhir.ch/ig/ch-rad-order/CodeSystem/ch-rad-order-requested-service",
"version" : "0.1.0",
"name" : "ChRadOrderRequestedService",
"title" : "Requested Service",
"status" : "active",
"date" : "2021-06-17T15:58:58+02:00",
"publisher" : "HL7 Switzerland",
"contact" : [
{
"name" : "Juerg P. Bleuer",
"telecom" : [
{
"system" : "url",
"value" : "https://www.hl7.ch"
}
]
}
],
"description" : "Definition for Requested Service Code System in the context of CH RAD-Order.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CH"
}
]
}
],
"copyright" : "CC-BY-SA-4.0",
"content" : "complete",
"count" : 7,
"concept" : [
{
"code" : "RequestForPrecedentReport",
"display" : "Request for precedent Reports only"
},
{
"code" : "RequestForPrecedentReportAndImages",
"display" : "Request for precedent Reports and Images"
},
{
"code" : "ImagingRequest",
"display" : "Imaging Request"
},
{
"code" : "RadIntervention",
"display" : "Interventional radiology"
},
{
"code" : "SecondOpinion",
"display" : "Second Opinion"
},
{
"code" : "ImagingRequestWithIntervention",
"display" : "Imaging Request with Intervention"
},
{
"code" : "RemoteReporting",
"display" : "Remote Reporting"
}
]
}