FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-NgRelatedPerson-003-Pseudo.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-Pseudo
Profile: NG RelatedPerson
patient: Female-01 Client Female, DoB: 1995-02-01 ( Pseudonymized Identifier: PSN-8A7F-2C19-KE95)
relationship: Brother
name: Alias-01 Relative
gender: Male
birthDate: 1990-01-01
{
"resourceType": "RelatedPerson",
"id": "NgRelatedPerson-003-Pseudo",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-related-person"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"patient": {
"reference": "Patient/NgPatient-001-Pseudo"
},
"relationship": [
{
"coding": [
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-relationship",
"code": "BROTHER",
"display": "Brother"
}
],
"text": "Brother"
}
],
"name": [
{
"family": "Relative",
"given": [
"Alias-01"
]
}
],
"gender": "male",
"birthDate": "1990-01-01"
}