Skip to content

Commit 2599c90

Browse files
authored
Merge pull request #23 from fhirbase/master
merge fhirbase with upstream
2 parents 8ae2f91 + c73098b commit 2599c90

39 files changed

+329903
-356504
lines changed

.projectile

Whitespace-only changes.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ SELECT fhir_create_resource('{"resource": {"resourceType": "Patient", "name": [{
171171
SELECT fhir_create_resource('{"allowId": true, "resource": {"resourceType": "Patient", "id": "smith"}}');
172172

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

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

@@ -239,3 +239,4 @@ See the [CONTRIBUTING.md][].
239239
Copyright © 2016 health samurai.
240240

241241
fhirbase is released under the terms of the MIT License.
242+

fhir/conceptmaps.json

Lines changed: 4368 additions & 3489 deletions
Large diffs are not rendered by default.

fhir/profiles-resources.json

Lines changed: 68946 additions & 52610 deletions
Large diffs are not rendered by default.

fhir/profiles-types.json

Lines changed: 11425 additions & 11841 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)