Longitudinal Maternal & Infant Health Information for Research
1.0.0 - STU 1.0.0 United States of America flag

Longitudinal Maternal & Infant Health Information for Research, published by HL7 Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-mmm-ig/ and changes regularly. See the Directory of published versions

: Patient - Jane Smith - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-jane-smith-example"/>
  <meta>
    <versionId value="6"/>
    <lastUpdated value="2022-09-26T15:29:46.534+00:00"/>
    <source value="#rAQ7vugry8TFz7Ub"/>
    <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">
            <div class="hapiHeaderText">JANE 
                
                <b>SMITH </b>
            </div>
            <table class="hapiPropertyTable">
                <tbody>
                    <tr>
                        <td>Identifier</td>
                        <td>10327023</td>
                    </tr>
                    <tr>
                        <td>Address</td>
                        <td>
                            <span>183 Mountain View St </span>
                            <br/>
                            <span>Mounds </span>
                            <span>OK </span>
                            <span>US </span>
                        </td>
                    </tr>
                    <tr>
                        <td>Date of birth</td>
                        <td>
                            <span>14 August 1995</span>
                        </td>
                    </tr>
                </tbody>
            </table>
        </div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-race">
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2106-3"/>
        <display value="White"/>
      </valueCoding>
    </extension>
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="1002-5"/>
        <display value="American Indian or Alaska Native"/>
      </valueCoding>
    </extension>
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2028-9"/>
        <display value="Asian"/>
      </valueCoding>
    </extension>
    <extension url="detailed">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="1586-7"/>
        <display value="Shoshone"/>
      </valueCoding>
    </extension>
    <extension url="detailed">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2036-2"/>
        <display value="Filipino"/>
      </valueCoding>
    </extension>
    <extension url="text">
      <valueString value="Mixed"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity">
    <extension url="ombCategory">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2135-2"/>
        <display value="Hispanic or Latino"/>
      </valueCoding>
    </extension>
    <extension url="detailed">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2184-0"/>
        <display value="Dominican"/>
      </valueCoding>
    </extension>
    <extension url="detailed">
      <valueCoding>
        <system value="urn:oid:2.16.840.1.113883.6.238"/>
        <code value="2148-5"/>
        <display value="Mexican"/>
      </valueCoding>
    </extension>
    <extension url="text">
      <valueString value="Hispanic or Latino"/>
    </extension>
  </extension>
  <extension
             url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex">
    <valueCode value="F"/>
  </extension>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
        <display value="Medical Record Number"/>
      </coding>
      <text value="Medical Record Number"/>
    </type>
    <system value="http://hospital.smarthealthit.org"/>
    <value value="10327023"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="SMITH"/>
    <given value="JANE"/>
    <period>
      <start value="2020-01-01T11:01:29.000Z"/>
    </period>
  </name>
  <name>
    <family value="MICHAELS"/>
    <given value="JANE"/>
    <given value="E."/>
    <period>
      <start value="1995-08-14"/>
    </period>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="555-555-5555"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="jane.smith@example.com"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1995-08-14"/>
  <address>
    <line value="183 Mountain View St"/>
    <city value="Mounds"/>
    <state value="OK"/>
    <postalCode value="74048"/>
    <country value="US"/>
    <period>
      <start value="2020-07-22"/>
    </period>
  </address>
  <link>
    <other>
      <reference value="RelatedPerson/relatedperson-jane-smith-example"/>
    </other>
    <type value="seealso"/>
  </link>
</Patient>