Skip to content

Commit

Permalink
Merge pull request #144 from lifeomic/add-dstu3-to-changelog
Browse files Browse the repository at this point in the history
Add missing DSTU3 changes to CHANGELOG
  • Loading branch information
rcdilorenzo authored Mar 26, 2021
2 parents 4d8aa88 + 00de302 commit 4aeee26
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ Added lots of Ocr functionality and a Composition module in the `easy` namespace
- `phc.Ocr.Suggestion` - Retrieve all permutations of PrecisionOCR medical suggestions
- `phc.Composition` - Base FHIR class for retrieving Composition resources from the FHIR Search Service

Added the ability to create, read, update, and delete using the FHIR DSTU3 API by appending `.DSTU3` to any easy module that supports it.

```python
phc.Patient.DSTU3.create(...)
phc.Patient.DSTU3.get(...)
phc.Patient.DSTU3.update(...)
phc.Patient.DSTU3.put(...)
phc.Patient.DSTU3.delete(...)
```

## [0.21.1] - 2020-12-17

Expand Down

0 comments on commit 4aeee26

Please sign in to comment.