FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.phcp
Resource TypeRelatedPerson
IdRelatedPerson-phcp-relatedperson-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Name Peter Chalmers
Address 534 Erewhon, Pleasantville, Vic, 3999
Contacts Work: (03) 5555 6473

Source1

{
  "resourceType": "RelatedPerson",
  "id": "phcp-relatedperson-example",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2020-09-02T19:36:39.959+00:00",
    "source": "#Wxy3cuD7Ma0CWETB"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
  }
}