FHIR IG Statistics: ValueSet/BloodGlucoseUnitVS
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"status": "active",
"name": "BloodGlucoseUnitVS",
"id": "BloodGlucoseUnitVS",
"version": "0.0.1",
"url": "http://portal.esysta.com/fhir/ValueSet/BloodGlucoseUnitVS",
"experimental": true,
"publisher": "Emperra GmbH E-Health Technologies",
"contact": [
{
"name": "Emperra GmbH E-Health Technologies",
"telecom": [
{
"system": "url",
"value": "https://emperra.com"
}
]
}
],
"compose": {
"include": [
{
"system": "http://unitsofmeasure.org",
"concept": [
{
"code": "mg/dL",
"display": "mg/dL"
},
{
"code": "mmol/L",
"display": "mmol/L"
}
]
}
]
}
}