Uses of Class
org.hl7.fhir.r4.model.ContactPoint
-
Packages that use ContactPoint Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model org.hl7.fhir.r4.utils -
-
Uses of ContactPoint in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ContactPoint Modifier and Type Method Description protected ContactPointJsonParser. parseContactPoint(com.google.gson.JsonObject json)protected ContactPointXmlParser. parseContactPoint(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type ContactPoint Modifier and Type Method Description protected voidJsonParser. composeContactPoint(String name, ContactPoint element)protected voidRdfParser. composeContactPoint(Turtle.Complex parent, String parentType, String name, ContactPoint element, int index)protected voidXmlParser. composeContactPoint(String name, ContactPoint element)protected voidXmlParser. composeContactPointElements(ContactPoint element)protected voidJsonParser. composeContactPointInner(ContactPoint element)protected booleanXmlParser. parseContactPointContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ContactPoint res)protected voidJsonParser. parseContactPointProperties(com.google.gson.JsonObject json, ContactPoint res) -
Uses of ContactPoint in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as ContactPoint Modifier and Type Field Description protected ContactPointMessageHeader.MessageSourceComponent. contactAn e-mail, phone, website or other contact point to use to resolve issues with message communications.Fields in org.hl7.fhir.r4.model with type parameters of type ContactPoint Modifier and Type Field Description protected List<ContactPoint>Device. contactContact details for an organization or a particular human that is responsible for the device.protected List<ContactPoint>DeviceDefinition. contactContact details for an organization or a particular human that is responsible for the device.protected List<ContactPoint>Endpoint. contactContact details for a human to contact about the subscription.protected List<ContactPoint>Subscription. contactContact details for a human to contact about the subscription.protected List<ContactPoint>CareTeam. telecomA central contact detail for the care team (that applies to all members).protected List<ContactPoint>ContactDetail. telecomThe contact details for the individual (if a name was provided) or the organization.protected List<ContactPoint>HealthcareService. telecomList of contacts related to this specific healthcare service.protected List<ContactPoint>InsurancePlan.InsurancePlanContactComponent. telecomA contact detail (e.g.protected List<ContactPoint>Location. telecomThe contact details of communication devices available at the location.protected List<ContactPoint>Organization.OrganizationContactComponent. telecomA contact detail (e.g.protected List<ContactPoint>Organization. telecomA contact detail for the organization.protected List<ContactPoint>OrganizationAffiliation. telecomContact details at the participatingOrganization relevant to this Affiliation.protected List<ContactPoint>Patient.ContactComponent. telecomA contact detail for the person, e.g.protected List<ContactPoint>Patient. telecomA contact detail (e.g.protected List<ContactPoint>Person. telecomA contact detail for the person, e.g.protected List<ContactPoint>Practitioner. telecomA contact detail for the practitioner, e.g.protected List<ContactPoint>PractitionerRole. telecomContact details that are specific to the role/location/service.protected List<ContactPoint>RelatedPerson. telecomA contact detail for the person, e.g.Methods in org.hl7.fhir.r4.model that return types with arguments of type ContactPoint Modifier and Type Method Description List<ContactPoint>Device. getContact()List<ContactPoint>DeviceDefinition. getContact()List<ContactPoint>Endpoint. getContact()List<ContactPoint>Subscription. getContact()List<ContactPoint>CareTeam. getTelecom()List<ContactPoint>ContactDetail. getTelecom()List<ContactPoint>HealthcareService. getTelecom()List<ContactPoint>InsurancePlan.InsurancePlanContactComponent. getTelecom()List<ContactPoint>Location. getTelecom()List<ContactPoint>Organization. getTelecom()List<ContactPoint>Organization.OrganizationContactComponent. getTelecom()List<ContactPoint>OrganizationAffiliation. getTelecom()List<ContactPoint>Patient.ContactComponent. getTelecom()List<ContactPoint>Patient. getTelecom()List<ContactPoint>Person. getTelecom()List<ContactPoint>Practitioner. getTelecom()List<ContactPoint>PractitionerRole. getTelecom()List<ContactPoint>RelatedPerson. getTelecom() -
Uses of ContactPoint in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils with parameters of type ContactPoint Modifier and Type Method Description static StringNarrativeGenerator. displayContactPoint(ContactPoint contact)static voidResourceUtilities. renderContactPoint(StringBuilder b, ContactPoint cp)
-