Skip to content

Commit

Permalink
stu3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gotdan committed Apr 25, 2017
1 parent 66bc33b commit 877bcf3
Show file tree
Hide file tree
Showing 20 changed files with 420,976 additions and 517,072 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@
FRED is an open source web application that enables users to edit JSON [FHIR resources](https://www.hl7.org/fhir/resourcelist.html) and [FHIR bundles](https://www.hl7.org/fhir/bundle.html). Built as an HTML5 app, FRED runs entirely within your web browser - no data is sent to a server. *Note - the project is currently under active development. Code is rough, there are bugs and features may change or be removed!*

## Try it with...

#### DSTU2:
- [A Patient Resource](http://docs.smarthealthit.org/fred/?resource=.%2Fsamples%2Flisa.json)
- [A Blood Pressure Resource](http://docs.smarthealthit.org/fred/?resource=.%2Fsamples%2Fbp.json)
- [A Bundle of Observations](http://docs.smarthealthit.org/fred/?resource=.%2Fsamples%2Fbundle.json)
- [Any FHIR Resource (DSTU2)](http://docs.smarthealthit.org/fred/)
- [Any FHIR Resource (Connectathon 12)](http://docs.smarthealthit.org/fred/?profiles=.%2Fprofiles%2Fconnect12.json)
- [Any FHIR Resource](http://docs.smarthealthit.org/fred/)

#### STU3:
- [A Patient Resource](http://docs.smarthealthit.org/fred/?profiles=.%2Fprofiles%2Fstu3.json&resource=.%2Fsamples%2Fstu3-patient.json)
- [A Bundle of Observations](http://docs.smarthealthit.org/fred/?profiles=.%2Fprofiles%2Fstu3.json&resource=.%2Fsamples%2Fstu3-bp-bundle.json)
- [Any FHIR Resource](http://docs.smarthealthit.org/fred/?profiles=.%2Fprofiles%2Fstu3.json)

## Planned features
Please see [roadmap.md](roadmap.md)
Expand Down
Loading

0 comments on commit 877bcf3

Please sign in to comment.