You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.
Having an API to serve this files that represents the FHIR format would be very valuable. One direct application would be for our interface fhir-ball to fetch the Resource structure on which the user will do the mapping.
Beyond that, it allows external user to access the standard in their preferred format (json, yml, etc) in a very simple way, and without having to worry about about the latest release.
A good implementation would be to do this with Flask.
The text was updated successfully, but these errors were encountered:
Having an API to serve this files that represents the FHIR format would be very valuable. One direct application would be for our interface
fhir-ball
to fetch the Resource structure on which the user will do the mapping.Beyond that, it allows external user to access the standard in their preferred format (json, yml, etc) in a very simple way, and without having to worry about about the latest release.
A good implementation would be to do this with Flask.
The text was updated successfully, but these errors were encountered: