PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-cms@1.0.2-alpha1.0.2
    http://ehealthontario.ca/fhir/StructureDefinition/cms-ext-human-language
description: The language of other names supported in Organization and Location resources. The Language Code shall be drawn from the urn:ietf:bcp:47 such as \"eg\" for English, \"fr\" for French.
package_name: ca.on.oh-cms
derivation: constraint
name: HumanLanguage
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://ehealthontario.ca/fhir/StructureDefinition/cms-ext-human-language'}
    index: 0
  value:
    choices: [valueCoding]
    index: 2
  valueCoding: {type: Coding, choiceOf: value, index: 3}
  value[x]:
    elements:
      system:
        pattern: {type: Uri, value: 'urn:ietf:bcp:47'}
        index: 4
      code: {index: 5}
      display: {index: 6}
    required: [display, system, code]
package_version: 1.0.2-alpha1.0.2
class: extension
kind: complex-type
url: http://ehealthontario.ca/fhir/StructureDefinition/cms-ext-human-language
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.0.0
required: [valueCoding, value]