| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<CarePlan.CarePlanIntent> |
CarePlan.intent
Indicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain.
|
| Modifier and Type | Method and Description |
|---|---|
static CarePlan.CarePlanIntent |
CarePlan.CarePlanIntent.fromCode(String codeString) |
CarePlan.CarePlanIntent |
CarePlan.CarePlanIntentEnumFactory.fromCode(String codeString) |
CarePlan.CarePlanIntent |
CarePlan.getIntent() |
static CarePlan.CarePlanIntent |
CarePlan.CarePlanIntent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CarePlan.CarePlanIntent[] |
CarePlan.CarePlanIntent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<CarePlan.CarePlanIntent> |
CarePlan.CarePlanIntentEnumFactory.fromType(Base code) |
Enumeration<CarePlan.CarePlanIntent> |
CarePlan.getIntentElement() |
| Modifier and Type | Method and Description |
|---|---|
CarePlan |
CarePlan.setIntent(CarePlan.CarePlanIntent value) |
String |
CarePlan.CarePlanIntentEnumFactory.toCode(CarePlan.CarePlanIntent code) |
String |
CarePlan.CarePlanIntentEnumFactory.toSystem(CarePlan.CarePlanIntent code) |
| Modifier and Type | Method and Description |
|---|---|
CarePlan |
CarePlan.setIntentElement(Enumeration<CarePlan.CarePlanIntent> value) |
| Constructor and Description |
|---|
CarePlan(Enumeration<CarePlan.CarePlanStatus> status,
Enumeration<CarePlan.CarePlanIntent> intent,
Reference subject)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.