PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci@pdex-plan-net-1.2.0
    http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/newpatients
description: New Patients indicates whether new patients are being accepted in general, or from a specific network.   \n              This extension is included in the PractitionerRole, HealthcareService, and Location profiles.  \n              This provides needed flexibility for specifying whether a provider accepts new patients by location and network. While the role is constrained to participation in a single network where it describes the single role this practitioner is playing (e.g., internal medicine physician) this does not in any way prohibit the practitioner from seeing patients from any  other network, they will however be 'out of network' for those patients.
package_name: hl7.fhir.us.davinci
derivation: constraint
name: NewPatients
type: Extension
elements:
  extension:
    index: 0
    slicing:
      slices:
        acceptingPatients:
          match: {}
          schema:
            short: Accepting Patients
            mustSupport: true
            _required: true
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: Uri, value: acceptingPatients}
                index: 3
              value:
                choices: [valueCodeableConcept]
                index: 5
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 6}
            required: [value, valueCodeableConcept]
        fromNetwork:
          match: {}
          schema:
            short: From Network
            mustSupport: true
            index: 7
            extensions: {}
            elements:
              extension: {index: 8}
              url:
                pattern: {type: Uri, value: fromNetwork}
                index: 9
              value:
                choices: [valueReference]
                index: 11
              valueReference:
                type: Reference
                choiceOf: value
                refers: ['http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Network']
                index: 12
            required: [valueReference, value]
        characteristics:
          match: {}
          schema:
            short: Characteristics of accepted patients
            mustSupport: true
            array: true
            index: 13
            extensions: {}
            elements:
              extension: {index: 14}
              url:
                pattern: {type: Uri, value: characteristics}
                index: 15
              value:
                choices: [valueString]
                index: 17
              valueString: {type: string, choiceOf: value, index: 18}
            required: [valueString, value]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/newpatients'}
    index: 19
  value:
    choices: []
    index: 21
package_version: pdex-plan-net-1.2.0
extensions:
  acceptingPatients:
    url: null
    short: Accepting Patients
    mustSupport: true
    _required: true
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: Uri, value: acceptingPatients}
        index: 3
      value:
        choices: [valueCodeableConcept]
        index: 5
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 6}
    required: [value, valueCodeableConcept]
  fromNetwork:
    url: null
    short: From Network
    mustSupport: true
    index: 7
    extensions: {}
    elements:
      extension: {index: 8}
      url:
        pattern: {type: Uri, value: fromNetwork}
        index: 9
      value:
        choices: [valueReference]
        index: 11
      valueReference:
        type: Reference
        choiceOf: value
        refers: ['http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Network']
        index: 12
    required: [valueReference, value]
  characteristics:
    url: null
    short: Characteristics of accepted patients
    mustSupport: true
    array: true
    index: 13
    extensions: {}
    elements:
      extension: {index: 14}
      url:
        pattern: {type: Uri, value: characteristics}
        index: 15
      value:
        choices: [valueString]
        index: 17
      valueString: {type: string, choiceOf: value, index: 18}
    required: [valueString, value]
class: extension
kind: complex-type
url: http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/newpatients
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 1.2.0
required: [extension]