Uses of Class
org.hl7.fhir.r4.model.ContactPoint
Package
Description
-
Uses of ContactPoint in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected ContactPoint
JsonParser.parseContactPoint
(com.google.gson.JsonObject json) protected ContactPoint
XmlParser.parseContactPoint
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeContactPoint
(String name, ContactPoint element) protected void
RdfParser.composeContactPoint
(Turtle.Complex parent, String parentType, String name, ContactPoint element, int index) protected void
XmlParser.composeContactPoint
(String name, ContactPoint element) protected void
XmlParser.composeContactPointElements
(ContactPoint element) protected void
JsonParser.composeContactPointInner
(ContactPoint element) protected boolean
XmlParser.parseContactPointContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ContactPoint res) protected void
JsonParser.parseContactPointProperties
(com.google.gson.JsonObject json, ContactPoint res) -
Uses of ContactPoint in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected ContactPoint
MessageHeader.MessageSourceComponent.contact
An e-mail, phone, website or other contact point to use to resolve issues with message communications.Modifier and TypeFieldDescriptionprotected List
<ContactPoint> Device.contact
Contact details for an organization or a particular human that is responsible for the device.protected List
<ContactPoint> DeviceDefinition.contact
Contact details for an organization or a particular human that is responsible for the device.protected List
<ContactPoint> Endpoint.contact
Contact details for a human to contact about the subscription.protected List
<ContactPoint> Subscription.contact
Contact details for a human to contact about the subscription.protected List
<ContactPoint> CareTeam.telecom
A central contact detail for the care team (that applies to all members).protected List
<ContactPoint> ContactDetail.telecom
The contact details for the individual (if a name was provided) or the organization.protected List
<ContactPoint> HealthcareService.telecom
List of contacts related to this specific healthcare service.protected List
<ContactPoint> InsurancePlan.InsurancePlanContactComponent.telecom
A contact detail (e.g.protected List
<ContactPoint> Location.telecom
The contact details of communication devices available at the location.protected List
<ContactPoint> Organization.OrganizationContactComponent.telecom
A contact detail (e.g.protected List
<ContactPoint> Organization.telecom
A contact detail for the organization.protected List
<ContactPoint> OrganizationAffiliation.telecom
Contact details at the participatingOrganization relevant to this Affiliation.protected List
<ContactPoint> Patient.ContactComponent.telecom
A contact detail for the person, e.g.protected List
<ContactPoint> Patient.telecom
A contact detail (e.g.protected List
<ContactPoint> Person.telecom
A contact detail for the person, e.g.protected List
<ContactPoint> Practitioner.telecom
A contact detail for the practitioner, e.g.protected List
<ContactPoint> PractitionerRole.telecom
Contact details that are specific to the role/location/service.protected List
<ContactPoint> RelatedPerson.telecom
A contact detail for the person, e.g.Modifier and TypeMethodDescriptionDevice.addContact()
DeviceDefinition.addContact()
Endpoint.addContact()
Subscription.addContact()
CareTeam.addTelecom()
ContactDetail.addTelecom()
HealthcareService.addTelecom()
InsurancePlan.InsurancePlanContactComponent.addTelecom()
Location.addTelecom()
Organization.addTelecom()
Organization.OrganizationContactComponent.addTelecom()
OrganizationAffiliation.addTelecom()
Patient.addTelecom()
Patient.ContactComponent.addTelecom()
Person.addTelecom()
Practitioner.addTelecom()
PractitionerRole.addTelecom()
RelatedPerson.addTelecom()
Base.castToContactPoint
(Base b) ContactPoint.copy()
MessageHeader.MessageSourceComponent.getContact()
Device.getContactFirstRep()
DeviceDefinition.getContactFirstRep()
Endpoint.getContactFirstRep()
Subscription.getContactFirstRep()
CareTeam.getTelecomFirstRep()
ContactDetail.getTelecomFirstRep()
HealthcareService.getTelecomFirstRep()
InsurancePlan.InsurancePlanContactComponent.getTelecomFirstRep()
Location.getTelecomFirstRep()
Organization.getTelecomFirstRep()
Organization.OrganizationContactComponent.getTelecomFirstRep()
OrganizationAffiliation.getTelecomFirstRep()
Patient.ContactComponent.getTelecomFirstRep()
Patient.getTelecomFirstRep()
Person.getTelecomFirstRep()
Practitioner.getTelecomFirstRep()
PractitionerRole.getTelecomFirstRep()
RelatedPerson.getTelecomFirstRep()
static ContactPoint
Factory.newContactPoint
(ContactPoint.ContactPointSystem system, String value) ContactPoint.setRank
(int value) ContactPoint.setRankElement
(PositiveIntType value) ContactPoint.setSystem
(ContactPoint.ContactPointSystem value) ContactPoint.setSystemElement
(Enumeration<ContactPoint.ContactPointSystem> value) ContactPoint.setUse
(ContactPoint.ContactPointUse value) ContactPoint.setUseElement
(Enumeration<ContactPoint.ContactPointUse> value) ContactPoint.setValueElement
(StringType value) protected ContactPoint
ContactPoint.typedCopy()
Modifier and TypeMethodDescriptionDevice.getContact()
DeviceDefinition.getContact()
Endpoint.getContact()
Subscription.getContact()
CareTeam.getTelecom()
ContactDetail.getTelecom()
HealthcareService.getTelecom()
InsurancePlan.InsurancePlanContactComponent.getTelecom()
Location.getTelecom()
Organization.getTelecom()
Organization.OrganizationContactComponent.getTelecom()
OrganizationAffiliation.getTelecom()
Patient.ContactComponent.getTelecom()
Patient.getTelecom()
Person.getTelecom()
Practitioner.getTelecom()
PractitionerRole.getTelecom()
RelatedPerson.getTelecom()
Modifier and TypeMethodDescriptionDevice.addContact
(ContactPoint t) DeviceDefinition.addContact
(ContactPoint t) Endpoint.addContact
(ContactPoint t) Subscription.addContact
(ContactPoint t) CareTeam.addTelecom
(ContactPoint t) ContactDetail.addTelecom
(ContactPoint t) HealthcareService.addTelecom
(ContactPoint t) InsurancePlan.InsurancePlanContactComponent.addTelecom
(ContactPoint t) Location.addTelecom
(ContactPoint t) Organization.addTelecom
(ContactPoint t) Organization.OrganizationContactComponent.addTelecom
(ContactPoint t) OrganizationAffiliation.addTelecom
(ContactPoint t) Patient.addTelecom
(ContactPoint t) Patient.ContactComponent.addTelecom
(ContactPoint t) Person.addTelecom
(ContactPoint t) Practitioner.addTelecom
(ContactPoint t) PractitionerRole.addTelecom
(ContactPoint t) RelatedPerson.addTelecom
(ContactPoint t) void
ContactPoint.copyValues
(ContactPoint dst) static boolean
Comparison.matches
(ContactPoint c1, ContactPoint c2, Object profile) static void
Comparison.merge
(ContactPoint dst, ContactPoint src) MessageHeader.MessageSourceComponent.setContact
(ContactPoint value) Modifier and TypeMethodDescriptionDevice.setContact
(List<ContactPoint> theContact) DeviceDefinition.setContact
(List<ContactPoint> theContact) Endpoint.setContact
(List<ContactPoint> theContact) Subscription.setContact
(List<ContactPoint> theContact) CareTeam.setTelecom
(List<ContactPoint> theTelecom) ContactDetail.setTelecom
(List<ContactPoint> theTelecom) HealthcareService.setTelecom
(List<ContactPoint> theTelecom) InsurancePlan.InsurancePlanContactComponent.setTelecom
(List<ContactPoint> theTelecom) Location.setTelecom
(List<ContactPoint> theTelecom) Organization.OrganizationContactComponent.setTelecom
(List<ContactPoint> theTelecom) Organization.setTelecom
(List<ContactPoint> theTelecom) OrganizationAffiliation.setTelecom
(List<ContactPoint> theTelecom) Patient.ContactComponent.setTelecom
(List<ContactPoint> theTelecom) Patient.setTelecom
(List<ContactPoint> theTelecom) Person.setTelecom
(List<ContactPoint> theTelecom) Practitioner.setTelecom
(List<ContactPoint> theTelecom) PractitionerRole.setTelecom
(List<ContactPoint> theTelecom) RelatedPerson.setTelecom
(List<ContactPoint> theTelecom) -
Uses of ContactPoint in org.hl7.fhir.r4.profilemodel
-
Uses of ContactPoint in org.hl7.fhir.r4.utils
Modifier and TypeMethodDescriptionstatic String
NarrativeGenerator.displayContactPoint
(ContactPoint contact) static void
ResourceUtilities.renderContactPoint
(StringBuilder b, ContactPoint cp)