chore: expand fhir2omop docstrings and clarify dropped field semantics#189
Closed
fern-api[bot] wants to merge 4 commits into
Closed
chore: expand fhir2omop docstrings and clarify dropped field semantics#189fern-api[bot] wants to merge 4 commits into
fern-api[bot] wants to merge 4 commits into
Conversation
Generated by Fern CLI Version: unknown Generators: - fernapi/fern-python-sdk: 5.14.13
…pped field semantics Improve developer-facing documentation across the fhir2omop client and types. The changes clarify exactly which FHIR resource types produce OMOP rows, how unsupported resources are handled, and what the `dropped` field represents. No public API signatures were changed. Key changes: - Add detailed FHIR-to-OMOP resource mapping table to `create()` docstrings in `Fhir2OmopClient`, `AsyncFhir2OmopClient`, `RawFhir2OmopClient`, and `AsyncRawFhir2OmopClient` - Clarify `CreateOmopResponse.dropped` field description: only supported resource instances with missing required data appear here; unsupported types are silently ignored - Update `fhir_resources` parameter docstring to enumerate all supported row-producing resource types explicitly 🌿 Generated with Fern
Patches applied (1): - patch-6516695e: Release 15.0.2: restore bundled openapi.json packaging (#169)
…de6df7e477ecd13e [skip ci]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
16.2.0 → 16.2.1
Improve developer-facing documentation across the fhir2omop client and
types. The changes clarify exactly which FHIR resource types produce
OMOP rows, how unsupported resources are handled, and what the
droppedfield represents. No public API signatures were changed.
Key changes:
create()docstrings inFhir2OmopClient,AsyncFhir2OmopClient,RawFhir2OmopClient, andAsyncRawFhir2OmopClientCreateOmopResponse.droppedfield description: only supported resource instances with missing required data appear here; unsupported types are silently ignoredfhir_resourcesparameter docstring to enumerate all supported row-producing resource types explicitly🌿 Generated with Fern
✅ Customizations automatically preserved in this update.
Note
Low Risk
Documentation and version/metadata updates only; no runtime or API contract changes beyond clearer field descriptions.
Overview
Releases phenoml 16.2.1 from an updated API spec (Fern regen): version metadata,
User-Agent/ SDK headers, bundledopenapi.json, and minor lockfile bumps (anyio,certifi).The substantive change is developer documentation for
fhir2omop.createand related types—no public method signatures change. Docstrings and OpenAPI/reference.mdnow spell out the FHIR → OMOP table mapping (e.g.Patient→person, medication resources →drug_exposure, numeric vs non-numericObservation), which resource types are accepted but not mapped, and thatMedicationis reference-only.CreateOmopResponse.droppedand thefhir_resourcesparameter docs are clarified:droppedlists only supported resources that lacked required subject/code/medication data; unsupported types are ignored and do not appear indropped.Reviewed by Cursor Bugbot for commit d550a5d. Bugbot is set up for automated code reviews on this repo. Configure here.