DHIN 2025Connectathon FHIR IG
0.2.0 - ci-build
DHIN 2025Connectathon FHIR IG, published by DHIN. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions
{
"resourceType" : "RelatedPerson",
"id" : "NgRelatedPerson-003-Pseudo",
"meta" : {
"profile" : [
🔗 "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-related-person"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson NgRelatedPerson-003-Pseudo</b></p><a name=\"NgRelatedPerson-003-Pseudo\"> </a><a name=\"hcNgRelatedPerson-003-Pseudo\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ng-related-person.html\">NG RelatedPerson</a></p></div><p><b>patient</b>: <a href=\"Patient-NgPatient-001-Pseudo.html\">Female-01 Client Female, DoB: 1995-02-01 ( Pseudonymized Identifier: PSN-8A7F-2C19-KE95)</a></p><p><b>relationship</b>: <span title=\"Codes:{https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-relationship BROTHER}\">Brother</span></p><p><b>name</b>: Alias-01 Relative </p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1990-01-01</p></div>"
},
"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"
}