FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageorg.dhin-hie.sandbox
Resource TypeRelatedPerson
IdRelatedPerson-NgRelatedPerson-001.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: RelatedPerson NgRelatedPerson-001

patient: Suleiman Bala Male, DoB: 2019-09-05 ( birthcert)

relationship: Brother

name: Ibrahim Abdullahi

gender: Male

birthDate: 2015-07-12


Source1

{
  "resourceType": "RelatedPerson",
  "id": "NgRelatedPerson-001",
  "meta": {
    "profile": [
      "https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-related-person"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/NgPatient-003"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-relationship",
          "code": "BROTHER",
          "display": "Brother"
        }
      ],
      "text": "Brother"
    }
  ],
  "name": [
    {
      "family": "Abdullahi",
      "given": [
        "Ibrahim"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "2015-07-12"
}