
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 InsurancePlan
JsonParser.parseInsurancePlan
(com.google.gson.JsonObject json) protected InsurancePlan
XmlParser.parseInsurancePlan
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type InsurancePlanModifier and TypeMethodDescriptionprotected void
JsonParser.composeInsurancePlan
(String name, InsurancePlan element) protected void
RdfParser.composeInsurancePlan
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, InsurancePlan element, int index) protected void
XmlParser.composeInsurancePlan
(String name, InsurancePlan element) protected void
XmlParser.composeInsurancePlanElements
(InsurancePlan element) protected void
JsonParser.composeInsurancePlanProperties
(InsurancePlan element) protected boolean
XmlParser.parseInsurancePlanContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan res) protected void
JsonParser.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
(ExtendedContactDetail 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<ExtendedContactDetail> 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 InsurancePlan
InsurancePlan.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type InsurancePlan