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 Patient - Examples

Additional Examples:

Patients for all example personssourceformatted

General

General Person Example

General Person Example

<Patient xmlns="http://hl7.org/fhir">
  <id>1.2.36.146595217.4.19.1</id>

  <link>
    <type>Patient</type>
    <id>25bd34</id>
  </link>

  <active>true</active>
  
  <subject>
    <type>Person</type>
    <id>35623</id>
    <text>Donald DUCK, Male, 3-April 1951</text>
  </subject> 
  <provider>
    <type>Organization</type>
    <id>3</id>  
    <text>ACME Healthcare, Inc</text>
  </provider> 
  <identifier>
    <type>
      <code>MR</code>
      <system>http://hl7.org/fhir/sid/v2-0203</system>
    </type>
    <identifier>
      <system>oid:0.1.2.3.4.5.6.7</system>
      <id>123456</id>
    </identifier>
  </identifier>

  <text>
    <status>generated</status>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Patient Donald DUCK @ Acme Healthcare, Inc. MR = 123456</p>
    </div>
  </text>
</Patient>

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