PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.patient-summary@0.10.0-alpha-1
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-procedure
description: This profile defines a set of constraints to the FHIR Procedure resource for use in Ontario Patient Summaries (PS-ON).  It refines constraints applied  to the Procedure resource by the PS-CA project, which is informed by the constraints of the [Procedure-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-Procedure-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-procedure.html) to allow for cross-border and cross-jurisdiction sharing of History of Procedure information.
package_name: ca.on.oh.patient-summary
derivation: constraint
name: ProcedurePSON
type: Procedure
elements:
  id: {index: 0}
  meta:
    mustSupport: true
    index: 1
    elements:
      profile: {mustSupport: true, index: 2}
    required: [profile]
  status: {mustSupport: true, index: 3}
  code:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/procedurecode'}
    mustSupport: true
    index: 4
    elements:
      coding:
        type: Coding
        mustSupport: true
        index: 5
        slicing:
          rules: open
          description: Discriminated by the bound value set
          discriminator:
          - {path: $this, type: pattern}
          min: null
          slices:
            codeSCTCA:
              match: {}
              schema:
                short: Slice for representing SNOMED CT CA codes for primary health care procedures
                binding: {strength: required, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/procedurecode'}
                mustSupport: true
                index: 6
            absentOrUnknownProcedure:
              match: {}
              schema:
                short: Optional slice for representing a code for absent problem or for unknown procedure
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/absent-or-unknown-procedures-uv-ips'}
                mustSupport: true
                index: 7
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-patient']
    index: 8
    elements:
      reference: {mustSupport: true, index: 9}
    required: [reference]
  performed:
    mustSupport: true
    choices: []
    index: 11
  performed[x]:
    extensions:
      data-absent-reason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 0, max: 1, short: 'performed[x] absence reason', type: Extension, mustSupport: true, index: 13}
    elements:
      extension:
        index: 12
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            data-absent-reason:
              match: {url: null}
              schema: {short: 'performed[x] absence reason', type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 13}
              min: 0
              max: 1
  bodySite:
    type: CodeableConcept
    binding: {strength: preferred, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/anatomicaloracquiredbodystructurecode'}
    index: 14
package_version: 0.10.0-alpha-1
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-procedure
base: http://hl7.org/fhir/StructureDefinition/Procedure
version: 0.9.1
required: [performed, meta, code]