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