# 3.7.4. Register the implementations with the Java Services architecture

Create the following text files inside the META-INF/services folder of your resources directory:

1. *net.geoprism.registry.etl.fhir.FhirDataPopulator*
2. *net.geoprism.registry.etl.fhir.FhirResourceProcessor*

<figure><img src="/files/oH0N8DJ1v64seW2tCB26" alt=""><figcaption></figcaption></figure>

The contents of each text file should be the fully qualified name of the implementation:

```
com.terraframe.demo.DemoFhirDataPopulator
```

and

```
com.terraframe.demo.DemoFhirResourceProcessor
```

For more information on the Java services architecture see [ServiceLoader (Java Platform SE 8)](https://docs.oracle.com/javase/8/docs/api/java/util/ServiceLoader.html).


---

# 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://docs.geoprismregistry.com/readme/current/deployment-and-setup/3.7-fhir-custom-implementation/3.7-fhir-custom-implementation-3.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.
