Primjer poruke ponovnog otvaranja slučaja nakon brisanja ili zatvaranja
<Bundle xmlns="http://hl7.org/fhir"> <id value="3959b919-8d1d-4c85-a6cf-9b5642a780c3" /> <meta> <versionId value="2" /> <lastUpdated value="2022-10-05T11:15:57.309+00:00" /> <source value="#5938a8fb0523a6d6" /> </meta> <type value="message" /> <timestamp value="2022-07-14T11:15:33+02:00" /> <entry> <fullUrl value="urn:uuid:1a670248-c7f0-43ba-a02e-f1dc68a9ddd9" /> <resource> <MessageHeader> <eventCoding> <system value="http://ent.hr/fhir/CodeSystem/ehe-message-types" /> <code value="2.8" /> </eventCoding> <sender> <type value="Organization" /> <identifier> <system value="http://fhir.cezih.hr/specifikacije/identifikatori/HZZO-sifra-zdravstvene-organizacije" /> <value value="1234567" /> </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:ab50b234-228e-41c1-ae7f-fb7e1cac35f9" /> </focus> </MessageHeader> </resource> </entry> <entry> <fullUrl value="urn:uuid:ab50b234-228e-41c1-ae7f-fb7e1cac35f9" /> <resource> <Condition> <identifier> <system value="http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-slucaja" /> <value value="3a3df039-f0da-4dcc-875d-9e7e46651892" /> </identifier> <subject> <type value="Patient" /> <identifier> <system value="http://fhir.cezih.hr/specifikacije/identifikatori/MBO" /> <value value="18022306986" /> </identifier> </subject> </Condition> </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:15:34+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": "3959b919-8d1d-4c85-a6cf-9b5642a780c3", "meta": { "versionId": "2", "lastUpdated": "2022-10-05T11:15:57.309+00:00", "source": "#5938a8fb0523a6d6" }, "type": "message", "timestamp": "2022-07-14T11:15:33+02:00", "entry": [ { "fullUrl": "urn:uuid:1a670248-c7f0-43ba-a02e-f1dc68a9ddd9", "resource": { "resourceType": "MessageHeader", "eventCoding": { "system": "http://ent.hr/fhir/CodeSystem/ehe-message-types", "code": "2.8" }, "sender": { "type": "Organization", "identifier": { "system": "http://fhir.cezih.hr/specifikacije/identifikatori/HZZO-sifra-zdravstvene-organizacije", "value": "1234567" } }, "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:ab50b234-228e-41c1-ae7f-fb7e1cac35f9" } ] } }, { "fullUrl": "urn:uuid:ab50b234-228e-41c1-ae7f-fb7e1cac35f9", "resource": { "resourceType": "Condition", "identifier": [ { "system": "http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-slucaja", "value": "3a3df039-f0da-4dcc-875d-9e7e46651892" } ], "subject": { "type": "Patient", "identifier": { "system": "http://fhir.cezih.hr/specifikacije/identifikatori/MBO", "value": "18022306986" } } } } ], "signature": { "type": [ { "system": "urn:iso-astm:E1762-95:2013", "code": "1.2.840.10065.1.12.1.1" } ], "when": "2022-07-14T11:15:34+02:00", "who": { "type": "Practitioner", "identifier": { "system": "http://fhir.cezih.hr/specifikacije/identifikatori/HZJZ-broj-zdravstvenog-djelatnika", "value": "1234567" } }, "data": "UHJpbWVyIHBvdHBpc2EgemEgdmnFoWUgaW5mb3JtYWNpamEgcHJvxI1pdGFqIEZISVIgc3RhbmRhcmQgaSBJSEUgRFNH" } }