Primjer poruke zahtjeva za ponovno otvaranje posjete
<Bundle xmlns="http://hl7.org/fhir"> <id value="91da4039-423a-40f8-8ec6-67037648b6ef" /> <meta> <versionId value="1" /> <lastUpdated value="2022-10-03T13:32:54.742+00:00" /> <source value="#c3e5b16728b62ba4" /> </meta> <type value="message" /> <timestamp value="2022-07-14T13:35:12+02:00" /> <entry> <fullUrl value="urn:uuid:168628cd-b714-405c-b59b-1a5d0f628093" /> <resource> <MessageHeader> <eventCoding> <system value="http://ent.hr/fhir/CodeSystem/ehe-message-types" /> <code value="1.5" /> </eventCoding> <sender> <type value="Organization" /> <identifier> <system value="http://fhir.cezih.hr/specifikacije/identifikatori/HZZO-sifra-zdravstvene-organizacije" /> <value value="1234" /> </identifier> </sender> <author> <type value="Practitioner" /> <identifier> <system value="http://fhir.cezih.hr/specifikacije/identifikatori/HZJZ-broj-zdravstvenog-djelatnika" /> <value value="1234567" /> </identifier> </author> <source> <endpoint value="urn:oid:1.2.3.4.5.6" /> </source> <focus> <reference value="urn:uuid:5d601a91-2b83-41d9-a519-1606e38f7d07" /> </focus> </MessageHeader> </resource> </entry> <entry> <fullUrl value="urn:uuid:5d601a91-2b83-41d9-a519-1606e38f7d07" /> <resource> <Encounter> <identifier> <system value="http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-posjete" /> <value value="cl3lnsp4o000009mhcuac4j0u" /> </identifier> <status value="in-progress" /> <class> <system value="http://fhir.cezih.hr/specifikacije/CodeSystem/nacin-prijema" /> <code value="9" /> <display value="Interna uputnica" /> </class> <serviceProvider> <type value="Organization" /> <identifier> <system value="http://fhir.cezih.hr/specifikacije/identifikatori/HZZO-sifra-zdravstvene-organizacije" /> <value value="1234" /> </identifier> </serviceProvider> </Encounter> </resource> </entry> <signature> <type> <system value="urn:iso-astm:E1762-95:2013" /> <code value="1.2.840.10065.1.12.1.1" /> </type> <when value="2022-07-14T11:20:14+02:00" /> <who> <type value="Practitioner" /> <identifier> <system value="http://fhir.cezih.hr/specifikacije/identifikatori/HZJZ-broj-zdravstvenog-djelatnika" /> <value value="1234567" /> </identifier> </who> <data value="UHJpbWVyIHBvdHBpc2EgemEgdmnFoWUgaW5mb3JtYWNpamEgcHJvxI1pdGFqIEZISVIgc3RhbmRhcmQgaSBJSEUgRFNH" /> </signature> </Bundle>
{ "resourceType": "Bundle", "id": "91da4039-423a-40f8-8ec6-67037648b6ef", "meta": { "versionId": "1", "lastUpdated": "10/03/2022 13:32:54", "source": "#c3e5b16728b62ba4" }, "type": "message", "timestamp": "07/14/2022 11:35:12", "entry": [ { "fullUrl": "urn:uuid:168628cd-b714-405c-b59b-1a5d0f628093", "resource": { "resourceType": "MessageHeader", "eventCoding": { "system": "http://ent.hr/fhir/CodeSystem/ehe-message-types", "code": "1.5" }, "sender": { "type": "Organization", "identifier": { "system": "http://fhir.cezih.hr/specifikacije/identifikatori/HZZO-sifra-zdravstvene-organizacije", "value": "1234" } }, "author": { "type": "Practitioner", "identifier": { "system": "http://fhir.cezih.hr/specifikacije/identifikatori/HZJZ-broj-zdravstvenog-djelatnika", "value": "1234567" } }, "source": { "endpoint": "urn:oid:1.2.3.4.5.6" }, "focus": [ { "reference": "urn:uuid:5d601a91-2b83-41d9-a519-1606e38f7d07" } ] } }, { "fullUrl": "urn:uuid:5d601a91-2b83-41d9-a519-1606e38f7d07", "resource": { "resourceType": "Encounter", "identifier": [ { "system": "http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-posjete", "value": "cl3lnsp4o000009mhcuac4j0u" } ], "status": "in-progress", "class": { "system": "http://fhir.cezih.hr/specifikacije/CodeSystem/nacin-prijema", "code": "9", "display": "Interna uputnica" }, "serviceProvider": { "type": "Organization", "identifier": { "system": "http://fhir.cezih.hr/specifikacije/identifikatori/HZZO-sifra-zdravstvene-organizacije", "value": "1234" } } } } ], "signature": { "type": [ { "system": "urn:iso-astm:E1762-95:2013", "code": "1.2.840.10065.1.12.1.1" } ], "when": "07/14/2022 09:20:14", "who": { "type": "Practitioner", "identifier": { "system": "http://fhir.cezih.hr/specifikacije/identifikatori/HZJZ-broj-zdravstvenog-djelatnika", "value": "1234567" } }, "data": "UHJpbWVyIHBvdHBpc2EgemEgdmnFoWUgaW5mb3JtYWNpamEgcHJvxI1pdGFqIEZISVIgc3RhbmRhcmQgaSBJSEUgRFNH" } }