PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-epr-fhir@4.0.1-ballot-2
    http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pdqm-patient
description: The patient demographics and identifier information which can be provided in the PDQm response according to the EPR. If the patient is already registered in a community, the MPI-PID SHALL be provided as an identifier. The EPR-SPID as an identifier MAY be added. The birthname can be added with the  ISO 21090 qualifier extension.
package_name: ch.fhir.ig.ch-epr-fhir
derivation: constraint
name: CHPDQmPatient
type: Patient
elements:
  extension:
    index: 0
    slicing:
      slices:
        religion:
          match: {}
          schema: {index: 0}
          max: 0
  identifier:
    mustSupport: true
    index: 1
    slicing:
      slices:
        EPR-SPID:
          match: {}
          schema: {mustSupport: true, _required: true, index: 2}
          min: 1
          max: 1
        LocalPid:
          match: {}
          schema: {mustSupport: true, index: 3}
  name:
    mustSupport: true
    index: 4
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: profile}
      min: 1
      slices:
        HumanName:
          match: {}
          schema: {type: HumanName, short: A name associated with the patient, mustSupport: true, array: true, min: 1, _required: true, index: 5}
          min: 1
        BirthName:
          match: {}
          schema: {short: The birthname of the patient, type: HumanName, mustSupport: true, index: 6}
          min: 0
          max: 1
  contact:
    index: 7
    slicing:
      slices:
        contact:
          match: {}
          schema: {index: 8}
          max: 0
        nameOfParent:
          match: {}
          schema: {index: 9}
          max: 0
  managingOrganization:
    type: Reference
    short: Provider organization of the patient
    mustSupport: true
    refers: ['http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pdqm-provider-organization']
    index: 10
package_version: 4.0.1-ballot-2
extensions:
  religion: {url: null, max: 0, index: 0}
class: profile
kind: resource
url: http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/ch-pdqm-patient
base: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient
version: 4.0.1-ballot-2
required: [name, identifier]