Skip to content

Commit

Permalink
Update fhir_id definition reference
Browse files Browse the repository at this point in the history
  • Loading branch information
josephatJ committed Dec 2, 2024
1 parent 411b77f commit 0132c60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/patient_flat_view.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"type": "string"
},
{
"path": "(SELECT fhir_id FROM hfj_resource WHERE resource_type = 'Patient' AND res_id = id)",
"path": "fhir_id",
"name": "patient_id",
"type": "string"
"sql": "SELECT fhir_id FROM hfj_resource WHERE resource_type = 'Patient' AND res_id = id"
},
{
"path": "active",
Expand Down

0 comments on commit 0132c60

Please sign in to comment.