Skip to content

Commit

Permalink
Add identifier flattening
Browse files Browse the repository at this point in the history
  • Loading branch information
josephatJ committed Dec 3, 2024
1 parent 44a6dff commit 31247d3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions views/patient_flat_view.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,21 @@
}
]
},
{
"forEachOrNull": "identifier",
"column": [
{
"path": "type",
"name": "identifier_type",
"type": "string"
},
{
"path": "value",
"name": "identifier_value",
"type": "string"
}
]
},
{
"column": [
{
Expand Down

0 comments on commit 31247d3

Please sign in to comment.