Uses of Class
org.hl7.fhir.r4.model.EpisodeOfCare
-
Packages that use EpisodeOfCare Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of EpisodeOfCare in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return EpisodeOfCare Modifier and Type Method Description protected EpisodeOfCareJsonParser. parseEpisodeOfCare(com.google.gson.JsonObject json)protected EpisodeOfCareXmlParser. parseEpisodeOfCare(org.xmlpull.v1.XmlPullParser xpp) -
Uses of EpisodeOfCare in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type EpisodeOfCare Modifier and Type Field Description protected List<EpisodeOfCare>Encounter. episodeOfCareTargetThe 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.r4.model that return types with arguments of type EpisodeOfCare Modifier and Type Method Description List<EpisodeOfCare>Encounter. getEpisodeOfCareTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type EpisodeOfCare Modifier and Type Method Description voidEpisodeOfCare. copyValues(EpisodeOfCare dst)
-