FHIR IG analytics| Package | SHIFT-Task-Force.privacy.examples |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-SueHargrove16.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson SueHargrove16
patient: Maxine Mayfield (official) Female, DoB: 2009-07-18
relationship: mother
name: Sue Hargrove
{
"resourceType": "RelatedPerson",
"id": "SueHargrove16",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"patient": {
"reference": "Patient/MaxineMayfield16"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "MTH",
"display": "mother"
}
]
}
],
"name": [
{
"family": "Hargrove",
"given": [
"Sue"
]
}
]
}