IE (Ireland) Core Implementation Guide
1.0.0-ballot - Ballot Ireland flag

Publication Build: This will be filled in by the publication tooling

: Patient Example - XML Representation

Page standards status: Informative

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="Patient Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is a patient example for the *IE Core Patient Profile*."/>
    </extension>
    <profile
             value="http://iehr.ai/fhir/ie/core/StructureDefinition/ie-core-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient example</b></p><a name="example"> </a><a name="hcexample"> </a><a name="example-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Amy V. Baxter  Female, DoB: 1987-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="Alternate names (see the one above)">Alt. Name:</td><td colspan="3">Amy V. Shaw (Old)</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 1 234 5678(Home)</li><li><a href="mailto:amy.shaw@example.com">amy.shaw@example.com</a></li><li>49 MEADOW ST Sandyford Galway D18 CV48 IE (old)</li><li>183 MOUNTAIN VIEW ST Sandyford Galway H91 CV48 IE </li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Language spoken">Language:</td><td colspan="3"><span title="Codes:{urn:ietf:bcp:47 es}">Spanish</span> (preferred)</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="1032702"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="old"/>
    <family value="Shaw"/>
    <given value="Amy"/>
    <given value="V."/>
    <period>
      <start value="2016-12-06"/>
      <end value="2020-07-22"/>
    </period>
  </name>
  <name>
    <use value="usual"/>
    <family value="Baxter"/>
    <given value="Amy"/>
    <given value="V."/>
    <suffix value="PharmD"/>
    <period>
      <start value="2020-07-22"/>
    </period>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="1 234 5678"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="amy.shaw@example.com"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1987-02-20"/>
  <address>
    <use value="old"/>
    <line value="49 MEADOW ST"/>
    <city value="Sandyford"/>
    <state value="Galway"/>
    <postalCode value="D18 CV48"/>
    <country value="IE"/>
    <period>
      <start value="2016-12-06"/>
      <end value="2020-07-22"/>
    </period>
  </address>
  <address>
    <line value="183 MOUNTAIN VIEW ST"/>
    <city value="Sandyford"/>
    <state value="Galway"/>
    <postalCode value="H91 CV48"/>
    <country value="IE"/>
    <period>
      <start value="2020-07-22"/>
    </period>
  </address>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="es"/>
        <display value="Spanish"/>
      </coding>
    </language>
    <preferred value="true"/>
  </communication>
</Patient>