Skip to content

Commit

Permalink
Merge pull request #31 from CARA-ch/fixes
Browse files Browse the repository at this point in the history
fix format and broken link
  • Loading branch information
hendrickxt authored Oct 30, 2023
2 parents e74d37b + 31a6ddd commit 3e921fd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
31 changes: 16 additions & 15 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,26 @@

Welcome to the Integration Guide for the eMedication service of CARA's community.

- [Transactions](transactions/index.md): information about the implemented transactions.
- [Workflows](workflows/index.md) : description of the different workflows clients of this service can follow.
- [CH-EMED-EPR](emed/index.md): description of the eMedication [file format](https://build.fhir.org/ig/CARA-ch/ch-emed-epr/).
- [PMP-APPC](appc/index.md): description of the policy file format.
* [Transactions](transactions/index.md): information about the implemented transactions.
* [Workflows](workflows/index.md) : description of the different workflows clients of this service can follow.
* [CH-EMED-EPR](emed/index.md): description of the eMedication [file format](https://build.fhir.org/ig/CARA-ch/ch-emed-epr/).
* [PMP-APPC](appc/index.md): description of the policy file format.

Other resources:

- IPF: Open eHealth Integration Platform - interfaces for health-care related integration solutions.
- [IPF code](https://github.com/oehf/ipf): IPF provides an Apache Camel implementation of pretty much all transactions
* IPF: Open eHealth Integration Platform - interfaces for health-care related integration solutions.
* [IPF code](https://github.com/oehf/ipf): IPF provides an Apache Camel implementation of pretty much all transactions
used in the Swiss EPR.
- [IPF documentation](https://oehf.github.io/ipf-docs/)
- Husky: Health Usability Key - convenience API for IHE transactions and CDA documents, as well as CH-EMED-EPR related FHIR.
- [Husky code](https://github.com/project-husky/husky)
- [Husky javadoc](https://project-husky.github.io/husky/)
- [Husky wiki](https://github.com/project-husky/husky/wiki)
- [CH-EMED-EPR issues](https://github.com/CARA-ch/ch-emed-epr/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
- [CH-EMED issues](https://github.com/hl7ch/ch-emed/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
- [CARA organization on GitHub](https://github.com/CARA-ch)
- [HAPI FHIR](https://hapifhir.io): a Java library for FHIR.
* [IPF documentation](https://oehf.github.io/ipf-docs/)
* Husky: Health Usability Key - convenience API for IHE transactions and CDA documents, as well as CH-EMED-EPR related FHIR.
* [Husky code](https://github.com/project-husky/husky)
* [Husky javadoc](https://project-husky.github.io/husky/)
* [Husky wiki](https://github.com/project-husky/husky/wiki)
* [CH-EMED-EPR issues](https://github.com/CARA-ch/ch-emed-epr/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
* [CH-EMED issues](https://github.com/hl7ch/ch-emed/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)
* [CARA organization on GitHub](https://github.com/CARA-ch)
* [HAPI FHIR](https://hapifhir.io): a Java library for FHIR.


!!! info

Expand Down
7 changes: 4 additions & 3 deletions docs/transactions/iti41.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ See also IHE's documentation for [metadata in Document Sharing profiles](https:/
## Publishing documents
### Document types
Two types of documents might be published to the service :
- [CH-EMED-EPR](https://build.fhir.org/ig/CARA-ch/ch-emed-epr/) documents ([MTP](https://build.fhir.org/ig/CARA-ch/ch-emed-epr/document_mtp.html), [PRE](https://build.fhir.org/ig/CARA-ch/ch-emed-epr/document_pre.html), [DIS](https://build.fhir.org/ig/CARA-ch/ch-emed-epr/document_dis.html) and [PADV](https://build.fhir.org/ig/CARA-ch/ch-emed-epr/document_padv.html) only, [PML](https://build.fhir.org/ig/CARA-ch/ch-emed-epr/document_pml.html) and [PMLC](https://build.fhir.org/ig/CARA-ch/ch-emed-epr/document_pmlc.html) can only be retrieved from the service and not published to it). These documents contain the eMedication data. See also the [corresponding page](../emed/index.md) in this guide.
- [APPC (Advanced Patient Privacy Consent)](https://www.ihe.net/uploadedFiles/Documents/ITI/IHE_ITI_Suppl_APPC.pdf) documents. These documents are used to let patients define access rights to their data (who can publish and retrieve their data). See also the [corresponding page](../appc/index.md) in this guide.
* [CH-EMED-EPR](https://build.fhir.org/ig/CARA-ch/ch-emed-epr/) documents ([MTP](https://build.fhir.org/ig/CARA-ch/ch-emed-epr/document_mtp.html), [PRE](https://build.fhir.org/ig/CARA-ch/ch-emed-epr/document_pre.html), [DIS](https://build.fhir.org/ig/CARA-ch/ch-emed-epr/document_dis.html) and [PADV](https://build.fhir.org/ig/CARA-ch/ch-emed-epr/document_padv.html) only, [PML](https://build.fhir.org/ig/CARA-ch/ch-emed-epr/document_pml.html) and [PMLC](https://build.fhir.org/ig/CARA-ch/ch-emed-epr/document_pmlc.html) can only be retrieved from the service and not published to it). These documents contain the eMedication data. See also the [corresponding page](../emed/index.md) in this guide.
* [APPC (Advanced Patient Privacy Consent)](https://www.ihe.net/uploadedFiles/Documents/ITI/IHE_ITI_Suppl_APPC.pdf) documents. These documents are used to let patients define access rights to their data (who can publish and retrieve their data). See also the [corresponding page](../appc/index.md) in this guide.

### SubmissionSet and relations
The eMedication service does not support folders and can only receive ONE document at a time. Hence, the [metadata](https://profiles.ihe.net/ITI/TF/Volume3/ch-4.1.html#4.1) must always contain a [SubmissionSet](https://profiles.ihe.net/ITI/TF/Volume3/ch-4.1.html#4.1.1.1) with a single [DocumentEntry](https://profiles.ihe.net/ITI/TF/Volume3/ch-4.1.html#4.1.1.3).

Expand Down Expand Up @@ -211,7 +212,7 @@ Some values from the DocumentEntry are checked against the document (values in m
| PML | `422735006` _Summary clinical document_ | `urn:che:epr:ch-emed:pml:2022` | `721912009` _Medication summary document_ |
| PMLC | `422735006` _Summary clinical document_ | `urn:che:epr:ch-emed:medication-card:2022` |`736378000` _Medication management plan (record artifact)_ |

The class and type codes are from the SNOMED CT system: `2.16.840.1.113883.6.96`. The system for the [`formatCode`](http://www.fhir.org/guides/stats/codesystem-ch.fhir.ig.ch-epr-term-2.16.756.5.30.1.127.3.10.10.html) is `2.16.756.5.30.1.127.3.10.10`
The class and type codes are from the SNOMED CT system: `2.16.840.1.113883.6.96`. The system for the [`formatCode`](https://fhir.ch/ig/ch-epr-term/CodeSystem-2.16.756.5.30.1.127.3.10.10.html) is `2.16.756.5.30.1.127.3.10.10`

## Replacing a CH-EMED-EPR document

Expand Down

0 comments on commit 3e921fd

Please sign in to comment.