GuideDependencyType

public enum GuideDependencyType: String

How a dependency is represented when the guide is published.

URL: http://hl7.org/fhir/guide-dependency-type ValueSet: http://hl7.org/fhir/ValueSet/guide-dependency-type

  • The guide is referred to by URL.

    Declaration

    Swift

    case reference = "reference"
  • The guide is embedded in this guide when published.

    Declaration

    Swift

    case inclusion = "inclusion"