Skip to content

Commit

Permalink
Update patient and encounter views to pick defined resource id
Browse files Browse the repository at this point in the history
  • Loading branch information
josephatJ committed Dec 2, 2024
1 parent eed530b commit 34e026d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions views/encounter_flat_view.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"name": "id",
"type": "string"
},
{
"path": "getResourceKey(Encounter)",
"name": "encounter_id",
"type": "string"
},
{
"path": "status",
"name": "status",
Expand Down
5 changes: 5 additions & 0 deletions views/patient_flat_view.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"name": "id",
"type": "string"
},
{
"path": "getResourceKey(Patient)",
"name": "patient_id",
"type": "string"
},
{
"path": "active",
"name": "active",
Expand Down

0 comments on commit 34e026d

Please sign in to comment.