PackagesCanonicalsLogsProblems
    Packages
    nexuzhealth.fhir.r4@1.0.2
    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: nexuzhealth.fhir.r4
derivation: constraint
name: NxhExtPatientFlags
type: Extension
elements:
  extension:
    short: Test patient
    index: 0
    slicing:
      slices:
        isTestPatient:
          match: {}
          schema:
            short: Test patient
            index: 0
            elements:
              url:
                pattern: {type: uri, value: isTestPatient}
                type: uri
                index: 1
              value:
                choices: [valueBoolean]
                index: 3
              valueBoolean: {type: boolean, choiceOf: value, index: 4}
        isNotHuman:
          match: {}
          schema:
            short: Not human
            index: 5
            elements:
              url:
                pattern: {type: uri, value: isNotHuman}
                type: uri
                index: 6
              value:
                choices: [valueBoolean]
                index: 8
              valueBoolean: {type: boolean, choiceOf: value, index: 9}
        isEmergencyPatient:
          match: {}
          schema:
            short: Emergency patient
            index: 10
            elements:
              url:
                pattern: {type: uri, value: isEmergencyPatient}
                type: uri
                index: 11
              value:
                choices: [valueBoolean]
                index: 13
              valueBoolean: {type: boolean, choiceOf: value, index: 14}
        isAdministrativePatient:
          match: {}
          schema:
            short: Administrative patient
            index: 15
            elements:
              url:
                pattern: {type: uri, value: isAdministrativePatient}
                type: uri
                index: 16
              value:
                choices: [valueBoolean]
                index: 18
              valueBoolean: {type: boolean, choiceOf: value, index: 19}
  url:
    pattern: {type: uri, value: 'https://fhir.nexuzhealth.com/standards/fhir/StructureDefinition/nxh-ext-patientFlags'}
    type: uri
    index: 20
  value:
    choices: []
    index: 22
package_version: 1.0.2
extensions:
  isTestPatient:
    url: null
    short: Test patient
    index: 0
    elements:
      url:
        pattern: {type: uri, value: isTestPatient}
        type: uri
        index: 1
      value:
        choices: [valueBoolean]
        index: 3
      valueBoolean: {type: boolean, choiceOf: value, index: 4}
  isNotHuman:
    url: null
    short: Not human
    index: 5
    elements:
      url:
        pattern: {type: uri, value: isNotHuman}
        type: uri
        index: 6
      value:
        choices: [valueBoolean]
        index: 8
      valueBoolean: {type: boolean, choiceOf: value, index: 9}
  isEmergencyPatient:
    url: null
    short: Emergency patient
    index: 10
    elements:
      url:
        pattern: {type: uri, value: isEmergencyPatient}
        type: uri
        index: 11
      value:
        choices: [valueBoolean]
        index: 13
      valueBoolean: {type: boolean, choiceOf: value, index: 14}
  isAdministrativePatient:
    url: null
    short: Administrative patient
    index: 15
    elements:
      url:
        pattern: {type: uri, value: isAdministrativePatient}
        type: uri
        index: 16
      value:
        choices: [valueBoolean]
        index: 18
      valueBoolean: {type: boolean, choiceOf: value, index: 19}
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