Uses of Class
org.hl7.fhir.r4.model.CarePlan
-
Packages that use CarePlan Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of CarePlan in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CarePlan Modifier and Type Method Description protected CarePlanJsonParser. parseCarePlan(com.google.gson.JsonObject json)protected CarePlanXmlParser. parseCarePlan(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type CarePlan Modifier and Type Method Description protected voidJsonParser. composeCarePlan(String name, CarePlan element)protected voidRdfParser. composeCarePlan(Turtle.Complex parent, String parentType, String name, CarePlan element, int index)protected voidXmlParser. composeCarePlan(String name, CarePlan element)protected voidXmlParser. composeCarePlanElements(CarePlan element)protected voidJsonParser. composeCarePlanInner(CarePlan element)protected CarePlan.CarePlanActivityComponentJsonParser. parseCarePlanCarePlanActivityComponent(com.google.gson.JsonObject json, CarePlan owner)protected CarePlan.CarePlanActivityComponentXmlParser. parseCarePlanCarePlanActivityComponent(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner)protected booleanXmlParser. parseCarePlanCarePlanActivityComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CarePlan owner, CarePlan.CarePlanActivityComponent res)protected voidJsonParser. parseCarePlanCarePlanActivityComponentProperties(com.google.gson.JsonObject json, CarePlan owner, CarePlan.CarePlanActivityComponent res)protected CarePlan.CarePlanActivityDetailComponentJsonParser. parseCarePlanCarePlanActivityDetailComponent(com.google.gson.JsonObject json, CarePlan owner)protected CarePlan.CarePlanActivityDetailComponentXmlParser. parseCarePlanCarePlanActivityDetailComponent(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner)protected booleanXmlParser. parseCarePlanCarePlanActivityDetailComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CarePlan owner, CarePlan.CarePlanActivityDetailComponent res)protected voidJsonParser. parseCarePlanCarePlanActivityDetailComponentProperties(com.google.gson.JsonObject json, CarePlan owner, CarePlan.CarePlanActivityDetailComponent res)protected booleanXmlParser. parseCarePlanContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CarePlan res)protected voidJsonParser. parseCarePlanProperties(com.google.gson.JsonObject json, CarePlan res) -
Uses of CarePlan in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CarePlan Modifier and Type Field Description protected List<CarePlan>CarePlan. basedOnTargetThe 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. partOfTargetThe 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. replacesTargetThe actual objects that are the target of the reference (Completed or terminated care plan whose function is taken by this new care plan.)Methods in org.hl7.fhir.r4.model that return types with arguments of type CarePlan Modifier and Type Method Description List<CarePlan>CarePlan. getBasedOnTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<CarePlan>CarePlan. getPartOfTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<CarePlan>CarePlan. getReplacesTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type CarePlan Modifier and Type Method Description voidCarePlan. copyValues(CarePlan dst)
-