StructureDefinitionKind
public enum StructureDefinitionKind: StringDefines 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. DeclarationSwift 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. DeclarationSwift case complexType = "complex-type"
- 
                  
                  A resource defined by the FHIR specification. DeclarationSwift case resource = "resource"
- 
                  
                  A conceptual package of data that will be mapped to resources for implementation. DeclarationSwift case logical = "logical"
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           StructureDefinitionKind Enum Reference
      StructureDefinitionKind Enum Reference