Stream: dotnet
Topic: Retrieving HL7 assets from the specification.zip file
Richard Kavanagh (Sep 11 2017 at 17:45):
Is it possible to retrieve the standard "OperationDefinitions" from the zip file using the .NET API? I can't seem to work out how. I can see methods for resource types used in validation (structureDefinition, codeSystem, valueSet etc) but not OpertionDefintions ...
Christiaan Knaap (Sep 12 2017 at 18:11):
You could check out ZipSource.ListResourceUris(filter = ResourceType.OperationDefinition) and go from there.
Richard Kavanagh (Sep 12 2017 at 22:45):
Perfect - thanks @Christiaan Knaap
Last updated: Apr 12 2022 at 19:14 UTC