-
Notifications
You must be signed in to change notification settings - Fork 18
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
Implement /convert endpoint for xml/json conversion #165
Comments
rkorytkowski
changed the title
Implement /conversion endpoint for xml/json conversion
Implement /convert endpoint for xml/json conversion
Mar 7, 2024
rkorytkowski
added a commit
to rkorytkowski/org.hl7.fhir.validator-wrapper
that referenced
this issue
Mar 7, 2024
Draft PR at #167 |
https://www.hl7.org/fhir/resource-operation-convert.html provides a spec for this. |
rkorytkowski
added a commit
to rkorytkowski/org.hl7.fhir.validator-wrapper
that referenced
this issue
Apr 29, 2024
rkorytkowski
added a commit
to rkorytkowski/org.hl7.fhir.validator-wrapper
that referenced
this issue
Apr 29, 2024
rkorytkowski
added a commit
to rkorytkowski/org.hl7.fhir.validator-wrapper
that referenced
this issue
Apr 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 accept headers:
For Output:
For Input:
The conversion endpoint could also be extended to support conversion from/to different FHIR versions with URL parameters fromVersion and toVersion.
I'd like to work on this feature once approved.
The text was updated successfully, but these errors were encountered: