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
Ideally when publishing the artifacts, all the individual upload POST requests should succeed or fail entirely for a run. This makes sense because we tag the resources on the server with the same version value.
The easiest way to achieve this would be to leverage BATCH posting to the HAPI FHIR server which supports transactions natively with Bundle type BATCH . See https://build.fhir.org/bundle.html
Properties Management
In v1 one needs to pass an Access token with the --access-token flag when running the script for authentication
Implementation of OAuth2 support for token management will add these properties
CLIENT_ID
CLIENT_SECRET
CLIENT_SCOPE
Publishing state management
For projects that do not follow the recommended file structure documented here, we could have a map of non standard path folders to internally map the resource folders to custom locations
Depends on/blocked by v1
Transaction support
Ideally when publishing the artifacts, all the individual upload POST requests should succeed or fail entirely for a run. This makes sense because we tag the resources on the server with the same version value.
The easiest way to achieve this would be to leverage BATCH posting to the HAPI FHIR server which supports transactions natively with Bundle type BATCH . See https://build.fhir.org/bundle.html
Properties Management
--access-token
flag when running the script for authenticationPublishing state management
file_structure_map
Notes
file_structure_map
json object correspond to folder names in the standardized structure convention see Proposed FHIR Resources project structure hereImplementation Notes
.efsity
folder should always be versioned on Github (i.e. under the fhir-resources repo project).efsity
folder are not pushed, someone else can inadvertently overwrite those changesResources
The text was updated successfully, but these errors were encountered: