Device Settings codes
This value set includes codes from the following code systems:
The following codes from system:
http://snomed.info/sct
Code Display 789483009 Insulin sensitivity factor 789496005 Insulin to carbohydrate ratio The following codes from system:
49062001_smart_phone
Code Display 385524004_bloodglucose Lower limit of reference range is about Capillary blood glucose measurement 371933006_bloodglucose Upper limit of reference range is about Capillary blood glucose measurement 1055210001_bloodglucose 1055210001_bloodglucose 39869006_hypoglycemia 39869006_hypoglycemia 39869006_hyperglycemia 39869006_hyperglycemia
{
"resourceType": "ValueSet",
"id": "device-settings-codes",
"url": "https://roche.com/fhir/iop/ValueSet/device-settings-codes",
"name": "DeviceSettingsCodes",
"description": "A ValueSet containing codes for configurable device settings in the `Device.property` element.",
"status": "active",
"experimental": false,
"publisher": "F. Hoffmann-La Roche AG",
"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://snomed.info/sct",
"concept": [
{
"code": "789483009",
"display": "Insulin sensitivity factor"
},
{
"code": "789496005",
"display": "Insulin to carbohydrate ratio"
}
]
},
{
"system": "https://roche.com/fhir/iop/cs",
"concept": [
{
"code": "385524004_bloodglucose",
"display": "Lower limit of reference range is about Capillary blood glucose measurement"
},
{
"code": "371933006_bloodglucose",
"display": "Upper limit of reference range is about Capillary blood glucose measurement"
},
{
"code": "1055210001_bloodglucose",
"display": "1055210001_bloodglucose"
},
{
"code": "39869006_hypoglycemia",
"display": "39869006_hypoglycemia"
},
{
"code": "39869006_hyperglycemia",
"display": "39869006_hyperglycemia"
}
]
}
]
}
}
<ValueSet xmlns="http://hl7.org/fhir">
<id value="device-settings-codes" />
<url value="https://roche.com/fhir/iop/ValueSet/device-settings-codes" />
<name value="DeviceSettingsCodes" />
<status value="active" />
<experimental value="false" />
<publisher value="F. Hoffmann-La Roche AG" />
<description value="A ValueSet containing codes for configurable device settings in the `Device.property` element." />
<copyright value="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 value="http://snomed.info/sct" />
<concept>
<code value="789483009" />
<display value="Insulin sensitivity factor" />
</concept>
<concept>
<code value="789496005" />
<display value="Insulin to carbohydrate ratio" />
</concept>
</include>
<include>
<system value="https://roche.com/fhir/iop/cs" />
<concept>
<code value="385524004_bloodglucose" />
<display value="Lower limit of reference range is about Capillary blood glucose measurement" />
</concept>
<concept>
<code value="371933006_bloodglucose" />
<display value="Upper limit of reference range is about Capillary blood glucose measurement" />
</concept>
<concept>
<code value="1055210001_bloodglucose" />
<display value="1055210001_bloodglucose" />
</concept>
<concept>
<code value="39869006_hypoglycemia" />
<display value="39869006_hypoglycemia" />
</concept>
<concept>
<code value="39869006_hyperglycemia" />
<display value="39869006_hyperglycemia" />
</concept>
</include>
</compose>
</ValueSet>