Uses of Class
org.hl7.fhir.r5.model.InsurancePlan
Packages that use InsurancePlan
-
Uses of InsurancePlan in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return InsurancePlanModifier and TypeMethodDescriptionprotected InsurancePlanJsonParser.parseInsurancePlan(com.google.gson.JsonObject json)protected InsurancePlanXmlParser.parseInsurancePlan(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type InsurancePlanModifier and TypeMethodDescriptionprotected voidJsonParser.composeInsurancePlan(String name, InsurancePlan element)protected voidRdfParser.composeInsurancePlan(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, InsurancePlan element, int index)protected voidXmlParser.composeInsurancePlan(String name, InsurancePlan element)protected voidXmlParser.composeInsurancePlanElements(InsurancePlan element)protected voidJsonParser.composeInsurancePlanProperties(InsurancePlan element)protected booleanXmlParser.parseInsurancePlanContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan res)protected voidJsonParser.parseInsurancePlanProperties(com.google.gson.JsonObject json, InsurancePlan res) -
Uses of InsurancePlan in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return InsurancePlanModifier and TypeMethodDescriptionInsurancePlan.addContact(InsurancePlan.InsurancePlanContactComponent t)InsurancePlan.addCoverage(InsurancePlan.InsurancePlanCoverageComponent t)InsurancePlan.addCoverageArea(Reference t)InsurancePlan.addEndpoint(Reference t)InsurancePlan.addIdentifier(Identifier t)InsurancePlan.addNetwork(Reference t)InsurancePlan.addPlan(InsurancePlan.InsurancePlanPlanComponent t)InsurancePlan.addType(CodeableConcept t)InsurancePlan.copy()InsurancePlan.setAdministeredBy(Reference value)InsurancePlan.setAlias(List<StringType> theAlias)InsurancePlan.setContact(List<InsurancePlan.InsurancePlanContactComponent> theContact)InsurancePlan.setCoverage(List<InsurancePlan.InsurancePlanCoverageComponent> theCoverage)InsurancePlan.setCoverageArea(List<Reference> theCoverageArea)InsurancePlan.setEndpoint(List<Reference> theEndpoint)InsurancePlan.setIdentifier(List<Identifier> theIdentifier)InsurancePlan.setNameElement(StringType value)InsurancePlan.setNetwork(List<Reference> theNetwork)InsurancePlan.setOwnedBy(Reference value)InsurancePlan.setPlan(List<InsurancePlan.InsurancePlanPlanComponent> thePlan)InsurancePlan.setStatus(Enumerations.PublicationStatus value)InsurancePlan.setStatusElement(Enumeration<Enumerations.PublicationStatus> value)InsurancePlan.setType(List<CodeableConcept> theType)protected InsurancePlanInsurancePlan.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type InsurancePlan