description: Used to capture additional information about a telecom (or other contact type) contact entry, such as its usage as an after-hours line or crisis line, or denoting a toll-free number. FHIR R6 captures a similar concept in ExtendedContactDetail.purpose. package_name: ca.on.phsd.r4-alpha derivation: constraint name: ContactPurpose type: Extension elements: url: pattern: {type: Uri, value: 'https://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-purpose'} index: 0 value: mustSupport: true choices: [valueCoding] index: 2 valueCoding: {type: Coding, mustSupport: true, choiceOf: value, index: 3} value[x]: elements: system: {mustSupport: true, index: 4} code: {mustSupport: true, index: 5} display: {mustSupport: true, index: 6} required: [display, system, code] package_version: 1.0.0-BallotDraft class: extension kind: complex-type url: https://ontariohealth.ca/fhir/StructureDefinition/ca-on-phsd-ext-contact-purpose base: http://hl7.org/fhir/StructureDefinition/Extension version: null required: [valueCoding, value]