Cardiac Profile
Return to types list
Type Properties
Properties
| Property | Value |
| id | adaf49ad-8e10-49f8-9783-174819e97051 |
| name | Cardiac Profile |
| uncreatable | false |
| immutable | false |
| singleton | false |
| transforms | form, mtt, stt |
|
Type Details
|
|
|
|
cardiac-profile A summary of a person's cardiac condition.
| Name | Type | IsRequired | Description |
| when | d:date-time | No | The date/time when the cardiac profile
answers and measurements were taken. |
| on-hypertension-diet | boolean | No | Whether the person is on a hypertension correcting
diet or not. True if the person is on a hypertension
correcting diet or false otherwise. This value,
along with on-hypertension-medication,
renal-failure-diagnosed, and diabetes-diagnosed
can be used to determine a person's blood
pressure zones. |
| on-hypertension-medication | boolean | No | Whether the person is on a hypertension correcting
medication or not. True if the person is on a hypertension
correcting medication or false otherwise. This value,
along with on-hypertension-diet,
renal-failure-diagnosed, and diabetes-diagnosed
can be used to determine a person's blood
pressure zones. |
| renal-failure-diagnosed | boolean | No | Whether the person has been diagnosed with
renal failure. True if the person has been diagnosed with
renal failure or false otherwise. This value,
along with on-hypertension-diet,
on-hypertension-medication, and diabetes-diagnosed
can be used to determine a person's blood
pressure zones. |
| diabetes-diagnosed | boolean | No | Whether the person has been diagnosed with
diabetes. True if the person has been diagnosed with
diabetes or false otherwise. This value,
along with on-hypertension-diet,
on-hypertension-medication, and
renal-failure-diagnosed can be used to
determine a person's blood pressure zones. |
| has-family-heart-disease-history | boolean | No | Whether the person's family has a history of
heart disease. True if there has been heart disease diagnosed
for a family member, or false otherwise. |
| has-family-stroke-history | boolean | No | Whether the person's family has a history of
stroke. True if there has been stroke diagnosed
for a family member, or false otherwise. |
| has-personal-heart-disease-history | boolean | No | Whether the person has been diagnosed with
heart disease. True if the person has been diagnosed with
heart disease, or false otherwise. |
| has-person-stroke-history | boolean | No | Whether the person has been diagnosed with a
stroke. True if the person has had a stroke, or
false otherwise. |
|
Schema
Open schema as a file
Verify XML against this schema
<schema xmlns:a="urn:com.microsoft.wc.thing.cardiac-profile" 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.cardiac-profile">
<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>adaf49ad-8e10-49f8-9783-174819e97051</type-id>
<type-name>Cardiac Profile</type-name>
<effective-date-element>when</effective-date-element>
<wrapper-class-name>CardiacProfile</wrapper-class-name>
<wrapper-class-fwlink>136071</wrapper-class-fwlink>
<sample-xml-fwlink>136072</sample-xml-fwlink>
<data-type-guide-fwlink>136070</data-type-guide-fwlink>
<summary>A summary of a person's cardiac condition.</summary>
<remarks>A person's cardiac profile is made up of a set ofanswers to common questions and measurements that indicate the cardiac condition of the person.</remarks>
</documentation>
</annotation>
<element name="cardiac-profile">
<complexType>
<annotation>
<documentation>
<summary>A summary of a person's cardiac condition.</summary>
<remarks>A person's cardiac profile is made up of a set ofanswers to common questions and measurements that indicate thecardiac condition of the person.</remarks>
</documentation>
</annotation>
<sequence>
<element name="when" minOccurs="1" maxOccurs="1" type="d:date-time">
<annotation>
<documentation>
<summary>The date/time when the cardiac profileanswers and measurements were taken.</summary>
</documentation>
</annotation>
</element>
<element name="on-hypertension-diet" minOccurs="0" maxOccurs="1" type="boolean">
<annotation>
<documentation>
<summary>Whether the person is on a hypertension correctingdiet or not.</summary>
<remarks>True if the person is on a hypertensioncorrecting diet or false otherwise. This value,along with on-hypertension-medication,renal-failure-diagnosed, and diabetes-diagnosedcan be used to determine a person's bloodpressure zones.</remarks>
</documentation>
</annotation>
</element>
<element name="on-hypertension-medication" minOccurs="0" maxOccurs="1" type="boolean">
<annotation>
<documentation>
<summary>Whether the person is on a hypertension correctingmedication or not.</summary>
<remarks>True if the person is on a hypertensioncorrecting medication or false otherwise. This value,along with on-hypertension-diet,renal-failure-diagnosed, and diabetes-diagnosedcan be used to determine a person's bloodpressure zones.</remarks>
</documentation>
</annotation>
</element>
<element name="renal-failure-diagnosed" minOccurs="0" maxOccurs="1" type="boolean">
<annotation>
<documentation>
<summary>Whether the person has been diagnosed withrenal failure.</summary>
<remarks>True if the person has been diagnosed withrenal failure or false otherwise. This value,along with on-hypertension-diet,on-hypertension-medication, and diabetes-diagnosedcan be used to determine a person's bloodpressure zones.</remarks>
</documentation>
</annotation>
</element>
<element name="diabetes-diagnosed" minOccurs="0" maxOccurs="1" type="boolean">
<annotation>
<documentation>
<summary>Whether the person has been diagnosed withdiabetes.</summary>
<remarks>True if the person has been diagnosed withdiabetes or false otherwise. This value,along with on-hypertension-diet,on-hypertension-medication, andrenal-failure-diagnosed can be used todetermine a person's blood pressure zones.</remarks>
</documentation>
</annotation>
</element>
<element name="has-family-heart-disease-history" minOccurs="0" type="boolean">
<annotation>
<documentation>
<summary>Whether the person's family has a history ofheart disease.</summary>
<remarks>True if there has been heart disease diagnosedfor a family member, or false otherwise.</remarks>
</documentation>
</annotation>
</element>
<element name="has-family-stroke-history" minOccurs="0" type="boolean">
<annotation>
<documentation>
<summary>Whether the person's family has a history ofstroke.</summary>
<remarks>True if there has been stroke diagnosedfor a family member, or false otherwise.</remarks>
</documentation>
</annotation>
</element>
<element name="has-personal-heart-disease-history" minOccurs="0" type="boolean">
<annotation>
<documentation>
<summary>Whether the person has been diagnosed withheart disease.</summary>
<remarks>True if the person has been diagnosed withheart disease, or false otherwise.</remarks>
</documentation>
</annotation>
</element>
<element name="has-person-stroke-history" minOccurs="0" type="boolean">
<annotation>
<documentation>
<summary>Whether the person has been diagnosed with astroke.</summary>
<remarks>True if the person has had a stroke, or false otherwise.</remarks>
</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 |
| on-hypertension-diet | On Hypertension Diet | String | 20 |
| on-hypertension-medication | On Hypertension Medication | String | 20 |
| renal-failure-diagnosed | Renal Failure Diagnosed | String | 20 |
| diabetes-diagnosed | Diabetes Diagnosed | String | 20 |
| has-family-heart-disease-history | Has Family Heart Disease History | String | 20 |
| has-family-stroke-history | Has Family Stroke History | String | 20 |
| has-personal-heart-disease-history | Has Personal Heart Disease History | String | 20 |
| has-person-stroke-history | Has Personal Stroke History | String | 20 |
| 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 |
|