# 4.2.3 Set up CR offices and Health facilities

{% embed url="<https://youtu.be/GNhLLJgMozA>" %}

The next step is to prepare csv files to import into OpenCRVS all of the offices where civil registration staff work and all of the health facilities where births and deaths can occur in a medical setting.

The facilities you create are saved into OpenCRVS as [FHIR Locations](https://www.hl7.org/fhir/location.html).

CRVS\_OFFICE is an important location saved into [FHIR](https://build.fhir.org/location.html) to map registrations to a specific office. All civil registration employees have a CRVS\_OFFICE where they work, and every CRVS\_OFFICE is part of an administrative division, ie a "district".  The CRVS\_OFFICE location provides a way for Local or National System Administrators to manage staff access and for OpenCRVS to record an audit trail of all staff interactions with registrations. &#x20;

* The CRVS\_OFFICE is also recorded as the registration location for all vital events on the printed certificate.
* HEALTH\_FACILITY is also an important location saved into [FHIR](https://build.fhir.org/location.html) to map places of birth and death that do not occur in a private home or other location to a specific health institution in your country.&#x20;
* This HEALTH\_FACILITY is printed as the place of birth or place of death on a printed certificate where the birth or death occured in that facility.

{% hint style="info" %}
Note: So that Field Agents can register births and deaths offline, all the health facilities are saved onto the user's mobile phone when installing OpenCRVS.  This can represent the largest single initial application load, as there may many thousands of health facilities configured in your country.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.opencrvs.org/v1.4/setup/3.-installation/3.2-set-up-your-own-country-configuration/3.2.3-set-up-cr-offices-and-health-facilities.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
