Uses of Class
com.ibm.fhir.model.type.code.CarePlanIntent
-
Packages that use CarePlanIntent Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of CarePlanIntent in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return CarePlanIntent Modifier and Type Method Description CarePlanIntentCarePlan. getIntent()Indicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain.Methods in com.ibm.fhir.model.resource with parameters of type CarePlanIntent Modifier and Type Method Description CarePlan.BuilderCarePlan.Builder. intent(CarePlanIntent intent)Indicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain. -
Uses of CarePlanIntent in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as CarePlanIntent Modifier and Type Field Description static CarePlanIntentCarePlanIntent. OPTIONstatic CarePlanIntentCarePlanIntent. ORDERstatic CarePlanIntentCarePlanIntent. PLANstatic CarePlanIntentCarePlanIntent. PROPOSALMethods in com.ibm.fhir.model.type.code that return CarePlanIntent Modifier and Type Method Description CarePlanIntentCarePlanIntent.Builder. build()static CarePlanIntentCarePlanIntent. of(CarePlanIntent.ValueSet value)Factory method for creating CarePlanIntent objects from a passed enum value.static CarePlanIntentCarePlanIntent. of(String value)Factory method for creating CarePlanIntent objects from a passed string value.
-