PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh@setp-0.9.0-alpha1.0.8
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Location
description: Details and position information for a physical place where surgical procedures are performed.
package_name: ca.on.oh
derivation: constraint
name: Location
type: Location
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
    required: [profile]
  extension:
    type: Extension
    isModifier: false
    url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-or-closure-reason
    index: 2
    slicing:
      slices:
        ORClosureReason:
          match: {}
          schema: {type: Extension, isModifier: false, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-or-closure-reason', index: 2}
        MISFunctionalCentre:
          match: {}
          schema: {type: Extension, isModifier: false, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-mis-functional-center', index: 3}
        ORUnit:
          match: {}
          schema: {type: Extension, isModifier: false, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-or-unit', index: 4}
        functionalCentre:
          match: {}
          schema: {type: Extension, isModifier: false, url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-functional-centre', index: 5}
  identifier:
    short: OR Room Identifier
    mustSupport: true
    index: 6
    elements:
      system: {mustSupport: true, index: 7}
      value: {mustSupport: true, index: 8}
    required: [value, system]
  status: {mustSupport: true, index: 9}
  name: {short: OR Room name, mustSupport: true, index: 10}
  type:
    mustSupport: true
    index: 11
    elements:
      coding:
        binding: {strength: extensible, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType'}
        mustSupport: true
        index: 12
        elements:
          system:
            short: For SETP usage, only "Emergency Room" value code will be used
            pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v3-RoleCode'}
            mustSupport: true
            index: 13
          code:
            binding: {strength: extensible, valueSet: 'http://terminology.hl7.org/ValueSet/v3-ServiceDeliveryLocationRoleType'}
            mustSupport: true
            index: 14
          display: {mustSupport: true, index: 15}
  partOf:
    short: captures the identifer of the Site
    mustSupport: true
    index: 16
    elements:
      identifier:
        short: Site Identifier
        mustSupport: true
        index: 17
        elements:
          system:
            pattern: {type: Uri, value: 'https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-health-care-facility-id'}
            mustSupport: true
            index: 18
          value: {mustSupport: true, index: 19}
        required: [value, system]
    required: [identifier]
package_version: setp-0.9.0-alpha1.0.8
extensions:
  ORClosureReason: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-or-closure-reason', type: Extension, isModifier: false, index: 2}
  MISFunctionalCentre: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-mis-functional-center', type: Extension, isModifier: false, index: 3}
  ORUnit: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-or-unit', type: Extension, isModifier: false, index: 4}
  functionalCentre: {url: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-ext-functional-centre', type: Extension, isModifier: false, index: 5}
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-setp-profile-Location
base: http://hl7.org/fhir/StructureDefinition/Location
version: 0.9.0
required: [name, partOf, status, identifier, meta]