The encounterroles subfolder contains CSV configuration files that help modify and create encounter roles. It should be possible in most cases to configure them via a single CSV configuration file, however there can be as many CSV files as desired.
This is a possible example of how the configuration subfolder may look like:
encounterroles/
└── encounterroles.csv
The CSV configuration allows to either modify existing encounter roles or to create new encounter roles. Here is a sample CSV:
Uuid | Void/Retire | Name | Description |
---|---|---|---|
true | Surgeon | ||
New encounter role with random UUID | Has some description too | ||
1dd85dab-f6d6-4bec-bde6-c4cddea92d35 | A encounter role with UUID specified |
There is only one mandatory header specific to this domain:
The encounter role name is mandatory. It is not localized.
Please look at the test configuration folder for sample import files for all domains, see here.