LibraryType
public enum LibraryType: String
The type of knowledge asset this library contains
URL: http://hl7.org/fhir/library-type ValueSet: http://hl7.org/fhir/ValueSet/library-type
-
The resource is a shareable library of formalized knowledge
Declaration
Swift
case logicLibrary = "logic-library"
-
The resource is a definition of an information model
Declaration
Swift
case modelDefinition = "model-definition"
-
The resource is a collection of knowledge assets
Declaration
Swift
case assetCollection = "asset-collection"
-
The resource defines the dependencies, parameters, and data requirements for a particular module or evaluation context
Declaration
Swift
case moduleDefinition = "module-definition"