-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2861e94
commit c6c2722
Showing
9 changed files
with
43 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
API-Examples/2025-01-15/erp_diga/07_communication_to_patient_response.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<Communication xmlns="http://hl7.org/fhir"> | ||
<id value="erp-diga-07-communication-to-patient-response"/> | ||
<meta> | ||
<profile value="https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Communication_Reply|1.4"/> | ||
</meta> | ||
<basedOn> | ||
<reference value="Task/162.000.000.000.000.01"/> | ||
</basedOn> | ||
<status value="unknown"/> | ||
<sent value="2025-01-15T15:29:00.434+00:00"/> | ||
<recipient> | ||
<identifier> | ||
<system value="http://fhir.de/sid/gkv/kvid-10"/> | ||
<value value="X123456789"/> | ||
</identifier> | ||
</recipient> | ||
<sender> | ||
<identifier> | ||
<system value="https://gematik.de/fhir/sid/telematik-id"/> | ||
<value value="8-SMC-B-Testkarte-883110000116873"/> | ||
</identifier> | ||
</sender> | ||
<payload> | ||
<contentString value="{"version": 1, "supplyOptionsType": "delivery", "info_text": "Die Anfrage zur Ausstellung eines Freischaltcodes für die DiGA wurde abgwiesen, da Sie nicht bei der Gematik-KK versichert sind."}"/> | ||
</payload> | ||
</Communication> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
API-Examples/FSH-Files/input/fsh/examples/erp_diga/07_diga_communication_response.fsh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Instance: erp-diga-07-communication-to-patient-response | ||
InstanceOf: GEM_ERP_PR_Communication_Reply | ||
Usage: #example | ||
* status = #unknown | ||
* insert DateTimeStamp(sent) | ||
* insert GKV_Identifier(recipient.identifier.value) | ||
* insert KTRTelematikID(sender.identifier) | ||
* basedOn = Reference(162.000.000.000.000.01) | ||
* payload.contentString = "{\"version\": 1, \"supplyOptionsType\": \"delivery\", \"info_text\": \"Die Anfrage zur Ausstellung eines Freischaltcodes für die DiGA wurde abgwiesen, da Sie nicht bei der Gematik-KK versichert sind.\"}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters