Vital Signs
Return to types list
Type Properties
Properties
| Property | Value |
| id | 73822612-c15f-4b49-9e65-6af369e55c65 |
| name | Vital Signs |
| uncreatable | false |
| immutable | false |
| singleton | false |
| transforms | form, mtt, stt |
|
Type Details
|
|
|
|
vital-signs Information related to vital signs.
| Name | Type | IsRequired | Description |
| when | d:date-time | Yes | The date and time for the vital signs. |
| vital-signs-results | vit:vital-sign-result-type | No | Vital sign results. |
| site | string | No | Site for vital sign. |
| position | string | No | Position of vital sign. |
|
vital-sign-result-type
| Name | Type | IsRequired | Description |
| title | t:codable-value | Yes | Clinical name for vital sign. |
| value | double | No | Result value. |
| unit | t:codable-value | No | Result value unit. |
| reference-minimum | double | No | Reference minimum value. |
| reference-maximum | double | No | Reference maximum value. |
| text-value | string | No | Free form textual content of result. |
| flag | t:codable-value | No | Flag for result. |
|
Schema
Open schema as a file
Verify XML against this schema
<schema xmlns:vit="urn:com.microsoft.wc.thing.vital-signs" 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.vital-signs">
<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>73822612-C15F-4B49-9E65-6AF369E55C65</type-id>
<type-name>Vital Signs</type-name>
<wrapper-class-name>VitalSigns</wrapper-class-name>
<wrapper-class-fwlink>136239</wrapper-class-fwlink>
<sample-xml-fwlink>136240</sample-xml-fwlink>
<data-type-guide-fwlink>136238</data-type-guide-fwlink>
<summary>Information related to vital signs.</summary>
<remarks>This thing type describes the vital signs of a person.</remarks>
<effective-date-element>when</effective-date-element>
</documentation>
</annotation>
<complexType name="vital-sign-result-type">
<sequence>
<element name="title" type="t:codable-value">
<annotation>
<documentation>
<summary>Clinical name for vital sign.</summary>
<preferred-vocabulary>vital-statistics</preferred-vocabulary>
</documentation>
</annotation>
</element>
<element name="value" type="double" minOccurs="0">
<annotation>
<documentation>
<summary>Result value.</summary>
</documentation>
</annotation>
</element>
<element name="unit" type="t:codable-value" minOccurs="0">
<annotation>
<documentation>
<summary>Result value unit.</summary>
<preferred-vocabulary>lab-results-units</preferred-vocabulary>
</documentation>
</annotation>
</element>
<element name="reference-minimum" type="double" minOccurs="0">
<annotation>
<documentation>
<summary>Reference minimum value.</summary>
</documentation>
</annotation>
</element>
<element name="reference-maximum" type="double" minOccurs="0">
<annotation>
<documentation>
<summary>Reference maximum value.</summary>
</documentation>
</annotation>
</element>
<element name="text-value" type="string" minOccurs="0">
<annotation>
<documentation>
<summary>Free form textual content of result.</summary>
</documentation>
</annotation>
</element>
<element name="flag" type="t:codable-value" minOccurs="0">
<annotation>
<documentation>
<summary>Flag for result.</summary>
<preferred-vocabulary>lab-results-flag</preferred-vocabulary>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
<element name="vital-signs">
<complexType>
<annotation>
<documentation>
<summary>Information related to vital signs.</summary>
<remarks>This thing type describes the vital signs of a person.</remarks>
</documentation>
</annotation>
<sequence>
<element name="when" type="d:date-time">
<annotation>
<documentation>
<summary>The date and time for the vital signs.</summary>
</documentation>
</annotation>
</element>
<element name="vital-signs-results" type="vit:vital-sign-result-type" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>
<summary>Vital sign results.</summary>
</documentation>
</annotation>
</element>
<element name="site" type="string" minOccurs="0">
<annotation>
<documentation>
<summary>Site for vital sign.</summary>
</documentation>
</annotation>
</element>
<element name="position" type="string" minOccurs="0">
<annotation>
<documentation>
<summary>Position of vital sign.</summary>
</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 |
| vital-signs-results | Results | String | 100 |
| site | Site | String | 100 |
| position | Position | 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 |
|