You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a multi-part application and all of them need to create/serialize/de-serialize/use FHIR data. Is there a way to get just the data type classes (mainly things under the Hl7.Fhir.Model namespace) as a standalone package or library? That way, I don't need to provide other parts of the application features/extensibility points they should not be having.
Hi @sujayvsarma, the datatypes and resources are in the Hl7.Fhir.R4 package. Also in this package is the FhirClient. We are planning for version 5 to rearrange the libraries. The idea is that datatypes and resources would come in a separate library. This is a major change and involves a lot of work, but it is on our roadmap.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a multi-part application and all of them need to create/serialize/de-serialize/use FHIR data. Is there a way to get just the data type classes (mainly things under the
Hl7.Fhir.Model
namespace) as a standalone package or library? That way, I don't need to provide other parts of the application features/extensibility points they should not be having.If it matters platform is
.NET 6.0
.Beta Was this translation helpful? Give feedback.
All reactions