I'm totally new to this so pardon my use of terminologies.
I want to know how can i use SearchParams
so i can select not all but a few selected extensions or dont include any extention in the bundle when i search for a bundle.
Suppose my bundle has 3 extensions
extension: [{
"extension": [
{
"url": "ABC",
"valueId": "00000000-0000-0000-000e-00000000000p"
},
{
"url": "DEF",
"valueId": "00000005-0000-0000-0000-000000000000"
},
{
"url": "HIJ",
"valueId": "00000005-000K-0000-0000-000000000000"
}, {..next extention object}]
Now what if i only want ABC and DEF in my extension array how can i do that in C# using Hl7.Fhir