An OpenFn adaptor for building integration jobs for use with the HAPI FHIR API.
The Restfull API can be seen here: https://www.hl7.org/fhir/http.html
View all the required and optional properties for state.configuration
in the
official
configuration-schema
definition.
create('/endpoint', { foo: 'bar' });
createTransactionBundle({
entry: [transactionBundle],
});
Clone the adaptors monorepo. Follow the
Getting Started
guide inside to get set up.
Run tests using pnpm run test
or pnpm run test:watch
Build the project using pnpm build
.
To just build the docs run pnpm build docs