Skip to content

Commit

Permalink
remove epa references
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschoffke committed Mar 5, 2024
1 parent 065bbcb commit 4c2ea1e
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"documentation": "Information on dispensed Medication(s)",
"type": "canonical",
"targetProfile": [
"https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-dispense",
"https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense|1.3",
"https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_CloseOperationInputBundle|1.3"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"documentation": "Information on dispensed Medication(s)",
"type": "canonical",
"targetProfile": [
"https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-dispense",
"https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense|1.3",
"https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_CloseOperationInputBundle|1.3"
]
Expand All @@ -47,7 +46,6 @@
"documentation": "The MedicationDispense that has been transmitted by the pharmacy as a confirmation, that it has been successfully uploaded.",
"type": "canonical",
"targetProfile": [
"https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-dispense",
"https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense|1.3",
"https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_CloseOperationInputBundle|1.3"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,7 @@
{
"code": "Reference",
"targetProfile": [
"https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense",
"https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-dispense"
"https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_MedicationDispense"
]
}
]
Expand Down
5 changes: 1 addition & 4 deletions Resources/input/fsh/aliases.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@ Alias: $KBV_PR_ERP_Bundle = https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_B
Alias: $identifier-kvid-10 = http://fhir.de/StructureDefinition/identifier-kvid-10
Alias: $identifier-pkv = http://fhir.de/StructureDefinition/identifier-pkv
Alias: $identifier-telematik-id = https://gematik.de/fhir/sid/telematik-id
Alias: $identifier-iknr = http://fhir.de/StructureDefinition/identifier-iknr

// ePA
Alias: $epa-medicationdispense = https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-dispense
Alias: $identifier-iknr = http://fhir.de/StructureDefinition/identifier-iknr
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Usage: #definition
* parameter[=].documentation = "Information on dispensed Medication(s)"
* parameter[=].type = #canonical
* parameter[=]
* targetProfile[+] = $epa-medicationdispense
* insert PackageTargetProfile(StructureDefinition/GEM_ERP_PR_MedicationDispense)
* insert PackageTargetProfile(StructureDefinition/GEM_ERP_PR_CloseOperationInputBundle)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Usage: #definition
* parameter[=].documentation = "Information on dispensed Medication(s)"
* parameter[=].type = #canonical
* parameter[=]
* targetProfile[+] = $epa-medicationdispense
* insert PackageTargetProfile(StructureDefinition/GEM_ERP_PR_MedicationDispense)
* insert PackageTargetProfile(StructureDefinition/GEM_ERP_PR_CloseOperationInputBundle)

Expand All @@ -33,7 +32,6 @@ Usage: #definition
* parameter[=].documentation = "The MedicationDispense that has been transmitted by the pharmacy as a confirmation, that it has been successfully uploaded."
* parameter[=].type = #canonical
* parameter[=]
* targetProfile[+] = $epa-medicationdispense
* insert PackageTargetProfile(StructureDefinition/GEM_ERP_PR_MedicationDispense)
* insert PackageTargetProfile(StructureDefinition/GEM_ERP_PR_CloseOperationInputBundle)

Expand Down
2 changes: 1 addition & 1 deletion Resources/input/fsh/profiles/GEM_ERP_PR_Task.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Description: "This resource manages the ePrescription workflow"
* input[MedicationDispense].type.coding.system 1..
* input[MedicationDispense].type.coding.code 1..
* input[MedicationDispense].type.coding.code = #4 (exactly)
* input[MedicationDispense].value[x] only Reference(GEM_ERP_PR_MedicationDispense or $epa-medicationdispense)
* input[MedicationDispense].value[x] only Reference(GEM_ERP_PR_MedicationDispense)
* input[MedicationDispense] ^short = "Reference to the MedicationDispenses of a task"

* output ..1 MS
Expand Down
3 changes: 1 addition & 2 deletions Resources/sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ dependencies:
de.basisprofil.r4: 1.3.2
hl7.fhir.r4.core: 4.0.1
kbv.ita.for: 1.1.x
kbv.ita.erp: 1.1.x
de.gematik.fhir.epa.medication: 3.0.x
kbv.ita.erp: 1.1.x

0 comments on commit 4c2ea1e

Please sign in to comment.