PackagesCanonicalsLogsProblems
    Packages
    rs/cezih.osnova@0.2.3
    http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-request-message
description: Specifikacija podataka svih FHIR poruka zahtjeva. Specifikacije pojedinih poruka u CEZIH sustavu su temeljene na ovoj specifikaciji.
package_name: rs/cezih.osnova
derivation: constraint
name: HRRequestMessage
type: Bundle
elements:
  signature:
    short: Digitalni potpis poruke
    index: 16
    elements:
      type:
        short: Definira vrstu digitalnog potpisa
        pattern:
          type: Coding
          value: {code: 1.2.840.10065.1.12.1.1, system: 'urn:iso-astm:E1762-95:2013'}
        type: Coding
        index: 17
      when: {short: Vrijeme kreiranja digitalnog potpisa poruke, index: 18}
      who:
        type: Reference
        short: Referenca na potpisnika poruke
        refers: ['http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-practitioner']
        index: 19
      onBehalfOf: {index: 20}
      targetFormat: {index: 21}
      sigFormat: {index: 22}
      data: {short: Digitalni potpis, index: 23}
    required: [data]
  type:
    short: Definira da resurs Bundle predstavlja FHIR poruku
    pattern: {type: code, value: message}
    type: code
    index: 3
  total: {index: 5}
  language: {index: 1}
  link: {index: 6}
  id: {short: Jedinstveni identifikator poruke, index: 0}
  identifier: {index: 2}
  entry:
    short: Elementi poruke
    mustSupport: false
    index: 7
    elements:
      id: {index: 8}
      extension: {index: 9}
      link: {index: 10}
      fullUrl: {short: Jedinstveni identifikator zapisa (elementa) poruke, index: 11}
      resource: {short: Zapis (element) poruke, index: 12}
      search: {index: 13}
      request: {index: 14}
      response: {index: 15}
    extensions: {}
    required: [fullUrl, resource]
  timestamp: {short: Vrijeme kreiranja poruke, mustSupport: false, index: 4}
package_version: 0.2.3
class: profile
kind: resource
url: http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-request-message
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 0.2.3
required: [id, signature, timestamp]