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

FHIR IG analytics

Packagezm-core
Resource TypeEncounter
IdEncounter-zm-core-encounter-example-json.json
FHIR VersionR5

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 zm-core-encounter-example-json

status: Completed

class: ambulatory

type: Clinic visit

subject: Grace Kapela Female, DoB: 1990-03-22 ( http://hapi.moh.gov.zm/fhir/sid/nrc#234567/12/2)

serviceProvider: Organization Chilenje First Level Hospital

actualPeriod: 2025-11-20 10:00:00+0000 --> 2025-11-20 11:00:00+0000


Source1

{
  "resourceType": "Encounter",
  "id": "zm-core-encounter-example-json",
  "meta": {
    "profile": [
      "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "class": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code": "AMB",
          "display": "ambulatory"
        }
      ]
    }
  ],
  "type": [
    {
      "text": "Clinic visit"
    }
  ],
  "subject": {
    "reference": "Patient/zm-core-patient-example-json"
  },
  "serviceProvider": {
    "reference": "Organization/zm-core-organization-example-json"
  },
  "actualPeriod": {
    "start": "2025-11-20T10:00:00Z",
    "end": "2025-11-20T11:00:00Z"
  }
}