PackagesCanonicalsLogsProblems
    Packages
    ca.on.phsd.r4-alpha@0.1.2
    http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-practitioner-matchreq-profile-Practitioner
description: Defines the Practitioner resource used for performing an EMPI match request against the Practitioner endpoint
package_name: ca.on.phsd.r4-alpha
derivation: constraint
name: PractitionerMatchRequest
type: Practitioner
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile:
        mustSupport: true
        pattern: {type: Canonical, value: 'http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-practitioner-matchreq-profile-Practitioner|1.0.0'}
        index: 1
    required: [profile]
  name:
    mustSupport: true
    index: 2
    elements:
      family: {mustSupport: true, index: 3}
      given: {mustSupport: true, index: 4}
    required: [family]
  address:
    mustSupport: true
    index: 5
    elements:
      line: {mustSupport: true, array: true, max: 3, index: 6}
      city: {mustSupport: true, index: 7}
      state:
        binding: {strength: extensible, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/province-state-codes'}
        mustSupport: true
        index: 8
      postalCode: {mustSupport: true, index: 9}
      country:
        binding: {strength: required, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/country-code'}
        mustSupport: true
        index: 10
  gender: {mustSupport: true, index: 11}
  communication:
    mustSupport: true
    index: 12
    elements:
      coding:
        mustSupport: true
        index: 13
        elements:
          system:
            pattern: {type: Uri, value: 'urn:ietf:bcp:47'}
            mustSupport: true
            index: 14
          code:
            binding: {strength: extensible, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/human-language'}
            mustSupport: true
            index: 15
        required: [system, code]
package_version: 0.1.2
class: profile
kind: resource
url: http://ehealthontario.ca/fhir/StructureDefinition/ca-on-ppr-practitioner-matchreq-profile-Practitioner
base: http://hl7.org/fhir/StructureDefinition/Practitioner
version: 1.0.0
required: [meta]