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

FHIR IG Statistics: ValueSet/BodyWeightUnits

Packagehealthdata.be.r4.cbb
Resource TypeValueSet
IdBodyWeightUnits
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=healthdata.be.r4.cbb@0.16.0-beta&canonical=https://fhir.healthdata.be/ValueSet/BodyWeightUnits
URLhttps://fhir.healthdata.be/ValueSet/BodyWeightUnits
Version0.1
Statusdraft
NameBodyWeightUnits
TitleHdBe-BodyWeight units
DescriptionUCUM units for recording CBB BodyWeight
CopyrightCopyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.

Resources that use this resource

StructureDefinition
HdBe-BodyWeightHdBe-BodyWeight

Resources that this resource uses

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

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "BodyWeightUnits",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "language": "en-US",
  "url": "https://fhir.healthdata.be/ValueSet/BodyWeightUnits",
  "version": "0.1",
  "name": "BodyWeightUnits",
  "title": "HdBe-BodyWeight units",
  "status": "draft",
  "experimental": false,
  "publisher": "Healthdata.be (Sciensano)",
  "description": "UCUM units for recording CBB BodyWeight",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "compose": {
    "include": [
      {
        "system": "http://unitsofmeasure.org",
        "concept": [
          {
            "code": "kg",
            "display": "kilogram"
          },
          {
            "code": "g",
            "display": "gram"
          }
        ]
      }
    ]
  }
}