Uses of Class
org.hl7.fhir.r4.model.HealthcareService
-
Packages that use HealthcareService Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of HealthcareService in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return HealthcareService Modifier and Type Method Description protected HealthcareServiceJsonParser. parseHealthcareService(com.google.gson.JsonObject json)protected HealthcareServiceXmlParser. parseHealthcareService(org.xmlpull.v1.XmlPullParser xpp) -
Uses of HealthcareService in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type HealthcareService Modifier and Type Field Description protected List<HealthcareService>OrganizationAffiliation. healthcareServiceTargetThe actual objects that are the target of the reference (Healthcare services provided through the role.)protected List<HealthcareService>PractitionerRole. healthcareServiceTargetThe actual objects that are the target of the reference (The list of healthcare services that this worker provides for this role's Organization/Location(s).)Methods in org.hl7.fhir.r4.model that return types with arguments of type HealthcareService Modifier and Type Method Description List<HealthcareService>OrganizationAffiliation. getHealthcareServiceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<HealthcareService>PractitionerRole. getHealthcareServiceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type HealthcareService Modifier and Type Method Description voidHealthcareService. copyValues(HealthcareService dst)
-