Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

feat: add US Core $docref implementation #78

Merged
merged 2 commits into from
May 13, 2021
Merged

Conversation

carvantes
Copy link
Contributor

Description of changes:
Basic implementation of docref: http://www.hl7.org/fhir/us/core/OperationDefinition-docref.html

The notable missing feature is generating documents on the fly. docref can either search for docs or generate docs on the fly(or both), but generating docs may require access to data from other EHR systems(we'd be generating a document that we don't have on fwoa) and it is out of scope.

Note: Right now the docref operation is unreachable code. I'll make additional PRs to "mount" docref when the US Core IG is being used. For now this PR will be merged on a feature branch.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@carvantes carvantes requested review from rsmayda and nguyen102 May 7, 2021 07:53
@github-actions github-actions bot added the size/l label May 7, 2021
@carvantes carvantes requested a review from nguyen102 May 11, 2021 21:11
@carvantes carvantes merged commit 8a03c81 into feat-docref May 13, 2021
@carvantes carvantes deleted the dev-docref-impl branch May 13, 2021 05:13
carvantes added a commit that referenced this pull request May 21, 2021
* feat: add US Core $docref implementation (#78)
* feat: enable $docref based on the compiled IGs (#83)
* feat: add docref to capability statement (#85)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants