PackagesCanonicalsLogsProblems
    Packages
    rs/nexuzhealth.fhir.r4@1.0.1
    https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-patientFlags
description: Indicates if the patient is a test patient, a non human patient, an emergency patient or an administrative patient.
package_name: rs/nexuzhealth.fhir.r4
derivation: constraint
name: NxhExtPatientFlags
type: Extension
elements:
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: 0
      slices:
        isTestPatient:
          match: {url: isTestPatient}
          schema:
            short: Test patient
            index: 1
            elements:
              url:
                pattern: {type: uri, value: isTestPatient}
                type: uri
                index: 2
              value:
                choices: [valueBoolean]
                index: 4
              valueBoolean: {type: boolean, choiceOf: value, index: 5}
        isNotHuman:
          match: {url: isNotHuman}
          schema:
            short: Not human
            index: 6
            elements:
              url:
                pattern: {type: uri, value: isNotHuman}
                type: uri
                index: 7
              value:
                choices: [valueBoolean]
                index: 9
              valueBoolean: {type: boolean, choiceOf: value, index: 10}
        isEmergencyPatient:
          match: {url: isEmergencyPatient}
          schema:
            short: Emergency patient
            index: 11
            elements:
              url:
                pattern: {type: uri, value: isEmergencyPatient}
                type: uri
                index: 12
              value:
                choices: [valueBoolean]
                index: 14
              valueBoolean: {type: boolean, choiceOf: value, index: 15}
        isAdministrativePatient:
          match: {url: isAdministrativePatient}
          schema:
            short: Administrative patient
            index: 16
            elements:
              url:
                pattern: {type: uri, value: isAdministrativePatient}
                type: uri
                index: 17
              value:
                choices: [valueBoolean]
                index: 19
              valueBoolean: {type: boolean, choiceOf: value, index: 20}
  url:
    pattern: {type: uri, value: 'https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-patientFlags'}
    type: uri
    index: 21
  value:
    choices: []
    index: 23
package_version: 1.0.1
extensions:
  isTestPatient:
    url: isTestPatient
    short: Test patient
    index: 1
    elements:
      url:
        pattern: {type: uri, value: isTestPatient}
        type: uri
        index: 2
      value:
        choices: [valueBoolean]
        index: 4
      valueBoolean: {type: boolean, choiceOf: value, index: 5}
  isNotHuman:
    url: isNotHuman
    short: Not human
    index: 6
    elements:
      url:
        pattern: {type: uri, value: isNotHuman}
        type: uri
        index: 7
      value:
        choices: [valueBoolean]
        index: 9
      valueBoolean: {type: boolean, choiceOf: value, index: 10}
  isEmergencyPatient:
    url: isEmergencyPatient
    short: Emergency patient
    index: 11
    elements:
      url:
        pattern: {type: uri, value: isEmergencyPatient}
        type: uri
        index: 12
      value:
        choices: [valueBoolean]
        index: 14
      valueBoolean: {type: boolean, choiceOf: value, index: 15}
  isAdministrativePatient:
    url: isAdministrativePatient
    short: Administrative patient
    index: 16
    elements:
      url:
        pattern: {type: uri, value: isAdministrativePatient}
        type: uri
        index: 17
      value:
        choices: [valueBoolean]
        index: 19
      valueBoolean: {type: boolean, choiceOf: value, index: 20}
class: extension
kind: complex-type
url: https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-patientFlags
base: http://hl7.org/fhir/StructureDefinition/Extension
version: null