:py:mod:`spark_auto_mapper_fhir.value_sets.contact_point_system` ================================================================ .. py:module:: spark_auto_mapper_fhir.value_sets.contact_point_system Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.contact_point_system.ContactPointSystemCode spark_auto_mapper_fhir.value_sets.contact_point_system.ContactPointSystemCodeValues .. py:class:: ContactPointSystemCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` ContactPointSystem From: http://hl7.org/fhir/contact-point-system in valuesets.xml Telecommunications form for contact point. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/contact-point-system .. py:class:: ContactPointSystemCodeValues The value is a telephone number used for voice calls. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required. From: http://hl7.org/fhir/contact-point-system in valuesets.xml .. py:attribute:: Phone The value is a fax machine. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required. From: http://hl7.org/fhir/contact-point-system in valuesets.xml .. py:attribute:: Fax The value is an email address. From: http://hl7.org/fhir/contact-point-system in valuesets.xml .. py:attribute:: Email The value is a pager number. These may be local pager numbers that are only usable on a particular pager system. From: http://hl7.org/fhir/contact-point-system in valuesets.xml .. py:attribute:: Pager A contact that is not a phone, fax, pager or email address and is expressed as a URL. This is intended for various institutional or personal contacts including web sites, blogs, Skype, Twitter, Facebook, etc. Do not use for email addresses. From: http://hl7.org/fhir/contact-point-system in valuesets.xml .. py:attribute:: URL A contact that can be used for sending an sms message (e.g. mobile phones, some landlines). From: http://hl7.org/fhir/contact-point-system in valuesets.xml .. py:attribute:: SMS A contact that is not a phone, fax, page or email address and is not expressible as a URL. E.g. Internal mail address. This SHOULD NOT be used for contacts that are expressible as a URL (e.g. Skype, Twitter, Facebook, etc.) Extensions may be used to distinguish "other" contact types. From: http://hl7.org/fhir/contact-point-system in valuesets.xml .. py:attribute:: Other