Reputation: 2862
Google search didn't help. Appreciate if you can share a sample codes for how to use extensions & "Other" resource using .Net Hl7.fhir.api and spark server.
Upvotes: 1
Views: 1374
Reputation: 1014
You can take a look at many examples of preparing & sending resources in the FHIR testsuite called Sprinkler. This is not specifically about Other
, but there's really no difference between managing extension on Patient
or on Other
. To see how to put extension on any resource, look at the ExtensionManagement()
unit test here, which shows how to use extensions with the .NET API.
Upvotes: 1