FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-NgRelatedPerson-003.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: RelatedPerson NgRelatedPerson-003
Profile: NG RelatedPerson
patient: Kemi Adebayo Female, DoB: 1995-02-14 ( nin)
relationship: Brother
name: Chinedu Okafor
gender: Male
birthDate: 1990-01-20
{
"resourceType": "RelatedPerson",
"id": "NgRelatedPerson-003",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-related-person"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"patient": {
"reference": "Patient/00114455-e5f6-4789-a123-456789abcdef"
},
"relationship": [
{
"coding": [
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-relationship",
"code": "BROTHER",
"display": "Brother"
}
],
"text": "Brother"
}
],
"name": [
{
"family": "Okafor",
"given": [
"Chinedu"
]
}
],
"gender": "male",
"birthDate": "1990-01-20"
}