Pharmacist Services and Summaries - FHIR (PhCP)
1.0.0 - STU Release 1.0.0 for FHIR R4

This page is part of the Pharmacist Care Plan FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: phcp-relatedperson-example - JSON Representation

Raw json | Download


{
  "resourceType" : "RelatedPerson",
  "id" : "phcp-relatedperson-example",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2020-09-02T19:36:39.959+00:00",
    "source" : "#Wxy3cuD7Ma0CWETB"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <table>\n                <tbody>\n                    <tr>\n                        <td> Name</td>\n                        <td> Peter Chalmers</td>\n                    </tr>\n                    <tr>\n                        <td> Address</td>\n                        <td> 534 Erewhon, Pleasantville, Vic, 3999</td>\n                    </tr>\n                    <tr>\n                        <td> Contacts</td>\n                        <td> Work: (03) 5555 6473</td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "patient" : {
    "reference" : "Patient/phcp-patient-example"
  },
  "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"
  }
}