PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.core@1.0.0-dft-preballot-beta2
    http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/procedure-ca-core
description: This profile applies constraints to the Procedure resource for CA Core+ to support clinical and diagnostic procedure documentation in the pan-Canadian context.
package_name: ca.infoway.io.core
derivation: constraint
name: ProcedureCACore
type: Procedure
elements:
  status: {mustSupport: true, index: 0}
  code:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/procedurecode'}
    mustSupport: true
    index: 1
    elements:
      coding: {mustSupport: true, index: 2}
    required: [coding]
  subject:
    mustSupport: true
    index: 3
    elements:
      reference: {mustSupport: true, index: 4}
  performed:
    mustSupport: true
    choices: []
    index: 6
  performed[x]:
    extensions:
      data-absent-reason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, short: 'effective[x] absence reason', type: Extension, mustSupport: true, index: 7}
    elements:
      extension:
        short: effective[x] absence reason
        type: Extension
        mustSupport: true
        url: http://hl7.org/fhir/StructureDefinition/data-absent-reason
        index: 7
        slicing:
          slices:
            data-absent-reason:
              match: {}
              schema: {short: 'effective[x] absence reason', type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 7}
              min: 0
              max: 1
package_version: 1.0.0-dft-preballot-beta2
class: profile
kind: resource
url: http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/procedure-ca-core
base: http://hl7.org/fhir/StructureDefinition/Procedure
version: null
required: [performed, code]