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

FHIR IG analytics

Packagezm-core
Resource TypePatient
IdPatient-zm-core-patient-example-json.json
FHIR VersionR5

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: Patient zm-core-patient-example-json

Grace Kapela Female, DoB: 1990-03-22 ( http://hapi.moh.gov.zm/fhir/sid/nrc#234567/12/2)


Contact DetailKitwe Zambia
Contact:

Source1

{
  "resourceType": "Patient",
  "id": "zm-core-patient-example-json",
  "meta": {
    "profile": [
      "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hapi.moh.gov.zm/fhir/sid/nrc",
      "value": "234567/12/2"
    }
  ],
  "name": [
    {
      "family": "Kapela",
      "given": [
        "Grace"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1990-03-22",
  "address": [
    {
      "city": "Kitwe",
      "country": "Zambia"
    }
  ],
  "contact": [
    {
      "name": {
        "text": "Emergency Contact"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+260 97 123 4567"
        }
      ]
    }
  ]
}