QI-Core Implementation Guide
6.0.0 - STU6 United States of America flag

QI-Core Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 6.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-qi-core/ and changes regularly. See the Directory of published versions

: Infant patient example - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="infant-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-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>Infant Example </b> male, DoB: 2020-06-02 ( Medical Record Number/1032703 (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: 555-555-5555(HOME)</li><li>49 Meadow St Mounds OK 74047 US </li></ul></td></tr></table></div>
  </text>
  <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="1032703"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Example"/>
    <given value="Infant"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="555-555-5555"/>
    <use value="home"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="2020-06-02"/>
  <address>
    <line value="49 Meadow St"/>
    <city value="Mounds"/>
    <state value="OK"/>
    <postalCode value="74047"/>
    <country value="US"/>
  </address>
</Patient>