fhir-swagger
fhir-swagger copied to clipboard
Generate Swagger from a FHIR conformance profile
changes made allow for better / more accurate generation of schemas based on capability schema the profile snapshots and fhir datatypes to be easy to update with the change of...
Receiving errors below when I attempt to generate the swagger file. C:\R4>fhir-swagger --fhir_url "https://fhir.epic.com/interconnect-fhir-oauth/api/FHIR/R4" --conformance_path="/metadata?_format=application/json" --r4 --output swagger.json Failed to find schema example for BodyStructure Failed to find schema example...
I am just forking this to add a feature, if it works I will submit a pull request. However I just noticed the test is not working since this URL...
Hi Team, The nodejs example on my local ide is not working. I need some help running it on my local. I will appreciate it if anyone of you folks...
This converter generate swagger 2.0 But with JWT token support we need open API 3.0 This PR upgrade the converter to generate open API 3.0 with the required fields
Hello, I've tried to generate a swagger with the following command (latest clone) ```bash fhir-swagger --fhir_url "http://test.fhir.org/r4" --conformance_path="/metadata?_format=application/json" --r4 --output swagger.json ``` The generated `swagger.json` contains errors: _Validation failed. `/paths/Account/get`...
'operationId' is optional as per the OpenAPI spec, but is leveraged by several code generation frameworks. A default operationId could be generated combining the HTTP verb, resource type, and possibly...
The optionality of the attributes is not considered correctly. E.g. in the generated Swagger file, the `Patient.gender` is said to be required although the conformance statement doesn't. We used ```bash...
I'm trying to use this tool on an R4 server I'm building on HAPI, specifically for the terminology services - and while it runs without errors, it is ignoring lots...