From 2e794b6f08f9ba5889a450eae4a7625307c897ce Mon Sep 17 00:00:00 2001 From: James Adams Date: Sun, 26 Jul 2020 23:15:23 +0100 Subject: updated example patients --- .../content/all/jane-doe/2020-01-08-jane-doe-assessment.md | 8 ++++---- exampleSite/content/all/jane-doe/2020-02-01-jane-doe-follow-up.md | 4 ++-- .../all/jane-doe/2020-03-02-jane-doe-xray_from_doctor/index.md | 8 ++++---- .../content/all/john-smith/2020-01-01-john-smith-assessment.md | 4 ++-- .../content/all/john-smith/2020-02-01-john-smith-follow-up.md | 4 ++-- .../john-smith/2020-03-01-john-smith-xray_from_doctor/index.md | 4 ++-- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/exampleSite/content/all/jane-doe/2020-01-08-jane-doe-assessment.md b/exampleSite/content/all/jane-doe/2020-01-08-jane-doe-assessment.md index d793f13..e601ca8 100644 --- a/exampleSite/content/all/jane-doe/2020-01-08-jane-doe-assessment.md +++ b/exampleSite/content/all/jane-doe/2020-01-08-jane-doe-assessment.md @@ -1,13 +1,13 @@ --- -patient: "James Adams" +patient: "Jane Doe" type: "assessment" -date: 2020-01-01 +date: 2020-01-08 toc: true --- -# James Adams +# Jane Doe -**Date of assessment:** 1 January 2020 +**Date of assessment:** 8 January 2020 ## Patient Details diff --git a/exampleSite/content/all/jane-doe/2020-02-01-jane-doe-follow-up.md b/exampleSite/content/all/jane-doe/2020-02-01-jane-doe-follow-up.md index 6db892a..d0929f5 100644 --- a/exampleSite/content/all/jane-doe/2020-02-01-jane-doe-follow-up.md +++ b/exampleSite/content/all/jane-doe/2020-02-01-jane-doe-follow-up.md @@ -1,11 +1,11 @@ --- -patient: "James Adams" +patient: "Jane Doe" type: "follow-up" date: 2020-02-01 toc: false --- -# James Adams +# Jane Doe **Date:** 1 February 2020 diff --git a/exampleSite/content/all/jane-doe/2020-03-02-jane-doe-xray_from_doctor/index.md b/exampleSite/content/all/jane-doe/2020-03-02-jane-doe-xray_from_doctor/index.md index cb3a14b..92fd93d 100644 --- a/exampleSite/content/all/jane-doe/2020-03-02-jane-doe-xray_from_doctor/index.md +++ b/exampleSite/content/all/jane-doe/2020-03-02-jane-doe-xray_from_doctor/index.md @@ -1,14 +1,14 @@ --- -patient: "James Adams" +patient: "Jane Doe" type: "other" description: "Xray From Doctor" -date: 2020-03-01 +date: 2020-03-02 toc: false --- -# James Adams +# Jane Doe -**Date:** 1 March 2020 +**Date:** 3 March 2020 ## Xray From Doctor diff --git a/exampleSite/content/all/john-smith/2020-01-01-john-smith-assessment.md b/exampleSite/content/all/john-smith/2020-01-01-john-smith-assessment.md index d793f13..d28cdc4 100644 --- a/exampleSite/content/all/john-smith/2020-01-01-john-smith-assessment.md +++ b/exampleSite/content/all/john-smith/2020-01-01-john-smith-assessment.md @@ -1,11 +1,11 @@ --- -patient: "James Adams" +patient: "John Smith" type: "assessment" date: 2020-01-01 toc: true --- -# James Adams +# John Smith **Date of assessment:** 1 January 2020 diff --git a/exampleSite/content/all/john-smith/2020-02-01-john-smith-follow-up.md b/exampleSite/content/all/john-smith/2020-02-01-john-smith-follow-up.md index 6db892a..a9cb371 100644 --- a/exampleSite/content/all/john-smith/2020-02-01-john-smith-follow-up.md +++ b/exampleSite/content/all/john-smith/2020-02-01-john-smith-follow-up.md @@ -1,11 +1,11 @@ --- -patient: "James Adams" +patient: "John Smith" type: "follow-up" date: 2020-02-01 toc: false --- -# James Adams +# John Smith **Date:** 1 February 2020 diff --git a/exampleSite/content/all/john-smith/2020-03-01-john-smith-xray_from_doctor/index.md b/exampleSite/content/all/john-smith/2020-03-01-john-smith-xray_from_doctor/index.md index cb3a14b..e546cf9 100644 --- a/exampleSite/content/all/john-smith/2020-03-01-john-smith-xray_from_doctor/index.md +++ b/exampleSite/content/all/john-smith/2020-03-01-john-smith-xray_from_doctor/index.md @@ -1,12 +1,12 @@ --- -patient: "James Adams" +patient: "John Smith" type: "other" description: "Xray From Doctor" date: 2020-03-01 toc: false --- -# James Adams +# John Smith **Date:** 1 March 2020 -- cgit v1.2.3