Skip to content

Commit

Permalink
Merge pull request #50 from gematik/update-api-communication-examples…
Browse files Browse the repository at this point in the history
…-ids

Update the ID values for the Communication API examples
  • Loading branch information
Hendrejvr authored Aug 19, 2024
2 parents 62fc39a + abe31d4 commit 0c0ed48
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ jobs:
- name: Cleanup
if: always()
run: rm -rf temp_folder
run: rm -rf temp_folder
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "Communication",
"id": "12345",
"id": "66f2fd42-773b-465c-bd2c-9fbefbd2e6f4",
"meta": {
"versionId": "1",
"lastUpdated": "2020-03-12T18:01:10+00:00",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Communication xmlns="http://hl7.org/fhir">
<id value="12346"/>
<id value="8f9bb3ea-3480-45ea-bb0b-ffd33c57e4af"/>
<meta>
<versionId value="1"/>
<lastUpdated value="2020-03-12T18:01:10+00:00"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "Communication",
"id": "12350",
"id": "7101a5e5-4b54-4199-95f5-ffc505c8a33b",
"meta": {
"versionId": "1",
"lastUpdated": "2020-03-12T18:01:10+00:00",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"fullUrl": "https://erp.zentral.erp.splitdns.ti-dienste.de/Communication/12346",
"resource": {
"resourceType": "Communication",
"id": "12346",
"id": "8f9bb3ea-3480-45ea-bb0b-ffd33c57e4af",
"meta": {
"versionId": "1",
"lastUpdated": "2020-03-12T18:15:10+00:00",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<fullUrl value="https://erp.zentral.erp.splitdns.ti-dienste.de/Communication/74671"/>
<resource>
<Communication xmlns="http://hl7.org/fhir">
<id value="74671"/>
<id value="7b79abbe-1f21-47d1-a5ff-df921c5e6815"/>
<meta>
<versionId value="1"/>
<lastUpdated value="2020-04-12T18:01:10+00:00"/>
Expand Down

0 comments on commit 0c0ed48

Please sign in to comment.