
Uses of Class
org.hl7.fhir.r5.model.CarePlan
Packages that use CarePlan
-
Uses of CarePlan in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return CarePlanModifier and TypeMethodDescriptionstatic CarePlan
Extensions.addCompliesWith
(CarePlan context, Reference value) static CarePlan
Extensions.addCompliesWithCanonical
(CarePlan context, String value) static CarePlan
Extensions.addCompliesWithUri
(CarePlan context, String value) static CarePlan
Extensions.addEpisodeOfCare
(CarePlan context, Reference value) static CarePlan
Extensions.addRelevantHistory
(CarePlan context, Reference value) static CarePlan
Extensions.setGeneratedFrom
(CarePlan context, String value) static CarePlan
Extensions.setReleaseDate
(CarePlan context, String value) static CarePlan
Extensions.setTriggeredBy
(CarePlan context, Reference value) static CarePlan
Extensions.setTriggeredByCanonical
(CarePlan context, String value) static CarePlan
Extensions.setTriggeredByUri
(CarePlan context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type CarePlanModifier and TypeMethodDescriptionstatic CarePlan
Extensions.addCompliesWith
(CarePlan context, Reference value) static CarePlan
Extensions.addCompliesWithCanonical
(CarePlan context, String value) static CarePlan
Extensions.addCompliesWithUri
(CarePlan context, String value) static CarePlan
Extensions.addEpisodeOfCare
(CarePlan context, Reference value) static CarePlan
Extensions.addRelevantHistory
(CarePlan context, Reference value) Extensions.getCompliesWithReferenceList
(CarePlan context) Extensions.getCompliesWithStringList
(CarePlan context) Extensions.getEpisodeOfCareList
(CarePlan context) static String
Extensions.getGeneratedFrom
(CarePlan context) static String
Extensions.getReleaseDate
(CarePlan context) Extensions.getRelevantHistoryList
(CarePlan context) static Reference
Extensions.getTriggeredByReference
(CarePlan context) static String
Extensions.getTriggeredByString
(CarePlan context) static CarePlan
Extensions.setGeneratedFrom
(CarePlan context, String value) static CarePlan
Extensions.setReleaseDate
(CarePlan context, String value) static CarePlan
Extensions.setTriggeredBy
(CarePlan context, Reference value) static CarePlan
Extensions.setTriggeredByCanonical
(CarePlan context, String value) static CarePlan
Extensions.setTriggeredByUri
(CarePlan context, String value) -
Uses of CarePlan in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type CarePlanModifier and TypeMethodDescriptionprotected void
JsonParser.composeCarePlan
(String name, CarePlan element) protected void
RdfParser.composeCarePlan
(org.hl7.fhir.utilities.turtle.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.composeCarePlanProperties
(CarePlan element) 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.r5.model
Methods in org.hl7.fhir.r5.model that return CarePlanModifier and TypeMethodDescriptionCarePlan.addActivity
(CarePlan.CarePlanActivityComponent t) CarePlan.addAddresses
(CodeableReference t) CarePlan.addBasedOn
(Reference t) CarePlan.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.addReplaces
(Reference t) CarePlan.addSupportingInfo
(Reference t) CarePlan.copy()
CarePlan.setActivity
(List<CarePlan.CarePlanActivityComponent> theActivity) CarePlan.setAddresses
(List<CodeableReference> theAddresses) 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.setCustodian
(Reference value) CarePlan.setDescription
(String value) CarePlan.setDescriptionElement
(StringType value) CarePlan.setEncounter
(Reference 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
(Enumerations.RequestStatus value) CarePlan.setStatusElement
(Enumeration<Enumerations.RequestStatus> value) CarePlan.setSubject
(Reference value) CarePlan.setSupportingInfo
(List<Reference> theSupportingInfo) CarePlan.setTitleElement
(StringType value) protected CarePlan
CarePlan.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type CarePlan