PackagesCanonicalsLogsProblems
    Packages
    cezih.hr.cezih-osnova@1.0.1
    http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-practitioner-role
description: null
package_name: cezih.hr.cezih-osnova
derivation: constraint
name: HRPractitionerRole
type: PractitionerRole
elements:
  identifier:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        HZJZIDZaposlenja:
          match: {system: 'http://fhir.cezih.hr/specifikacije/identifikatori/hzjz-id-zaposlenja'}
          schema:
            short: ID zaposlenja iz NR PZZ registra
            index: 1
            elements:
              system:
                pattern: {type: Uri, value: 'http://fhir.cezih.hr/specifikacije/identifikatori/hzjz-id-zaposlenja'}
                index: 2
              value: {index: 3}
            required: [value, system]
  active: {index: 4}
  period:
    elements:
      end: {short: Datum prestanka zaposlenja, index: 5}
  practitioner:
    type: Reference
    refers: ['http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-practitioner']
    index: 6
  organization:
    index: 7
    elements:
      identifier:
        index: 8
        elements:
          system:
            pattern: {type: Uri, value: 'http://fhir.cezih.hr/specifikacije/identifikatori/HZJZ-broj-ustanove'}
            index: 9
          value: {index: 10}
        required: [value, system]
    required: [identifier]
  code:
    short: Naziv radnog mjesta
    binding: {strength: required, valueSet: 'http://fhir.cezih.hr/specifikacije/ValueSet/hzjz-radna-mjesta'}
    index: 11
package_version: 1.0.1
class: profile
kind: resource
url: http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-practitioner-role
base: http://hl7.org/fhir/StructureDefinition/PractitionerRole
version: null
required: [practitioner, active, organization, code]