description: Base StructureDefinition for ContactPoint Type package_name: hl7.fhir.core derivation: specialization name: ContactPoint type: ContactPoint elements: system: {short: phone | fax | email | pager | url | other, type: code, isSummary: true, index: 0} value: {short: The actual contact point details, comments: 'Additional text data such as phone extension numbers, or notes about use of the contact are sometimes included in the value.', type: string, isSummary: true, index: 1} use: {isModifier: true, short: home | work | temp | old | mobile - purpose of this contact point, comments: This is labeled as "Is Modifier" because applications should not mistake a temporary or old contact etc.for a current/permanent one. Applications can assume that a contact is current unless it explicitly says that it is temporary or old., type: code, isSummary: true, index: 2} rank: {short: Specify preferred order of use (1 = highest), comments: Note that rank does not necessarily follow the order in which the contacts are represented in the instance., 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: 1.8.0 class: complex-type kind: complex-type url: http://hl7.org/fhir/StructureDefinition/ContactPoint base: http://hl7.org/fhir/StructureDefinition/Element version: null