You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a ACED developer, in order to submit and maintain meta data, it would be useful to have an openapi defined service to allow server and client side engineers to develop services.
summary
Implement a very narrow subset of the FHIR REST API. i.e. POST [base]/Bundle
dependences
FHIR bundle. Creating/updating/deleting a set of resources on a server as a single operation
REST endpoint. The update interaction creates a new current version for an existing resource or creates an initial version if no resource already exists for the given id. The update interaction is performed by an HTTP PUT command, in effect an upsert
implementation notes
Rule: For collections of type transaction or batch, all entries must contain request elements, and resources if the method is POST, PUT or PATCH
The ACED data model is a subset of the FHIR model, the server may reject the transaction if an unsupported resource is included. e.g. A Claim resource is included.
issues
Semantics of fullUrl: only ids of form urn:uuid:XXXXX will be supported
Each entry request should include the url[type]?identifier=$system|$value e.g. Patient?identifier=http:/example.org/fhir/ids|456456
All resources should include an identifier - that identifier MUST not include PHI
use case
As a ACED developer, in order to submit and maintain meta data, it would be useful to have an openapi defined service to allow server and client side engineers to develop services.
summary
Implement a very narrow subset of the FHIR REST API. i.e.
POST [base]/Bundle
dependences
implementation notes
Rule: For collections of type transaction or batch, all entries must contain request elements, and resources if the method is
POST, PUTor PATCHThe only type supported is transaction
The ACED data model is a subset of the FHIR model, the server may reject the transaction if an unsupported resource is included. e.g. A Claim resource is included.
issues
[type]?identifier=$system|$value
e.g. Patient?identifier=http:/example.org/fhir/ids|456456examples
The text was updated successfully, but these errors were encountered: