ContactDetail
Specifies contact information for a person or organization. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
type ContactDetail implements Element {
name: String
telecom: [ContactPoint]
extension: [Extension]
id: String
}
Fields
ContactDetail.name ● String scalar
The name of an individual to contact.
ContactDetail.telecom ● [ContactPoint] list object
The contact details for the individual (if a name was provided) or the organization.
ContactDetail.extension ● [Extension] list object
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
ContactDetail.id ● String scalar
Interfaces
Element interface
Base definition for all elements in a resource. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions
Member Of
ActivityDefinition object ● ChargeItemDefinition object ● Citation object ● CodeSystem object ● CompartmentDefinition object ● ConceptMap object ● Contributor object ● ElementDefinition object ● ElementDefinitionExample object ● EventDefinition object ● EvidenceReport object ● ExampleScenario object ● Extension object ● GraphDefinition object ● ImplementationGuide object ● Library object ● Measure object ● MessageDefinition object ● NamingSystem object ● OperationDefinition object ● PlanDefinition object ● Questionnaire object ● ResearchDefinition object ● ResearchElementDefinition object ● ResearchStudy object ● SearchParameter object ● StructureDefinition object ● StructureMap object ● StructureMapSource object ● SubscriptionTopic object ● TaskInput object ● TaskOutput object ● TerminologyCapabilities object ● TestScript object ● ValueSet object