FHIR IG analytics| Package | ng.gov.nphcda.immunization |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-relatedperson-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Sibling: Chinonso Okafor (male), born 2015-04-12
Relationship to patient: brother (patient-001)
Sibling health status: Healthy
{
"resourceType": "RelatedPerson",
"id": "relatedperson-001",
"meta": {
"profile": [
"https://nphcda.gov.ng/ig/StructureDefinition/mother-other-children"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"patient": {
"reference": "Patient/patient-001"
},
"relationship": [
{
"text": "brother"
}
],
"name": [
{
"family": "Okafor",
"given": [
"Chinonso"
]
}
],
"gender": "male",
"birthDate": "2015-04-12"
}