PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.psca@2.2.0-ti-ballot
    http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/procedure-ca-ps
description: This profile represents the constraints applied to the Procedure resource by the PS-CA project and allows for cross-border and cross-jurisdiction sharing of History of Procedure information.
package_name: ca.infoway.io.psca
derivation: constraint
name: ProcedurePSCA
type: Procedure
elements:
  status: {mustSupport: true, index: 0}
  code:
    type: CodeableConcept
    mustSupport: true
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/procedurecode'}
    index: 1
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/patient-ca-ps']
    index: 2
    elements:
      reference: {mustSupport: true, index: 3}
    required: [reference]
  performed:
    mustSupport: true
    choices: []
    index: 5
  bodySite:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/anatomicaloracquiredbodystructurecode'}
    index: 6
package_version: 2.2.0-ti-ballot
class: profile
kind: resource
url: http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/procedure-ca-ps
base: http://hl7.org/fhir/StructureDefinition/Procedure
version: 2.2.0
required: [performed, code]