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

FHIR IG Statistics: ValueSet/bc-contact-point-system-value-set

Packagefhir.ca-bc.client
Resource TypeValueSet
Idbc-contact-point-system-value-set
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.ca-bc.client@1.0.1&canonical=https://terminology.hlth.gov.bc.ca/ClientRegistry/ValueSet/bc-contact-point-system-value-set
URLhttps://terminology.hlth.gov.bc.ca/ClientRegistry/ValueSet/bc-contact-point-system-value-set
Version1.0.0
Statusactive
Date2025-02-07T23:01:35+00:00
NameContactPointSystemVS
TitleBC Contact Point System Value Set
Realmus
Authorityhl7
DescriptionBC Contact Point System value set, sliced to meet BC constraints.

Resources that use this resource

StructureDefinition
bc-merge-patientPatientMerge
bc-patientClientRegistryPatient

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: ValueSet bc-contact-point-system-value-set

This value set includes codes based on the following rules:

This value set excludes codes based on the following rules:

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

Source

{
  "resourceType": "ValueSet",
  "id": "bc-contact-point-system-value-set",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://terminology.hlth.gov.bc.ca/ClientRegistry/ValueSet/bc-contact-point-system-value-set",
  "version": "1.0.0",
  "name": "ContactPointSystemVS",
  "title": "BC Contact Point System Value Set",
  "status": "active",
  "experimental": false,
  "date": "2025-02-07T23:01:35+00:00",
  "publisher": "BC Ministry of Health",
  "contact": [
    {
      "name": "BC Ministry of Health",
      "telecom": [
        {
          "system": "url",
          "value": "https://www2.gov.bc.ca/gov/content/governments/organizational-structure/ministries-organizations/ministries/health"
        }
      ]
    }
  ],
  "description": "BC Contact Point System value set, sliced to meet BC constraints.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CA",
          "display": "Canada"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "valueSet": [
          "http://hl7.org/fhir/ValueSet/contact-point-system"
        ]
      }
    ],
    "exclude": [
      {
        "system": "http://hl7.org/fhir/contact-point-system",
        "concept": [
          {
            "code": "fax"
          },
          {
            "code": "pager"
          },
          {
            "code": "url"
          },
          {
            "code": "sms"
          },
          {
            "code": "other"
          }
        ]
      }
    ]
  }
}