
Uses of Class
org.hl7.fhir.dstu2.model.EpisodeOfCare
Packages that use EpisodeOfCare
-
Uses of EpisodeOfCare in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return EpisodeOfCareModifier and TypeMethodDescriptionprotected EpisodeOfCare
JsonParser.parseEpisodeOfCare
(com.google.gson.JsonObject json) protected EpisodeOfCare
XmlParser.parseEpisodeOfCare
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type EpisodeOfCareModifier and TypeMethodDescriptionprotected void
JsonParser.composeEpisodeOfCare
(String name, EpisodeOfCare element) protected void
XmlParser.composeEpisodeOfCare
(String name, EpisodeOfCare element) protected void
JsonParser.composeEpisodeOfCareInner
(EpisodeOfCare element) JsonParser.parseEpisodeOfCareEpisodeOfCareCareTeamComponent
(com.google.gson.JsonObject json, EpisodeOfCare owner) XmlParser.parseEpisodeOfCareEpisodeOfCareCareTeamComponent
(org.xmlpull.v1.XmlPullParser xpp, EpisodeOfCare owner) JsonParser.parseEpisodeOfCareEpisodeOfCareStatusHistoryComponent
(com.google.gson.JsonObject json, EpisodeOfCare owner) XmlParser.parseEpisodeOfCareEpisodeOfCareStatusHistoryComponent
(org.xmlpull.v1.XmlPullParser xpp, EpisodeOfCare owner) -
Uses of EpisodeOfCare in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type EpisodeOfCareModifier and TypeFieldDescriptionprotected List
<EpisodeOfCare> Encounter.episodeOfCareTarget
The actual objects that are the target of the reference (Where a specific encounter should be classified as a part of a specific episode(s) of care this field should be used.Methods in org.hl7.fhir.dstu2.model that return EpisodeOfCareModifier and TypeMethodDescriptionEpisodeOfCare.addCareTeam
(EpisodeOfCare.EpisodeOfCareCareTeamComponent t) EpisodeOfCare.addCondition
(Reference t) Encounter.addEpisodeOfCareTarget()
EpisodeOfCare.addIdentifier
(Identifier t) EpisodeOfCare.addReferralRequest
(Reference t) EpisodeOfCare.addStatusHistory
(EpisodeOfCare.EpisodeOfCareStatusHistoryComponent t) EpisodeOfCare.addType
(CodeableConcept t) EpisodeOfCare.copy()
EpisodeOfCare.setCareManager
(Reference value) EpisodeOfCare.setCareManagerTarget
(Practitioner value) EpisodeOfCare.setManagingOrganization
(Reference value) EpisodeOfCare.setManagingOrganizationTarget
(Organization value) EpisodeOfCare.setPatient
(Reference value) EpisodeOfCare.setPatientTarget
(Patient value) EpisodeOfCare.setStatus
(EpisodeOfCare.EpisodeOfCareStatus value) EpisodeOfCare.setStatusElement
(Enumeration<EpisodeOfCare.EpisodeOfCareStatus> value) protected EpisodeOfCare
EpisodeOfCare.typedCopy()
Methods in org.hl7.fhir.dstu2.model that return types with arguments of type EpisodeOfCare