-
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.
Merge pull request #77 from medizininformatik-initiative/dev/v2024
Updated and fixed several errors in search params
- Loading branch information
Showing
31 changed files
with
437 additions
and
1,036 deletions.
There are no files selected for viewing
188 changes: 138 additions & 50 deletions
188
fsh-generated/resources/CapabilityStatement-mii-cps-medikation-capabilitystatement-2x.json
Large diffs are not rendered by default.
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
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
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
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
37 changes: 37 additions & 0 deletions
37
fsh-generated/resources/SearchParameter-mii-sp-medikation-dosage-rateratio-denominator.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,37 @@ | ||
{ | ||
"resourceType": "SearchParameter", | ||
"id": "mii-sp-medikation-dosage-rateratio-denominator", | ||
"url": "https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/SearchParameter/Dosage-RateRatioDenominator", | ||
"publisher": "Medizininformatik Initiative", | ||
"contact": [ | ||
{ | ||
"telecom": [ | ||
{ | ||
"system": "url", | ||
"value": "https://www.medizininformatik-initiative.de" | ||
} | ||
] | ||
} | ||
], | ||
"version": "2024.0.0", | ||
"name": "MII_SP_Medikation_Dosage_RateRatioDenominator", | ||
"status": "active", | ||
"experimental": false, | ||
"date": "2024-06-27", | ||
"description": "Suchparameter für MedicationStatement.dosage.doseAndRate.rateRatio.denominator | MedicationAdministration.dosage.rate.ofType(Ratio).denominator | MedicationRequest.dosageInstruction.doseAndRate.rate.ofType(Ratio).denominator", | ||
"code": "rateratio-denominator", | ||
"base": [ | ||
"MedicationStatement", | ||
"MedicationAdministration", | ||
"MedicationRequest" | ||
], | ||
"type": "quantity", | ||
"expression": "MedicationStatement.dosage.doseAndRate.rate.ofType(Ratio).denominator | MedicationAdministration.dosage.rate.ofType(Ratio).denominator | MedicationRequest.dosageInstruction.doseAndRate.rate.ofType(Ratio).denominator", | ||
"comparator": [ | ||
"eq", | ||
"gt", | ||
"lt", | ||
"ge", | ||
"le" | ||
] | ||
} |
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.