| Package | tewhatuora.hip-core |
| Resource Type | ValueSet |
| Id | hpi-contact-point-system-code-1.0 |
| FHIR Version | R4 |
| Source | https://fhir-ig.digital.health.nz/HIP-FHIR-Common/https://fhir-ig.digital.health.nz/HIP-FHIR-Common/ValueSet-hpi-contact-point-system-code-1.0.html |
| URL | https://nzhts.digital.health.nz/fhir/ValueSet/hpi-contact-point-system-code |
| Version | 1.0 |
| Status | active |
| Date | 2021-04-14T00:00:00+13:00 |
| Name | Hpi_ContactPointSystem |
| Title | Use values for a ContactSystem |
| Authority | national |
| Description | System values for a ContactPoint |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet hpi-contact-point-system-code-1.0
http://hl7.org/fhir/contact-point-system| Code | Display | Definition |
| phone | Phone | 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. |
| The value is an email address. | ||
| fax | Fax | The value is a fax machine. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required. |
| other | Other | 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. |
| pager | Pager | The value is a pager number. These may be local pager numbers that are only usable on a particular pager system. |
| sms | SMS | A contact that can be used for sending an sms message (e.g. mobile phones, some landlines). |
| url | URL | 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. |
{
"resourceType": "ValueSet",
"id": "hpi-contact-point-system-code-1.0",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}
]
}
}