This page is part of the Quality Improvement Core Framework (v2.1.0: STU 3 Ballot 1) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

This is a pre-release (ballot version) of what is now QICore STU 3. For a full list of available versions, see the Directory of published versions .

Example: RelatedPerson-qicore-relatedperson-example

Formats: XML, JSON, Turtle

{
  "resourceType" : "RelatedPerson",
  "id" : "qicore-relatedperson-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
            <p>Emergency Contact Example</p>
            <table>
                <tbody>
                    <tr>
                        <td> Name</td>
                        <td> Peter Chalmers</td>
                    </tr>
                    <tr>
                        <td> Address</td>
                        <td> 534 Erewhon, Pleasantville, Vic, 3999</td>
                    </tr>
                    <tr>
                        <td> Contacts</td>
                        <td> Work: (03) 5555 6473</td>
                    </tr>
                </tbody>
            </table>
        </div>"
  },
  "patient" : {
    "reference" : "Patient/qicore-patient-example"
  },
  "relationship" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/v2/0131",
        "code" : "C"
      }
    ]
  },
  "name" : [
    {
      "use" : "official",
      "family" : "Chalmers",
      "given" : [
        "Peter",
        "James"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(03) 5555 6473",
      "use" : "work"
    }
  ],
  "gender" : "male",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "534 Erewhon St"
      ],
      "city" : "PleasantVille",
      "state" : "Vic",
      "postalCode" : "3999"
    }
  ],
  "photo" : [
    {
      "contentType" : "image/jpeg",
      "url" : "Binary/f012"
    }
  ],
  "period" : {
    "start" : "2012-03-11"
  }
}