| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model | |
| org.hl7.fhir.r4.utils |
| Modifier and Type | Method and Description |
|---|---|
protected ContactPoint |
JsonParser.parseContactPoint(com.google.gson.JsonObject json) |
protected ContactPoint |
XmlParser.parseContactPoint(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeContactPoint(String name,
ContactPoint element) |
protected void |
XmlParser.composeContactPoint(String name,
ContactPoint element) |
protected void |
RdfParser.composeContactPoint(Turtle.Complex parent,
String parentType,
String name,
ContactPoint element,
int index) |
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) |
| Modifier and Type | Field and Description |
|---|---|
protected ContactPoint |
MessageHeader.MessageSourceComponent.contact
An e-mail, phone, website or other contact point to use to resolve issues with message communications.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<ContactPoint> |
Endpoint.contact
Contact details for a human to contact about the subscription.
|
protected List<ContactPoint> |
Device.contact
Contact details for an organization or a particular human that is responsible for the device.
|
protected List<ContactPoint> |
Subscription.contact
Contact details for a human to contact about the subscription.
|
protected List<ContactPoint> |
DeviceDefinition.contact
Contact details for an organization or a particular human that is responsible for the device.
|
protected List<ContactPoint> |
ContactDetail.telecom
The contact details for the individual (if a name was provided) or the organization.
|
protected List<ContactPoint> |
RelatedPerson.telecom
A contact detail for the person, e.g.
|
protected List<ContactPoint> |
OrganizationAffiliation.telecom
Contact details at the participatingOrganization relevant to this Affiliation.
|
protected List<ContactPoint> |
HealthcareService.telecom
List of contacts related to this specific healthcare service.
|
protected List<ContactPoint> |
PractitionerRole.telecom
Contact details that are specific to the role/location/service.
|
protected List<ContactPoint> |
CareTeam.telecom
A central contact detail for the care team (that applies to all members).
|
protected List<ContactPoint> |
Practitioner.telecom
A contact detail for the practitioner, e.g.
|
protected List<ContactPoint> |
InsurancePlan.InsurancePlanContactComponent.telecom
A contact detail (e.g.
|
protected List<ContactPoint> |
Person.telecom
A contact detail for the person, e.g.
|
protected List<ContactPoint> |
Patient.telecom
A contact detail (e.g.
|
protected List<ContactPoint> |
Patient.ContactComponent.telecom
A contact detail for the person, e.g.
|
protected List<ContactPoint> |
Organization.telecom
A contact detail for the organization.
|
protected List<ContactPoint> |
Organization.OrganizationContactComponent.telecom
A contact detail (e.g.
|
protected List<ContactPoint> |
Location.telecom
The contact details of communication devices available at the location.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContactPoint> |
Endpoint.getContact() |
List<ContactPoint> |
Device.getContact() |
List<ContactPoint> |
Subscription.getContact() |
List<ContactPoint> |
DeviceDefinition.getContact() |
List<ContactPoint> |
ContactDetail.getTelecom() |
List<ContactPoint> |
RelatedPerson.getTelecom() |
List<ContactPoint> |
OrganizationAffiliation.getTelecom() |
List<ContactPoint> |
HealthcareService.getTelecom() |
List<ContactPoint> |
PractitionerRole.getTelecom() |
List<ContactPoint> |
CareTeam.getTelecom() |
List<ContactPoint> |
Practitioner.getTelecom() |
List<ContactPoint> |
InsurancePlan.InsurancePlanContactComponent.getTelecom() |
List<ContactPoint> |
Person.getTelecom() |
List<ContactPoint> |
Patient.getTelecom() |
List<ContactPoint> |
Patient.ContactComponent.getTelecom() |
List<ContactPoint> |
Organization.getTelecom() |
List<ContactPoint> |
Organization.OrganizationContactComponent.getTelecom() |
List<ContactPoint> |
Location.getTelecom() |
| Modifier and Type | Method and Description |
|---|---|
static String |
NarrativeGenerator.displayContactPoint(ContactPoint contact) |
static void |
ResourceUtilities.renderContactPoint(StringBuilder b,
ContactPoint cp) |
Copyright © 2014–2021 Health Level 7. All rights reserved.