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

FHIR IG analytics

Packageke.fhir.core
Resource TypeRelatedPerson
IdRelatedPerson-example-relatedperson-amina-nok.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 example-relatedperson-amina-nok

patient: Amina Hassan Female, DoB: 1990-05-14 ( https://fhir.sha.go.ke/fhir/identifier/phonenumber#+254712345678 (use: official, ))

relationship: Relative

name: Fatuma Hassan

telecom: +254733987654


Source1

{
  "resourceType": "RelatedPerson",
  "id": "example-relatedperson-amina-nok",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-relatedperson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/CR2026080100001-1"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "https://fhir.dha.go.ke/ig/core/CodeSystem/related-person-relationship-cs",
          "code": "RELATIVE",
          "display": "Relative"
        }
      ]
    }
  ],
  "name": [
    {
      "text": "Fatuma Hassan"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+254733987654"
    }
  ]
}