Skip to content

Commit

Permalink
Fix identifier type issue and add identifiers for encounter
Browse files Browse the repository at this point in the history
  • Loading branch information
josephatJ committed Dec 3, 2024
1 parent 31247d3 commit 0df4d24
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions views/encounter_flat_view.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,21 @@
}
]
},
{
"forEachOrNull": "identifier",
"column": [
{
"path": "type.coding[0].code",
"name": "identifier_type",
"type": "string"
},
{
"path": "value",
"name": "identifier_value",
"type": "string"
}
]
},
{
"forEachOrNull": "category.coding",
"column": [
Expand Down
2 changes: 1 addition & 1 deletion views/patient_flat_view.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"forEachOrNull": "identifier",
"column": [
{
"path": "type",
"path": "type.coding[0].code",
"name": "identifier_type",
"type": "string"
},
Expand Down

0 comments on commit 0df4d24

Please sign in to comment.