From 32946f5ed2dffe5d86ccb5eee2b0991c86324002 Mon Sep 17 00:00:00 2001 From: Daniil <94884910+Filienko@users.noreply.github.com> Date: Sat, 18 Nov 2023 13:04:26 -0800 Subject: [PATCH] Added a simple test case --- .../external_patient_search_not-active.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/test_sync/external_patient_search_not-active.json diff --git a/tests/test_sync/external_patient_search_not-active.json b/tests/test_sync/external_patient_search_not-active.json new file mode 100644 index 00000000..2d289945 --- /dev/null +++ b/tests/test_sync/external_patient_search_not-active.json @@ -0,0 +1,17 @@ +{ + "entry": [ + { + "active": false, + "birthDate": "1977-01-12", + "gender": "male", + "name": { + "family": "skywalker", + "given": ["luke"] + }, + "resourceType": "Patient" + } + ], + "resourceType": "Bundle", + "type": "searchset" + } + \ No newline at end of file