Condition
Return to types list
Type Properties
Properties
| Property | Value |
| id | 7ea7a1f9-880b-4bd4-b593-f5660f20eda8 |
| name | Condition |
| uncreatable | false |
| immutable | false |
| singleton | false |
| transforms | form, mtt, stt |
|
Type Details
|
|
|
|
condition Defines a single health or medical issue/problem.
| Name | Type | IsRequired | Description |
| name | t:codable-value | No | The name or description of the condition. Codes for the condition may be found in zero or
more of the Microsoft Health vocabularies. |
| onset-date | d:approx-date-time | No | The date of onset or the first diagnosis. |
| status | t:codable-value | No | The description of the status. For example, 'acute' or 'chronic'. |
| stop-date | d:approx-date-time | No | The date the condition resolved (or for
multiple acute episodes, the last date the
condition resolved). |
| stop-reason | string | No | A statement of how the condition was resolved. |
|
Schema
Open schema as a file
Verify XML against this schema
<schema xmlns:c="urn:com.microsoft.wc.thing.condition" 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.condition">
<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>7ea7a1f9-880b-4bd4-b593-f5660f20eda8</type-id>
<type-name>Condition</type-name>
<wrapper-class-name>Condition</wrapper-class-name>
<wrapper-class-fwlink>136080</wrapper-class-fwlink>
<sample-xml-fwlink>136081</sample-xml-fwlink>
<data-type-guide-fwlink>136079</data-type-guide-fwlink>
<summary>Defines a single health or medical issue/problem.</summary>
<remarks>CCR qualifiers and other notes should go in thecommon/note section of the thing.</remarks>
</documentation>
</annotation>
<element name="condition">
<complexType>
<annotation>
<documentation>
<summary>Defines a single health or medical issue/problem.</summary>
<remarks>CCR qualifiers and other notes should go in thecommon/note section of the thing.</remarks>
</documentation>
</annotation>
<sequence>
<element name="name" minOccurs="1" maxOccurs="1" type="t:codable-value">
<annotation>
<documentation>
<summary>The name or description of the condition.</summary>
<remarks>Codes for the condition may be found in zero ormore of the Microsoft Health vocabularies.</remarks>
</documentation>
</annotation>
</element>
<element name="onset-date" minOccurs="0" maxOccurs="1" type="d:approx-date-time">
<annotation>
<documentation>
<summary>The date of onset or the first diagnosis.</summary>
</documentation>
</annotation>
</element>
<element name="status" minOccurs="0" maxOccurs="1" type="t:codable-value">
<annotation>
<documentation>
<summary>The description of the status.</summary>
<remarks>For example, 'acute' or 'chronic'.</remarks>
<preferred-vocabulary>condition-occurence</preferred-vocabulary>
</documentation>
</annotation>
</element>
<element name="stop-date" minOccurs="0" maxOccurs="1" type="d:approx-date-time">
<annotation>
<documentation>
<summary>The date the condition resolved (or formultiple acute episodes, the last date thecondition resolved).</summary>
</documentation>
</annotation>
</element>
<element name="stop-reason" minOccurs="0" maxOccurs="1" type="string">
<annotation>
<documentation>
<summary>A statement of how the condition was resolved.</summary>
</documentation>
</annotation>
</element>
<!-- CCR qualifiers or other notes go into common/note -->
</sequence>
</complexType>
</element>
</schema>
Columns
Columns describe this type in the STT and MTT transformations.
Columns
| Tag | Label | Type | Width |
| name | Name | String | 100 |
| status | Status | String | 100 |
| onset-date | Onset Date | String | 100 |
| stop-date | Stop Date | String | 100 |
| stop-reason | Stop Reason | 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 |
|