| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected CarePlan |
JsonParser.parseCarePlan(com.google.gson.JsonObject json) |
protected CarePlan |
XmlParser.parseCarePlan(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeCarePlan(String name,
CarePlan element) |
protected void |
XmlParser.composeCarePlan(String name,
CarePlan element) |
protected void |
RdfParser.composeCarePlan(Turtle.Complex parent,
String parentType,
String name,
CarePlan element,
int index) |
protected void |
XmlParser.composeCarePlanElements(CarePlan element) |
protected void |
JsonParser.composeCarePlanInner(CarePlan element) |
protected CarePlan.CarePlanActivityComponent |
JsonParser.parseCarePlanCarePlanActivityComponent(com.google.gson.JsonObject json,
CarePlan owner) |
protected CarePlan.CarePlanActivityComponent |
XmlParser.parseCarePlanCarePlanActivityComponent(org.xmlpull.v1.XmlPullParser xpp,
CarePlan owner) |
protected boolean |
XmlParser.parseCarePlanCarePlanActivityComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
CarePlan owner,
CarePlan.CarePlanActivityComponent res) |
protected void |
JsonParser.parseCarePlanCarePlanActivityComponentProperties(com.google.gson.JsonObject json,
CarePlan owner,
CarePlan.CarePlanActivityComponent res) |
protected CarePlan.CarePlanActivityDetailComponent |
JsonParser.parseCarePlanCarePlanActivityDetailComponent(com.google.gson.JsonObject json,
CarePlan owner) |
protected CarePlan.CarePlanActivityDetailComponent |
XmlParser.parseCarePlanCarePlanActivityDetailComponent(org.xmlpull.v1.XmlPullParser xpp,
CarePlan owner) |
protected boolean |
XmlParser.parseCarePlanCarePlanActivityDetailComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
CarePlan owner,
CarePlan.CarePlanActivityDetailComponent res) |
protected void |
JsonParser.parseCarePlanCarePlanActivityDetailComponentProperties(com.google.gson.JsonObject json,
CarePlan owner,
CarePlan.CarePlanActivityDetailComponent res) |
protected boolean |
XmlParser.parseCarePlanContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
CarePlan res) |
protected void |
JsonParser.parseCarePlanProperties(com.google.gson.JsonObject json,
CarePlan res) |
| Modifier and Type | Field and Description |
|---|---|
protected List<CarePlan> |
CarePlan.basedOnTarget
The actual objects that are the target of the reference (A care plan that is fulfilled in whole or in part by this care plan.)
|
protected List<CarePlan> |
CarePlan.partOfTarget
The actual objects that are the target of the reference (A larger care plan of which this particular care plan is a component or step.)
|
protected List<CarePlan> |
CarePlan.replacesTarget
The actual objects that are the target of the reference (Completed or terminated care plan whose function is taken by this new care plan.)
|
| Modifier and Type | Method and Description |
|---|---|
List<CarePlan> |
CarePlan.getBasedOnTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<CarePlan> |
CarePlan.getPartOfTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
List<CarePlan> |
CarePlan.getReplacesTarget()
Deprecated.
Use Reference#setResource(IBaseResource) instead
|
| Modifier and Type | Method and Description |
|---|---|
void |
CarePlan.copyValues(CarePlan dst) |
Copyright © 2014–2021 Health Level 7. All rights reserved.