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

FHIR IG Statistics: ValueSet/WeightUOMVS

Packagehl7.fhir.us.vitals
Resource TypeValueSet
IdWeightUOMVS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/vitals/https://build.fhir.org/ig/HL7/cimi-vital-signs/ValueSet-WeightUOMVS.html
URLhttp://hl7.org/fhir/us/vitals/ValueSet/WeightUOMVS
Version2.0.0
Statusdraft
Date2024-10-09T23:56:46+00:00
NameWeightUOMVS
TitleWeight Units of Measure value set
Realmus
Authorityhl7
DescriptionSELECT UCUM code system values that desceibe the units of measure associated with the measured weight value.
CopyrightLogica Health, all rights reserved Creative Commons License

Resources that use this resource

StructureDefinition
body-weightBody Weight

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 WeightUOMVS


Source

{
  "resourceType": "ValueSet",
  "id": "WeightUOMVS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/vitals/ValueSet/WeightUOMVS",
  "version": "2.0.0",
  "name": "WeightUOMVS",
  "title": "Weight Units of Measure value set",
  "status": "draft",
  "date": "2024-10-09T23:56:46+00:00",
  "publisher": "HL7 International - Clinical Information Modeling Initiative",
  "contact": [
    {
      "name": "HL7 International - Clinical Information Modeling Initiative",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/cimi"
        }
      ]
    },
    {
      "name": "Logica",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.logicahealth.org/"
        }
      ]
    }
  ],
  "description": "SELECT UCUM code system values that desceibe the units of measure associated with the measured weight value.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "copyright": "Logica Health, all rights reserved Creative Commons License",
  "compose": {
    "include": [
      {
        "system": "http://unitsofmeasure.org",
        "concept": [
          {
            "code": "g",
            "display": "gram"
          },
          {
            "code": "kg",
            "display": "kilogram"
          },
          {
            "code": "[lb_av]",
            "display": "pound"
          }
        ]
      }
    ]
  }
}