I am using fhir-net-api. I have implemented read operation on CapabilityStatement. Now with the read operation, I want to implement IsSummary=true search operation. I am not figuring out how to have resource elements with IsSummary=true using fhir-net-api?
Asked
Active
Viewed 78 times
1 Answers
1
Taken from the discussion on chat.fhir.org, the recommendation is to let the FHIR serializer that's in the API take care of that. Make sure to add the "SUBSETTED" tag to the Meta data of the resource and serialize with the summary option set to true.

Mirjam Baltus
- 2,035
- 9
- 13