PackagesCanonicalsLogsProblems
    Packages
    rs/cezih.osnova@0.2.3
    http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-organizacija
description: Resurs sadrži podatke zdravstvene organizacije.
package_name: rs/cezih.osnova
derivation: constraint
name: HROrganizacija
type: Organization
elements:
  identifier:
    index: 0
    slicing:
      rules: closed
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        HZZOBroj:
          match: {system: 'http://fhir.cezih.hr/specifikacije/identifikatori/HZZO-sifra-zdravstvene-organizacije'}
          schema:
            short: HZZO šifra zdravstvene organizacije
            mustSupport: false
            _required: true
            index: 1
            elements:
              system:
                pattern: {type: uri, value: 'http://fhir.cezih.hr/specifikacije/identifikatori/HZZO-sifra-zdravstvene-organizacije'}
                type: uri
                index: 2
              value: {index: 3}
            required: [system, value]
        JedinstveniIdentifikatorUstanove:
          match: {system: 'http://fhir.cezih.hr/specifikacije/identifikatori/jedinstveni-identifikator-zdravstvene-organizacije'}
          schema:
            short: Jedinstveni identifikator zdravstvene organizacije
            mustSupport: true
            index: 4
            elements:
              system:
                pattern: {type: uri, value: 'http://fhir.cezih.hr/specifikacije/identifikatori/jedinstveni-identifikator-zdravstvene-organizacije'}
                type: uri
                index: 5
              value: {index: 6}
            required: [system, value]
  active: {mustSupport: true, index: 7}
  name: {mustSupport: true, index: 8}
package_version: 0.2.3
class: profile
kind: resource
url: http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-organizacija
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 0.2.3
required: [identifier]