GuidePageKind

public enum GuidePageKind: String

The kind of an included page.

URL: http://hl7.org/fhir/guide-page-kind ValueSet: http://hl7.org/fhir/ValueSet/guide-page-kind

  • This is a page of content that is included in the implementation guide. It has no particular function.

    Declaration

    Swift

    case page = "page"
  • This is a page that represents a human readable rendering of an example.

    Declaration

    Swift

    case example = "example"
  • This is a page that represents a list of resources of one or more types.

    Declaration

    Swift

    case list = "list"
  • This is a page showing where an included guide is injected.

    Declaration

    Swift

    case include = "include"
  • This is a page that lists the resources of a given type, and also creates pages for all the listed types as other pages in the section.

    Declaration

    Swift

    case directory = "directory"
  • This is a page that creates the listed resources as a dictionary.

    Declaration

    Swift

    case dictionary = "dictionary"
  • toc

    This is a generated page that contains the table of contents.

    Declaration

    Swift

    case toc = "toc"
  • This is a page that represents a presented resource. This is typically used for generated conformance resource presentations.

    Declaration

    Swift

    case resource = "resource"