argonautproject / scheduling

Argonaut Scheduling and Appointments: This project supports basic patient and provider access to a provider's calendar and appointment requests, including APIs and guidance for searching and publishing a providers schedule andrequesting, cancelling or updating an appointment.
http://www.fhir.org/guides/argonaut/scheduling/
15 stars 2 forks source link

How to attach other custom parameters to Slot resource #61

Open Healthedata1 opened 6 years ago

Healthedata1 commented 6 years ago

Guidance on way to attach other custom parameters to Slot resource: e.g information about parent block that is not a visit types. (e.g., age or autism for Well child)

  1. considered overloading Parameters resource and making extension to reference it
    • tried this and turned out to be no better IMO than 3 below
  2. or complex name valueCodeableConcept pair extension.
  3. or just using Slot.comment add custom constraints.