Uses of Class
org.hl7.fhir.dstu2.model.CarePlan
-
Uses of CarePlan in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected CarePlan
JsonParser.parseCarePlan
(com.google.gson.JsonObject json) protected CarePlan
XmlParser.parseCarePlan
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeCarePlan
(String name, CarePlan element) protected void
XmlParser.composeCarePlan
(String name, 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 CarePlan.CarePlanActivityDetailComponent
JsonParser.parseCarePlanCarePlanActivityDetailComponent
(com.google.gson.JsonObject json, CarePlan owner) protected CarePlan.CarePlanActivityDetailComponent
XmlParser.parseCarePlanCarePlanActivityDetailComponent
(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner) protected CarePlan.CarePlanParticipantComponent
JsonParser.parseCarePlanCarePlanParticipantComponent
(com.google.gson.JsonObject json, CarePlan owner) protected CarePlan.CarePlanParticipantComponent
XmlParser.parseCarePlanCarePlanParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner) protected CarePlan.CarePlanRelatedPlanComponent
JsonParser.parseCarePlanCarePlanRelatedPlanComponent
(com.google.gson.JsonObject json, CarePlan owner) protected CarePlan.CarePlanRelatedPlanComponent
XmlParser.parseCarePlanCarePlanRelatedPlanComponent
(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner) -
Uses of CarePlan in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected CarePlan
CarePlan.CarePlanRelatedPlanComponent.planTarget
The actual object that is the target of the reference (A reference to the plan to which a relationship is asserted.)Modifier and TypeMethodDescriptionCarePlan.addActivity
(CarePlan.CarePlanActivityComponent t) CarePlan.addAddresses
(Reference t) CarePlan.addCategory
(CodeableConcept t) CarePlan.addIdentifier
(Identifier t) CarePlan.addParticipant
(CarePlan.CarePlanParticipantComponent t) CarePlan.addRelatedPlan
(CarePlan.CarePlanRelatedPlanComponent t) CarePlan.addSupport
(Reference t) CarePlan.copy()
CarePlan.CarePlanRelatedPlanComponent.getPlanTarget()
CarePlan.setContext
(Reference value) CarePlan.setContextTarget
(Resource value) CarePlan.setDescription
(String value) CarePlan.setDescriptionElement
(StringType value) CarePlan.setModified
(Date value) CarePlan.setModifiedElement
(DateTimeType value) CarePlan.setNote
(Annotation value) CarePlan.setStatus
(CarePlan.CarePlanStatus value) CarePlan.setStatusElement
(Enumeration<CarePlan.CarePlanStatus> value) CarePlan.setSubject
(Reference value) CarePlan.setSubjectTarget
(Resource value) protected CarePlan
CarePlan.typedCopy()
Modifier and TypeMethodDescriptionCarePlan.CarePlanRelatedPlanComponent.setPlanTarget
(CarePlan value)