DefinitionTopic

public enum DefinitionTopic: String

High-level categorization of the definition, used for searching, sorting, and filtering

URL: http://hl7.org/fhir/definition-topic ValueSet: http://hl7.org/fhir/ValueSet/definition-topic

  • The definition is related to treatment of the patient

    Declaration

    Swift

    case treatment = "treatment"
  • The definition is related to education of the patient

    Declaration

    Swift

    case education = "education"
  • The definition is related to assessment of the patient

    Declaration

    Swift

    case assessment = "assessment"