PackagesCanonicalsLogsProblems
    Packages
    ca.qc.sq.sgrdv@1.0.0
    http://sante.quebec/fhir/StructureDefinition/sgrdv-base-lock-candidate-appointment
description: Disponibilité candidate transmise à l'opération $lock.
package_name: ca.qc.sq.sgrdv
derivation: constraint
name: SGRDVBaseLockCandidateAppointment
type: Appointment
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      type:
        mustSupport: true
        index: 1
        elements:
          coding:
            index: 2
            elements:
              system:
                pattern: {type: Uri, value: 'http://sante.quebec/fhir/CodeSystem/sgrdv-identifier-type'}
                index: 3
              code:
                pattern: {type: Code, value: IdDispoDME}
                index: 4
        required: [coding]
      system: {mustSupport: true, index: 5}
      value: {mustSupport: true, index: 6}
    required: [value, type, system]
  status: {mustSupport: true, index: 7}
  slot:
    type: Reference
    mustSupport: true
    refers: ['http://sante.quebec/fhir/StructureDefinition/sgrdv-base-dme-slot']
    index: 8
  participant: {mustSupport: true, index: 9}
package_version: 1.0.0
class: profile
kind: resource
url: http://sante.quebec/fhir/StructureDefinition/sgrdv-base-lock-candidate-appointment
base: http://hl7.org/fhir/StructureDefinition/Appointment
version: null
required: [slot, identifier]