FHIR Chat · SearchParameters coming from Hl7.Fhir.Model.ModelInfo is 0 · dotnet

Stream: dotnet

Topic: SearchParameters coming from Hl7.Fhir.Model.ModelInfo is 0


view this post on Zulip 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.

view this post on Zulip Muhammad Abubakar Ikram (Dec 06 2021 at 10:48):

In the code of R5

https://github.com/FirelyTeam/firely-net-sdk/blob/release/3.7.0-r5/src/Hl7.Fhir.Core/Model/Generated/Template-ModelInfo.cs

the SearchParameters list is empty while in R4

https://raw.githubusercontent.com/FirelyTeam/firely-net-sdk/release/3.7.0-r4/src/Hl7.Fhir.Core/Model/Generated/Template-ModelInfo.cs

the list is initialized.

how I can have list of search parameters in R5?

view this post on Zulip 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

view this post on Zulip Muhammad Abubakar Ikram (Dec 06 2021 at 10:59):

@Marco Visser Thank you for your response.

So when the new release is expected?

view this post on Zulip 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:

view this post on Zulip 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.

view this post on Zulip 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.

view this post on Zulip 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