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 simple C# web API that uses FHIR models from the Hl7.FHIR.R4 nuget package.
For example, these are some of my method signatures: public Bundle Create(Patient patient) public Patient Get(string id)
The schemas for these resources are not created.
I found this reported issue in the Firely SDK, but I can't seem to figure out how to use the suggested solution, if it's even possible anymore. FirelyTeam/firely-net-sdk#2103
help-wantedA change up for grabs for contributions from the community
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have a simple C# web API that uses FHIR models from the Hl7.FHIR.R4 nuget package.
For example, these are some of my method signatures:
public Bundle Create(Patient patient)public Patient Get(string id)The schemas for these resources are not created.
I found this reported issue in the Firely SDK, but I can't seem to figure out how to use the suggested solution, if it's even possible anymore.
FirelyTeam/firely-net-sdk#2103
Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions