org.hl7.fhir.validator-wrapper icon indicating copy to clipboard operation
org.hl7.fhir.validator-wrapper copied to clipboard

CLI, Desktop GUI, and Standalone Server for the FHIR Validator

Results 48 org.hl7.fhir.validator-wrapper issues
Sort by recently updated
recently updated
newest added

It seems like CORS support for validation is intended, from https://github.com/hapifhir/org.hl7.fhir.validator-wrapper/blob/d830da327b48c5a84c3b337bee14cbeddb3539d3/src/jvmMain/kotlin/Module.kt#L66-L78 But currently `Access-Control-Allow-Origin` response headers omit `POST`. Example reproduction: ```sh $ curl -vvv 'https://validator.fhir.org/validate' -X 'OPTIONS' -H 'Accept: */*'...

When clicking the FHIR version dropdown under the Options tab, the dropdown does not populate with available versions ![image](https://github.com/hapifhir/org.hl7.fhir.validator-wrapper/assets/11286486/515158c8-a398-4aa4-948f-2a5d9e8f7287) I used to be able to select R5 but now I...

I needed to change from openjdk to amazoncorretto for arm support (Mac m2). I reuse ValidationEngine between requests since it's thread-safe (no need for sessionId). I added volatile to ValidationService...

![image](https://github.com/hapifhir/org.hl7.fhir.validator-wrapper/assets/39492072/57289eb3-781f-4e10-886d-3f13f6bb4199) I had the java jar running fine at a command line. I then attempted the Gradle / wrapper install. It installed fine but my organization will not let me...

The wrapper has an endpoint `/validator/version` that currently reports the version of the underlying core validator. https://validator.fhir.org/validator/version currently shows `"6.3.3"`. Since version numbers between the validator and wrapper do not...

The endpoint should accept POST requests with content in xml or json format and call the convert feature of the validator to transform input to xml or json. It should...

There are a few ways the Validation Service can throw, and digging into the root cause of the problem is challenging: - The full stack trace is not reported in...

Currently only amd64 arch images are being built & pushed to Docker Hub: https://hub.docker.com/r/markiantorno/validator-wrapper/tags Our development team will be using local instances of this validator wrapper soon, largely on Apple...

with docker pull markiantorno/validator-wrapper command I have created Image but while running this image it is giving me error like This page isn’t workingreimagined-happiness-rqr7w64pqvx3576r-46031.app.github.dev is currently unable to handle this...

New to FHIR. I am running a simple validation for my custom resource template and I get this error now and then.