Asthma Inhaler Usage
Return to types list
Type Properties
Properties
| Property | Value |
| id | 03efe378-976a-42f8-ae1e-507c497a8c6d |
| name | Asthma Inhaler Usage |
| uncreatable | false |
| immutable | false |
| singleton | false |
| transforms | form, mtt, stt |
|
Type Details
|
|
|
|
asthma-inhaler-use A single use of an inhaler.
| Name | Type | IsRequired | Description |
| when | d:date-time | Yes | The date and time when the inhaler was used. |
| drug | t:codable-value | Yes | The name of the drug in the canister. For example, 'ventolin' or 'albuterol'. |
| strength | t:codable-value | No | The textual description of the drug strength. For example, '44 mcg / puff'. |
| dose-count | int | No | The number of doses used. A dose is one puff. |
| device-id | string | No | The unique id or serial number for the
canister. The id can be used to correlate uses. |
| dose-purpose | t:codable-value | No | An enumeration of the possible purposes the
inhaler usage is targeting. Examples include; relief (the dose purpose is
intended to relieve immediate asthma symptoms),
prevention (the dose purpose is intended to
prevent asthma symptoms), control (the dose
purpose is intended to control the impact of
current asthma symptoms), other (the dose
purpose is known, but other than to relieve,
prevent or control asthma symptoms), and
undefined (there is not enough information
about the inhaler usage to discern purpose). |
|
Schema
Open schema as a file
Verify XML against this schema
<schema xmlns:iu="urn:com.microsoft.wc.thing.inhaler-use" 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.inhaler-use">
<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>03efe378-976a-42f8-ae1e-507c497a8c6d</type-id>
<type-name>Asthma Inhaler Usage</type-name>
<wrapper-class-name>AsthmaInhalerUse</wrapper-class-name>
<wrapper-class-fwlink>136047</wrapper-class-fwlink>
<sample-xml-fwlink>136048</sample-xml-fwlink>
<data-type-guide-fwlink>136046</data-type-guide-fwlink>
<summary>A single use of an inhaler.</summary>
<remarks>Note, this may wrap more than one "dose" if multiplepuffs per use are prescribed.</remarks>
<effective-date-element>when</effective-date-element>
</documentation>
</annotation>
<element name="asthma-inhaler-use">
<complexType>
<annotation>
<documentation>
<summary>A single use of an inhaler.</summary>
<remarks>Note, this may wrap more than one "dose" if multiplepuffs per use are prescribed.</remarks>
</documentation>
</annotation>
<sequence>
<element name="when" type="d:date-time">
<annotation>
<documentation>
<summary>The date and time when the inhaler was used.</summary>
</documentation>
</annotation>
</element>
<element name="drug" type="t:codable-value">
<annotation>
<documentation>
<summary>The name of the drug in the canister.</summary>
<remarks>For example, 'ventolin' or 'albuterol'.</remarks>
</documentation>
</annotation>
</element>
<element name="strength" type="t:codable-value" minOccurs="0">
<annotation>
<documentation>
<summary>The textual description of the drug strength.</summary>
<remarks>For example, '44 mcg / puff'.</remarks>
</documentation>
</annotation>
</element>
<element name="dose-count" type="int" minOccurs="0">
<annotation>
<documentation>
<summary>The number of doses used.</summary>
<remarks>A dose is one puff.</remarks>
</documentation>
</annotation>
</element>
<element name="device-id" type="string" minOccurs="0">
<annotation>
<documentation>
<summary>The unique id or serial number for the canister.</summary>
<remarks>The id can be used to correlate uses.</remarks>
</documentation>
</annotation>
</element>
<element name="dose-purpose" type="t:codable-value" minOccurs="0">
<annotation>
<documentation>
<summary>An enumeration of the possible purposes theinhaler usage is targeting.</summary>
<remarks>Examples include; relief (the dose purpose isintended to relieve immediate asthma symptoms), prevention (the dose purpose is intended to prevent asthma symptoms), control (the dose purpose is intended to control the impact of current asthma symptoms), other (the dose purpose is known, but other than to relieve, prevent or control asthma symptoms), and undefined (there is not enough information about the inhaler usage to discern purpose).</remarks>
<preferred-vocabulary>inhaler-dose-purpose</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 |
| drug | Drug | String | 100 |
| dose-count | Number of Doses | String | 100 |
| device-id | Device ID | 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 |
|