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

FHIR IG analytics

Packagezw.fhir.ig.core
Resource TypeEncounter
IdEncounter-encounter1.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 encounter1

status: Finished

class: ActCode: AMB (ambulatory)

subject: Tendai Moyo (official) Female, DoB: 1985-06-15 ( http://mohcc.gov.zw/identifiers/nationalID#ZimNationalIdentity#01-234567B89)

Participants

-Individual
*Practitioner Rudo Ncube (official)

period: 2026-05-01 09:00:00+0200 --> 2026-05-01 09:30:00+0200

Locations

-Location
*Location Parirenyatwa Outpatients Department

serviceProvider: Organization Parirenyatwa Group of Hospitals


Source1

{
  "resourceType": "Encounter",
  "id": "encounter1",
  "meta": {
    "profile": [
      "http://mohcc.gov.zw/fhir/core/StructureDefinition/zw-encounter"
    ]
  },
  "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/zw-patient-example"
  },
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/practitioner1"
      }
    }
  ],
  "period": {
    "start": "2026-05-01T09:00:00+02:00",
    "end": "2026-05-01T09:30:00+02:00"
  },
  "location": [
    {
      "location": {
        "reference": "Location/location1"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/organization1"
  }
}