FHIR IG analytics| Package | hl7.fhir.us.phcp |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-phcp-relatedperson-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Name | Peter Chalmers |
| Address | 534 Erewhon, Pleasantville, Vic, 3999 |
| Contacts | Work: (03) 5555 6473 |
{
"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"
}
}