FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-acs-cda-contact-mother.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson acs-cda-contact-mother
Profile: ACS Patient Contact
Contact Instruction: Please contact mother on 0211211212
relationship: Next of kin
name: Patient's mother
telecom: ph: 0211211212
{
"resourceType": "RelatedPerson",
"id": "acs-cda-contact-mother",
"meta": {
"profile": [
"https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-patient-contact"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/contact-instruction",
"valueString": "Please contact mother on 0211211212"
}
],
"patient": {
"reference": "Patient/acs-cda-patient-bob"
},
"relationship": [
{
"text": "Next of kin"
}
],
"name": [
{
"text": "Patient's mother"
}
],
"telecom": [
{
"system": "phone",
"value": "0211211212"
}
]
}