CardX Hypertension Management
1.0.0-ballot - STU1 ballot International flag

This page is part of the CardX Hypertension Management IG (v1.0.0-ballot: STU1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: patient-example-Sally-Sue - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-example-Sally-Sue"/>
  <meta>
    <security>
      <system value="http://example.org"/>
      <code value="HTEST"/>
      <display value="test health data"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Sally V. Sue </b> female, DoB: 1954-02-20 ( Medical Record Number/1032702 (use: usual))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 555-555-5555(HOME)</li><li><a href="mailto:sally.sue@example.com">sally.sue@example.com</a></li><li>49 Meadow St Mounds MD 74047 US </li></ul></td></tr></table></div>
  </text>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://example.org"/>
        <code value="MR"/>
        <display value="Medical record number"/>
      </coding>
      <text value="Medical Record Number"/>
    </type>
    <system value="http://hospital.smarthealthit.org"/>
    <value value="1032702"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Sue"/>
    <given value="Sally"/>
    <given value="V."/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="555-555-5555"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="sally.sue@example.com"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1954-02-20"/>
  <address>
    <line value="49 Meadow St"/>
    <city value="Mounds"/>
    <state value="MD"/>
    <postalCode value="74047"/>
    <country value="US"/>
  </address>
</Patient>