From a2f6b694fcf18586bfb656db25d731990881bcd6 Mon Sep 17 00:00:00 2001 From: alex-omophub Date: Tue, 14 Apr 2026 23:03:51 +0100 Subject: [PATCH] Add FHIR Resolution section to pkgdown documentation - Introduced a new section in the pkgdown configuration for FHIR Resolution, detailing the translation of FHIR coded values to OMOP standard concepts. - Added descriptions and contents for functions: `fhir_resolve`, `fhir_resolve_batch`, `fhir_resolve_codeable_concept`, and `omophub_fhir_url` to enhance documentation clarity and usability. --- _pkgdown.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_pkgdown.yml b/_pkgdown.yml index ea08d95..c11ab1e 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -23,6 +23,17 @@ reference: - set_api_key - has_api_key + - title: FHIR Resolution + desc: > + Translate FHIR coded values to OMOP standard concepts and CDM + target tables via the FHIR Concept Resolver, plus helpers for + interop with external FHIR client libraries. + contents: + - fhir_resolve + - fhir_resolve_batch + - fhir_resolve_codeable_concept + - omophub_fhir_url + - title: Response Classes desc: S3 classes for API responses contents: