PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.tools.r4@0.8.0
    http://hl7.org/fhir/tools/StructureDefinition/CDSHookAppointmentBookContext
description: 'This structure is defined to allow the FHIR Validator to validate a CDSHooks Appointment-Book context. TODO: This content will be moved to the CDS Hooks specification in the future'
package_name: hl7.fhir.uv.tools.r4
derivation: specialization
name: CDSHookAppointmentBookContext
type: http://hl7.org/fhir/tools/StructureDefinition/CDSHookAppointmentBookContext
elements:
  userId: {type: url, short: 'The id of the current user. Must be in the format [ResourceType]/[id].', index: 0}
  patientId: {type: id, short: The FHIR Patient.id of the current patient in context, index: 1}
  encounterId: {type: id, short: The FHIR Encounter.id of the current encounter in context, index: 2}
  appointments: {type: Bundle, short: FHIR Bundle of Appointments, index: 3}
package_version: 0.8.0
class: logical
kind: logical
url: http://hl7.org/fhir/tools/StructureDefinition/CDSHookAppointmentBookContext
base: http://hl7.org/fhir/tools/StructureDefinition/CDSHookContext
version: 0.8.0
required: [appointments, patientId, userId]