PackagesCanonicalsLogsProblems
    Packages
    rs/nexuzhealth.fhir.r4@1.0.0
    https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-extractionStatus
description: Status of all resources of a FHIR profile extracted from the main FHIR store into a FHIR substore.
package_name: rs/nexuzhealth.fhir.r4
derivation: constraint
name: NxhExtExtractionStatus
type: Extension
elements:
  extension:
    array: true
    min: 3
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: 3
      slices:
        extractionName:
          match: {url: extractionName}
          schema:
            short: extraction name
            _required: true
            index: 1
            elements:
              url:
                pattern: {type: uri, value: extractionName}
                type: uri
                index: 2
              value:
                choices: [valueString]
                index: 4
              valueString: {type: string, choiceOf: value, index: 5}
        profileName:
          match: {url: profileName}
          schema:
            short: Profile name
            _required: true
            index: 6
            elements:
              url:
                pattern: {type: uri, value: profileName}
                type: uri
                index: 7
              value:
                choices: [valueString]
                index: 9
              valueString: {type: string, choiceOf: value, index: 10}
            required: [value, valueString]
        lastUpdated:
          match: {url: lastUpdated}
          schema:
            short: Last Updated
            _required: true
            index: 11
            elements:
              url:
                pattern: {type: uri, value: lastUpdated}
                type: uri
                index: 12
              value:
                choices: [valueDateTime]
                index: 14
              valueDateTime: {type: dateTime, choiceOf: value, index: 15}
            required: [value, valueDateTime]
  url:
    pattern: {type: uri, value: 'https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-extractionStatus'}
    type: uri
    index: 16
  value:
    choices: []
    index: 18
package_version: 1.0.0
extensions:
  extractionName:
    url: extractionName
    short: extraction name
    _required: true
    index: 1
    elements:
      url:
        pattern: {type: uri, value: extractionName}
        type: uri
        index: 2
      value:
        choices: [valueString]
        index: 4
      valueString: {type: string, choiceOf: value, index: 5}
  profileName:
    url: profileName
    short: Profile name
    _required: true
    index: 6
    elements:
      url:
        pattern: {type: uri, value: profileName}
        type: uri
        index: 7
      value:
        choices: [valueString]
        index: 9
      valueString: {type: string, choiceOf: value, index: 10}
    required: [value, valueString]
  lastUpdated:
    url: lastUpdated
    short: Last Updated
    _required: true
    index: 11
    elements:
      url:
        pattern: {type: uri, value: lastUpdated}
        type: uri
        index: 12
      value:
        choices: [valueDateTime]
        index: 14
      valueDateTime: {type: dateTime, choiceOf: value, index: 15}
    required: [value, valueDateTime]
class: extension
kind: complex-type
url: https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-extractionStatus
base: http://hl7.org/fhir/StructureDefinition/Extension
version: null