FHIR IG analytics| Package | haau3.fhir |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-brian-fung-for-grandma-fung.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson brian-fung-for-grandma-fung
Profile: Related Person
active: true
patient: Grandma Fung
relationship: Grandchild
name: Brian Fung
telecom: hello@haau3.com
{
"resourceType": "RelatedPerson",
"id": "brian-fung-for-grandma-fung",
"meta": {
"profile": [
"https://haau3.com/fhir/StructureDefinition/haau3-related-person"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"patient": {
"reference": "Patient/grandma-fung",
"display": "Grandma Fung"
},
"relationship": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "GRNDCHILD",
"display": "Grandchild"
}
]
}
],
"name": [
{
"text": "Brian Fung",
"family": "Fung",
"given": [
"Brian"
]
}
],
"telecom": [
{
"system": "email",
"value": "hello@haau3.com",
"use": "home"
}
]
}