HbA1C Measurement
Return to types list
Type Properties
Properties
| Property | Value |
| id | 227f55fb-1001-4d4e-9f6a-8d893e07b451 |
| name | HbA1C Measurement |
| uncreatable | false |
| immutable | false |
| singleton | false |
| transforms | form, mtt, stt, rss |
|
Type Details
|
|
|
|
HbA1C Defines a single HbA1C reading.
| Name | Type | IsRequired | Description |
| when | d:date-time | Yes | The date and time the reading was taken. |
| value | t:percentage | Yes | The HbA1C measurement as a percentage. |
| HbA1C-assay-method | t:codable-value | No | The HbA1C reference method used for this measurement. The measurement of HbA1c in human blood is most important for the longterm
control of the glycaemic state in diabetic patients. There is no internationally agreed
assay measurement method. |
| device-id | string | No | The unique id or serial number for the measurment device. If available, this value can be used to correlate results. |
|
Schema
Open schema as a file
Verify XML against this schema
<schema xmlns:HbA1C="urn:com.microsoft.wc.thing.HbA1C" 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.HbA1C">
<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>227F55FB-1001-4D4E-9F6A-8D893E07B451</type-id>
<type-name>HbA1C Measurement</type-name>
<wrapper-class-name>HbA1C</wrapper-class-name>
<wrapper-class-fwlink>136146</wrapper-class-fwlink>
<sample-xml-fwlink>136147</sample-xml-fwlink>
<data-type-guide-fwlink>136145</data-type-guide-fwlink>
<summary>Defines a single HbA1C reading.</summary>
<remarks>HbA1c is a test that measures the amount of glycosylated hemoglobin in your blood.</remarks>
<effective-date-element>when</effective-date-element>
</documentation>
</annotation>
<element name="HbA1C">
<complexType>
<annotation>
<documentation>
<summary>Defines a single HbA1C reading.</summary>
<remarks>HbA1c is a test that measures the amount of glycosylated hemoglobin in your blood.</remarks>
</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:percentage">
<annotation>
<documentation>
<summary>The HbA1C measurement as a percentage.</summary>
</documentation>
</annotation>
</element>
<element name="HbA1C-assay-method" type="t:codable-value" minOccurs="0">
<annotation>
<documentation>
<summary>The HbA1C reference method used for this measurement.</summary>
<remarks>The measurement of HbA1c in human blood is most important for the longtermcontrol of the glycaemic state in diabetic patients. There is no internationally agreedassay measurement method.</remarks>
<preferred-vocabulary>HbA1C-assay-method</preferred-vocabulary>
</documentation>
</annotation>
</element>
<element name="device-id" type="string" minOccurs="0">
<annotation>
<documentation>
<summary>The unique id or serial number for the measurment device.</summary>
<remarks>If available, this value can be used to correlate results.</remarks>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
</element>
</schema>
Columns
Columns describe this type in the STT and MTT transformations.
Columns
| Tag | Label | Type | Width |
| wc-date | Date | DateTime | 50 |
| value | Value | String | 100 |
| HbA1C-assay-method | Assay Method | String | 100 |
| device-id | Device ID | String | 50 |
| wc-note | Description | String | 100 |
| wc-id | ID | String | 50 |
| wc-version | Version Stamp | String | 50 |
| wc-tags | Tags | String | 100 |
| 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 |
|