Nigeria Core - FHIR Implementation Guide
0.0.0 - draft
Nigeria Core - FHIR Implementation Guide, published by NDHI. This guide is not an authorized publication; it is the continuous build for version 0.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/digitalhealth-gov-ng/Nigeria-Core/ and changes regularly. See the Directory of published versions
{
"resourceType" : "RelatedPerson",
"id" : "NgRelatedPerson-003-Pseudo",
"meta" : {
"profile" : [
🔗 "https://fhir-ig.digitalhealth.gov.ng/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://fhir-ig.digitalhealth.gov.ng/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://fhir-ig.digitalhealth.gov.ng/CodeSystem/nigeria-relationship",
"code" : "BROTHER",
"display" : "Brother"
}
],
"text" : "Brother"
}
],
"name" : [
{
"family" : "Relative",
"given" : [
"Alias-01"
]
}
],
"gender" : "male",
"birthDate" : "1990-01-01"
}