Skip to content

Commit

Permalink
[#60] Fixed PADV changed resources entries using CH EMED resource pro…
Browse files Browse the repository at this point in the history
…files instead of CH EMED EPR
  • Loading branch information
dvribeira committed Jul 3, 2024
1 parent 2a43450 commit 73db477
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions input/fsh/structuredefinition/document.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ Description: "Definition of the bundle for the pharmaceutical advice document"
* entry[Composition].resource only CHEMEDEPRCompositionPharmaceuticalAdvice
* entry[Observation].resource only CHEMEDEPRObservation
* entry[Observation] 1..
* entry[MedicationStatementChanged].resource only CHEMEDEPRChangedMedicationStatement
* entry[MedicationRequestChanged].resource only CHEMEDEPRChangedMedicationRequest


// =====================================================================================
Expand Down
1 change: 1 addition & 0 deletions input/pagecontent/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `base-dosage-text` invariant to base `main-dosage-ruleset`, hence to `CHEMEDEPRDosage` and `CHEMEDEPRDosageMedicationRequest` profiles. This invariant produces a warning if the `Dosage.text` is missing or blank. Updated all affected dosage examples to include `.text`.
- Updated the descriptions of `CHEMEDEPRDosage` and `CHEMEDEPRDosageMedicationRequest` `.text`, `.additionalInstruction`, and `.patientInstruction` fields to reflect the changes proposed in https://github.com/CARA-ch/ch-emed-epr/issues/61.
- Flagged `CHEMEDEPRMedicationRequest`, `CHEMEDEPRChangedMedicationRequest` and `CHEMEDEPRMedicationRequestList` `.dispenseRequest.dispenseInterval` as not supported.
- Fixed PADV document profile `CHEMEDEPRDocumentPharmaceuticalAdvice` for entry slices `MedicationStatementChanged` and `MedicationRequestChanged` to use the CH EMED EPR resources `CHEMEDEPRChangedMedicationStatement` and `CHEMEDEPRChangedMedicationRequest` respectively instead of the CH EMED ones.
- Updated dependencies to:
- CH EMED 5.0.0
- CH Core 5.0.0
Expand Down

0 comments on commit 73db477

Please sign in to comment.