PackagesCanonicalsLogsProblems
    Packages
    ca.on.phsd.r4-alpha@0.1.3
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-location-matchreq-profile-Location
description: Defines the Location profile used for performing a Location EMPI match request against the Location endpoint
package_name: ca.on.phsd.r4-alpha
derivation: constraint
name: LocationEMPIMatchRequest
type: Location
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile:
        mustSupport: true
        pattern: {type: Canonical, value: 'http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-location-matchreq-profile-Location|1.0.0'}
        index: 1
    required: [profile]
  extension:
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        LHIN-code:
          match: {url: null}
          schema: {type: Extension, url: 'http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-ext-LHINCode', index: 3}
        organization-type:
          match: {url: null}
          schema: {type: Extension, mustSupport: true, url: 'http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-ext-organization-type', index: 4}
        registration-subclass:
          match: {url: null}
          schema: {type: Extension, url: 'http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-ext-registration-subclass', index: 5}
  identifier: {index: 6}
  name: {mustSupport: true, index: 7}
  type:
    binding: {strength: required, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/ppr-provider-organization-role-type'}
    mustSupport: true
    index: 8
    elements:
      coding:
        mustSupport: true
        index: 9
        elements:
          system:
            pattern: {type: Uri, value: 'http://ehealthontario.ca/fhir/CodeSystem/ppr-provider-organization-role-type'}
            mustSupport: true
            index: 10
          code:
            binding: {strength: required, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/ppr-provider-organization-role-type'}
            mustSupport: true
            index: 11
          display: {index: 12}
        required: [system, code]
  telecom:
    mustSupport: true
    index: 13
    elements:
      system:
        binding: {strength: required, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/ppr-contact-point-system-organization'}
        mustSupport: true
        index: 14
      value: {mustSupport: true, index: 15}
    required: [value, system]
  address:
    mustSupport: true
    index: 16
    elements:
      line: {mustSupport: true, array: true, max: 4, index: 17}
      city: {mustSupport: true, index: 18}
      state:
        binding: {strength: extensible, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/province-state-codes'}
        mustSupport: true
        index: 19
      postalCode: {mustSupport: true, index: 20}
      country:
        binding: {strength: required, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/country-code'}
        mustSupport: true
        index: 21
package_version: 0.1.3
extensions:
  LHIN-code: {url: 'http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-ext-LHINCode', type: Extension, index: 3}
  organization-type: {url: 'http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-ext-organization-type', type: Extension, mustSupport: true, index: 4}
  registration-subclass: {url: 'http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-ext-registration-subclass', type: Extension, index: 5}
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-location-matchreq-profile-Location
base: http://hl7.org/fhir/StructureDefinition/Location
version: 1.0.0
required: [meta]