PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-crd@1.0.0
    http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-appointment
description: This profile specifies extensions and constraints on the Appointment resource to support coverage requirements discovery.
package_name: hl7.fhir.us.davinci-crd
derivation: constraint
name: Appointment
type: Appointment
elements:
  serviceCategory: {mustSupport: true, index: 3}
  specialty: {mustSupport: true, index: 5}
  requestedPeriod: {mustSupport: true, index: 14}
  start: {mustSupport: true, index: 8}
  participant:
    mustSupport: true
    index: 11
    elements:
      actor:
        type: Reference
        short: Patient, Practitioner  or Location
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-location', 'http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-patient', 'http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-practitioner']
        index: 12
      status: {mustSupport: true, index: 13}
  serviceType: {mustSupport: true, index: 4}
  extension:
    type: Extension
    short: Coverage relevant to the request
    mustSupport: true
    url: http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-insurance
    index: 0
    slicing:
      slices:
        CRD-Insurance:
          match: {}
          schema: {type: Extension, short: Coverage relevant to the request, mustSupport: true, url: 'http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-insurance', index: 0}
          min: 0
  appointmentType: {mustSupport: true, index: 6}
  status: {type: code, short: Appointment status, mustSupport: true, index: 2}
  identifier: {mustSupport: true, index: 1}
  basedOn:
    type: Reference
    mustSupport: false
    refers: ['http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-servicerequest']
    index: 10
  end: {mustSupport: true, index: 9}
  reasonReference:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Procedure', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition']
    index: 7
package_version: 1.0.0
extensions:
  CRD-Insurance: {url: 'http://hl7.org/fhir/us/davinci-crd/StructureDefinition/ext-insurance', min: 0, type: Extension, short: Coverage relevant to the request, mustSupport: true, index: 0}
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-appointment
base: http://hl7.org/fhir/StructureDefinition/Appointment
version: 1.0.0
required: [requestedPeriod, start, end]