description: 'ExtendedContactDetail Type: Specifies contact information for a specific purpose over a period of time, might be handled/monitored by a specific named person or organization.' package_name: hl7.fhir.r5.examples derivation: specialization name: ExtendedContactDetail type: ExtendedContactDetail elements: purpose: short: The type of contact type: CodeableConcept binding: {strength: preferred, valueSet: 'http://terminology.hl7.org/ValueSet/contactentity-type'} isSummary: true index: 0 name: {short: Name of an individual to contact, type: HumanName, array: true, isSummary: true, index: 1} telecom: {type: ContactPoint, short: Contact details (e.g.phone/fax/url), isSummary: true, array: true, index: 2} address: {short: Address for the contact, type: Address, isSummary: true, index: 3} organization: short: This contact detail is handled/monitored by a specific organization refers: ['http://hl7.org/fhir/StructureDefinition/Organization'] type: Reference isSummary: true index: 4 period: {short: Period that this contact was valid for usage, type: Period, isSummary: true, index: 5} package_version: 5.0.0-draft-final class: complex-type kind: complex-type url: http://hl7.org/fhir/StructureDefinition/ExtendedContactDetail base: http://hl7.org/fhir/StructureDefinition/DataType version: 5.0.0-draft-final