FHIR IG Statistics: ValueSet/BloodGlucoseRangeVS
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"status": "active",
"name": "BloodGlucoseRangeVS",
"id": "BloodGlucoseRangeVS",
"version": "0.0.1",
"url": "http://portal.esysta.com/fhir/ValueSet/BloodGlucoseRangeVS",
"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://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"concept": [
{
"code": "<",
"display": "Off scale low"
},
{
"code": "L",
"display": "Low"
},
{
"code": "N",
"display": "Normal"
},
{
"code": "H",
"display": "High"
},
{
"code": ">",
"display": "Off scale high"
}
]
}
]
}
}