FHIR IG Statistics: ValueSet/BodyWeightUnits
Package | healthdata.be.r4.cbb |
Resource Type | ValueSet |
Id | BodyWeightUnits |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=healthdata.be.r4.cbb@0.16.0-beta&canonical=https://fhir.healthdata.be/ValueSet/BodyWeightUnits |
URL | https://fhir.healthdata.be/ValueSet/BodyWeightUnits |
Version | 0.1 |
Status | draft |
Name | BodyWeightUnits |
Title | HdBe-BodyWeight units |
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. |
Resources that use this resource
Resources that this resource uses
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"
}
]
}
]
}
}