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