This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). 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 3.11.5

Additional Examples:

Second General Person ExampleXML(for browser)JSON(for browser)
2nd person exampleXML(for browser)JSON(for browser)
Patients for all example personsXML(for browser)JSON(for browser)

General 3.11.5.1

General Person Example

General Person Example (id = "a23")

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

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

  <active>true</active>
  
  <subject>
    <type>Person</type>
    <id>pat1</id>
    <display>Donald DUCK, Male, 3-April 1951</display>
  </subject> 
  <provider>
    <type>Organization</type>
    <id>1</id>  
    <display>ACME Healthcare, Inc</display>
  </provider> 
  <identifier>
  <!--  
    
      http://hl7.org/fhir/sid/v2-0203
      MR
    
  -->
    <use>usual</use>
    <label>MRN</label>
    <identifier>
      <system>oid:0.1.2.3.4.5.6.7</system>
      <id>654321</id>
    </identifier>
  </identifier>

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

JSON Equivalent

General Person Example

{"Patient": {
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>Patient Donald DUCK @ Acme Healthcare, Inc. MR = 654321<\/p>\n    <\/div>"
  },
  "subject": {
    "id": {"value": "pat1"},
    "display": {"value": "Donald DUCK, Male, 3-April 1951"},
    "type": {"value": "Person"}
  },
  "link": [{
    "id": {"value": "25bd34"},
    "type": {"value": "Patient"}
  }],
  "active": {"value": "org.hl7.fhir.instance.model.Boolean@50d4855d"},
  "provider": {
    "id": {"value": "1"},
    "display": {"value": "ACME Healthcare, Inc"},
    "type": {"value": "Organization"}
  },
  "identifier": [{
    "use": "usual",
    "label": {"value": "MRN"},
    "identifier": {
      "id": {"value": "654321"},
      "system": {"value": "oid:0.1.2.3.4.5.6.7"}
    }
  }]
}}

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.06 generated on Tue, Dec 4, 2012 00:04+1100. License