Primjer poruke zahtjeva za zatvaranje slučaja

<Bundle xmlns="http://hl7.org/fhir">
    <id value="b3e70c3f-2b32-4923-bac0-26c21a93321e" />
    <meta>
        <versionId value="3" />
        <lastUpdated value="2022-08-18T18:03:41.645+00:00" />
        <source value="#faa7cd7d5122c0a2" />
    </meta>
    <type value="message" />
    <timestamp value="2022-07-14T11:15:33+02:00" />
    <entry>
        <fullUrl value="urn:uuid:70d5fdac-29f3-4445-9370-d29ce7b0a840" />
        <resource>
            <MessageHeader>
                <eventCoding>
                    <system value="http://ent.hr/fhir/CodeSystem/ehe-message-types" />
                    <code value="2.4" />
                </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:6bffda62-6c1a-40b0-99b8-3e4d75c59474" />
                </focus>
            </MessageHeader>
        </resource>
    </entry>
    <entry>
        <fullUrl value="urn:uuid:6bffda62-6c1a-40b0-99b8-3e4d75c59474" />
        <resource>
            <Condition>
                <identifier>
                    <system value="http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-slucaja" />
                    <value value="3a3df039-f0da-4dcc-875d-9e7e46651892" />
                </identifier>
                <clinicalStatus>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/condition-clinical" />
                        <code value="resolved" />
                    </coding>
                </clinicalStatus>
                <subject>
                    <type value="Patient" />
                    <identifier>
                        <system value="http://fhir.cezih.hr/specifikacije/identifikatori/MBO" />
                        <value value="18022306986" />
                    </identifier>
                </subject>
                <abatementDateTime value="2022-07-14" />
            </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": "b3e70c3f-2b32-4923-bac0-26c21a93321e",
    "meta": {
        "versionId": "3",
        "lastUpdated": "2022-08-18T18:03:41.645+00:00",
        "source": "#faa7cd7d5122c0a2"
    },
    "type": "message",
    "timestamp": "2022-07-14T11:15:33+02:00",
    "entry":  [
        {
            "fullUrl": "urn:uuid:70d5fdac-29f3-4445-9370-d29ce7b0a840",
            "resource": {
                "resourceType": "MessageHeader",
                "eventCoding": {
                    "system": "http://ent.hr/fhir/CodeSystem/ehe-message-types",
                    "code": "2.4"
                },
                "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:6bffda62-6c1a-40b0-99b8-3e4d75c59474"
                    }
                ]
            }
        },
        {
            "fullUrl": "urn:uuid:6bffda62-6c1a-40b0-99b8-3e4d75c59474",
            "resource": {
                "resourceType": "Condition",
                "identifier":  [
                    {
                        "system": "http://fhir.cezih.hr/specifikacije/identifikatori/identifikator-slucaja",
                        "value": "3a3df039-f0da-4dcc-875d-9e7e46651892"
                    }
                ],
                "clinicalStatus": {
                    "coding":  [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
                            "code": "resolved"
                        }
                    ]
                },
                "subject": {
                    "type": "Patient",
                    "identifier": {
                        "system": "http://fhir.cezih.hr/specifikacije/identifikatori/MBO",
                        "value": "18022306986"
                    }
                },
                "abatementDateTime": "2022-07-14"
            }
        }
    ],
    "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"
    }
}