-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload from firely Terminal to Server #8
Comments
you can generate a list of all conformance resources with |
Hello, thanks for yout answer. but with yout script end with an error Here is wath I do FHIR package name: de.basisprofil.r4 |
Can you check the output of |
oh yes that it is. muss I run the Script with Admin rights? now I become this error ...ing to resolve http://fhir.de/CodeSystem/ifa/pzn
|
Sorry, never tried to run it under Windows. Either try running it with admin rights or run it using a Linux subsystem. |
oh okay, I will test it tomorow under linux. Thanks so lot for help |
Hello, it will not work. Checking if https://localhost:44305/fhir/metadata can be reached ...ing to resolve
|
I will take a look at the end of the week. Please note that the script is not officially provided by Firely and therefore it's not covered by any of our support. |
@jensdebernitzCGM Could you check your version number of Firely Terminal using |
Hello @alexzautke, my version from fhir is I changed your shell script to a powershell script. At least it runs better under windows. if you want that I can make it available to you |
Yes please, I can see about debugging it on Windows |
`$Tab = [char]9 $dependencies = @('jq', 'fhir') foreach($dependency in $dependencies){
} $packageName = Read-Host "Package Name" if ([string]::IsNullOrEmpty($packageName)) { if ([string]::IsNullOrEmpty($packageVersion)) { if ([string]::IsNullOrEmpty($fhirServer)) { $command = 'fhir server add ' + $fhirServer + ' ' + $fhirServer Write-Host 'Checking if ' + $fhirServer + '/metadata can be reached' $webRepsonse = Invoke-WebRequest @webParams -UseBasicParsing | Select-Object -Expand StatusCode if (!($webRepsonse = '200')) { Write-Host "Installing FHIR package '$packageName' using version $packageVersion" Write-Host "Checking if FHIR '$packageName' using version $packageVersion was successfully installed" $command = 'fhir cache' if (!($output.Contains($packageName + '@' + $packageVersion))){ $command = 'fhir canonicals ' + $packageName + ' ' + $packageVersion foreach($canonical in $canonicals){
} function call_command_with_output {
} function exit_with_message {
}` |
Hello,
I have download 1 packages with 4 dependencies with fhir install mio.kbv.mutterpass 1.0.0.
As next I have an Fhir Server (Spark) and now I will pushed the new packages with StructureDefinitions, ValueSets and more to the Spark Server.
How can I make this?
The text was updated successfully, but these errors were encountered: