PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.examples@6.0.0-ballot1
    http://hl7.org/fhir/StructureDefinition/ContactPoint
description: 'ContactPoint Type: Details for all kinds of technology mediated contact points for a person or organization, including telephone, email, etc.'
package_name: hl7.fhir.r6.examples
derivation: specialization
name: ContactPoint
type: ContactPoint
elements:
  system:
    short: phone | fax | email | pager | url | sms | other
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-system|6.0.0-ballot1'}
    isSummary: true
    index: 0
  value: {short: The actual contact point details, type: string, isSummary: true, index: 1}
  use:
    isModifier: true
    short: home | work | temp | old | mobile - purpose of this contact point
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-use|6.0.0-ballot1'}
    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), type: positiveInt, isSummary: true, index: 3}
  period: {short: Time period when the contact point was/is in use, type: Period, isSummary: true, index: 4}
package_version: 6.0.0-ballot1
class: complex-type
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/ContactPoint
base: http://hl7.org/fhir/StructureDefinition/DataType
version: 6.0.0-ballot1