PackagesCanonicalsLogsProblems
    Packages
    nexuzhealth.fhir.r4@1.0.2
    https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-appointment-book
description: The appointment book the resource is related to.
package_name: nexuzhealth.fhir.r4
derivation: constraint
name: NxhExtAppointmentBook
type: Extension
elements:
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: 1
      slices:
        name:
          match: {url: name}
          schema:
            short: Name
            _required: true
            index: 1
            elements:
              url:
                pattern: {type: uri, value: name}
                type: uri
                index: 2
              value:
                choices: [valueString]
                index: 4
              valueString: {type: string, choiceOf: value, index: 5}
        description:
          match: {url: description}
          schema:
            short: Description
            index: 6
            elements:
              url:
                pattern: {type: uri, value: description}
                type: uri
                index: 7
              value:
                choices: [valueString]
                index: 9
              valueString: {type: string, choiceOf: value, index: 10}
  url:
    pattern: {type: uri, value: 'https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-appointment-book'}
    type: uri
    index: 11
  value:
    choices: []
    index: 13
package_version: 1.0.2
extensions:
  name:
    url: name
    short: Name
    _required: true
    index: 1
    elements:
      url:
        pattern: {type: uri, value: name}
        type: uri
        index: 2
      value:
        choices: [valueString]
        index: 4
      valueString: {type: string, choiceOf: value, index: 5}
  description:
    url: description
    short: Description
    index: 6
    elements:
      url:
        pattern: {type: uri, value: description}
        type: uri
        index: 7
      value:
        choices: [valueString]
        index: 9
      valueString: {type: string, choiceOf: value, index: 10}
class: extension
kind: complex-type
url: https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-appointment-book
base: http://hl7.org/fhir/StructureDefinition/Extension
version: null
required: [extension]