FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson example1
Profile: AU Base RelatedPerson
active: true
relationship: Caregiver
name: Mary Smith
telecom: msmith@amail.example.com, ph: (02)55501234(Home)
gender: Female
address: 255 Gadsby Street Blacktown NSW 2148 AU
{
"resourceType": "RelatedPerson",
"id": "example1",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-relatedperson"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"patient": {
"reference": "Patient/example1"
},
"relationship": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "133932002",
"display": "Carer"
}
],
"text": "Caregiver"
}
],
"name": [
{
"family": "Smith",
"given": [
"Mary"
]
}
],
"telecom": [
{
"system": "email",
"value": "msmith@amail.example.com",
"use": "home"
},
{
"system": "phone",
"value": "(02)55501234",
"use": "home"
}
],
"gender": "female",
"address": [
{
"line": [
"255 Gadsby Street"
],
"city": "Blacktown",
"state": "NSW",
"postalCode": "2148",
"country": "AU"
}
]
}