FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cz.order
Resource TypeValueSet
IdValueSet-cz-observation-units-height-vs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/k-order/ValueSet-cz-observation-units-height-vs.html
URLhttps://hl7.cz/fhir/order/ValueSet/cz-observation-units-height-vs
Version0.0.3
Statusdraft
Date2026-06-02T12:05:36+00:00
NameCZ_ObservationUnitsHeightVs
TitleCZ Observation Units Height ValueSet
Realmcz
Authorityhl7
DescriptionAllowed UCUM units for body height observations in the Czech K-Order project.

Resources that use this resource

StructureDefinition
hl7.fhir.cz.order#currentcz-bodyheightBody Height: Order (CZ)

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r5.r4.r4#0.0.1-snapshot-2unitsofmeasure.orgUnified Code for Units of Measure (UCUM)

Narrative

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

Generated Narrative: ValueSet cz-observation-units-height-vs

  • Include these codes as defined in http://unitsofmeasure.org version Not Stated (use latest from terminology server)
    CodeDisplay
    cmcm
    mm

Source1

{
  "resourceType": "ValueSet",
  "id": "cz-observation-units-height-vs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/order/ValueSet/cz-observation-units-height-vs",
  "version": "0.0.3",
  "name": "CZ_ObservationUnitsHeightVs",
  "title": "CZ Observation Units Height ValueSet",
  "status": "draft",
  "experimental": false,
  "date": "2026-06-02T12:05:36+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "Allowed UCUM units for body height observations in the Czech K-Order project.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CZ",
          "display": "Czechia"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://unitsofmeasure.org",
        "concept": [
          {
            "code": "cm",
            "display": "cm"
          },
          {
            "code": "m",
            "display": "m"
          }
        ]
      }
    ]
  }
}