You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
Great library. Super useful. However, would love to see some documentation maturity around everything supported.
For example, to read a single resource, I can do fhir.read({ type: 'Patient', id: 'patient-id' }). That's not documented anywhere; you basically have to look at the code/tests to see what's supported.
The text was updated successfully, but these errors were encountered:
I too am wanting this, and am willing to help out with the docs. I'll create a PR with some small additions to the docs. If it goes well, I'll follow up with more PRs.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Great library. Super useful. However, would love to see some documentation maturity around everything supported.
For example, to read a single resource, I can do
fhir.read({ type: 'Patient', id: 'patient-id' })
. That's not documented anywhere; you basically have to look at the code/tests to see what's supported.The text was updated successfully, but these errors were encountered: