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

FHIR IG analytics

Packageng.gov.nphcda.immunization
Resource TypeRelatedPerson
IdRelatedPerson-relatedperson-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

Sibling: Chinonso Okafor (male), born 2015-04-12

Relationship to patient: brother (patient-001)

Sibling health status: Healthy


Source1

{
  "resourceType": "RelatedPerson",
  "id": "relatedperson-001",
  "meta": {
    "profile": [
      "https://nphcda.gov.ng/ig/StructureDefinition/mother-other-children"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/patient-001"
  },
  "relationship": [
    {
      "text": "brother"
    }
  ],
  "name": [
    {
      "family": "Okafor",
      "given": [
        "Chinonso"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "2015-04-12"
}