PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh@setp-0.9.0-alpha1.0.7
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Procedure
description: SET Procedure Profile
package_name: ca.on.oh
derivation: constraint
name: Procedure
type: Procedure
elements:
  category:
    short: Procedure Service
    binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/setp-hospital-service'}
    mustSupport: true
    index: 8
    elements:
      coding:
        binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/setp-hospital-service'}
        mustSupport: true
        index: 9
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            mustSupport: true
            index: 10
          code:
            binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/setp-hospital-service'}
            mustSupport: true
            index: 11
          display: {mustSupport: true, index: 12}
        required: [system, code]
    required: [coding]
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  performed:
    mustSupport: true
    choices: [performedPeriod]
    index: 21
  performed[x]:
    elements:
      start: {short: Surgery Date/Procedure Start Time, mustSupport: true, index: 23}
      end: {short: Procedure End Time, mustSupport: true, index: 24}
  note: {mustSupport: true, index: 38}
  extension:
    index: 2
    slicing:
      rules: open
      ordered: false
      min: null
      slices:
        preadmissionScreening:
          match: {}
          schema: {type: Extension, isModifier: false, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-preadmissionscreening', index: 3}
        surgicalChecklist:
          match: {}
          schema: {type: Extension, isModifier: false, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-surgicalchecklist', index: 4}
        inRoom:
          match: {}
          schema: {type: Extension, isModifier: false, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-in-room', index: 5}
  complication:
    binding: {strength: example, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/procedure-complication'}
    mustSupport: true
    index: 33
    elements:
      coding:
        binding: {strength: example, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/procedure-complication'}
        mustSupport: true
        index: 34
        elements:
          system:
            pattern: {type: Uri, value: 'http://snomed.info/sct'}
            mustSupport: true
            index: 35
          code:
            binding: {strength: example, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/procedure-complication'}
            mustSupport: true
            index: 36
          display: {mustSupport: true, index: 37}
  status: {mustSupport: true, index: 7}
  code:
    short: Procedure Code/Description
    binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/procedure-code'}
    mustSupport: true
    index: 13
    elements:
      coding:
        binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/procedure-code'}
        mustSupport: true
        index: 14
        elements:
          system:
            pattern: {type: Uri, value: 'http://ontariohealth.ca/fhir/CodeSystem/WTIS-procedure-code'}
            mustSupport: true
            index: 15
          code:
            binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/procedure-code'}
            mustSupport: true
            index: 16
          display: {mustSupport: true, index: 17}
        required: [system, code]
    required: [coding]
  partOf: {mustSupport: false, index: 6}
  performedPeriod: {type: Period, mustSupport: true, choiceOf: performed, index: 22}
  location:
    short: Reference to the Site for this Procedure
    mustSupport: true
    index: 29
    elements:
      identifier:
        mustSupport: true
        index: 30
        elements:
          system:
            pattern: {type: Uri, value: 'https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-health-care-facility-id'}
            mustSupport: true
            index: 31
          value: {mustSupport: true, index: 32}
        required: [value, system]
    required: [identifier]
  subject:
    type: Reference
    short: The patient receiving the surgical procedure
    mustSupport: true
    refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Patient']
    index: 18
    elements:
      reference: {mustSupport: true, index: 19}
    required: [reference]
  performer:
    mustSupport: true
    array: true
    min: 1
    max: 2
    index: 25
    elements:
      function: {short: the category of the performer, mustSupport: false, index: 26}
      actor:
        type: Reference
        short: the surgeon or anaesthetist
        mustSupport: true
        refers: ['http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-practitionerrole']
        index: 27
        elements:
          reference: {mustSupport: true, index: 28}
        required: [reference]
package_version: setp-0.9.0-alpha1.0.7
extensions:
  preadmissionScreening: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-preadmissionscreening', type: Extension, isModifier: false, index: 3}
  surgicalChecklist: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-surgicalchecklist', type: Extension, isModifier: false, index: 4}
  inRoom: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-in-room', type: Extension, isModifier: false, index: 5}
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Procedure
base: http://hl7.org/fhir/StructureDefinition/Procedure
version: 0.9.0
required: [location, meta, category, code, performer]