PackagesCanonicalsLogsProblems
    Packages
    rs/cezih.osnova@0.2.3
    http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-response-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: HRResponseMessage
type: Bundle
elements:
  id: {short: Jedinstveni identifikator poruke, index: 0}
  language: {index: 1}
  identifier: {index: 2}
  type:
    short: Definira da resurs Bundle predstavlja FHIR poruku
    pattern: {type: code, value: message}
    type: code
    index: 3
  timestamp: {short: Vrijeme kreiranja poruke, mustSupport: false, index: 4}
  total: {index: 5}
  link: {index: 6}
  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]
package_version: 0.2.3
class: profile
kind: resource
url: http://fhir.cezih.hr/specifikacije/StructureDefinition/hr-response-message
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 0.2.3
required: [id, timestamp]