http://hl7.org/fhir/StructureDefinition/ContactPoint|5.0.0

ContactPoint Type: Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.
description: 'ContactPoint Type: Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.'
derivation: specialization
name: ContactPoint
type: ContactPoint
elements:
  system:
    short: phone | fax | email | pager | url | sms | other
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-system|5.0.0'}
    isSummary: true
    index: 0
  value: {short: The actual contact point details, isSummary: true, index: 1}
  use:
    isModifier: true
    short: home | work | temp | old | mobile - purpose of this contact point
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-use|5.0.0'}
    isModifierReason: This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old contact etc.for a current/permanent one
    isSummary: true
    index: 2
  rank: {short: Specify preferred order of use (1 = highest), isSummary: true, index: 3}
  period: {short: Time period when the contact point was/is in use, isSummary: true, index: 4}
class: complex-type
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/ContactPoint
base: http://hl7.org/fhir/StructureDefinition/DataType
version: 5.0.0