Uses of Class
ca.uhn.fhir.model.dstu2.resource.EpisodeOfCare
-
Uses of EpisodeOfCare in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionEpisodeOfCare.addCareTeam
(EpisodeOfCare.CareTeam theValue) Adds a given new value for careTeam ()EpisodeOfCare.addIdentifier
(IdentifierDt theValue) Adds a given new value for identifier (id)EpisodeOfCare.addStatusHistory
(EpisodeOfCare.StatusHistory theValue) Adds a given new value for statusHistory ()EpisodeOfCare.addType
(CodeableConceptDt theValue) Adds a given new value for type (class)EpisodeOfCare.setCareManager
(ResourceReferenceDt theValue) Sets the value(s) for careManager ()EpisodeOfCare.setCareTeam
(List<EpisodeOfCare.CareTeam> theValue) Sets the value(s) for careTeam ()EpisodeOfCare.setCondition
(List<ResourceReferenceDt> theValue) Sets the value(s) for condition (what)EpisodeOfCare.setIdentifier
(List<IdentifierDt> theValue) Sets the value(s) for identifier (id)EpisodeOfCare.setManagingOrganization
(ResourceReferenceDt theValue) Sets the value(s) for managingOrganization ()EpisodeOfCare.setPatient
(ResourceReferenceDt theValue) Sets the value(s) for patient (who.focus)Sets the value(s) for period (when.init)EpisodeOfCare.setReferralRequest
(List<ResourceReferenceDt> theValue) Sets the value(s) for referralRequest ()EpisodeOfCare.setStatus
(EpisodeOfCareStatusEnum theValue) Sets the value(s) for status (status)EpisodeOfCare.setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<EpisodeOfCareStatusEnum> theValue) Sets the value(s) for status (status)EpisodeOfCare.setStatusHistory
(List<EpisodeOfCare.StatusHistory> theValue) Sets the value(s) for statusHistory ()EpisodeOfCare.setType
(List<CodeableConceptDt> theValue) Sets the value(s) for type (class)