PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.mha-pds@0.9.0-alpha-1.9.7.26
    https://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-ReferralType
description: Indicates the type of referral (e.g., initial (external) or internal  ).
package_name: ca.on.oh.mha-pds
derivation: constraint
name: ReferralType
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'https://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-ReferralType'}
    index: 0
  value:
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 2
  valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 3}
  value[x]:
    elements:
      coding:
        mustSupport: true
        index: 4
        elements:
          system: {mustSupport: true, index: 5}
          code: {mustSupport: true, index: 6}
          display: {mustSupport: true, index: 7}
        required: [display, system, code]
    required: [coding]
package_version: 0.9.0-alpha-1.9.7.26
class: extension
kind: complex-type
url: https://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-ReferralType
base: http://hl7.org/fhir/StructureDefinition/Extension
version: null
required: [value, valueCodeableConcept]