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

FHIR IG analytics

Packagefhir.kisumuhie
Resource TypePatient
IdPatient-KisumuPatientExample.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 KisumuPatientExample

Achieng Grace Odhiambo Female, DoB: 1990-04-23 ( http://moh.kenya/identifier/nationalID-no#12345678)


Active:trueMarital Status:Married
Other Ids:
  • http://moh.kenya/identifier/NUPI/NUPI-00123456789
  • http://moh.kenya/identifier/passport-No/KE1234567
  • http://moh.kenya/identifier/birthCertificate-No/BC-19900423-XYZ
  • http://moh.kenya/identifier/birthNotification-No/BN-19900423-XYZ
Contact Detail
Links:

Source1

{
  "resourceType": "Patient",
  "id": "KisumuPatientExample",
  "meta": {
    "profile": [
      "http://fhir.kisumuhealth.co.ke/StructureDefinition/ksm-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://moh.kenya/identifier/nationalID-no",
      "value": "12345678"
    },
    {
      "system": "http://moh.kenya/identifier/NUPI",
      "value": "NUPI-00123456789"
    },
    {
      "system": "http://moh.kenya/identifier/passport-No",
      "value": "KE1234567"
    },
    {
      "system": "http://moh.kenya/identifier/birthCertificate-No",
      "value": "BC-19900423-XYZ"
    },
    {
      "system": "http://moh.kenya/identifier/birthNotification-No",
      "value": "BN-19900423-XYZ"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Odhiambo",
      "given": [
        "Achieng",
        "Grace"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+254712345678"
    }
  ],
  "gender": "female",
  "birthDate": "1990-04-23",
  "address": [
    {
      "text": "Nyamasaria, Kisumu East, Kisumu County, Kenya",
      "line": [
        "Milimani Estate",
        "Hse 13"
      ],
      "city": "Nyamasaria",
      "district": "Kisumu East",
      "state": "Kisumu",
      "postalCode": "40100",
      "country": "Kenya"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M"
      }
    ]
  },
  "managingOrganization": {
    "reference": "Organization/ksm-organization-example"
  }
}