CardX Hypertension Management Use Case
0.1.0 - ci-build

CardX Hypertension Management Use Case, published by Clinical Interoperability Council. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/cardx-ig/ and changes regularly. See the Directory of published versions

: patient-example-Jake-Donald - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-example-Jake-Donald"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"/>
  </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>Jake M. Donald </b> male, DoB: 1997-12-12 ( Medical Record Number: 1032890 (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 Details:</td><td colspan="3"><ul><li>ph: 333-777-1234(HOME)</li><li><a href="mailto:jake.donald@example.com">jake.donald@example.com</a></li><li>49 South St Baltimore 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="1032890"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Donald"/>
    <given value="Jake"/>
    <given value="M."/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="333-777-1234"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="jake.donald@example.com"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1997-12-12"/>
  <address>
    <line value="49 South St"/>
    <city value="Baltimore"/>
    <state value="MD"/>
    <postalCode value="74047"/>
    <country value="US"/>
  </address>
</Patient>