.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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -