Skip to content

Commit

Permalink
[#44] Reviewd markdown content and added use case page.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvribeira committed Jan 22, 2024
1 parent 1faca4d commit bf533f1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions input/includes/menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<li><a href="http://build.fhir.org/ig/hl7ch/ch-emed/repeated-dispense.html" target="_blank">CH EMED: Repeated Dispense</a></li>
</ul>
</li>
<li><a href="use_case.html">Use Case</a></li>
<li><a href="artifacts.html">Artifacts</a></li>
<li><a href="workflow.html">Workflows</a></li>
<li><a href="changelog.html">Changelog</a></li>
Expand Down
12 changes: 12 additions & 0 deletions input/pagecontent/use_case.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### Introduction
This use case presents a simple example of a patient to showcase all the different documents defined by this implementation guide and how they are used by different systems. Please take into account that different systems might resolve different problems in a different way when it comes to both the content and the transactions they implement to achieve their goals: this example does not intend to portrait an actual real exchange between systems and should not be taken as a fixed template for this either.

Please note that a use case as described by the [IPAG report](https://www.e-health-suisse.ch/fileadmin/user_upload/Dokumente/2017/F/170607_Bericht_eMedikation_IPAG_f.pdf) is also provided and described by [CH EMED](https://fhir.ch/ig/ch-emed) in [French](https://fhir.ch/ig/ch-emed/usecase-french.html) and in [German](https://fhir.ch/ig/ch-emed/usecase-german.html)

### First Appointment with the General Practitioner
The patient goes to his general practitioner to address his ailment. The doctor's system performs the necessary requests to fetch a PML document from the eMedication service to support the anamnesis process. The service returns the [PML document](Bundle-BundleUtc1Pml.html) for the patient, which at this time is empty since his PMP record is empty.

The doctor recommends to start a treatment with paracetamol and prescribes Axapharm tablets containing each 1g of paracetamol to be taken with meals for three months: one in the morning, one at noon and one in the evening. The doctor's system sends to the eMedication service an [MTP document](Bundle-DocumentMtpParacetamolCARAPMP004.html) and a [PRE document](Bundle-DocumentPreParacetamolAxapharmCARAPMP004.html) for Axapharm's paracetamol, then fetches a [PMLC document](Bundle-DocumentPmlcCARAPMP004AxapharmParacetamol.html) to verify it contains the right treatment. He then gives to the patient a printed copy of the medication card provided by the eMedication service with the PMLC document.

### Second Appointment with the General Practitioner
One month later, the patient returns to the same practitioner and explains that he is having a hard time swallowing the tablets. The doctor then decides to cancel the current treatment and start a new treatment with Dafalgan effervescent tablets, containing each 500mg of paracetamol, to be taken: two in the morning and two in the evening. The practitioner's system sends a [PADV document](Bundle-DocumentPadvCancelParacetamolCARAPMP004.html) to the eMedication service to cancel the Axapharm paracetamol treatment and a new [MTP document](Bundle-DocumentMtpParacetamolDafalganCARAPMP004.html) and [PRE document](Bundle-DocumentPreParacetamolDafalganCARAPMP004.html) for the new Dafalgan treatment. It then fetches a [PMLC document](Bundle-DocumentPmlcCARAPMP004DafalganEffParacetamol.html) from the eMedication service to verify that the current medication card is correct and the practitioner handles a printed copy to the patient.

0 comments on commit bf533f1

Please sign in to comment.