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

FHIR IG analytics

Packageke.fhir.core
Resource TypeEncounter
IdEncounter-example-encounter-amina-outpatient.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 example-encounter-amina-outpatient

Profile: Kenya Core Encounter Profile version: 1.0.0

status: Finished

class: ActCode: AMB (ambulatory)

subject: Amina Hassan Female, DoB: 1990-05-14 ( https://fhir.sha.go.ke/fhir/identifier/phonenumber#+254712345678 (use: official, ))

period: 2026-08-01 08:30:00+0300 --> 2026-08-01 09:15:00+0300

serviceProvider: Organization Kenyatta National Hospital


Source1

{
  "resourceType": "Encounter",
  "id": "example-encounter-amina-outpatient",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-encounter|1.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "subject": {
    "reference": "Patient/CR2026080100001-1"
  },
  "period": {
    "start": "2026-08-01T08:30:00+03:00",
    "end": "2026-08-01T09:15:00+03:00"
  },
  "serviceProvider": {
    "reference": "Organization/example-organization-knh"
  }
}