HIP FHIR Common Terminology Guide
1.9.2 - Release
Publication Build: This will be filled in by the publication tooling
Active as of 2021-04-14 |
{
"resourceType" : "ValueSet",
"id" : "hpi-contact-point-system-code-1.0",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet hpi-contact-point-system-code-1.0</b></p><a name=\"hpi-contact-point-system-code-1.0\"> </a><a name=\"hchpi-contact-point-system-code-1.0\"> </a><a name=\"hpi-contact-point-system-code-1.0-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html\"><code>http://hl7.org/fhir/contact-point-system</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html#contact-point-system-phone\">phone</a></td><td style=\"color: #cccccc\">Phone</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></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html#contact-point-system-email\">email</a></td><td style=\"color: #cccccc\">Email</td><td>The value is an email address.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html#contact-point-system-fax\">fax</a></td><td style=\"color: #cccccc\">Fax</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></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html#contact-point-system-other\">other</a></td><td style=\"color: #cccccc\">Other</td><td>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.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html#contact-point-system-pager\">pager</a></td><td style=\"color: #cccccc\">Pager</td><td>The value is a pager number. These may be local pager numbers that are only usable on a particular pager system.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html#contact-point-system-sms\">sms</a></td><td style=\"color: #cccccc\">SMS</td><td>A contact that can be used for sending an sms message (e.g. mobile phones, some landlines).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-contact-point-system.html#contact-point-system-url\">url</a></td><td style=\"color: #cccccc\">URL</td><td>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.</td></tr></table></li></ul></div>"
},
"url" : "https://nzhts.digital.health.nz/fhir/ValueSet/hpi-contact-point-system-code",
"version" : "1.0",
"name" : "Hpi_ContactPointSystem",
"title" : "Use values for a ContactSystem",
"status" : "active",
"experimental" : false,
"date" : "2021-04-14T00:00:00+13:00",
"publisher" : "Te Whatu Ora",
"contact" : [
{
"name" : "Te Whatu Ora",
"telecom" : [
{
"system" : "email",
"value" : "mailto:integration@health.govt.nz"
}
]
}
],
"description" : "System values for a ContactPoint",
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/contact-point-system",
"concept" : [
{
"code" : "phone"
},
{
"code" : "email"
},
{
"code" : "fax"
},
{
"code" : "other"
},
{
"code" : "pager"
},
{
"code" : "sms"
},
{
"code" : "url"
}
]
}
]
}
}