Stream: dotnet
Topic: SearchParameters coming from Hl7.Fhir.Model.ModelInfo is 0
Muhammad Abubakar Ikram (Dec 06 2021 at 10:40):
The list of search parameter definition (SearchParameters) from Hl7.Fhir.Model.ModelInfo is yeilding 0 elements.
just updated from R4 to R5 3.7 version.
Muhammad Abubakar Ikram (Dec 06 2021 at 10:48):
In the code of R5
the SearchParameters list is empty while in R4
the list is initialized.
how I can have list of search parameters in R5?
Marco Visser (Dec 06 2021 at 10:58):
The SearchParameters are generated from the FHIR standard R5. Unfortunately, the searchparameters are missing here. I've created a ticket for this: https://jira.hl7.org/browse/FHIR-32782?filter=-2
When a new release of R5 will be published, this would also be solved. See also the release notes of Firely .NET SDK about this matter: https://github.com/FirelyTeam/firely-net-sdk/releases/tag/v3.3.0-r5
Muhammad Abubakar Ikram (Dec 06 2021 at 10:59):
@Marco Visser Thank you for your response.
So when the new release is expected?
Marco Visser (Dec 06 2021 at 11:55):
I expect first a new release of FHIR R4B, then R5. Here you see an overview of all releases in the past:
Muhammad Abubakar Ikram (Dec 06 2021 at 13:21):
@Marco Visser alright, I got it.
So I am moving back to R4, and waiting for R5 release.
Gino Canessa (Dec 06 2021 at 15:33):
Also, there are plans to have a connectathon cut of R4B and R5 for the January connectathon. Hopefully the definitions will be included there.
Brian Postlethwaite (Dec 06 2021 at 23:15):
And unless you're expecting a release in a year or more, I'd be targetting R4 anyway...
Last updated: Apr 12 2022 at 19:14 UTC