Skip to content

Commit a2f6b69

Browse files
author
alex-omophub
committed
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.
1 parent 42cb1a5 commit a2f6b69

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

_pkgdown.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ reference:
2323
- set_api_key
2424
- has_api_key
2525

26+
- title: FHIR Resolution
27+
desc: >
28+
Translate FHIR coded values to OMOP standard concepts and CDM
29+
target tables via the FHIR Concept Resolver, plus helpers for
30+
interop with external FHIR client libraries.
31+
contents:
32+
- fhir_resolve
33+
- fhir_resolve_batch
34+
- fhir_resolve_codeable_concept
35+
- omophub_fhir_url
36+
2637
- title: Response Classes
2738
desc: S3 classes for API responses
2839
contents:

0 commit comments

Comments
 (0)