Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/pr/8'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel committed Sep 20, 2019
2 parents f4e125f + 63dad46 commit 421412c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions import.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Servers may wish to address the following activities as part of an import proces

Servers SHALL support [Newline Delimited JSON](http://ndjson.org) with a format type of `application/fhir+ndjson` but MAY choose to support additional input formats.

- `inputSource` (url, required)
- `inputSource` (uri, required)

FHIR base URL for data source. Used by the importing system when matching references to previously imported data.
URI for tracking this set of imported data throughout its lifecycle. MAY be used to specify a FHIR endpoint that can by the importing system when matching references to previously imported data.

- `input` (json array, required), array of objects containing the following fields
- `type` (string, required) FHIR resource type
Expand Down

0 comments on commit 421412c

Please sign in to comment.