Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.25 KB

visittypes.md

File metadata and controls

26 lines (20 loc) · 1.25 KB

Domain 'visittypes'

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.

Header Name (mandatory)

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.

Header Description

A description is used to give more information about the visit type.

Further examples:

Please look at the test configuration folder for sample import files for all domains, see here.