Last updated
Koppeltaal metadata resides at two places
The Koppeltaal Server provides a CapabilityStatement. This statement contains useful metadata related to the Koppeltaal Server. For example, it indicates the supported Resource types and supported MIME types.
Koppeltaal also makes use of the SMART on FHIR conformance. This specifically contains metadata used whilst executing the SMART on FHIR specifications. This conformance can be found <BASE_FHIR_URL>/.well-known/smart-configuration. This way, there is no need to configure hard-coded URLs. This configuration can be used to, for example, retrieve the Auth Server URL for the specific Koppeltaal server at runtime.
Last updated