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

FHIR IG analytics

Packagede.fhir.terminologie-basis
Resource TypeValueSet
IdValueSet-VitalSignDE-Body-Length-UCUM.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7germany/terminologie-basis-de/ValueSet-VitalSignDE-Body-Length-UCUM.html
URLhttp://fhir.de/ValueSet/VitalSignDE-Body-Length-UCUM
Version1.0.0-alpha1
Statusactive
Date2025-11-19T17:18:12+00:00
NameVitalSignDE_Body_Length_UCUM
TitleVitalSignDE_Body_Length_UCUM
Authorityhl7
DescriptionVitalSignDE_Body_Length_UCUM enthält alle validen Einheiten zur Kodierung einer Körpergröße
CopyrightThe UCUM codes, UCUM table (regardless of format), and UCUM Specification are copyright © 1999-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
unitsofmeasure.orgUnified Code for Units of Measure (UCUM)

Narrative

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

Generated Narrative: ValueSet VitalSignDE-Body-Length-UCUM

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

Source1

{
  "resourceType": "ValueSet",
  "id": "VitalSignDE-Body-Length-UCUM",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.de/ValueSet/VitalSignDE-Body-Length-UCUM",
  "version": "1.0.0-alpha1",
  "name": "VitalSignDE_Body_Length_UCUM",
  "title": "VitalSignDE_Body_Length_UCUM",
  "status": "active",
  "experimental": false,
  "date": "2025-11-19T17:18:12+00:00",
  "publisher": "HL7 Deutschland e.V. (Technisches Komitee Terminologie)",
  "contact": [
    {
      "name": "HL7 Deutschland e.V. (Technisches Komitee Terminologie)",
      "telecom": [
        {
          "system": "url",
          "value": "https://hl7.de/technische-komitees/terminologien/"
        }
      ]
    }
  ],
  "description": "VitalSignDE_Body_Length_UCUM enthält alle validen Einheiten zur Kodierung einer Körpergröße",
  "copyright": "The UCUM codes, UCUM table (regardless of format), and UCUM Specification are copyright © 1999-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved.",
  "compose": {
    "include": [
      {
        "system": "http://unitsofmeasure.org",
        "concept": [
          {
            "code": "cm",
            "display": "centimeter"
          },
          {
            "code": "m",
            "display": "meter"
          }
        ]
      }
    ]
  }
}