Releases: gt-health/GT-FHIR
Releases · gt-health/GT-FHIR
Release 1.2.1
04/20/2017 Release.
Instruction:
- download gt-fhir-webapp.war from here
- backup copy *.xml from existing folder (/webapp/gt-fhir-webapp/WEB-INFO/) to somewhere you can access later.
- remove /webapp/gt-fhir-webapp/ and /webapp/gt-fhir-webapp.war
- copy the new downloaded gt-fhir-webapp.war to /webapp/
- restart tomcat server.
- step 5 will create /webapp/gt-fhir-webapp/ directory. Copy backup *.xml files to /webapp/gt-fhir-webapp/WEB-INF/
- restart tomcat server.
1.2.0
- Support to OAuth and Smart On Fhir (http://docs.smarthealthit.org/authorization)
Includes
feature, for Search- Some bug fixes
1.1.2
Critical bug fixes on constructions of entities from resources.
v1.1.1-pre
Critical bug fixes on constructions of entities from resources.
Use Release 1.1.1 branch to install. It has more fixes.
v1.0 Release Note
Resources provided:
- Patient
- Encounter
- Condition
- Medication
- MedicationPrescription
- MedicationDispense
- Observation
Operations provided for resources:
- Read, Update, Search, Create, Validate
0.4 Pre Release Note
- Operations of History, Search, Create, Read, Update, Delete to the resources: Patient, Condition, Encounter, Medication, MedicationPrescription, MedicationDispense, Observation, Location.
- Search for Patient has the filters: Id, name, gender, birthdate
- Search for Conditions has the filters: Id, code, onset[x], encounter, subject and patient
- Search for Encounters: Id, date, patient
- Search for MedicationPrescription: id, encounter, patient, medication
- Search for MedicationDispense: id, patient, medication
- Search for Observations: id, patient, code, code-value-[x]
- Sort by Id
Pre-Relase with JPA 1.7-SNAPSHOT
This is a pre-prelease for testing.
Pre-Release
Merge pull request #20 from i3l/observation adjusted snapshot version
Beta Release Version
This is a beta release version that can be used to have internal group to review the release.