-
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.
Add FSH improvements for lean fishing
- Loading branch information
1 parent
f60e67a
commit 2faaea3
Showing
18 changed files
with
45 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
Output File Name Type FSH File Lines | ||
ChargeItem-ChargeItem-GET-Completed.json ChargeItem-GET-Completed Instance examples/Example_ChargeItem.fsh 1 - 20 | ||
ChargeItem-ChargeItem-POST-Binary.json ChargeItem-POST-Binary Instance examples/Example_ChargeItem.fsh 22 - 40 | ||
ChargeItem-ChargeItem-POST-Binary.json ChargeItem-POST-Binary Instance examples/Example_ChargeItem.fsh 22 - 37 | ||
CodeSystem-GEM-ERPCHRG-CS-ConsentType.json GEM_ERPCHRG_CS_ConsentType CodeSystem codesystem/GEM_ERPCHRG_CS_ConsentType.fsh 1 - 7 | ||
Communication-3bbc2209-9c23-4553-986e-a5c9f69a39fb.json Communication_ChargChangeReply_Gkv Instance examples/Example_Communication_ChargChangeReply.fsh 1 - 14 | ||
Communication-7bbc2209-9c23-4553-986e-a5c9f69a39fp.json Communication_ChargChangeReply_Pkv Instance examples/Example_Communication_ChargChangeReply.fsh 16 - 29 | ||
Communication-b4cf7f71-3ade-40ab-97a9-929f95af29f2.json Communication_ChargChangeRequest_Gkv Instance examples/Example_Communication_ChargChangeRequest.fsh 1 - 14 | ||
Communication-b4cf7f71-3ade-40ab-97a9-929f95af29fp.json Communication_ChargChangeRequest_Pkv Instance examples/Example_Communication_ChargChangeRequest.fsh 17 - 30 | ||
Consent-0dcc5d4c-bf24-4c06-b02e-be5bc24587e2.json ChargeItemConsent-Response Instance examples/Example_Consent.fsh 16 - 29 | ||
Communication-3bbc2209-9c23-4553-986e-a5c9f69a39fb.json Communication_ChargChangeReply Instance examples/Example_Communication_ChargChangeReply.fsh 1 - 12 | ||
Communication-b4cf7f71-3ade-40ab-97a9-929f95af29f2.json Communication_ChargChangeRequest Instance examples/Example_Communication_ChargChangeRequest.fsh 1 - 12 | ||
Consent-0dcc5d4c-bf24-4c06-b02e-be5bc24587e2.json ChargeItemConsent-Response Instance examples/Example_Consent.fsh 15 - 27 | ||
StructureDefinition-GEM-ERPCHRG-EX-MarkingFlag.json GEM_ERPCHRG_EX_MarkingFlag Extension extensions/GEM_ERPCHRG_EX_MarkingFlag.fsh 1 - 37 | ||
StructureDefinition-GEM-ERPCHRG-PR-ChargeItem.json GEM_ERPCHRG_PR_ChargeItem Profile profiles/GEM_ERPCHRG_PR_ChargeItem.fsh 1 - 71 | ||
StructureDefinition-GEM-ERPCHRG-PR-Communication-ChargChangeReply.json GEM_ERPCHRG_PR_Communication_ChargChangeReply Profile profiles/GEM_ERPCHRG_PR_Communication_ChargChangeReply.fsh 1 - 24 | ||
StructureDefinition-GEM-ERPCHRG-PR-Communication-ChargChangeReply.json GEM_ERPCHRG_PR_Communication_ChargChangeReply Profile profiles/GEM_ERPCHRG_PR_Communication_ChargChangeReply.fsh 1 - 23 | ||
StructureDefinition-GEM-ERPCHRG-PR-Communication-ChargChangeReq.json GEM_ERPCHRG_PR_Communication_ChargChangeReq Profile profiles/GEM_ERPCHRG_PR_Communication_ChargChangeReq.fsh 1 - 22 | ||
StructureDefinition-GEM-ERPCHRG-PR-Consent.json GEM_ERPCHRG_PR_Consent Profile profiles/GEM_ERPCHRG_PR_Consent.fsh 1 - 24 | ||
ValueSet-GEM-ERPCHRG-VS-ConsentType.json GEM_ERPCHRG_VS_ConsentType ValueSet valuesets/GEM_ERPCHRG_VS_ConsentType.fsh 1 - 6 |
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
40 changes: 0 additions & 40 deletions
40
Resources/fsh-generated/resources/Communication-7bbc2209-9c23-4553-986e-a5c9f69a39fp.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
40 changes: 0 additions & 40 deletions
40
Resources/fsh-generated/resources/Communication-b4cf7f71-3ade-40ab-97a9-929f95af29fp.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
"value": "168140950" | ||
} | ||
}, | ||
"value": "X234567890" | ||
"value": "P987654321" | ||
} | ||
}, | ||
"scope": { | ||
|
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
23 changes: 3 additions & 20 deletions
23
Resources/input/fsh/examples/Example_Communication_ChargChangeReply.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,29 +1,12 @@ | ||
Instance: Communication_ChargChangeReply_Gkv | ||
Instance: Communication_ChargChangeReply | ||
InstanceOf: GEM_ERPCHRG_PR_Communication_ChargChangeReply | ||
Title: "Communication message sent by pharmacy to patient in response to a previous ChargeItem-related message" | ||
Usage: #example | ||
* id = "3bbc2209-9c23-4553-986e-a5c9f69a39fb" | ||
* meta.tag.display = "Communication message sent by pharmacy to patient in response to a previous ChargeItem-related message" | ||
* basedOn.reference = "ChargeItem/a51520ec-0899-404f-bb97-fe7d461f90a8" | ||
* status = #unknown | ||
* sender.identifier.system = $identifier-telematik-id | ||
* sender.identifier.value = "3-SMC-B-Testkarte-883110000123465" | ||
* recipient[+].identifier.system = "http://fhir.de/sid/gkv/kvid-10" | ||
* recipient[=].identifier.value = "X234567890" | ||
* insert PKV_Identifier(recipient.identifier) | ||
* insert ApoTelematikID(sender.identifier) | ||
* insert DateTimeStamp(sent) | ||
* payload.contentString = "Erledigt." | ||
|
||
Instance: Communication_ChargChangeReply_Pkv | ||
InstanceOf: GEM_ERPCHRG_PR_Communication_ChargChangeReply | ||
Title: "Communication message sent by pharmacy to patient in response to a previous ChargeItem-related message" | ||
Usage: #example | ||
* id = "7bbc2209-9c23-4553-986e-a5c9f69a39fp" | ||
* meta.tag.display = "Communication message sent by pharmacy to patient in response to a previous ChargeItem-related message" | ||
* basedOn.reference = "ChargeItem/a51520ec-0899-404f-bb97-fe7d461f90ap" | ||
* 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" | ||
* insert DateTimeStamp(sent) | ||
* payload.contentString = "Erledigt." |
24 changes: 3 additions & 21 deletions
24
Resources/input/fsh/examples/Example_Communication_ChargChangeRequest.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,30 +1,12 @@ | ||
Instance: Communication_ChargChangeRequest_Gkv | ||
Instance: Communication_ChargChangeRequest | ||
InstanceOf: GEM_ERPCHRG_PR_Communication_ChargChangeReq | ||
Title: "Communication message sent by patient to pharmacy to request the change of an existing ChargeItem by providing the AccessCode" | ||
Usage: #example | ||
* id = "b4cf7f71-3ade-40ab-97a9-929f95af29f2" | ||
* meta.tag.display = "Communication message sent by patient to pharmacy to request the change of an existing ChargeItem by providing the AccessCode" | ||
* basedOn.reference = "ChargeItem/a51520ec-0899-404f-bb97-fe7d461f90a8?ac=777bea0e13cc9c42ceec14aec3ddee2263325dc2c6c699db115f58fe423607ea" | ||
* status = #unknown | ||
* recipient[+].identifier.system = $identifier-telematik-id | ||
* recipient[=].identifier.value = "3-SMC-B-Testkarte-883110000123465" | ||
* sender.identifier.system = "http://fhir.de/sid/gkv/kvid-10" | ||
* sender.identifier.value = "X234567890" | ||
* insert DateTimeStamp(sent) | ||
* payload.contentString = "Bitte meinen Namen in Günther ändern, Waltraud ist falsch." | ||
|
||
|
||
Instance: Communication_ChargChangeRequest_Pkv | ||
InstanceOf: GEM_ERPCHRG_PR_Communication_ChargChangeReq | ||
Title: "Communication message sent by patient to pharmacy to request the change of an existing ChargeItem by providing the AccessCode" | ||
Usage: #example | ||
* id = "b4cf7f71-3ade-40ab-97a9-929f95af29fp" | ||
* meta.tag.display = "Communication message sent by patient to pharmacy to request the change of an existing ChargeItem by providing the AccessCode" | ||
* basedOn.reference = "ChargeItem/a51520ec-0899-404f-bb97-fe7d461f90a8?ac=777bea0e13cc9c42ceec14aec3ddee2263325dc2c6c699db115f58fe423607ea" | ||
* status = #unknown | ||
* recipient[+].identifier.system = $identifier-telematik-id | ||
* recipient[=].identifier.value = "3-SMC-B-Testkarte-883110000123465" | ||
* sender.identifier.system = $identifier-kvid-10 | ||
* sender.identifier.value = "X234567890" | ||
* insert PKV_Identifier(sender.identifier) | ||
* insert ApoTelematikID(recipient.identifier) | ||
* insert DateTimeStamp(sent) | ||
* payload.contentString = "Bitte meinen Namen in Günther ändern, Waltraud ist falsch." |
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
Oops, something went wrong.