This page is part of the CH LAB-Order (R4) (v2.0.0-ballot: STU 2 Ballot 1) based on FHIR 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
: Service Request Processing Procedure - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "Specimen.processing.procedure",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This 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-ballot",
"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"
}
]
}