The visittypes subfolder contains CSV import files for saving visit types in bulk. This is a possible example of its content:
visittypes/
├──visittypes.csv
└── ...
There is currently only one format for the visit type CSV line, here are the possible headers with a sample data set:
Uuid | Void/Retire | Name | Description | _order:1000 |
---|---|---|---|---|
32176576-1652-4835-8736-826eb0237482 | General | A General Visit |
Headers that start with an underscore such as _order:1000
are metadata headers. The values in the columns under those headers are never read by the CSV parser.
Let's review some important headers.
This is not a localized header.
The name is a secondary identifier to access a visit type, it will be used to attempt fetching the visit type if no UUID is provided.
A description is used to give more information about the visit type.
Please look at the test configuration folder for sample import files for all domains, see here.