PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh.mha-pds@0.9.0-alpha-1.9.7.13
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-functionalCentreCode
description: The cost center identifier associated with the  program/services supports provided to the client.
package_name: ca.on.oh.mha-pds
derivation: constraint
name: FunctionalCentreCode
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-functionalCentreCode'}
    index: 0
  value:
    mustSupport: true
    choices: [valueCodeableConcept]
    index: 2
  valueCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: value, index: 3}
  value[x]:
    elements:
      coding:
        binding: {strength: extensible, valueSet: 'http://ontariohealth.ca/fhir/ValueSet/functional-centre-code'}
        mustSupport: true
        index: 4
        elements:
          system:
            pattern: {type: Uri, value: 'https://data.ontario.ca/dataset/ontario-healthcare-reporting-system'}
            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.13
class: extension
kind: complex-type
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-functionalCentreCode
base: http://hl7.org/fhir/StructureDefinition/Extension
version: null
required: [value, valueCodeableConcept]