This page is part of the Protocols for Clinical Registry Extraction and Data Submission (CREDS) IG (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Official URL: http://hl7.org/fhir/us/registry-protocols/OperationDefinition/RegistryUpload | Version: 1.0.0-ballot | |||
Active as of 2023-03-29 | Computable Name: RegistryUpload |
URL: [base]/$registryUpload
Parameters
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | input | 1..1 | Binary | The POST will be Binary resource consisting of the contentType element listing the mime type of application/fhir+ndjson and the data element consisting of a NDJSON file. Each line of the NDJSON file will comprising a single patient Submission Bundle. The http POST will have:
| ||
OUT | output | 1..1 | OperationOutcome | The optionally attached OperationOutcome will solely be the result of the validation that the submission file is a valid NDJSON file and will not have information regarding the content sumbitted. The result of a successful submission will be a 202 Accepted with the Content-Location pointing to a polling location of the NDJSON file of OperationOutcomes. Each OperationOutcome in the fetched NDJSON file will give the results of a validation exercise for the individual lines within the submission file. |