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
<?xml version="1.0" encoding="utf-16"?>
<schema xmlns:d="urn:com.microsoft.wc.dates" xmlns:c="urn:com.microsoft.wc.thing.condition" xmlns:t="urn:com.microsoft.wc.thing.types" targetNamespace="urn:com.microsoft.wc.thing.condition" 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">7ea7a1f9-880b-4bd4-b593-f5660f20eda8</type-id>
<type-name xmlns="http://www.w3.org/2001/XMLSchema">Condition</type-name>
<wrapper-class-name xmlns="http://www.w3.org/2001/XMLSchema">Condition</wrapper-class-name>
<wrapper-class-fwlink xmlns="http://www.w3.org/2001/XMLSchema">136080</wrapper-class-fwlink>
<sample-xml-fwlink xmlns="http://www.w3.org/2001/XMLSchema">136081</sample-xml-fwlink>
<data-type-guide-fwlink xmlns="http://www.w3.org/2001/XMLSchema">136079</data-type-guide-fwlink>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Defines a single health or medical issue/problem.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">CCR qualifiers and other notes should go in thecommon/note section of the thing.</remarks>
</documentation>
</annotation>
<element name="condition">
<complexType>
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Defines a single health or medical issue/problem.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">CCR qualifiers and other notes should go in thecommon/note section of the thing.</remarks>
</documentation>
</annotation>
<sequence>
<element minOccurs="1" maxOccurs="1" name="name" type="t:codable-value">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The name or description of the condition.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">Codes for the condition may be found in zero ormore of the Microsoft Health vocabularies.</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" maxOccurs="1" name="onset-date" type="d:approx-date-time">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The date of onset or the first diagnosis.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" maxOccurs="1" name="status" type="t:codable-value">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The description of the status.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">For example, 'acute' or 'chronic'.</remarks>
<preferred-vocabulary xmlns="http://www.w3.org/2001/XMLSchema">condition-occurence</preferred-vocabulary>
</documentation>
</annotation>
</element>
<element minOccurs="0" maxOccurs="1" name="stop-date" type="d:approx-date-time">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The date the condition resolved (or formultiple acute episodes, the last date thecondition resolved).</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" maxOccurs="1" name="stop-reason" type="string">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">A statement of how the condition was resolved.</summary>
</documentation>
</annotation>
</element>
</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 | 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 |
|