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

FHIR IG Statistics: ValueSet/ch-elm-status

Packagech.fhir.ig.ch-elm
TypeValueSet
Idch-elm-status
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-elm/https://build.fhir.org/ig/ahdis/ch-elm/ValueSet-ch-elm-status.html
URLhttp://fhir.ch/ig/ch-elm/ValueSet/ch-elm-status
Version1.10.0
Statusactive
Date2025-06-23T20:27:52+00:00
NameChElmStatus
TitleCH ELM Status
Realmch
Authorityhl7
DescriptionThis CH ELM value set includes the codes for the laboratory specialities.
CopyrightCC0-1.0

Resources that use this resource

StructureDefinition
ch-ext-elm-statusStatus of the processing of the document

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet ch-elm-status


Source

{
  "resourceType": "ValueSet",
  "id": "ch-elm-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-elm/ValueSet/ch-elm-status",
  "version": "1.10.0",
  "name": "ChElmStatus",
  "title": "CH ELM Status",
  "status": "active",
  "experimental": false,
  "date": "2025-06-23T20:27:52+00:00",
  "publisher": "Federal Office of Public Health FOPH",
  "contact": [
    {
      "name": "Federal Office of Public Health FOPH",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.bag.admin.ch/bag/en/home/das-bag/kontakt-standort.html"
        }
      ]
    }
  ],
  "description": "This CH ELM value set includes the codes for the laboratory specialities.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/task-status",
        "concept": [
          {
            "code": "in-progress",
            "display": "in-progress"
          },
          {
            "code": "failed",
            "display": "failed"
          },
          {
            "code": "completed",
            "display": "completed"
          }
        ]
      }
    ]
  }
}