Skip to main content

Encounter

Summary

Encounters represent interactions between a patient and a healthcare provider.

At its core, it represents a documented contact between a patient and healthcare provider, serving as a container for clinical events and activities.

Key Purpose

  • Document and track patient-provider interactions
  • Establish context for clinical activities and observations
  • Support billing and administrative workflows
  • Enable care coordination across different settings
  • Maintain chronological record of patient care events

Core Relationships

CARE ConceptFHIR ResourcePurpose
PatientPatientRepresents the individual receiving care
Healthcare ProviderPractitionerRepresents the individual providing care
Provider RolePractitionerRoleDefines the provider's role and association with a facility
Appointment ReservationAppointmentRepresents the booked appointment leading to the encounter
Encounter RecordEncounterCaptures the details of the patient-provider interaction
LocationLocationSpecifies where the encounter took place
Service RequestServiceRequestIndicates the request that initiated the encounter
Diagnostic ReportDiagnosticReportContains findings resulting from the encounter

Supported Fields (Encounter)

Field NameDescriptionExample
idUnique identifier for the encounterencounter-001
statusThe current status of the encounterin-progress
classClassification of the encounter (e.g., inpatient, outpatient)outpatient
typeSpecific type of encounterConsultation
serviceTypeSpecific type of service providedGeneral Practice
subjectReference to the patient involved in the encounterPatient/patient-001
participantList of participants involved in the encounterSee participant details below
appointmentReference to the associated appointmentAppointment/appointment-001
periodThe start and end time of the encounter2025-06-15T09:00:00Z to 2025-06-15T09:30:00Z
reasonCodeReason for the encounterRoutine check-up
diagnosisList of diagnoses relevant to the encounterHypertension
locationList of locations where the patient has beenClinic Room 1
serviceProviderThe organization responsible for the encounterOrganization/clinic-001

Participant Details:

Each participant includes:

  • type: Role of the participant (e.g., primary performer)
  • individual: Reference to the participant (e.g., Practitioner)
  • period: Time period during which the participant was involved
  • status: Participation status (e.g., accepted)

Functional Workflow

  1. Initiate Encounter: When a patient arrives for a scheduled appointment, an Encounter resource is created to document the interaction.
  2. Record Details: Capture information such as participants, reasons, diagnoses, and locations associated with the encounter.
  3. Update Status: As the encounter progresses, update the status field to reflect its current state (e.g., in-progress, completed).
  4. Link to Outcomes: Associate the encounter with resulting resources like DiagnosticReport or Observation to maintain a comprehensive record.