-
Notifications
You must be signed in to change notification settings - Fork 0
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
d4225b8
commit 0a522d6
Showing
11 changed files
with
107 additions
and
184 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
43 changes: 43 additions & 0 deletions
43
Resources/fsh-generated/resources/Communication-140f716f-f649-44fe-9a4e-157eb3c8adf3.json
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,43 @@ | ||
{ | ||
"resourceType": "Communication", | ||
"id": "140f716f-f649-44fe-9a4e-157eb3c8adf3", | ||
"meta": { | ||
"profile": [ | ||
"https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Communication_Reply|1.4" | ||
], | ||
"tag": [ | ||
{ | ||
"display": "Health Care Provider to Patient" | ||
}, | ||
{ | ||
"display": "Communication message sent by health care provider to patient" | ||
} | ||
] | ||
}, | ||
"status": "unknown", | ||
"recipient": [ | ||
{ | ||
"identifier": { | ||
"system": "http://fhir.de/sid/gkv/kvid-10", | ||
"value": "X234567890" | ||
} | ||
} | ||
], | ||
"basedOn": [ | ||
{ | ||
"reference": "Task/162.000.000.000.000.01" | ||
} | ||
], | ||
"sender": { | ||
"identifier": { | ||
"system": "https://gematik.de/fhir/sid/telematik-id", | ||
"value": "8-SMC-B-Testkarte-783498105628375" | ||
} | ||
}, | ||
"sent": "2025-01-15T15:29:00.434+00:00", | ||
"payload": [ | ||
{ | ||
"contentString": "Nachrichteninhalt für den Versicherten" | ||
} | ||
] | ||
} |
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
149 changes: 0 additions & 149 deletions
149
Resources/fsh-generated/resources/Communication-8ca3c379-ac86-470f-bc12-178c9008f5c9.json
This file was deleted.
Oops, something went wrong.
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
17 changes: 17 additions & 0 deletions
17
Resources/input/fsh/examples/Example_Communication_Diga.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,17 @@ | ||
|
||
Instance: Communication_Reply_KTR | ||
InstanceOf: GEM_ERP_PR_Communication_Reply | ||
Title: "Communication message sent by health care provider to patient" | ||
Usage: #example | ||
* id = "140f716f-f649-44fe-9a4e-157eb3c8adf3" | ||
* insert PackageMetaProfile(StructureDefinition/GEM_ERP_PR_Communication_Reply) | ||
* meta.tag[+].display = "Health Care Provider to Patient" | ||
* meta.tag[+].display = "Communication message sent by health care provider to patient" | ||
* basedOn.reference = "Task/162.000.000.000.000.01" | ||
* status = #unknown | ||
* sender.identifier.system = $identifier-telematik-id | ||
* sender.identifier.value = "8-SMC-B-Testkarte-783498105628375" | ||
* recipient.identifier.system = $identifier-kvid-10 | ||
* recipient.identifier.value = "X234567890" | ||
* insert DateTimeStamp(sent) | ||
* payload.contentString = "Nachrichteninhalt für den Versicherten" |
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
29 changes: 14 additions & 15 deletions
29
Resources/input/fsh/examples/Example_Communication_Reply.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 |
---|---|---|
@@ -1,26 +1,25 @@ | ||
|
||
Instance: Communication_Reply | ||
Instance: Communication_Reply_Pharmacy | ||
InstanceOf: GEM_ERP_PR_Communication_Reply | ||
Title: "Communication message sent by pharmacy to patient in response to a previous Task-related message" | ||
Usage: #example | ||
* id = "7977a4ab-97a9-4d95-afb3-6c4c1e2ac596" | ||
* insert PackageMetaProfile(StructureDefinition/GEM_ERP_PR_Communication_Reply) | ||
* meta.tag.display = "Communication message sent by pharmacy to patient in response to a previous Task-related message" | ||
* meta.tag[+].display = "Reply from Pharmacy to Patient" | ||
* meta.tag[+].display = "Communication message sent by pharmacy to patient in response to a previous Task-related message" | ||
* basedOn.reference = "Task/160.000.033.491.280.78" | ||
* status = #unknown | ||
* sender.identifier.system = $identifier-telematik-id | ||
* sender.identifier.value = "3-SMC-B-Testkarte-883110000123465" | ||
* recipient[+].identifier.system = $identifier-kvid-10 | ||
* recipient[=].identifier.value = "X234567890" | ||
* recipient.identifier.system = $identifier-kvid-10 | ||
* recipient.identifier.value = "X234567890" | ||
* insert DateTimeStamp(sent) | ||
* payload.extension[AvailabilityStatus].url = "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_EX_AvailabilityState" | ||
* payload.extension[AvailabilityStatus].valueCoding.system = "https://gematik.de/fhir/erp/CodeSystem/GEM_ERP_CS_AvailabilityStatus" | ||
* payload.extension[AvailabilityStatus].valueCoding.code = #20 | ||
* payload.extension[OfferedSupplyOptions].url = "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_EX_SupplyOptionsType" | ||
* payload.extension[OfferedSupplyOptions].extension[onPremise].url = "onPremise" | ||
* payload.extension[OfferedSupplyOptions].extension[onPremise].valueBoolean = true | ||
* payload.extension[OfferedSupplyOptions].extension[shipment].url = "shipment" | ||
* payload.extension[OfferedSupplyOptions].extension[shipment].valueBoolean = false | ||
* payload.extension[OfferedSupplyOptions].extension[delivery].url = "delivery" | ||
* payload.extension[OfferedSupplyOptions].extension[delivery].valueBoolean = true | ||
* payload.extension[AvailabilityStatus] | ||
* url = "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_EX_AvailabilityState" | ||
* valueCoding.system = "https://gematik.de/fhir/erp/CodeSystem/GEM_ERP_CS_AvailabilityStatus" | ||
* valueCoding.code = #20 | ||
* payload.extension[OfferedSupplyOptions] | ||
* url = "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_EX_SupplyOptionsType" | ||
* extension[onPremise].valueBoolean = true | ||
* extension[shipment].valueBoolean = false | ||
* extension[delivery].valueBoolean = true | ||
* payload.contentString = "Eisern" |