From 3939f380af16c547db0bed72e2d34a9f89ab350a Mon Sep 17 00:00:00 2001 From: Justin McReynolds Date: Tue, 10 Sep 2024 09:09:37 -0700 Subject: [PATCH] Add "active" to each Patient and set it to true. --- fhir/r4/SMIT-gallery-patients.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fhir/r4/SMIT-gallery-patients.json b/fhir/r4/SMIT-gallery-patients.json index fc835bd..1674124 100644 --- a/fhir/r4/SMIT-gallery-patients.json +++ b/fhir/r4/SMIT-gallery-patients.json @@ -19,6 +19,7 @@ "given": ["Elizabeth"] } ], + "active": true, "gender": "female", "birthDate": "1981-04-03" }, @@ -108,6 +109,7 @@ "given": ["Marcus"] } ], + "active": true, "gender": "male", "birthDate": "1975-06-17" }, @@ -196,6 +198,7 @@ "given": ["Charles"] } ], + "active": true, "gender": "male", "birthDate": "1977-01-12" }, @@ -284,6 +287,7 @@ "given": ["Harry"] } ], + "active": true, "gender": "male", "birthDate": "1974-09-01" },