Appointment
Return to types list
Type Properties
Properties
| Property | Value |
| id | 4b18aeb6-5f01-444c-8c70-dbf13a2f510b |
| name | Appointment |
| uncreatable | false |
| immutable | false |
| singleton | false |
| transforms | form, mtt, stt |
|
Type Details
|
|
|
|
appointment Information related to a medical appointment.
| Name | Type | IsRequired | Description |
| when | d:date-time | Yes | The date and time of the appointment. |
| duration | t:duration-value | No | The duration of the medical appointment. |
| service | t:codable-value | No | The type of service provided by the medical appointment. |
| clinic | t:person | No | The clinic information for the medical
appointment. |
| specialty | t:codable-value | No | The specialty for the medical appointment. |
| status | t:codable-value | No | The status of the medical appointment. |
| care-class | t:codable-value | No | The care class for a medical appointment. |
|
Schema
Open schema as a file
Verify XML against this schema
<schema xmlns:appt="urn:com.microsoft.wc.thing.appointment" 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.appointment">
<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>4B18AEB6-5F01-444C-8C70-DBF13A2F510B</type-id>
<type-name>Appointment</type-name>
<wrapper-class-name>Appointment</wrapper-class-name>
<wrapper-class-fwlink>136041</wrapper-class-fwlink>
<sample-xml-fwlink>136042</sample-xml-fwlink>
<data-type-guide-fwlink>136040</data-type-guide-fwlink>
<summary>Information related to a medical appointment.</summary>
<remarks>This thing type describes the appointment a person has.</remarks>
<effective-date-element>when</effective-date-element>
</documentation>
</annotation>
<element name="appointment">
<complexType>
<annotation>
<documentation>
<summary>Information related to a medical appointment.</summary>
<remarks>This thing type describes the appointment a person has.</remarks>
</documentation>
</annotation>
<sequence>
<element name="when" type="d:date-time">
<annotation>
<documentation>
<summary>The date and time of the appointment.</summary>
</documentation>
</annotation>
</element>
<element name="duration" type="t:duration-value" minOccurs="0">
<annotation>
<documentation>
<summary>The duration of the medical appointment.</summary>
</documentation>
</annotation>
</element>
<element name="service" type="t:codable-value" minOccurs="0">
<annotation>
<documentation>
<summary>The type of service provided by the medical appointment.</summary>
</documentation>
</annotation>
</element>
<element name="clinic" type="t:person" minOccurs="0">
<annotation>
<documentation>
<summary>The clinic information for the medicalappointment.</summary>
</documentation>
</annotation>
</element>
<element name="specialty" type="t:codable-value" minOccurs="0">
<annotation>
<documentation>
<summary>The specialty for the medical appointment.</summary>
<preferred-vocabulary>medical-specialties-</preferred-vocabulary>
</documentation>
</annotation>
</element>
<element name="status" type="t:codable-value" minOccurs="0">
<annotation>
<documentation>
<summary>The status of the medical appointment.</summary>
<preferred-vocabulary>appointment-status-</preferred-vocabulary>
</documentation>
</annotation>
</element>
<element name="care-class" type="t:codable-value" minOccurs="0">
<annotation>
<documentation>
<summary>The care class for a medical appointment.</summary>
<preferred-vocabulary>appointment-care-class-</preferred-vocabulary>
</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 |
| duration | Duration | String | 100 |
| service | Service | String | 100 |
| clinic | Clinic | String | 100 |
| status | Status | 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 |
|