PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.mha@pds-0.9.0-alpha-1.1
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ext-referralSourceType
description: The type agency, organization or individual that referred the client for treatment to the agency providing the services.
package_name: ca.on.oh.mha
derivation: constraint
name: ExtensionReferralSourceType
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ext-referralSourceType'}
    index: 0
  value:
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 2
  valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 3}
  value[x]:
    elements:
      coding:
        binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/referral-type'}
        mustSupport: true
        index: 4
        elements:
          system:
            pattern: {type: Uri, value: 'http://ontariohealth.ca/fhir/ValueSet/referral-source-type'}
            mustSupport: true
            index: 5
          code:
            binding: {strength: required, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/referral-source-type'}
            mustSupport: true
            index: 6
          display: {index: 7}
        required: [system, code]
package_version: pds-0.9.0-alpha-1.1
class: extension
kind: complex-type
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ext-referralSourceType
base: http://hl7.org/fhir/StructureDefinition/Extension
version: null
required: [value, valueCodeableConcept]