Cardiac Profile

Return to types list

Type Properties

Properties
PropertyValue
idadaf49ad-8e10-49f8-9783-174819e97051
nameCardiac Profile
uncreatablefalse
immutablefalse
singletonfalse
transformsform, mtt, stt

Type Details

cardiac-profile  A summary of a person's cardiac condition.
NameTypeIsRequiredDescription
whend:date-timeNoThe date/time when the cardiac profile answers and measurements were taken.
on-hypertension-dietbooleanNoWhether 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-medicationbooleanNoWhether 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-diagnosedbooleanNoWhether 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-diagnosedbooleanNoWhether 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-historybooleanNoWhether 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-historybooleanNoWhether 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-historybooleanNoWhether the person has been diagnosed with heart disease. True if the person has been diagnosed with heart disease, or false otherwise.
has-person-stroke-historybooleanNoWhether 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
TagLabelTypeWidth
whenDateString100
on-hypertension-dietOn Hypertension DietString20
on-hypertension-medicationOn Hypertension MedicationString20
renal-failure-diagnosedRenal Failure DiagnosedString20
diabetes-diagnosedDiabetes DiagnosedString20
has-family-heart-disease-historyHas Family Heart Disease HistoryString20
has-family-stroke-historyHas Family Stroke HistoryString20
has-personal-heart-disease-historyHas Personal Heart Disease HistoryString20
has-person-stroke-historyHas Personal Stroke HistoryString20
wc-idIDString50
wc-versionVersion StampString50
wc-noteNoteString100
wc-tagsTagsString100
wc-dateEffective DateDateTime50
wc-typeType NameString50
wc-typeidType IDString50
wc-sourceSourceString100
wc-brandsBrandsString100
wc-relatedthingsRelated ItemsString100
wc-ispersonalIs PersonalBoolean40
wc-audit-personnameChanged byString100
wc-audit-dateDateDateTime100
wc-audit-actionActionString100
wc-audit-appnameProgramString100
wc-issignedSignedBoolean50
wc-isdownversionedDown VersionedBoolean50
wc-isupversionedUp VersionedBoolean50
wc-stateItem StateString50