Blood Glucose Measurement
Return to types list
Type Properties
Properties
| Property | Value |
| id | 879e7c04-4e8a-4707-9ad3-b054df467ce4 |
| name | Blood Glucose Measurement |
| uncreatable | false |
| immutable | false |
| singleton | false |
| transforms | form, mtt, rss, stt, wpd-9AD74ECE-A9A1-4F8C-83F6-C3E19C4D886C, include-hvcc-mapping, hvcc-display, include-hvcc-props |
|
Type Details
|
|
|
|
blood-glucose Defines a single blood glucose reading.
| Name | Type | IsRequired | Description |
| when | d:date-time | Yes | The date and time the reading was taken. |
| value | t:blood-glucose-value | Yes | The value of the blood glucose measurement. |
| glucose-measurement-type | t:codable-value | Yes | An enumeration of the possible blood glucose measurement types, whole blood or plasma (serum). |
| outside-operating-temp | boolean | No | Indicates whether the reading is outside the operating temperature range of the device that made the reading. Indicates whether the reading is outside the operating temperature range of the device that made the reading. |
| is-control-test | boolean | No | Indicates whether the reading was the result of a control test. Indicates whether the reading was the result of a control test. |
| normalcy | t:one-to-five | No | A that indicates how the reading compares to normal blood glucose concentrations
(usually the same as the measurement range of the device that made the reading). The value ranges from one to five with 1 being much lower than a normal reading,
2 being lower than a normal reading, 3 being equivalent to a normal reading,
4 being higher than a normal reading and 5 being much higher than a normal reading. |
| measurement-context | t:codable-value | No | An optional enumeration string that indicates contextual information about the reading. |
|
Schema
Open schema as a file
Verify XML against this schema
<schema xmlns:BloodGlucose="urn:com.microsoft.wc.thing.BloodGlucose" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns:d="urn:com.microsoft.wc.dates" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.BloodGlucose">
<import namespace="urn:com.microsoft.wc.thing.types" schemaLocation="base.xsd" />
<import namespace="urn:com.microsoft.wc.dates" schemaLocation="dates.xsd" />
<annotation>
<documentation>
<type-id>879e7c04-4e8a-4707-9ad3-b054df467ce4</type-id>
<type-name>Blood Glucose Measurement</type-name>
<wrapper-class-name>BloodGlucose</wrapper-class-name>
<wrapper-class-fwlink>136053</wrapper-class-fwlink>
<sample-xml-fwlink>136054</sample-xml-fwlink>
<data-type-guide-fwlink>136052</data-type-guide-fwlink>
<summary>Defines a single blood glucose reading.</summary>
<effective-date-element>when</effective-date-element>
</documentation>
</annotation>
<element name="blood-glucose">
<complexType>
<annotation>
<documentation>
<summary>Defines a single blood glucose reading.</summary>
</documentation>
</annotation>
<sequence>
<element name="when" type="d:date-time">
<annotation>
<documentation>
<summary>The date and time the reading was taken.</summary>
</documentation>
</annotation>
</element>
<element name="value" type="t:blood-glucose-value">
<annotation>
<documentation>
<summary>The value of the blood glucose measurement.</summary>
</documentation>
</annotation>
</element>
<element name="glucose-measurement-type" type="t:codable-value">
<annotation>
<documentation>
<summary>An enumeration of the possible blood glucose measurement types, whole blood or plasma (serum).</summary>
<preferred-vocabulary>glucose-measurement-type</preferred-vocabulary>
</documentation>
</annotation>
</element>
<element name="outside-operating-temp" type="boolean" minOccurs="0">
<annotation>
<documentation>
<summary>Indicates whether the reading is outside the operating temperature range of the device that made the reading.</summary>
<remarks>Indicates whether the reading is outside the operating temperature range of the device that made the reading.</remarks>
</documentation>
</annotation>
</element>
<element name="is-control-test" type="boolean" minOccurs="0">
<annotation>
<documentation>
<summary>Indicates whether the reading was the result of a control test.</summary>
<remarks>Indicates whether the reading was the result of a control test.</remarks>
</documentation>
</annotation>
</element>
<element name="normalcy" type="t:one-to-five" minOccurs="0">
<annotation>
<documentation>
<summary>A that indicates how the reading compares to normal blood glucose concentrations (usually the same as the measurement range of the device that made the reading).</summary>
<remarks>The value ranges from one to five with 1 being much lower than a normal reading, 2 being lower than a normal reading, 3 being equivalent to a normal reading, 4 being higher than a normal reading and 5 being much higher than a normal reading. </remarks>
</documentation>
</annotation>
</element>
<element name="measurement-context" type="t:codable-value" minOccurs="0">
<annotation>
<documentation>
<summary>An optional enumeration string that indicates contextual information about the reading.</summary>
<preferred-vocabulary>glucose-measurement-context</preferred-vocabulary>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
</element>
</schema>
Columns
Columns describe this type in the STT and MTT transformations.
Columns
| Tag | Label | Type | Width |
| when | Date | String | 100 |
| display | Blood Glucose | String | 100 |
| measurement-context | Measurement context | String | 100 |
| glucose-measurement-type | Measurement Type | String | 100 |
| outside-operating-temp | Outside operating temp | String | 100 |
| is-control-test | Is control test | String | 100 |
| normalcy | Normalcy | String | 100 |
| normalcy-in-scale5 | Normalcy in scale5 | Int32 | 100 |
| wc-id | ID | String | 50 |
| wc-version | Version Stamp | String | 50 |
| wc-note | Note | String | 100 |
| wc-tags | Tags | String | 100 |
| wc-date | Effective Date | DateTime | 50 |
| wc-type | Type Name | String | 50 |
| wc-typeid | Type ID | String | 50 |
| wc-source | Source | String | 100 |
| wc-brands | Brands | String | 100 |
| wc-relatedthings | Related Items | String | 100 |
| wc-ispersonal | Is Personal | Boolean | 40 |
| wc-audit-personname | Changed by | String | 100 |
| wc-audit-date | Date | DateTime | 100 |
| wc-audit-action | Action | String | 100 |
| wc-audit-appname | Program | String | 100 |
| wc-issigned | Signed | Boolean | 50 |
| wc-isdownversioned | Down Versioned | Boolean | 50 |
| wc-isupversioned | Up Versioned | Boolean | 50 |
| wc-state | Item State | String | 50 |
|