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

FHIR IG Statistics: ValueSet/BWunits

Packagebodyweight
TypeValueSet
IdBWunits
FHIR VersionR4
Sourcehttp://bodyweight.oemig.de/fhir/https://build.fhir.org/ig/frankoemig/bodyweight/ValueSet-BWunits.html
URLhttp://bodyweight.oemig.de/fhir/ValueSet/BWunits
Version0.1.1
Statusactive
Date2024-04-16
NameBWunits
TitleBody Weight Units
Description**Units for measuring Body Weight**
CopyrightFO

Resources that use this resource

StructureDefinition
BodyWeightBody Weight LM

Resources that this resource uses

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

Narrative

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

Generated Narrative: ValueSet BWunits


Source

{
  "resourceType": "ValueSet",
  "id": "BWunits",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://bodyweight.oemig.de/fhir/ValueSet/BWunits",
  "version": "0.1.1",
  "name": "BWunits",
  "title": "Body Weight Units",
  "status": "active",
  "experimental": false,
  "date": "2024-04-16",
  "publisher": "FO",
  "contact": [
    {
      "name": "FO",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.oemig.de"
        }
      ]
    }
  ],
  "description": "**Units for measuring Body Weight**",
  "copyright": "FO",
  "compose": {
    "include": [
      {
        "system": "http://unitsofmeasure.org",
        "concept": [
          {
            "code": "g"
          },
          {
            "code": "kg"
          }
        ]
      }
    ]
  }
}