Replies: 2 comments
-
The server does read and respect what is in the capability statement, however there currently isn't a way to filter having them included: https://github.com/microsoft/fhir-server/blob/main/src/Microsoft.Health.Fhir.Core/Features/Conformance/CapabilityStatementBuilder.cs#L282 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing the discussion with answer provided. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the FHIR server supports all resource types, as shown in the CapabilityStatement.
In some deployments, we only want to allow a subset of resources to be used and reflect this in the CapabilityStatement.
Is that possible within the azure solution?
Beta Was this translation helpful? Give feedback.
All reactions