You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/transactions/chpharm1.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ Entry selection (via the search query execution) is done at document retrieval t
112
112
On top of the common PHARM-1 parameters, the following parameters are supported:
113
113
114
114
-`$XDSDocumentEntryType` (required): If empty, `Stable` will be assumed.
115
-
-`$XDSFormatCode`: See the [ITI-41 section in this guide](iti41.md#metadata-codes-per-document-type).
115
+
-`$XDSDocumentEntryFormatCode`: See the [ITI-41 section in this guide](iti41.md#metadata-codes-per-document-type).
116
116
117
117
The `$XDSDocumentEntryService(Start|Stop)Time(From|To)` parameters, if present, will be matched against the treatments' __consolidated__ start and end times:
118
118
@@ -140,7 +140,7 @@ Treatment selection (via the search query execution) is done at document retriev
140
140
On top of the common PHARM-1 parameters, the following parameters are supported:
141
141
142
142
-`$XDSDocumentEntryType` (required): should be `On-demand`. A query for `Stable` documents only will yield an empty result set.
143
-
-`$XDSFormatCode`: this parameter is used to specify whether the query should return only a PDF (`urn:che:epr:EPR_Unstructured_Document`) or a PMLC document as specified in CH EMED EPR (`urn:che:epr:ch-emed:medication-card:2023`), containing the PDF as well as original representation of the FHIR document. If not specified, PMLC document is assumed.
143
+
-`$XDSDocumentEntryFormatCode`: this parameter is used to specify whether the query should return only a PDF (`urn:che:epr:EPR_Unstructured_Document`) or a PMLC document as specified in CH EMED EPR (`urn:che:epr:ch-emed:medication-card:2023`), containing the PDF as well as original representation of the FHIR document. If not specified, PMLC document is assumed.
144
144
-`$XDSDocumentEntryLanguageCode`: the language that will be used to generate the medication card. If not specified, the eMedication service uses the default language (French). At present, the eMedicationService supports only French language (`fr-CH`).
145
145
-`$PMLCIncludeNonActive`: either `true` or `false`. If ommitted, `false` will be assumed. When `false`, the query will return only active treatments (plus the last treatment to be added or modified to the patient's eMedication even if it is no-longer active). When true, all treatments matching the query's criteria will be returned, whether active or not at the moment.
146
146
-`$PMLCPaperFormat`: all values from the [CHEMEDEPRPaperFormatCS](http://fhir.ch/ig/ch-emed-epr/CodeSystem/ch-emed-epr-paper-format-code-system) are supported. This parameter, by default `cara-pmp` allows a client to request that PMLC PDF be generated following a specific format. For now only CARA's own format and eMediplan format are supported.
0 commit comments