This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) 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
{ "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" } }