PackagesCanonicalsLogsProblems
    Packages
    ca.on.phsd.r4-alpha@0.1.2
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-organization-type
description: Organization type
package_name: ca.on.phsd.r4-alpha
derivation: constraint
name: OrganizationType
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-organization-type'}
    index: 0
  value:
    mustSupport: true
    choices: [valueCoding]
    index: 2
  valueCoding: {type: Coding, mustSupport: true, choiceOf: value, index: 3}
  value[x]:
    elements:
      system:
        pattern: {type: Uri, value: 'http://ontariohealth.ca/fhir/CodeSystem/provider-organization-role-type'}
        mustSupport: true
        index: 4
      code: {mustSupport: true, index: 5}
      display: {mustSupport: true, index: 6}
    required: [display, system, code]
package_version: 0.1.2
class: extension
kind: complex-type
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-organization-type
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0
required: [valueCoding, value]