diff --git a/doc/docs/guides/episodes.md b/doc/docs/guides/episodes.md index b69ebb9cb..a0ee333f6 100644 --- a/doc/docs/guides/episodes.md +++ b/doc/docs/guides/episodes.md @@ -43,6 +43,12 @@ print episode.category.detail_template # detail/inpatient.html ``` +The Episode Category template does not comprise the entire +[Patient detail view](patient_detail_views.md). This is made of multiple episodes +and by default will display some basic demographic details as well as other episodes. +More detail on customising the rest of the detail tempalte is found in the detail view +[Template selection docs](patient_detail_views.md#template-selection). + ## Default Category The default category of episodes in an Opal application is set by the diff --git a/doc/docs/guides/topic-guides.md b/doc/docs/guides/topic-guides.md index c42eae9c3..21fc82ca9 100644 --- a/doc/docs/guides/topic-guides.md +++ b/doc/docs/guides/topic-guides.md @@ -18,7 +18,7 @@ A list of all available topic guides. ||| |---------------------------|--------------------------------------------------------------------| |[Data Model](datamodel.md) | How Opal models clinical reality| -|[Episodes](episodes)|Opal Episodes and how to customise them| +|[Episodes](episodes.md)|Opal Episodes and how to customise them| |[Core Clinical Model](archetypes.md)| The core clinical data model available to Opal applications| |[Reference data](referencedata.md) | Canonical coded terms and reference data| |[App metadata](metadata.md) | Working with Metadata on the front end |