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
<?xml version="1.0" encoding="utf-16"?>
<schema xmlns:d="urn:com.microsoft.wc.dates" xmlns:HbA1C="urn:com.microsoft.wc.thing.HbA1C" xmlns:t="urn:com.microsoft.wc.thing.types" targetNamespace="urn:com.microsoft.wc.thing.HbA1C" xmlns="http://www.w3.org/2001/XMLSchema">
<import schemaLocation="base.xsd" namespace="urn:com.microsoft.wc.thing.types" />
<import schemaLocation="dates.xsd" namespace="urn:com.microsoft.wc.dates" />
<annotation>
<documentation>
<type-id xmlns="http://www.w3.org/2001/XMLSchema">227F55FB-1001-4D4E-9F6A-8D893E07B451</type-id>
<type-name xmlns="http://www.w3.org/2001/XMLSchema">HbA1C Measurement</type-name>
<wrapper-class-name xmlns="http://www.w3.org/2001/XMLSchema">HbA1C</wrapper-class-name>
<wrapper-class-fwlink xmlns="http://www.w3.org/2001/XMLSchema">136146</wrapper-class-fwlink>
<sample-xml-fwlink xmlns="http://www.w3.org/2001/XMLSchema">136147</sample-xml-fwlink>
<data-type-guide-fwlink xmlns="http://www.w3.org/2001/XMLSchema">136145</data-type-guide-fwlink>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Defines a single HbA1C reading.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">HbA1c is a test that measures the amount of glycosylated hemoglobin in your blood.</remarks>
<effective-date-element xmlns="http://www.w3.org/2001/XMLSchema">when</effective-date-element>
</documentation>
</annotation>
<element name="HbA1C">
<complexType>
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Defines a single HbA1C reading.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">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 xmlns="http://www.w3.org/2001/XMLSchema">The date and time the reading was taken.</summary>
</documentation>
</annotation>
</element>
<element name="value" type="t:percentage">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The HbA1C measurement as a percentage.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="HbA1C-assay-method" type="t:codable-value">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The HbA1C reference method used for this measurement.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">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 xmlns="http://www.w3.org/2001/XMLSchema">HbA1C-assay-method</preferred-vocabulary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="device-id" type="string">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The unique id or serial number for the measurment device.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">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 | App | 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 |
|