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

FHIR IG analytics

Packagefhir.kenyaPSIG
Resource TypePatient
IdPatient-PatientKPS.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: Patient PatientKPS

Profile: Patient Profile - KPS version: 0.1.0

Amina Mohamed Female, DoB: 1992-03-25 ( http://moh.kenya/identifier/nationalID-no#NationalIdIdentifierNamingSystem#12345678)


Contact Detail
Next-of-Kin:

Source1

{
  "resourceType": "Patient",
  "id": "PatientKPS",
  "meta": {
    "profile": [
      "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-kps-patient|0.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://moh.kenya/identifier/nationalID-no",
      "value": "12345678"
    }
  ],
  "name": [
    {
      "family": "Mohamed",
      "given": [
        "Amina"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+254700123456",
      "use": "mobile"
    }
  ],
  "gender": "female",
  "birthDate": "1992-03-25",
  "address": [
    {
      "line": [
        "Limuru Road"
      ],
      "city": "Parklands",
      "district": "Westlands",
      "state": "Nairobi",
      "postalCode": "00100",
      "country": "KE"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "N"
            }
          ]
        }
      ],
      "name": {
        "family": "Abdullahi",
        "given": [
          "Fatuma"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+254711223344",
          "use": "mobile"
        }
      ]
    }
  ]
}