PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch@ems-1.9.0
    http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-patient
description: Definition of the patient
package_name: ch.fhir.ig.ch
derivation: constraint
name: CHEmsPatient
type: Patient
elements:
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        placeOfOrigin:
          match: {url: null}
          schema: {short: Place of origin of patient, index: 1}
        citizenship:
          match: {url: null}
          schema: {short: Citizenship of patient, index: 2}
  identifier:
    index: 3
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: pattern}
      min: null
      slices:
        AHVN13:
          match: {system: 'urn:oid:2.16.756.5.32'}
          schema:
            pattern:
              type: Identifier
              value: {system: 'urn:oid:2.16.756.5.32'}
            index: 4
            elements:
              value: {short: AHVN13 / NAVS13 of the patient (13 digits starting with 756), index: 5}
        LocalPid:
          match:
            type:
              coding:
              - {code: MR, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
          schema:
            short: 'Local patient identifier: PLS-ID (Number from the patient guidance system (PLS) for temporary identification)'
            pattern:
              type: Identifier
              value:
                type:
                  coding:
                  - {code: MR, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
            index: 6
            elements:
              system: {index: 7}
              value: {short: PLS-ID of the patient, index: 8}
  name: {short: The patient's official name, index: 9}
  gender:
    short: male | female | other
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/administrative-gender'}
    index: 10
  birthDate: {short: The date of birth for the individual, index: 11}
  address: {short: Address of the patient, index: 12}
  contact:
    short: Involved Participant (Person / Organization)
    index: 13
    extensions:
      personRole: {url: 'http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-personrole', type: Extension, short: Role of the involved participant, index: 15}
    elements:
      extension:
        index: 14
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            personRole:
              match: {url: null}
              schema: {type: Extension, short: Role of the involved participant, url: 'http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-personrole', index: 15}
      name: {type: HumanName, short: Name of the involved participant, index: 16}
package_version: ems-1.9.0
extensions:
  placeOfOrigin: {url: null, short: Place of origin of patient, index: 1}
  citizenship: {url: null, short: Citizenship of patient, index: 2}
class: profile
kind: resource
url: http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-patient
base: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient
version: 1.9.0