PackagesCanonicalsLogsProblems
    Packages
    OntarioContextManagement.core@0.1.0
    http://ehealthontario.ca/fhir/StructureDefinition/cms-ext-organization-name-type
description: Organization name type
package_name: OntarioContextManagement.core
derivation: constraint
name: OrganizationNameType
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://ehealthontario.ca/fhir/StructureDefinition/cms-ext-organization-name-type'}
    index: 0
  value:
    choices: [valueCoding]
    index: 2
  valueCoding: {type: Coding, choiceOf: value, index: 3}
  value[x]:
    elements:
      system:
        pattern: {type: Uri, value: 'http://ehealthontario.ca/fhir/CodeSystem/cms-organization-name-type'}
        index: 4
      code:
        binding: {strength: required, valueSet: 'http://ehealthontario.ca/fhir/ValueSet/organization-name-type'}
        index: 5
      display: {index: 6}
    required: [display, system, code]
package_version: 0.1.0
class: extension
kind: complex-type
url: http://ehealthontario.ca/fhir/StructureDefinition/cms-ext-organization-name-type
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0
required: [valueCoding, value]