| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<CarePlan.CarePlanStatus> |
CarePlan.status
Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.
|
| Modifier and Type | Method and Description |
|---|---|
static CarePlan.CarePlanStatus |
CarePlan.CarePlanStatus.fromCode(String codeString) |
CarePlan.CarePlanStatus |
CarePlan.CarePlanStatusEnumFactory.fromCode(String codeString) |
CarePlan.CarePlanStatus |
CarePlan.getStatus() |
static CarePlan.CarePlanStatus |
CarePlan.CarePlanStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CarePlan.CarePlanStatus[] |
CarePlan.CarePlanStatus.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.CarePlanStatus> |
CarePlan.CarePlanStatusEnumFactory.fromType(Base code) |
Enumeration<CarePlan.CarePlanStatus> |
CarePlan.getStatusElement() |
| Modifier and Type | Method and Description |
|---|---|
CarePlan |
CarePlan.setStatus(CarePlan.CarePlanStatus value) |
String |
CarePlan.CarePlanStatusEnumFactory.toCode(CarePlan.CarePlanStatus code) |
String |
CarePlan.CarePlanStatusEnumFactory.toSystem(CarePlan.CarePlanStatus code) |
| Modifier and Type | Method and Description |
|---|---|
CarePlan |
CarePlan.setStatusElement(Enumeration<CarePlan.CarePlanStatus> 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.