FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagecezih.hr.cezih-osnova
Resource TypeBundle
IdBundle-update-patient-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "update-patient-example",
  "meta": {
    "profile": [
      "http://fhir.cezih.hr/specifikacije/StructureDefinition/HRUpdatePatient"
    ]
  },
  "type": "message",
  "timestamp": "2025-02-28T22:12:21Z",
  "entry": [
    {
      "fullUrl": "c62fb32e-ffed-47e5-bf5e-8b17eaf81abe",
      "resource": {
        "resourceType": "MessageHeader",
        "meta": {
          "profile": [
            "https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.MessageHeader"
          ]
        },
        "eventUri": "urn:ihe:iti:pmir:2019:patient-feed",
        "destination": [
          {
            "endpoint": "http://cezih.hr/primjer"
          }
        ],
        "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": "http://bolnica.com/primjer"
        },
        "focus": [
          {
            "reference": "15bfa69c-ef69-415d-b287-d1326146fc77"
          }
        ]
      }
    },
    {
      "fullUrl": "15bfa69c-ef69-415d-b287-d1326146fc77",
      "resource": {
        "resourceType": "Bundle",
        "meta": {
          "profile": [
            "https://profiles.ihe.net/ITI/PMIR/StructureDefinition/IHE.PMIR.Bundle.History"
          ]
        },
        "type": "history",
        "entry": [
          {
            "fullUrl": "http://example.com/fhir/Patient/ex-patient-update",
            "resource": {
              "resourceType": "Patient",
              "identifier": [
                {
                  "system": "http://fhir.cezih.hr/specifikacije/identifikatori/putovnica",
                  "value": "123456789"
                },
                {
                  "system": "http://fhir.cezih.hr/specifikacije/identifikatori/europska-kartica",
                  "value": "987654321"
                }
              ],
              "active": true,
              "name": [
                {
                  "use": "official",
                  "family": "Riegel",
                  "given": [
                    "David",
                    "A."
                  ]
                }
              ],
              "address": [
                {
                  "country": "USA"
                }
              ]
            },
            "request": {
              "method": "PUT",
              "url": "Patient"
            },
            "response": {
              "status": "200"
            }
          }
        ]
      }
    }
  ],
  "signature": {
    "type": [
      {
        "system": "urn:iso-astm:E1762-95:2013",
        "code": "1.2.840.10065.1.12.1.1"
      }
    ],
    "when": "07/14/2022 09:15:34",
    "who": {
      "type": "Practitioner",
      "identifier": {
        "system": "http://fhir.cezih.hr/specifikacije/identifikatori/MBO",
        "value": "123456789"
      }
    },
    "data": "UHJpbWVyIHBvdHBpc2EgemEgdmnFoWUgaW5mb3JtYWNpamEgcHJvxI1pdGFqIEZISVIgc3RhbmRhcmQgaSBJSEUgRFNH"
  }
}