ActivityDefinitionCategory
public enum ActivityDefinitionCategory: String
High-level categorization of the type of activity
URL: http://hl7.org/fhir/activity-definition-category ValueSet: http://hl7.org/fhir/ValueSet/activity-definition-category
-
The activity is intended to provide or is related to treatment of the patient
Declaration
Swift
case treatment = "treatment"
-
The activity is intended to provide or is related to education of the patient
Declaration
Swift
case education = "education"
-
The activity is intended to perform or is related to assessment of the patient
Declaration
Swift
case assessment = "assessment"