![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.CarePlan
Packages that use CarePlan
-
Uses of CarePlan in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CarePlanModifier and TypeMethodDescriptionprotected CarePlan
JsonParser.parseCarePlan
(com.google.gson.JsonObject json) protected CarePlan
XmlParser.parseCarePlan
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type CarePlanModifier and TypeMethodDescriptionprotected void
JsonParser.composeCarePlan
(String name, CarePlan element) protected void
RdfParser.composeCarePlan
(Turtle.Complex parent, String parentType, String name, CarePlan element, int index) protected void
XmlParser.composeCarePlan
(String name, CarePlan element) 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) -
Uses of CarePlan in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CarePlanModifier and TypeFieldDescriptionCarePlan.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.)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.)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.)Methods in org.hl7.fhir.r4.model that return CarePlanModifier and TypeMethodDescriptionCarePlan.addActivity
(CarePlan.CarePlanActivityComponent t) CarePlan.addAddresses
(Reference t) CarePlan.addBasedOn
(Reference t) CarePlan.addBasedOnTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCarePlan.addCareTeam
(Reference t) CarePlan.addCategory
(CodeableConcept t) CarePlan.addContributor
(Reference t) CarePlan.addIdentifier
(Identifier t) CarePlan.addInstantiatesCanonical
(String value) CarePlan.addInstantiatesUri
(String value) CarePlan.addNote
(Annotation t) CarePlan.addPartOfTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCarePlan.addReplaces
(Reference t) CarePlan.addReplacesTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCarePlan.addSupportingInfo
(Reference t) CarePlan.copy()
CarePlan.setActivity
(List<CarePlan.CarePlanActivityComponent> theActivity) CarePlan.setAddresses
(List<Reference> theAddresses) CarePlan.setAuthorTarget
(Resource value) CarePlan.setBasedOn
(List<Reference> theBasedOn) CarePlan.setCareTeam
(List<Reference> theCareTeam) CarePlan.setCategory
(List<CodeableConcept> theCategory) CarePlan.setContributor
(List<Reference> theContributor) CarePlan.setCreated
(Date value) CarePlan.setCreatedElement
(DateTimeType value) CarePlan.setDescription
(String value) CarePlan.setDescriptionElement
(StringType value) CarePlan.setEncounter
(Reference value) CarePlan.setEncounterTarget
(Encounter value) CarePlan.setIdentifier
(List<Identifier> theIdentifier) CarePlan.setInstantiatesCanonical
(List<CanonicalType> theInstantiatesCanonical) CarePlan.setInstantiatesUri
(List<UriType> theInstantiatesUri) CarePlan.setIntent
(CarePlan.CarePlanIntent value) CarePlan.setIntentElement
(Enumeration<CarePlan.CarePlanIntent> value) CarePlan.setNote
(List<Annotation> theNote) CarePlan.setReplaces
(List<Reference> theReplaces) CarePlan.setStatus
(CarePlan.CarePlanStatus value) CarePlan.setStatusElement
(Enumeration<CarePlan.CarePlanStatus> value) CarePlan.setSubject
(Reference value) CarePlan.setSubjectTarget
(Resource value) CarePlan.setSupportingInfo
(List<Reference> theSupportingInfo) CarePlan.setTitleElement
(StringType value) protected CarePlan
CarePlan.typedCopy()
Methods in org.hl7.fhir.r4.model that return types with arguments of type CarePlanModifier and TypeMethodDescriptionCarePlan.getBasedOnTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCarePlan.getPartOfTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadCarePlan.getReplacesTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type CarePlan