PackagesCanonicalsLogsProblems
    Packages
    nexuzhealth.fhir.r4@1.0.1
    https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-populationUpdateStatus
description: Status of population update process for specific use case.
package_name: nexuzhealth.fhir.r4
derivation: constraint
name: NxhExtPopulationUpdateStatus
type: Extension
elements:
  extension:
    array: true
    min: 2
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: 2
      slices:
        procedureName:
          match: {url: procedureName}
          schema:
            short: Procedure name
            _required: true
            index: 1
            elements:
              url:
                pattern: {type: Uri, value: procedureName}
                index: 2
              value:
                choices: [valueString]
                index: 4
              valueString: {type: string, choiceOf: value, index: 5}
        lastUpdated:
          match: {url: lastUpdated}
          schema:
            short: Last updated
            _required: true
            index: 6
            elements:
              url:
                pattern: {type: Uri, value: lastUpdated}
                index: 7
              value:
                choices: [valueDateTime]
                index: 9
              valueDateTime: {type: dateTime, choiceOf: value, index: 10}
  url:
    pattern: {type: Uri, value: 'https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-populationUpdateStatus'}
    index: 11
  value:
    choices: []
    index: 13
package_version: 1.0.1
extensions:
  procedureName:
    url: procedureName
    short: Procedure name
    _required: true
    index: 1
    elements:
      url:
        pattern: {type: Uri, value: procedureName}
        index: 2
      value:
        choices: [valueString]
        index: 4
      valueString: {type: string, choiceOf: value, index: 5}
  lastUpdated:
    url: lastUpdated
    short: Last updated
    _required: true
    index: 6
    elements:
      url:
        pattern: {type: Uri, value: lastUpdated}
        index: 7
      value:
        choices: [valueDateTime]
        index: 9
      valueDateTime: {type: dateTime, choiceOf: value, index: 10}
class: extension
kind: complex-type
url: https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-populationUpdateStatus
base: http://hl7.org/fhir/StructureDefinition/Extension
version: null