Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
feat: add extension.valueReference to search mappings (#162)
Browse files Browse the repository at this point in the history
Co-authored-by: zheyanyu <zheyanyu@amazon.com>
Co-authored-by: Nestor Carvantes <carvantes@gmail.com>
  • Loading branch information
3 people committed Feb 9, 2022
1 parent 631f462 commit 7fd7057
Show file tree
Hide file tree
Showing 4 changed files with 6,048 additions and 187 deletions.
1 change: 1 addition & 0 deletions scripts/elasticSearchMappingsGenerator/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const EXTENSION_FIELDS = [
'extension.valueDate',
'extension.valueCoding',
'extension.valueCodeableConcept',
'extension.valueReference',

'extension.extension.valueString',
'extension.extension.valueDecimal',
Expand Down
4 changes: 4 additions & 0 deletions src/schema/searchMappingsBase.3.0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
"field": "extension.valueCodeableConcept",
"type": "CodeableConcept"
},
{
"field": "extension.valueReference",
"type": "Reference"
},
{
"field": "extension.extension.valueString",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions src/schema/searchMappingsBase.4.0.1.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@
"field": "extension.valueCodeableConcept",
"type": "CodeableConcept"
},
{
"field": "extension.valueReference",
"type": "Reference"
},
{
"field": "extension.extension.valueString",
"type": "string"
Expand Down
Loading

0 comments on commit 7fd7057

Please sign in to comment.