This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Contact-system.xml

Definition for Value SetContactSystem

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div><h2>ContactSystem</h2><p>Telecommunications form for contact</p><p>This value set defines its own terms in the system http://hl7.org/fhir/contact-system</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b><a href=\"v2\\0202\\index.html\">v2 Map (0202)</a></b></td></tr><tr><td>phone<a name=\"phone\"> </a></td><td/><td>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.</td><td><span title=\"equivalent\">~</span><a href=\"v2\\0202\\index.html#PH\">PH</a></td></tr><tr><td>fax<a name=\"fax\"> </a></td><td/><td>The value is a fax machine. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required.</td><td><span title=\"equivalent\">~</span><a href=\"v2\\0202\\index.html#FX\">FX</a></td></tr><tr><td>email<a name=\"email\"> </a></td><td/><td>The value is an email address.</td><td><span title=\"wider\">&lt;</span><a href=\"v2\\0202\\index.html#Internet\">Internet</a><i>(use mailto: protocol)</i></td></tr><tr><td>url<a name=\"url\"> </a></td><td/><td>The value is a url. This is intended for various personal contacts including blogs, Twitter, Facebook, etc. Do not use for email addresses.</td><td><span title=\"wider\">&lt;</span><a href=\"v2\\0202\\index.html#Internet\">Internet</a></td></tr></table></div>"
  },
  "identifier": "http://hl7.org/fhir/vs/contact-system",
  "name": "ContactSystem",
  "publisher": "HL7 (FHIR Project)",
  "telecom": [
    {
      "system": "url",
      "value": "http://hl7.org/fhir"
    },
    {
      "system": "email",
      "value": "fhir@lists.hl7.org"
    }
  ],
  "description": "Telecommunications form for contact",
  "status": "draft",
  "date": "2014-09-30T18:09:16.978+10:00",
  "define": {
    "system": "http://hl7.org/fhir/contact-system",
    "caseSensitive": true,
    "concept": [
      {
        "code": "phone",
        "definition": "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."
      },
      {
        "code": "fax",
        "definition": "The value is a fax machine. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required."
      },
      {
        "code": "email",
        "definition": "The value is an email address."
      },
      {
        "code": "url",
        "definition": "The value is a url. This is intended for various personal contacts including blogs, Twitter, Facebook, etc. Do not use for email addresses."
      }
    ]
  }
}