PackagesCanonicalsLogsProblems
    Packages
    ca.on.phsd.r4-alpha@0.1.0
    http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-registration-subclass
description: Registration subclass for location
package_name: ca.on.phsd.r4-alpha
derivation: constraint
name: RegistrationSubclass
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-registration-subclass'}
    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.0
class: extension
kind: complex-type
url: http://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-registration-subclass
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0
required: [valueCoding, value]