Skip to content

Commit

Permalink
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
@@ -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",

0 comments on commit 7a1d72e

Please sign in to comment.