FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/Specimen.processing.procedure

Packagech.fhir.ig.ch-lab-order
Resource TypeCodeSystem
IdSpecimen.processing.procedure
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-lab-order/https://build.fhir.org/ig/hl7ch/ch-lab-order/CodeSystem-Specimen.processing.procedure.html
URLhttp://fhir.ch/ig/ch-lab-order/CodeSystem/Specimen.processing.procedure
Version3.0.0-ci-build
Statusactive
Date2021-06-01T10:21:46+00:00
NameChLabOrderSpecimenProcessingProcedure
TitleService Request Processing Procedure
Realmch
Authorityhl7
Descriptionch-lab-order defines 2 different Kinds of Processing Procedures, replaced by http://hl7.org/fhir/ValueSet/handling-condition
CopyrightCC0-1.0
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem Specimen.processing.procedure

This case-sensitive code system http://fhir.ch/ig/ch-lab-order/CodeSystem/Specimen.processing.procedure defines the following codes:

CodeDisplayDefinition
FREEZE Tiefkühlen bei -18° CelsiusFreeze at -18° Celsius
COOLING Kühlen bei 5° - 8° CelsiusCooling at 5° - 8° Celsius

Source

{
  "resourceType": "CodeSystem",
  "id": "Specimen.processing.procedure",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-lab-order/CodeSystem/Specimen.processing.procedure",
  "version": "3.0.0-ci-build",
  "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"
    }
  ]
}