Advance Directive
Return to types list
Type Properties
Properties
| Property | Value |
| id | 822a5e5a-14f1-4d06-b92f-8f3f1b05218f |
| name | Advance Directive |
| uncreatable | false |
| immutable | false |
| singleton | false |
| transforms | form, mtt, stt |
|
Type Details
|
|
|
|
directive A single advance directive.
| Name | Type | IsRequired | Description |
| start-date | d:approx-date-time | Yes | The date and time of the directive started. |
| stop-date | d:approx-date-time | Yes | The date and time of the directive stops. |
| description | string | No | Display information about this directive. This should be a short set of information like
DNR (Do not resuscitate). More verbose
information should go into the common/note
section of the thing. |
| full-resuscitation | boolean | No | The full resuscitation directive value. True for full resuscitation. |
| prohibited-interventions | t:codable-value | No | The list of prohibited interventions in this directive. |
| additional-instructions | string | No | Additional directive instructions. This provides a free form type for additional directive instructions. |
| attending-physician | t:person | No | The attending physician details. |
| attending-physician-endorsement | d:date-time | No | The attending physician endorsement date and
time |
| attending-nurse | t:person | No | The attending nurse details. |
| attending-nurse-endorsement | d:date-time | No | The attending nurse endorsement details. |
| expiration-date | d:date-time | No | The date and time of patient expired. |
| discontinuation-date | d:approx-date-time | No | The date and time clinical support was
discontinued. |
| discontinuation-physician | t:person | No | The attending physician details. |
| discontinuation-physician-endorsement | d:date-time | No | The attending physician discontinuation
endorsement date and time |
| discontinuation-nurse | t:person | No | The attending nurse details. |
| discontinuation-nurse-endorsement | d:date-time | No | The attending nurse discontinuation endorsement
date and time |
|
Schema
Open schema as a file
Verify XML against this schema
<schema xmlns:dir="urn:com.microsoft.wc.thing.directive" 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.directive">
<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>822a5e5a-14f1-4d06-b92f-8f3f1b05218f</type-id>
<type-name>Advance Directive</type-name>
<wrapper-class-name>Directive</wrapper-class-name>
<wrapper-class-fwlink>136023</wrapper-class-fwlink>
<sample-xml-fwlink>136024</sample-xml-fwlink>
<data-type-guide-fwlink>136022</data-type-guide-fwlink>
<summary>A single advance directive.</summary>
<remarks>An advance directive (or advance health directive) islegal directive when dealing with health related issues.Examples include living wills and power of attorney forhealth care.</remarks>
<effective-date-element>start-date</effective-date-element>
</documentation>
</annotation>
<element name="directive">
<complexType>
<annotation>
<documentation>
<summary>A single advance directive.</summary>
<remarks>An advance directive (or advance health directive) islegal directive when dealing with health related issues.Examples include living wills and power of attorney forhealth care.</remarks>
</documentation>
</annotation>
<sequence>
<element name="start-date" type="d:approx-date-time">
<annotation>
<documentation>
<summary>The date and time of the directive started.</summary>
</documentation>
</annotation>
</element>
<element name="stop-date" type="d:approx-date-time">
<annotation>
<documentation>
<summary>The date and time of the directive stops.</summary>
</documentation>
</annotation>
</element>
<element name="description" type="string" minOccurs="0">
<annotation>
<documentation>
<summary>Display information about this directive.</summary>
<remarks>This should be a short set of information likeDNR (Do not resuscitate). More verbose information should go into the common/note section of the thing.</remarks>
</documentation>
</annotation>
</element>
<element name="full-resuscitation" type="boolean" minOccurs="0">
<annotation>
<documentation>
<summary>The full resuscitation directive value.</summary>
<remarks>True for full resuscitation.</remarks>
</documentation>
</annotation>
</element>
<element name="prohibited-interventions" type="t:codable-value" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>
<summary>The list of prohibited interventions in this directive.</summary>
</documentation>
</annotation>
</element>
<element name="additional-instructions" type="string" minOccurs="0">
<annotation>
<documentation>
<summary>Additional directive instructions.</summary>
<remarks>This provides a free form type for additional directive instructions.</remarks>
</documentation>
</annotation>
</element>
<element name="attending-physician" type="t:person" minOccurs="0">
<annotation>
<documentation>
<summary>The attending physician details.</summary>
</documentation>
</annotation>
</element>
<element name="attending-physician-endorsement" type="d:date-time" minOccurs="0">
<annotation>
<documentation>
<summary>The attending physician endorsement date and time</summary>
</documentation>
</annotation>
</element>
<element name="attending-nurse" type="t:person" minOccurs="0">
<annotation>
<documentation>
<summary>The attending nurse details.</summary>
</documentation>
</annotation>
</element>
<element name="attending-nurse-endorsement" type="d:date-time" minOccurs="0">
<annotation>
<documentation>
<summary>The attending nurse endorsement details.</summary>
</documentation>
</annotation>
</element>
<element name="expiration-date" type="d:date-time" minOccurs="0">
<annotation>
<documentation>
<summary>The date and time of patient expired.</summary>
</documentation>
</annotation>
</element>
<element name="discontinuation-date" type="d:approx-date-time" minOccurs="0">
<annotation>
<documentation>
<summary>The date and time clinical support was discontinued.</summary>
</documentation>
</annotation>
</element>
<element name="discontinuation-physician" type="t:person" minOccurs="0">
<annotation>
<documentation>
<summary>The attending physician details.</summary>
</documentation>
</annotation>
</element>
<element name="discontinuation-physician-endorsement" type="d:date-time" minOccurs="0">
<annotation>
<documentation>
<summary>The attending physician discontinuation endorsement date and time</summary>
</documentation>
</annotation>
</element>
<element name="discontinuation-nurse" type="t:person" minOccurs="0">
<annotation>
<documentation>
<summary>The attending nurse details.</summary>
</documentation>
</annotation>
</element>
<element name="discontinuation-nurse-endorsement" type="d:date-time" minOccurs="0">
<annotation>
<documentation>
<summary>The attending nurse discontinuation endorsement date and time</summary>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
</element>
</schema>
Columns
Columns describe this type in the STT and MTT transformations.
Columns
| Tag | Label | Type | Width |
| start-date | Onset Date | String | 100 |
| stop-date | Stop Date | String | 100 |
| description | Description | String | 100 |
| wc-note | Note | String | 100 |
| wc-id | ID | String | 50 |
| wc-version | Version Stamp | String | 50 |
| 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 |
|