
Uses of Class
org.hl7.fhir.r5.model.ContactPoint
Packages that use ContactPoint
Package
Description
-
Uses of ContactPoint in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ContactPointModifier and TypeMethodDescriptionprotected ContactPointJsonParser.parseContactPoint(com.google.gson.JsonObject json) protected ContactPointXmlParser.parseContactPoint(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ContactPointModifier and TypeMethodDescriptionprotected voidJsonParser.composeContactPoint(String name, ContactPoint element) protected voidRdfParser.composeContactPoint(org.hl7.fhir.utilities.turtle.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.composeContactPointProperties(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.r5.model
Fields in org.hl7.fhir.r5.model declared as ContactPointModifier and TypeFieldDescriptionprotected ContactPointMessageHeader.MessageSourceComponent.contactAn e-mail, phone, website or other contact point to use to resolve issues with message communications.Fields in org.hl7.fhir.r5.model with type parameters of type ContactPointModifier and TypeFieldDescriptionprotected 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 endpoint.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> ExtendedContactDetail.telecomThe contact details application for the purpose defined.protected List<ContactPoint> Patient.ContactComponent.telecomA contact detail for the person, e.g. a telephone number or an email address.protected List<ContactPoint> Patient.telecomA contact detail (e.g. a telephone number or an email address) by which the individual may be contacted.protected List<ContactPoint> Person.telecomA contact detail for the person, e.g. a telephone number or an email address.protected List<ContactPoint> Practitioner.telecomA contact detail for the practitioner, e.g. a telephone number or an email address.protected List<ContactPoint> RelatedPerson.telecomA contact detail for the person, e.g. a telephone number or an email address.Methods in org.hl7.fhir.r5.model that return ContactPointModifier and TypeMethodDescriptionDevice.addContact()DeviceDefinition.addContact()Endpoint.addContact()Subscription.addContact()CareTeam.addTelecom()ContactDetail.addTelecom()ExtendedContactDetail.addTelecom()Patient.addTelecom()Patient.ContactComponent.addTelecom()Person.addTelecom()Practitioner.addTelecom()RelatedPerson.addTelecom()static ContactPointTypeConvertor.castToContactPoint(Base b) ContactPoint.copy()VirtualServiceDetail.getAddressContactPoint()MessageHeader.MessageSourceComponent.getContact()Device.getContactFirstRep()DeviceDefinition.getContactFirstRep()Endpoint.getContactFirstRep()Subscription.getContactFirstRep()ElementDefinition.getDefaultValueContactPoint()ContactDetail.getEmail()ElementDefinition.getFixedContactPoint()ElementDefinition.getPatternContactPoint()ContactDetail.getPhone()CareTeam.getTelecomFirstRep()ContactDetail.getTelecomFirstRep()ExtendedContactDetail.getTelecomFirstRep()Patient.ContactComponent.getTelecomFirstRep()Patient.getTelecomFirstRep()Person.getTelecomFirstRep()Practitioner.getTelecomFirstRep()RelatedPerson.getTelecomFirstRep()ContactDetail.getUrl()ElementDefinition.ElementDefinitionExampleComponent.getValueContactPoint()Extension.getValueContactPoint()Parameters.ParametersParameterComponent.getValueContactPoint()Task.TaskInputComponent.getValueContactPoint()Task.TaskOutputComponent.getValueContactPoint()Transport.ParameterComponent.getValueContactPoint()Transport.TransportOutputComponent.getValueContactPoint()static ContactPointFactory.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 ContactPointContactPoint.typedCopy()Methods in org.hl7.fhir.r5.model that return types with arguments of type ContactPointModifier and TypeMethodDescriptionDevice.getContact()DeviceDefinition.getContact()Endpoint.getContact()Subscription.getContact()CareTeam.getTelecom()ContactDetail.getTelecom()ExtendedContactDetail.getTelecom()Patient.ContactComponent.getTelecom()Patient.getTelecom()Person.getTelecom()Practitioner.getTelecom()RelatedPerson.getTelecom()Methods in org.hl7.fhir.r5.model with parameters of type ContactPointModifier 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) ExtendedContactDetail.addTelecom(ContactPoint t) Patient.addTelecom(ContactPoint t) Patient.ContactComponent.addTelecom(ContactPoint t) Person.addTelecom(ContactPoint t) Practitioner.addTelecom(ContactPoint t) RelatedPerson.addTelecom(ContactPoint t) voidContactPoint.copyValues(ContactPoint dst) static booleanComparison.matches(ContactPoint c1, ContactPoint c2, Object profile) static voidComparison.merge(ContactPoint dst, ContactPoint src) MessageHeader.MessageSourceComponent.setContact(ContactPoint value) Method parameters in org.hl7.fhir.r5.model with type arguments of type ContactPointModifier 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) ExtendedContactDetail.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) RelatedPerson.setTelecom(List<ContactPoint> theTelecom) -
Uses of ContactPoint in org.hl7.fhir.r5.profilemodel
Methods in org.hl7.fhir.r5.profilemodel that return ContactPoint -
Uses of ContactPoint in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type ContactPointModifier and TypeMethodDescriptionprotected voidDataRenderer.displayContactPoint(org.hl7.fhir.utilities.xhtml.XhtmlNode p, ContactPoint c)