.net core - How to IsSummary=true using fhir-net-api? -


i using fhir-net-api. have implemented read operation on capabilitystatement. read operation, want implement issummary=true search operation. not figuring out how have resource elements issummary=true using fhir-net-api?

taken discussion on chat.fhir.org, recommendation let fhir serializer that's in api take care of that. make sure add "subsetted" tag meta data of resource , serialize summary option set true.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

javascript - Knockout pushing observable and computed data to an observable array -

c# - Update a combobox from a presenter (MVP) -