PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.examples@6.0.0-ballot1
    http://hl7.org/fhir/StructureDefinition/ExtendedContactDetail
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.r6.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: 6.0.0-ballot1
class: complex-type
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/ExtendedContactDetail
base: http://hl7.org/fhir/StructureDefinition/DataType
version: 6.0.0-ballot1