An interaction between a patient and healthcare provider(s) for the provision of services. This page documents the Encounter resource as served by the mock.health synthetic FHIR R4 sandbox — 6 search parameters, US Core 6.1 profiling, and the elements accepted on write.
GET https://api.mock.health/fhir/Encounter — searchGET https://api.mock.health/fhir/Encounter/{id} — read by logical idPOST https://api.mock.health/fhir/Encounter — create (Pro)PUT https://api.mock.health/fhir/Encounter/{id} — update (Pro)patient (reference) — required — Patient participating in the encounterdate (date) — Encounter date/periodidentifier (token) — External identifiertype (token) — Encounter type codestatus (token) — planned | arrived | in-progress | finishedclass (token) — Classification (AMB, EMER, IMP)Fields accepted when creating or updating a Encounter. Required elements are base FHIR cardinality; the rest are US Core must-support.
status (code) — required — planned | arrived | triaged | in-progress | onleave | finishedclass (Coding) — required — Classification — AMB (ambulatory), EMER (emergency), IMP (inpatient)subject (Reference(Patient)) — US Core MS — patient the encounter is withtype (CodeableConcept[]) — US Core MS — encounter type (SNOMED CT)period (Period) — US Core MS — start and end timeparticipant (BackboneElement[]) — US Core MS — practitioners involved in the encounterEncounter resources include back-references to Condition resources in the diagnosis field, linking encounter diagnoses to their condition entries.
Base definition: HL7 FHIR R4 Encounter. Category: Encounters.
API reference · Quickstart · USCDI compliance · SMART on FHIR