Skip to content
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

Using AU Base with UploadFIG #14

Open
pydonny opened this issue May 31, 2024 · 0 comments
Open

Using AU Base with UploadFIG #14

pydonny opened this issue May 31, 2024 · 0 comments

Comments

@pydonny
Copy link

pydonny commented May 31, 2024

I have been trying to apply the au base IG using the UploadFIG tool to a HAPI FHIR server using the below command

 UploadFIG -d http://localhost:8080/fhir -pid hl7.fhir.au.base -pv 4.1.0 -cn -df json --includeReferencedDependencies

which works pretty well however it come up with these missing ValueSets that it can't resolve which stops resources from validating

Destination server canonical resource dependency verification:
        http://terminology.hl7.org/ValueSet/contactentity-type  (current)       0.5.0
        http://terminology.hl7.org/ValueSet/location-physical-type      (current)       0.3.0
        http://terminology.hl7.org/ValueSet/v2-0360     (current)       2.0.0
        http://terminology.hl7.org/ValueSet/v3-GTIN     (current)       2.0.0
        https://healthterminologies.gov.au/fhir/ValueSet/adverse-reaction-agent-1       (current)       1.1.1
        https://healthterminologies.gov.au/fhir/ValueSet/amt-vaccine-1  (current)       (missing)
        https://healthterminologies.gov.au/fhir/ValueSet/assertion-of-absence-1 (current)       (missing)
     ...snip...

Is there any easy way to get these ValueSet's loaded into a HAPI or MSFT FHIR server? is this a manual task? is there a remote server i can configure some how so that i can validate resources ?

Is it possible we could include a bearer token to access these ValueSets also ?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant