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

FHIR IG analytics

Packagefhir.kenyaPSIG
Resource TypePatient
IdPatient-ExamplePatientKPS.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 ExamplePatientKPS

Profile: Patient Profile - KPS version: 0.1.0

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


Other Ids:
Contact Detail
Patient's next of kin:

Source1

{
  "resourceType": "Patient",
  "id": "ExamplePatientKPS",
  "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": "28765432"
    },
    {
      "system": "http://moh.kenya/identifier/UPI",
      "value": "UPI-MND-001"
    },
    {
      "system": "http://moh.kenya/identifier/passport-No",
      "value": "KEP1234567"
    },
    {
      "system": "http://moh.kenya/identifier/birthCertificate-No",
      "value": "BC-MND-2020-0001"
    }
  ],
  "name": [
    {
      "family": "Mohamed",
      "given": [
        "Hawa"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+254701234567",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "hawa.mohamed@example.com",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "1992-03-25",
  "address": [
    {
      "line": [
        "Banisa Village"
      ],
      "city": "Takaba",
      "district": "Mandera West",
      "state": "Mandera",
      "postalCode": "70300",
      "country": "KE"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "184142008",
              "display": "Patient's next of kin"
            }
          ]
        }
      ],
      "name": {
        "family": "Abdullahi",
        "given": [
          "Hussein"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+254711223344",
          "use": "mobile"
        }
      ]
    }
  ]
}