Skip to content

Commit f6a9982

Browse files
committed
Updated for pmp release 0.5.0
1 parent 40fbeec commit f6a9982

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/other/upcoming_changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
- Improved display of dosage when quantity is provided but not the when.
5656
- Added display of active ingredients (if provided) under the medication name.
5757
- Updated codes from the Swiss EPR to use the values from the 202406.2-stable release. See [ITI-41](../transactions/iti41.md) to verify some of the values.
58+
- Added antivirus scan capabilities. PDFs attached to files uploaded to the eMedication service might now be scanned for threats before being accepted. This will work as follows depending on the different environments. For both ws-pmp-int and ws-pmp-dev, a local ClamAV service will be used for scanning. If the binary does not pass the scan or if the scan fails for whatever reason, the submission will be rejected.
5859
- Misc. improvements, fixes and better audit log generation.
5960

6061
### PMP v0.4.13

docs/transactions/iti104.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ The eMedication service allows only an `Add or revise Patient` message and, in a
1212

1313
All identifiers are conveyed within the `Patient.identifier` element of the request's payload. Because the request is translated to an ITI-44 request internally, certain expectations apply to its content:
1414

15-
- One and only one EPR-SPID identifier is expected, and it must match the `identifier` query parameter.
16-
- Either one local PID or an MPID for the patient are expected to be present. At least one of them and, optionally, both.
15+
- One and only one EPR-SPID identifier is expected.
16+
- Either one local PID or an MPID for the patient are expected to be present. At least one of them and, optionally, both, and one must match the `identifier` query parameter.
1717
- Only the following non-local PIDs that are recognizable by the eMedication service as such are allowed to be conveyed, as profiled by [CHPIXmPatientFeed](https://fhir.ch/ig/ch-epr-fhir/StructureDefinition-ch-pixm-patient-feed.html):
1818
- Insurance card number (VEKA)
1919
- AVS number

0 commit comments

Comments
 (0)