Skip to content

Commit

Permalink
Merge pull request #23 from fhirbase/master
Browse files Browse the repository at this point in the history
merge fhirbase with upstream
  • Loading branch information
jac-c-c authored Oct 13, 2016
2 parents 8ae2f91 + c73098b commit 2599c90
Show file tree
Hide file tree
Showing 39 changed files with 329,903 additions and 356,504 deletions.
Empty file added .projectile
Empty file.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ SELECT fhir_create_resource('{"resource": {"resourceType": "Patient", "name": [{
SELECT fhir_create_resource('{"allowId": true, "resource": {"resourceType": "Patient", "id": "smith"}}');

-- conditional create
SELECT fhir_create_resource('{"ifNotExist": "identifier=007", "resource": {"resourceType": "Patient", "id": "smith", "name": [{"given": ["Smith"]}]}}');
SELECT fhir_create_resource('{"ifNoneExist": "identifier=007", "resource": {"resourceType": "Patient", "id": "smith", "name": [{"given": ["Smith"]}]}}');

SELECT fhir_read_resource('{"resourceType": "Patient", "id": "smith"}');

Expand Down Expand Up @@ -239,3 +239,4 @@ See the [CONTRIBUTING.md][].
Copyright © 2016 health samurai.

fhirbase is released under the terms of the MIT License.

7,857 changes: 4,368 additions & 3,489 deletions fhir/conceptmaps.json

Large diffs are not rendered by default.

121,556 changes: 68,946 additions & 52,610 deletions fhir/profiles-resources.json

Large diffs are not rendered by default.

23,266 changes: 11,425 additions & 11,841 deletions fhir/profiles-types.json

Large diffs are not rendered by default.

Loading

0 comments on commit 2599c90

Please sign in to comment.