Heart Rate
Return to types list
Type Properties
Properties
| Property | Value |
| id | b81eb4a6-6eac-4292-ae93-3872d6870994 |
| name | Heart Rate |
| uncreatable | false |
| immutable | false |
| singleton | false |
| transforms | form, mtt, stt, hvcc-display, include-hvcc-props |
|
Type Details
|
|
|
|
heart-rate A measurement of the record owner's heart rate.
| Name | Type | IsRequired | Description |
| when | d:date-time | Yes | The date and time of this measurement. |
| value | nonNegativeInteger | Yes | The heart rate in beats per minute (BPM). |
| measurement-method | t:codable-value | No | The technique used to obtain the measurement. |
| measurement-conditions | t:codable-value | No | The conditions under which the heart rate was measured. Examples: Resting, Active, Morning, Evening. |
| measurement-flags | t:codable-value | No | Additional information about the measurement. Examples: Incomplete measurement, irregular heartbeat, triple scan. |
|
Schema
Open schema as a file
Verify XML against this schema
<schema xmlns:t="urn:com.microsoft.wc.thing.types" xmlns:d="urn:com.microsoft.wc.dates" xmlns:this="urn:com.microsoft.wc.thing.heart-rate" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.heart-rate">
<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>b81eb4a6-6eac-4292-ae93-3872d6870994</type-id>
<type-name>Heart Rate</type-name>
<wrapper-class-name>HeartRate</wrapper-class-name>
<wrapper-class-fwlink>136155</wrapper-class-fwlink>
<sample-xml-fwlink>136156</sample-xml-fwlink>
<data-type-guide-fwlink>136154</data-type-guide-fwlink>
<summary>A measurement of the record owner's heart rate.</summary>
</documentation>
</annotation>
<element name="heart-rate">
<complexType>
<annotation>
<documentation>
<summary>A measurement of the record owner's heart rate.</summary>
</documentation>
</annotation>
<sequence>
<element name="when" type="d:date-time">
<annotation>
<documentation>
<summary>The date and time of this measurement.</summary>
</documentation>
</annotation>
</element>
<element name="value" type="nonNegativeInteger">
<annotation>
<documentation>
<summary>The heart rate in beats per minute (BPM).</summary>
</documentation>
</annotation>
</element>
<element name="measurement-method" type="t:codable-value" minOccurs="0">
<annotation>
<documentation>
<summary>The technique used to obtain the measurement.</summary>
<preferred-vocabulary>heart-rate-measurement-method</preferred-vocabulary>
</documentation>
</annotation>
</element>
<element name="measurement-conditions" type="t:codable-value" minOccurs="0">
<annotation>
<documentation>
<summary>The conditions under which the heart rate was measured.</summary>
<remarks>Examples: Resting, Active, Morning, Evening.</remarks>
<preferred-vocabulary>heart-rate-measurement-conditions</preferred-vocabulary>
</documentation>
</annotation>
</element>
<element name="measurement-flags" type="t:codable-value" minOccurs="0">
<annotation>
<documentation>
<summary>Additional information about the measurement.</summary>
<remarks>Examples: Incomplete measurement, irregular heartbeat, triple scan.</remarks>
<preferred-vocabulary>heart-rate-measurement-flags</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 |
| value | Heart Rate | String | 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 |
|