From 19cf862775f84dfd8b68fddc1d10e3f69332067a Mon Sep 17 00:00:00 2001 From: Marcus Fearnett Date: Mon, 20 May 2024 16:29:25 +0100 Subject: [PATCH] debug previous --- input/pagecontent/data-model.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/input/pagecontent/data-model.md b/input/pagecontent/data-model.md index f1dcaae..1b1552e 100644 --- a/input/pagecontent/data-model.md +++ b/input/pagecontent/data-model.md @@ -3,7 +3,7 @@ A Patient Flag API record is made up of a Flag resource and any other 'detail' resources that are provided as part of the Flag record in the specific domain
- {%include $patflg-data-model.svg%} + {%include patflg-data-model.svg%}
### Reasonable Adjustments @@ -11,7 +11,7 @@ A Patient Flag API record is made up of a Flag resource and any other 'detail' r The RA record is made up of Consent, Condition, Flag and Provenances resources. The Consent, Condition and Flag resources are linked via a Patient resource. Provenance of all resources that make up an RA record must be stored. This is modelled here as a contained resource, and as such has no lifetime outside of the constituent RA record resources.
- {%include $ra-data-model.svg%} + {%include ra-data-model.svg%}
### Female Genital Mutilation @@ -19,5 +19,5 @@ The RA record is made up of Consent, Condition, Flag and Provenances resources. The FGM record is made up of a Flag resource.
- {%include $fgm-data-model.svg%} + {%include fgm-data-model.svg%}