Skip to content

Commit

Permalink
Added a simple test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Filienko committed Nov 18, 2023
1 parent 63498a6 commit 32946f5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/test_sync/external_patient_search_not-active.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"entry": [
{
"active": false,
"birthDate": "1977-01-12",
"gender": "male",
"name": {
"family": "skywalker",
"given": ["luke"]
},
"resourceType": "Patient"
}
],
"resourceType": "Bundle",
"type": "searchset"
}

0 comments on commit 32946f5

Please sign in to comment.