CH LAB-Order (R4)
3.0.0-ci-build - ci-build Switzerland flag

CH LAB-Order (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-order/ and changes regularly. See the Directory of published versions

: Order Control Codes used in CH Lab-Order - JSON Representation

Active as of 2024-06-19

Raw json | Download


{
  "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" : "3.0.0-ci-build",
  "name" : "ChLabVSOrderControl",
  "title" : "Order Control Codes used in CH Lab-Order",
  "status" : "active",
  "experimental" : true,
  "date" : "2024-06-19T07:47:23+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"
          }
        ]
      }
    ]
  }
}