FHIR IG analytics| Package | ke.fhir.core |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-example-relatedperson-amina-nok.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson example-relatedperson-amina-nok
Profile: Kenya Core RelatedPerson Profile
relationship: Relative
name: Fatuma Hassan
telecom: +254733987654
{
"resourceType": "RelatedPerson",
"id": "example-relatedperson-amina-nok",
"meta": {
"profile": [
"https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-relatedperson"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"patient": {
"reference": "Patient/CR2026080100001-1"
},
"relationship": [
{
"coding": [
{
"system": "https://fhir.dha.go.ke/ig/core/CodeSystem/related-person-relationship-cs",
"code": "RELATIVE",
"display": "Relative"
}
]
}
],
"name": [
{
"text": "Fatuma Hassan"
}
],
"telecom": [
{
"system": "phone",
"value": "+254733987654"
}
]
}