Written by

Question Sapan Parikh · Dec 5, 2023

Customizing a FHIR server package.

What changes are to be made while customizing a FHIR server package when adding a new field. As provided in the documentation, we have a sample JSON package of favorite color and it is added in the table, but when we are adding a new field 'Insurance', it does not imports the package and says package already exists. We have three files of JSON 

1) Package.JSON

2) SearchParameter.JSON

3) StructureDefination.JSON 

What should we have to change for adding new field.

Comments

Enrico Parisi · Dec 5, 2023

SearchParameter.JSON
and
StructureDefinition.JSON 

Enrico

0
Sapan Parikh  Dec 6, 2023 to Enrico Parisi

Please specify changes to be made in these files.

0