This page is part of the FHIR Specification (v0.05: DSTU 1 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Resource Person - Examples

Additional Examples:

Stock people (defined by HL7 publishing)sourceformatted
Example People from cypress projectsourceformatted

General

General Person Example

General Person Example

<Person xmlns="http://hl7.org/fhir">
  <id>34234</id>
  
  <!--   MRN assigned by ACME healthcare on 6-May 2001   -->
  <identifier>
    <type>
      <code>MR</code>
      <system>http://hl7.org/fhir/sid/v2-0203</system>
    </type>
    <identifier>
      <system>oid:1.2.36.146.595.217.0.1</system>
      <id>12345</id>      
    </identifier>
    <period>
      <start>2001-05-06</start>
    </period>
    <!--   commented pending decision on dataAbsentReason on assigner
    
      Acme Healthcare
    
      -->
  </identifier>

  <!--   Peter James Chalmers, but called "Jim"   -->
  <name>
    <use>official</use>
    <part>
      <type>given</type>
      <value>Peter</value>
    </part>
    <part>
      <type>given</type>
      <value>James</value>
    </part>
    <part>
      <type>family</type>
      <value>Chalmers</value>
    </part>
  </name>
  <name>
    <use>usual</use>
    <part>
      <type>given</type>
      <value>Jim</value>
    </part>
  </name>
  
  
  <address>
    <use>home</use>
    <part>
      <type>line</type>
      <value>534 Erewhon St</value>
    </part>
    <part>
      <type>city</type>
      <value>PleasantVille</value>
    </part>
    <part>
      <type>state</type>
      <value>Vic</value>
    </part>
    <part>
      <type>zip</type>
      <value>3999</value>
    </part>
  </address>

  <contact dataAbsentReason="unknown">
    <use>home</use>
  </contact>
  <contact>
    <system>phone</system>
    <value>(03) 5555 6473</value>
    <use>work</use>
  </contact>

  <dob>1974-12-25</dob> 
  
  <race>
    <coding id="a25">
      <code>EUR</code>
      <system>urn:hl7.org::v2/0200</system>
      <display>European</display>
    </coding>
    <primary>a25</primary>
  </race>
  <text>
    <status>generated</status>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <table>
        <tbody>
          <tr>
            <td>Name</td>
            <td>Peter James <b>Chalmers</b> (&quot;Jim&quot;)</td>
          </tr>
          <tr>
            <td>Address</td>
            <td>534 Erewhon, Pleasantville, Vic, 3999</td>
          </tr>
          <tr>
            <td>Contacts</td>
            <td>Home: unknown. Work: (03) 5555 6473</td>
          </tr>
          <tr>
            <td>Id</td>
            <td>MRN: 12345 (Acme Healthcare)</td>
          </tr>
        </tbody>
      </table>
    </div>
  </text>
</Person>

This is an old version of FHIR retained for archive purposes. Do not use for anything else
Implementers are welcome to experiment with the content defined here, but should note that the contents are subject to change without prior notice.
© HL7.org 2011 - 2012. FHIR v0.05 generated on Sun, Sep 9, 2012 03:28+1000. License