Blood Pressure Measurement
Return to types list
Type Properties
Properties
| Property | Value |
| id | ca3c57f4-f4c1-4e15-be67-0a3caf5414ed |
| name | Blood Pressure Measurement |
| uncreatable | false |
| immutable | false |
| singleton | false |
| transforms | form, mtt, rss, stt, wpd-D4B45949-24CC-4F55-ACB8-FA89B07D7BEA, include-hvcc-mapping, hvcc-display, include-hvcc-props |
|
Type Details
|
|
|
|
blood-pressure Defines a single blood pressure reading.
| Name | Type | IsRequired | Description |
| when | d:date-time | Yes | The date and time the reading was taken. |
| systolic | t:nonNegativeInt | Yes | The systolic pressure at the time of the
reading. The systolic pressure is the peak pressure
in the arteries during a cardiac cycle. It
is measured in millimeters of mercury (mmHg). |
| diastolic | t:nonNegativeInt | Yes | The diastolic pressure at the time of the
reading. The diastolic pressure is the lowest pressure
in the arteries during a cardiac cycle. It
is measured in millimeters of mercury (mmHg). |
| pulse | t:nonNegativeInt | No | The person's pulse rate at the time of the
reading. The pulse is measured in beats per minute. |
| irregular-heartbeat | boolean | No | Indicates whether an irregular heartbeat (arrhythmia) was detected when the measurement was taken. The irregular heartbeat is a boolean indicator. |
|
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:t="urn:com.microsoft.wc.thing.types" xmlns:BloodPressure="urn:com.microsoft.wc.thing.BloodPressure" targetNamespace="urn:com.microsoft.wc.thing.BloodPressure" 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">ca3c57f4-f4c1-4e15-be67-0a3caf5414ed</type-id>
<type-name xmlns="http://www.w3.org/2001/XMLSchema">Blood Pressure Measurement</type-name>
<wrapper-class-name xmlns="http://www.w3.org/2001/XMLSchema">BloodPressure</wrapper-class-name>
<wrapper-class-fwlink xmlns="http://www.w3.org/2001/XMLSchema">136059</wrapper-class-fwlink>
<sample-xml-fwlink xmlns="http://www.w3.org/2001/XMLSchema">136060</sample-xml-fwlink>
<data-type-guide-fwlink xmlns="http://www.w3.org/2001/XMLSchema">136058</data-type-guide-fwlink>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Defines a single blood pressure reading.</summary>
<effective-date-element xmlns="http://www.w3.org/2001/XMLSchema">when</effective-date-element>
</documentation>
</annotation>
<element name="blood-pressure">
<complexType>
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Defines a single blood pressure reading.</summary>
</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="systolic" type="t:nonNegativeInt">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The systolic pressure at the time of the reading.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">The systolic pressure is the peak pressurein the arteries during a cardiac cycle. Itis measured in millimeters of mercury (mmHg).</remarks>
</documentation>
</annotation>
</element>
<element name="diastolic" type="t:nonNegativeInt">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The diastolic pressure at the time of thereading.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">The diastolic pressure is the lowest pressurein the arteries during a cardiac cycle. Itis measured in millimeters of mercury (mmHg).</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="pulse" type="t:nonNegativeInt">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The person's pulse rate at the time of the reading.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">The pulse is measured in beats per minute.</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" maxOccurs="1" name="irregular-heartbeat" type="boolean">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Indicates whether an irregular heartbeat (arrhythmia) was detected when the measurement was taken.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">The irregular heartbeat is a boolean indicator.</remarks>
</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 |
| systolic | Systolic | String | 100 |
| diastolic | Diastolic | String | 100 |
| pulse | Pulse | 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 | 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 |
|