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

FHIR IG analytics

Packagefhir.kisumuhie
Resource TypeEncounter
IdEncounter-KisumuEncounterExample.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: Encounter KisumuEncounterExample

status: Finished

class: ActCode: AMB (ambulatory)

serviceType: ANC Encounter

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

period: 2026-05-10 09:00:00+0300 --> 2026-05-10 10:00:00+0300

serviceProvider: Organization Kisumu County Referral Hospital


Source1

{
  "resourceType": "Encounter",
  "id": "KisumuEncounterExample",
  "meta": {
    "profile": [
      "http://fhir.kisumuhealth.co.ke/StructureDefinition/ksm-patient-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "serviceType": {
    "coding": [
      {
        "system": "http://fhir.kisumuhealth.co.ke/CodeSystem/EncounterServiceType",
        "code": "3",
        "display": "ANC Encounter"
      }
    ]
  },
  "subject": {
    "reference": "Patient/KisumuPatientExample"
  },
  "period": {
    "start": "2026-05-10T09:00:00+03:00",
    "end": "2026-05-10T10:00:00+03:00"
  },
  "serviceProvider": {
    "reference": "Organization/ksm-organization-example"
  }
}