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

FHIR IG analytics

Packagezw.fhir.ig.core
Resource TypeRelatedPerson
IdRelatedPerson-relatedperson1.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 relatedperson1

patient: Tendai Moyo (official) Female, DoB: 1985-06-15 ( http://mohcc.gov.zw/identifiers/nationalID#ZimNationalIdentity#01-234567B89)

relationship: Next-of-Kin

name: Farai Moyo (Official)

telecom: +263772987654

gender: Male

address: Harare HA ZW (home)


Source1

{
  "resourceType": "RelatedPerson",
  "id": "relatedperson1",
  "meta": {
    "profile": [
      "http://mohcc.gov.zw/fhir/core/StructureDefinition/zw-related-person"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/zw-patient-example"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
          "code": "N",
          "display": "Next-of-Kin"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Moyo",
      "given": [
        "Farai"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+263772987654"
    }
  ],
  "gender": "male",
  "address": [
    {
      "use": "home",
      "city": "Harare",
      "district": "010A",
      "state": "HA",
      "country": "ZW"
    }
  ]
}