CH LAB-Order (R4)
2.0.0 - trial-use
This page is part of the CH LAB-Order (R4) (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Active as of 2024-06-18 |
{
"resourceType" : "ValueSet",
"id" : "ch-lab-vs-order-control",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.1.0/CodeSystem-v2-0119.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0119</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.1.0/CodeSystem-v2-0119.html#v2-0119-RP\">RP</a></td><td>Order/service replace request</td><td>Order/service replace request</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.1.0/CodeSystem-v2-0119.html#v2-0119-CA\">CA</a></td><td>Cancel order/service request</td><td>Cancel order/service request</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.1.0/CodeSystem-v2-0119.html#v2-0119-HD\">HD</a></td><td>Hold order request</td><td>Hold order request</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.1.0/CodeSystem-v2-0119.html#v2-0119-RL\">RL</a></td><td>Release previous hold</td><td>Release previous hold</td></tr></table></li></ul></div>"
},
"url" : "http://fhir.ch/ig/ch-lab-order/ValueSet/ch-lab-vs-order-control",
"version" : "2.0.0",
"name" : "ChLabVSOrderControl",
"title" : "Order Control Codes used in CH Lab-Order",
"status" : "active",
"experimental" : true,
"date" : "2024-06-18T13:28:45+00:00",
"publisher" : "HL7 Switzerland",
"contact" : [
{
"name" : "HL7 Switzerland",
"telecom" : [
{
"system" : "url",
"value" : "https://www.hl7.ch"
}
]
},
{
"name" : "Marcel Hanselmann",
"telecom" : [
{
"system" : "email",
"value" : "laborprojektgruppe@gmail.com",
"use" : "work"
}
]
}
],
"description" : "Contains some codes of placer applications from v2-0119 table",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CH"
}
]
}
],
"copyright" : "CC0-1.0",
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0119",
"concept" : [
{
"code" : "RP",
"display" : "Order/service replace request"
},
{
"code" : "CA",
"display" : "Cancel order/service request"
},
{
"code" : "HD",
"display" : "Hold order request"
},
{
"code" : "RL",
"display" : "Release previous hold"
}
]
}
]
}
}