Beispiele

Bundle
<Bundle xmlns="http://hl7.org/fhir">
<id value="SubscriptionNotificationBundleExample" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKSubscriptionNotification" />
</meta>
<type value="history" />
<fullUrl value="urn:uuid:9bb6fcbd-8391-4e35-bd4c-620a2db47af0" />
<Parameters>
<id value="ISiKSubscriptionStatusExample" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKSubscriptionStatus" />
</meta>
<name value="subscription" />
<reference value="Subscription/1" />
</valueReference>
</parameter>
<name value="status" />
<valueCode value="active" />
</parameter>
<name value="type" />
<valueCode value="event-notification" />
</parameter>
<name value="topic" />
<valueCanonical value="https://gematik.de/fhir/isik/SubscriptionTopic/patient-merge" />
</parameter>
<name value="events-since-subscription-start" />
<valueString value="1" />
</parameter>
<name value="notification-event" />
<name value="event-number" />
<valueString value="1" />
</part>
<name value="timestamp" />
<valueInstant value="2024-02-22T18:30:05+01:00" />
</part>
<name value="focus" />
<reference value="Patient/DorisQuelle" />
</valueReference>
</part>
</parameter>
</Parameters>
</resource>
<method value="GET" />
<url value="https://gematik.de/fhir/isik/SubscriptionTopic/patient-merge/$status" />
</request>
<status value="200" />
</response>
</entry>
<fullUrl value="http://example.org/fhir/Patient/DorisQuelle" />
<Patient>
<id value="DorisQuelle" />
<profile value="https://gematik.de/fhir/isik/StructureDefinition/ISiKPatient" />
</meta>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203" />
<code value="MR" />
</coding>
</type>
<system value="https://fhir.krankenhaus.example/sid/PID" />
<value value="654321" />
</identifier>
<system value="http://fhir.de/CodeSystem/identifier-type-de-basis" />
<code value="KVZ10" />
</coding>
</type>
<system value="http://fhir.de/sid/gkv/kvid-10" />
<value value="A123456789" />
</identifier>
<active value="false" />
<use value="official" />
<family value="Duplikat" />
<given value="Doris" />
</name>
<gender value="female" />
<birthDate value="1964-08-12" />
</Patient>
</resource>
<method value="PUT" />
<url value="Patient" />
</request>
<status value="201" />
</response>
</entry>
</Bundle>
{
"resourceType": "Bundle",
"id": "SubscriptionNotificationBundleExample",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKSubscriptionNotification"
]
},
"type": "history",
"entry": [
{
"fullUrl": "urn:uuid:9bb6fcbd-8391-4e35-bd4c-620a2db47af0",
"resourceType": "Parameters",
"id": "ISiKSubscriptionStatusExample",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKSubscriptionStatus"
]
},
{
"name": "subscription",
"reference": "Subscription/1"
}
},
{
"name": "status",
"valueCode": "active"
},
{
"name": "type",
"valueCode": "event-notification"
},
{
"name": "topic",
"valueCanonical": "https://gematik.de/fhir/isik/SubscriptionTopic/patient-merge"
},
{
"name": "events-since-subscription-start",
},
{
"part": [
{
"name": "event-number",
},
{
"name": "timestamp",
"valueInstant": "2024-02-22T18:30:05+01:00"
},
{
"name": "focus",
"reference": "Patient/DorisQuelle"
}
}
],
"name": "notification-event"
}
]
},
"request": {
"method": "GET",
"url": "https://gematik.de/fhir/isik/SubscriptionTopic/patient-merge/$status"
},
"status": "200"
}
},
{
"fullUrl": "http://example.org/fhir/Patient/DorisQuelle",
"resourceType": "Patient",
"id": "DorisQuelle",
"meta": {
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/ISiKPatient"
]
},
{
"type": {
"coding": [
{
"code": "MR",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "https://fhir.krankenhaus.example/sid/PID",
"value": "654321"
},
{
"system": "http://fhir.de/sid/gkv/kvid-10",
"type": {
"coding": [
{
"code": "KVZ10",
"system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
}
]
},
"value": "A123456789"
}
],
"name": [
{
"use": "official",
"family": "Duplikat",
"given": [
"Doris"
]
}
],
"active": false,
"gender": "female",
"birthDate": "1964-08-12"
},
"request": {
"method": "PUT",
"url": "Patient"
},
"status": "201"
}
}
]
}