PackagesCanonicalsLogsProblems
    Packages
    dk.ehealth.sundhed.fhir.ig.core@3.5.0
    http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-specialty
description: The specialty of the organization
package_name: dk.ehealth.sundhed.fhir.ig.core
derivation: constraint
name: ehealth-organization-specialty
type: Extension
elements:
  extension:
    index: 0
    slicing:
      slices:
        specialty:
          match: {}
          schema:
            short: The specialty code
            _required: true
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: Uri, value: specialty}
                index: 3
              value:
                choices: [valueCodeableConcept]
                index: 5
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 6}
            required: [value, valueCodeableConcept]
        primaryIndicator:
          match: {}
          schema:
            short: Indicator of primary specialty
            index: 7
            extensions: {}
            elements:
              extension: {index: 8}
              url:
                pattern: {type: Uri, value: primaryIndicator}
                index: 9
              value:
                choices: [valueBoolean]
                index: 11
              valueBoolean: {type: boolean, choiceOf: value, index: 12}
  url:
    pattern: {type: Uri, value: 'http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-specialty'}
    index: 13
  value:
    choices: []
    index: 15
package_version: 3.5.0
extensions:
  specialty:
    url: null
    short: The specialty code
    _required: true
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: Uri, value: specialty}
        index: 3
      value:
        choices: [valueCodeableConcept]
        index: 5
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 6}
    required: [value, valueCodeableConcept]
  primaryIndicator:
    url: null
    short: Indicator of primary specialty
    index: 7
    extensions: {}
    elements:
      extension: {index: 8}
      url:
        pattern: {type: Uri, value: primaryIndicator}
        index: 9
      value:
        choices: [valueBoolean]
        index: 11
      valueBoolean: {type: boolean, choiceOf: value, index: 12}
class: extension
kind: complex-type
url: http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-organization-specialty
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 3.5.0
required: [extension]