StructureDefinitionKind
public enum StructureDefinitionKind: String
Defines the type of structure that a definition is describing.
URL: http://hl7.org/fhir/structure-definition-kind ValueSet: http://hl7.org/fhir/ValueSet/structure-definition-kind
-
A primitive type that has a value and an extension. These can be used throughout Resource and extension definitions. Only the base specification can define primitive types.
Declaration
Swift
case primitiveType = "primitive-type"
-
A complex structure that defines a set of data elements. These can be used throughout Resource and extension definitions, and in logical models.
Declaration
Swift
case complexType = "complex-type"
-
A resource defined by the FHIR specification.
Declaration
Swift
case resource = "resource"
-
A conceptual package of data that will be mapped to resources for implementation.
Declaration
Swift
case logical = "logical"