FHIR Chat · Scheduling and ChargeitemDefinition · implementers

Stream: implementers

Topic: Scheduling and ChargeitemDefinition


view this post on Zulip Vadim Laletin (Nov 20 2019 at 04:03):

Hello! I'm trying to implement scheduling logic and I have some questions.

There are some locations. In different locations, the patient can do different sets of procedures.
Goal: the patient should have the ability to book an appointment for the specific procedure in a specific location.

  1. How to store the requested procedure in the Appointment resource?
  2. How to describe a set of procedures that can be done in a specific location?
  3. How to link the procedure to ChargeItemDefinition?

In FHIR R4 we have HealthcareService resource which can help to describe the set of procedures for the specific location, but the resource doesn't have the procedure code.

view this post on Zulip Vassil Peytchev (Nov 20 2019 at 05:39):

There is appointment.basedOn, which points to a serviceRequest, which, in turn, has code (for procedure code), locationReference, and insurance (reference to ClaimResponse)


Last updated: Apr 12 2022 at 19:14 UTC