BC Client Registry FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2024-06-07 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "bc-contact-point-system-value-set"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-contact-point-system.html\">ContactPointSystem</a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude 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-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-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-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><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-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></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://terminology.hlth.gov.bc.ca/ClientRegistry/ValueSet/bc-contact-point-system-value-set"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "ContactPointSystemVS"] ; #
fhir:title [ fhir:v "BC Contact Point System Value Set"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-06-07T23:38:55+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "BC Ministry of Health"] ; #
fhir:contact ( [
fhir:name [ fhir:v "BC Ministry of Health" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www2.gov.bc.ca/gov/content/governments/organizational-structure/ministries-organizations/ministries/health" ] ] )
] ) ; #
fhir:description [ fhir:v "BC Contact Point System value set, sliced to meet BC constraints."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CA" ] ;
fhir:display [ fhir:v "Canada" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
( fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/contact-point-system"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/contact-point-system> ] ) ] ) ;
( fhir:exclude [
fhir:system [ fhir:v "http://hl7.org/fhir/contact-point-system"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "fax" ] ] [
fhir:code [ fhir:v "pager" ] ] [
fhir:code [ fhir:v "url" ] ] [
fhir:code [ fhir:v "sms" ] ] [
fhir:code [ fhir:v "other" ] ] ) ] )
] . #
IG © 2022+ BC Ministry of Health. Package fhir.ca-bc.client#1.0.0 based on FHIR 4.0.1. Generated 2024-06-07
Links: Table of Contents |
QA Report