PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-ems@2.0.0-ballot
    http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-practitioner
description: This profile constrains the Practitioner resource for representing practitioners involved in the emergency chain, e.g. paramedic (in training), transport paramedic, emergency doctor.
package_name: ch.fhir.ig.ch-ems
derivation: constraint
name: CHEmsPractitioner
type: Practitioner
elements:
  identifier:
    short: GLN of the individual
    mustSupport: true
    index: 0
    slicing:
      slices:
        GLN:
          match: {}
          schema:
            short: GLN of the individual
            mustSupport: true
            index: 0
            elements:
              assigner:
                type: Reference
                short: Reference to the team in which this individual is member of (the team then does have the GLN of the responding organisation)
                mustSupport: true
                refers: ['http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-organization']
                index: 1
                elements:
                  reference: {index: 2}
                required: [reference]
  name:
    mustSupport: true
    index: 3
    elements:
      family: {short: Nachname, index: 4}
      given: {short: Vorname, index: 5}
  address: {mustSupport: true, index: 6}
  qualification:
    elements:
      code:
        type: CodeableConcept
        binding: {strength: extensible, valueSet: 'http://fhir.ch/ig/ch-ems/ValueSet/IVR-VS-formation'}
        mustSupport: true
        index: 7
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-practitioner
base: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-practitioner
version: 2.0.0-ballot