Stream: smart
Topic: Smart tools on FHIR implementation
Brian Beatty (Apr 20 2021 at 19:03):
Are there any tools/templates/utilities that work to create a CapabilityStatement, well-known/smart-configuration or documentation of the FHIR endpoints from an existing FHIR server?
Josh Mandel (Apr 20 2021 at 19:06):
Keep in mind that it's a /.well-known/smart-configuration
file (no .json
suffix -- there is a spot in our intro where we accidentally wrote ".json" but http://hl7.org/fhir/smart-app-launch/conformance/index.html has the formal details + docs; there's an example you can use as a template.
Lloyd McKenzie (Apr 20 2021 at 19:56):
Grahame's FHIR toolkit provide some support for authoring CapabilityStatement
Eric Haas (Apr 20 2021 at 22:20):
and custom tooling exists for more advanced rendering supporting Restful Interactions.
Last updated: Apr 12 2022 at 19:14 UTC