FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/hpi-contact-point-system-code-1.0

Packagetewhatuora.hip-core
Resource TypeValueSet
Idhpi-contact-point-system-code-1.0
FHIR VersionR4
Sourcehttps://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
URLhttps://nzhts.digital.health.nz/fhir/ValueSet/hpi-contact-point-system-code
Version1.0
Statusactive
Date2021-04-14T00:00:00+13:00
NameHpi_ContactPointSystem
TitleUse values for a ContactSystem
Authoritynational
DescriptionSystem values for a ContactPoint

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet hpi-contact-point-system-code-1.0

  • Include these codes as defined in http://hl7.org/fhir/contact-point-system
    CodeDisplayDefinition
    phonePhoneThe 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.
    emailEmailThe value is an email address.
    faxFaxThe value is a fax machine. Use of full international numbers starting with + is recommended to enable automatic dialing support but not required.
    otherOtherA 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.
    pagerPagerThe value is a pager number. These may be local pager numbers that are only usable on a particular pager system.
    smsSMSA contact that can be used for sending an sms message (e.g. mobile phones, some landlines).
    urlURLA 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.

Source

{
  "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"
          }
        ]
      }
    ]
  }
}