Skip to content

Commit

Permalink
Fix resource type reference key
Browse files Browse the repository at this point in the history
  • Loading branch information
josephatJ committed Dec 2, 2024
1 parent 0132c60 commit 7a1d72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/patient_flat_view.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"path": "fhir_id",
"name": "patient_id",
"sql": "SELECT fhir_id FROM hfj_resource WHERE resource_type = 'Patient' AND res_id = id"
"sql": "SELECT fhir_id FROM hfj_resource WHERE res_type = 'Patient' AND res_id = id"
},
{
"path": "active",
Expand Down

0 comments on commit 7a1d72e

Please sign in to comment.