description: Profile for expressing telecom details with valid value formats package_name: se.electronichealth.fhir.nppr.r5 derivation: constraint name: NPPRContactPoint type: ContactPoint elements: system: binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/contact-point-system'} mustSupport: true index: 0 value: {mustSupport: true, index: 1} use: {mustSupport: true, index: 2} period: mustSupport: true index: 3 elements: start: {mustSupport: true, index: 4} end: {mustSupport: true, index: 5} required: [start] package_version: 0.1.0-alpha class: complex-type kind: complex-type url: http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRContactPoint base: http://hl7.org/fhir/StructureDefinition/ContactPoint version: null required: [value, period, system]