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 CarePlanExtensions.addCompliesWith(CarePlan context, Reference value) static CarePlanExtensions.addCompliesWithCanonical(CarePlan context, String value) static CarePlanExtensions.addCompliesWithUri(CarePlan context, String value) static CarePlanExtensions.addEpisodeOfCare(CarePlan context, Reference value) static CarePlanExtensions.addRelevantHistory(CarePlan context, Reference value) static CarePlanExtensions.setGeneratedFrom(CarePlan context, String value) static CarePlanExtensions.setReleaseDate(CarePlan context, String value) static CarePlanExtensions.setTriggeredBy(CarePlan context, Reference value) static CarePlanExtensions.setTriggeredByCanonical(CarePlan context, String value) static CarePlanExtensions.setTriggeredByUri(CarePlan context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type CarePlanModifier and TypeMethodDescriptionstatic CarePlanExtensions.addCompliesWith(CarePlan context, Reference value) static CarePlanExtensions.addCompliesWithCanonical(CarePlan context, String value) static CarePlanExtensions.addCompliesWithUri(CarePlan context, String value) static CarePlanExtensions.addEpisodeOfCare(CarePlan context, Reference value) static CarePlanExtensions.addRelevantHistory(CarePlan context, Reference value) Extensions.getCompliesWithReferenceList(CarePlan context) Extensions.getCompliesWithStringList(CarePlan context) Extensions.getEpisodeOfCareList(CarePlan context) static StringExtensions.getGeneratedFrom(CarePlan context) static StringExtensions.getReleaseDate(CarePlan context) Extensions.getRelevantHistoryList(CarePlan context) static ReferenceExtensions.getTriggeredByReference(CarePlan context) static StringExtensions.getTriggeredByString(CarePlan context) static CarePlanExtensions.setGeneratedFrom(CarePlan context, String value) static CarePlanExtensions.setReleaseDate(CarePlan context, String value) static CarePlanExtensions.setTriggeredBy(CarePlan context, Reference value) static CarePlanExtensions.setTriggeredByCanonical(CarePlan context, String value) static CarePlanExtensions.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 CarePlanJsonParser.parseCarePlan(com.google.gson.JsonObject json) protected CarePlanXmlParser.parseCarePlan(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type CarePlanModifier and TypeMethodDescriptionprotected voidJsonParser.composeCarePlan(String name, CarePlan element) protected voidRdfParser.composeCarePlan(org.hl7.fhir.utilities.turtle.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.composeCarePlanProperties(CarePlan element) 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.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 CarePlanCarePlan.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type CarePlan