CH LAB-Order (R4)
2.0.0 - 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 2.0.0 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

: Service Request Processing Procedure - JSON Representation

Active as of 2021-06-01

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "Specimen.processing.procedure",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://fhir.ch/ig/ch-lab-order/CodeSystem/Specimen.processing.procedure</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">FREEZE<a name=\"Specimen.processing.procedure-FREEZE\"> </a></td><td>Tiefkühlen bei -18° Celsius</td><td>Freeze at -18° Celsius</td></tr><tr><td style=\"white-space:nowrap\">COOLING<a name=\"Specimen.processing.procedure-COOLING\"> </a></td><td>Kühlen bei 5° - 8° Celsius</td><td>Cooling at 5° - 8° Celsius</td></tr></table></div>"
  },
  "url" : "http://fhir.ch/ig/ch-lab-order/CodeSystem/Specimen.processing.procedure",
  "version" : "2.0.0",
  "name" : "ChLabOrderSpecimenProcessingProcedure",
  "title" : "Service Request Processing Procedure",
  "status" : "active",
  "experimental" : true,
  "date" : "2021-06-01T10:21:46+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" : "ch-lab-order defines 2 different Kinds of Processing Procedures, replaced by http://hl7.org/fhir/ValueSet/handling-condition",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CH"
        }
      ]
    }
  ],
  "copyright" : "CC0-1.0",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "FREEZE",
      "display" : "Tiefkühlen bei -18° Celsius",
      "definition" : "Freeze at -18° Celsius"
    },
    {
      "code" : "COOLING",
      "display" : "Kühlen bei 5° - 8° Celsius",
      "definition" : "Cooling at 5° - 8° Celsius"
    }
  ]
}