Bidirectional Services eReferral (BSeR)
2.0.0-ballot - STU2 United States of America flag

Bidirectional Services eReferral (BSeR), published by HL7 Public Health Working Group. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/bser/ and changes regularly. See the Directory of published versions

: BSeR Telcom Communication Preferences VS - TTL Representation

Draft as of 2024-04-17

Raw ttl | Download


@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 "BSeR-TelcomCommunicationPreferencesVS"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "3" ] ;
fhir:lastUpdated [ fhir:v "2023-04-12T10:44:00.045Z"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-bser.html\"><code>http://hl7.org/fhir/us/bser/CodeSystem/bser</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-bser.html#bser-BDTC\">BDTC</a></td><td>Best Day To Call</td></tr><tr><td><a href=\"CodeSystem-bser.html#bser-BTTC\">BTTC</a></td><td>Best Time To Call</td></tr><tr><td><a href=\"CodeSystem-bser.html#bser-LMI\">LMI</a></td><td>Leave Message Indicator</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/bser/ValueSet/BSeR-TelcomCommunicationPreferencesVS"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.33.48.1" ]
  ] ) ; # 
  fhir:version [ fhir:v "2.0.0-ballot"] ; # 
  fhir:name [ fhir:v "BSeRTelcomCommunicationPreferencesVS"] ; # 
  fhir:title [ fhir:v "BSeR Telcom Communication Preferences VS"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-04-17T06:55:07+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Public Health Working Group"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Public Health Working Group" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "pher@lists.HL7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "BSeR Telcom Communication Preferences value set"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/us/bser/CodeSystem/bser"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "BDTC" ] ;
fhir:display [ fhir:v "Best Day To Call" ]       ] [
fhir:code [ fhir:v "BTTC" ] ;
fhir:display [ fhir:v "Best Time To Call" ]       ] [
fhir:code [ fhir:v "LMI" ] ;
fhir:display [ fhir:v "Leave Message Indicator" ]       ] )     ] )
  ] . #