| Package | Description |
|---|---|
| org.hl7.fhir.dstu2016may.model |
| 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> |
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> |
StructureDefinition.StructureDefinitionContactComponent.telecom
Contact details for individual (if a name was provided) or the publisher.
|
protected List<ContactPoint> |
RelatedPerson.telecom
A contact detail for the person, e.g.
|
protected List<ContactPoint> |
SearchParameter.SearchParameterContactComponent.telecom
Contact details for individual (if a name was provided) or the publisher.
|
protected List<ContactPoint> |
ImplementationGuide.ImplementationGuideContactComponent.telecom
Contact details for individual (if a name was provided) or the publisher.
|
protected List<ContactPoint> |
TestScript.TestScriptContactComponent.telecom
Contact details for individual (if a name was provided) or the publisher.
|
protected List<ContactPoint> |
Questionnaire.telecom
Contact details to assist a user in finding and communicating with the publisher.
|
protected List<ContactPoint> |
HealthcareService.telecom
List of contacts related to this specific healthcare service.
|
protected List<ContactPoint> |
ExpansionProfile.ExpansionProfileContactComponent.telecom
Contact details for individual (if a name was provided) or the publisher.
|
protected List<ContactPoint> |
PractitionerRole.telecom
Contact details that are specific to the role/location/service.
|
protected List<ContactPoint> |
Conformance.ConformanceContactComponent.telecom
Contact details for individual (if a name was provided) or the publisher.
|
protected List<ContactPoint> |
Practitioner.telecom
A contact detail for the practitioner, e.g.
|
protected List<ContactPoint> |
Practitioner.PractitionerPractitionerRoleComponent.telecom
Contact details that are specific to the role/location/service.
|
protected List<ContactPoint> |
OperationDefinition.OperationDefinitionContactComponent.telecom
Contact details for individual (if a name was provided) or the publisher.
|
protected List<ContactPoint> |
CompartmentDefinition.CompartmentDefinitionContactComponent.telecom
Contact details for individual (if a name was provided) or the publisher.
|
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> |
ModuleMetadata.ModuleMetadataContributorContactComponent.telecom
Contact details for the individual (if a name was provided) or the contributor.
|
protected List<ContactPoint> |
ModuleMetadata.ModuleMetadataContactComponent.telecom
Contact details for the individual (if a name was provided) or the publisher.
|
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> |
ConceptMap.ConceptMapContactComponent.telecom
Contact details for individual (if a name was provided) or the publisher.
|
protected List<ContactPoint> |
DataElement.DataElementContactComponent.telecom
Contact details for individual (if a name was provided) or the publisher.
|
protected List<ContactPoint> |
NamingSystem.NamingSystemContactComponent.telecom
Contact details for individual (if a name was provided) or the publisher.
|
protected List<ContactPoint> |
CodeSystem.CodeSystemContactComponent.telecom
Contact details for individual (if a name was provided) or the publisher.
|
protected List<ContactPoint> |
StructureMap.StructureMapContactComponent.telecom
Contact details for individual (if a name was provided) or the publisher.
|
protected List<ContactPoint> |
ValueSet.ValueSetContactComponent.telecom
Contact details for individual (if a name was provided) or the publisher.
|
protected List<ContactPoint> |
Location.telecom
The contact details of communication devices available at the location.
|
| Modifier and Type | Method and Description |
|---|---|
ContactPoint |
Device.addContact() |
ContactPoint |
Subscription.addContact() |
ContactPoint |
StructureDefinition.StructureDefinitionContactComponent.addTelecom() |
ContactPoint |
RelatedPerson.addTelecom() |
ContactPoint |
SearchParameter.SearchParameterContactComponent.addTelecom() |
ContactPoint |
ImplementationGuide.ImplementationGuideContactComponent.addTelecom() |
ContactPoint |
TestScript.TestScriptContactComponent.addTelecom() |
ContactPoint |
Questionnaire.addTelecom() |
ContactPoint |
HealthcareService.addTelecom() |
ContactPoint |
ExpansionProfile.ExpansionProfileContactComponent.addTelecom() |
ContactPoint |
PractitionerRole.addTelecom() |
ContactPoint |
Conformance.ConformanceContactComponent.addTelecom() |
ContactPoint |
Practitioner.addTelecom() |
ContactPoint |
Practitioner.PractitionerPractitionerRoleComponent.addTelecom() |
ContactPoint |
OperationDefinition.OperationDefinitionContactComponent.addTelecom() |
ContactPoint |
CompartmentDefinition.CompartmentDefinitionContactComponent.addTelecom() |
ContactPoint |
Person.addTelecom() |
ContactPoint |
Patient.addTelecom() |
ContactPoint |
Patient.ContactComponent.addTelecom() |
ContactPoint |
ModuleMetadata.ModuleMetadataContributorContactComponent.addTelecom() |
ContactPoint |
ModuleMetadata.ModuleMetadataContactComponent.addTelecom() |
ContactPoint |
Organization.addTelecom() |
ContactPoint |
Organization.OrganizationContactComponent.addTelecom() |
ContactPoint |
ConceptMap.ConceptMapContactComponent.addTelecom() |
ContactPoint |
DataElement.DataElementContactComponent.addTelecom() |
ContactPoint |
NamingSystem.NamingSystemContactComponent.addTelecom() |
ContactPoint |
CodeSystem.CodeSystemContactComponent.addTelecom() |
ContactPoint |
StructureMap.StructureMapContactComponent.addTelecom() |
ContactPoint |
ValueSet.ValueSetContactComponent.addTelecom() |
ContactPoint |
Location.addTelecom() |
ContactPoint |
Base.castToContactPoint(Base b) |
ContactPoint |
ContactPoint.copy() |
ContactPoint |
MessageHeader.MessageSourceComponent.getContact() |
static ContactPoint |
Factory.newContactPoint(ContactPoint.ContactPointSystem system,
String value) |
ContactPoint |
ContactPoint.setPeriod(Period value) |
ContactPoint |
ContactPoint.setRank(int value) |
ContactPoint |
ContactPoint.setRankElement(PositiveIntType value) |
ContactPoint |
ContactPoint.setSystem(ContactPoint.ContactPointSystem value) |
ContactPoint |
ContactPoint.setSystemElement(Enumeration<ContactPoint.ContactPointSystem> value) |
ContactPoint |
ContactPoint.setUse(ContactPoint.ContactPointUse value) |
ContactPoint |
ContactPoint.setUseElement(Enumeration<ContactPoint.ContactPointUse> value) |
ContactPoint |
ContactPoint.setValue(String value) |
ContactPoint |
ContactPoint.setValueElement(StringType value) |
protected ContactPoint |
ContactPoint.typedCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<ContactPoint> |
Device.getContact() |
List<ContactPoint> |
Subscription.getContact() |
List<ContactPoint> |
StructureDefinition.StructureDefinitionContactComponent.getTelecom() |
List<ContactPoint> |
RelatedPerson.getTelecom() |
List<ContactPoint> |
SearchParameter.SearchParameterContactComponent.getTelecom() |
List<ContactPoint> |
ImplementationGuide.ImplementationGuideContactComponent.getTelecom() |
List<ContactPoint> |
TestScript.TestScriptContactComponent.getTelecom() |
List<ContactPoint> |
Questionnaire.getTelecom() |
List<ContactPoint> |
HealthcareService.getTelecom() |
List<ContactPoint> |
ExpansionProfile.ExpansionProfileContactComponent.getTelecom() |
List<ContactPoint> |
PractitionerRole.getTelecom() |
List<ContactPoint> |
Conformance.ConformanceContactComponent.getTelecom() |
List<ContactPoint> |
Practitioner.getTelecom() |
List<ContactPoint> |
Practitioner.PractitionerPractitionerRoleComponent.getTelecom() |
List<ContactPoint> |
OperationDefinition.OperationDefinitionContactComponent.getTelecom() |
List<ContactPoint> |
CompartmentDefinition.CompartmentDefinitionContactComponent.getTelecom() |
List<ContactPoint> |
Person.getTelecom() |
List<ContactPoint> |
Patient.getTelecom() |
List<ContactPoint> |
Patient.ContactComponent.getTelecom() |
List<ContactPoint> |
ModuleMetadata.ModuleMetadataContributorContactComponent.getTelecom() |
List<ContactPoint> |
ModuleMetadata.ModuleMetadataContactComponent.getTelecom() |
List<ContactPoint> |
Organization.getTelecom() |
List<ContactPoint> |
Organization.OrganizationContactComponent.getTelecom() |
List<ContactPoint> |
ConceptMap.ConceptMapContactComponent.getTelecom() |
List<ContactPoint> |
DataElement.DataElementContactComponent.getTelecom() |
List<ContactPoint> |
NamingSystem.NamingSystemContactComponent.getTelecom() |
List<ContactPoint> |
CodeSystem.CodeSystemContactComponent.getTelecom() |
List<ContactPoint> |
StructureMap.StructureMapContactComponent.getTelecom() |
List<ContactPoint> |
ValueSet.ValueSetContactComponent.getTelecom() |
List<ContactPoint> |
Location.getTelecom() |
Copyright © 2014–2018 University Health Network. All rights reserved.