.. _tutorial:

Tutorial
================
.. note::
    A whole tutorial referenced here is available in the following Postman collection: https://documenter.getpostman.com/view/1515623/2sAYdimoej
.. note::
    Alternatively to setting up a local instance of openFHIR, you can also use https://sandbox.open-fhir.com (as used in the referenced postman collection above)

In this tutorial, we'll go over mapping of a growth chart template that consists of the following archetypes:

- openEHR-EHR-OBSERVATION.body_weight.v2
- openEHR-EHR-OBSERVATION.height.v2
- openEHR-EHR-OBSERVATION.body_mass_index.v2
- openEHR-EHR-OBSERVATION.head_circumference.v1

Concepts you'll get familiarized after completing this tutorial are:

- how to prepare a state of the openFHIR Engine
- how to run a mapping
- how to edit a mapping and how this reflects in change of the output
- how to use inline terminology mapping
- how to use complex (ConceptMap) terminology service

.. toctree::
   :caption: Tutorial
   :maxdepth: 2
   :titlesonly:

   tutorial/prerequisites
   tutorial/statepreparation
   tutorial/runmappings
   tutorial/editmappings
   tutorial/inlineterminology
   tutorial/localterminology
   tutorial/end