BSeR: Bidirectional Services_eReferral
2.0.0-connectathon - CI Build United States of America flag

BSeR: Bidirectional Services_eReferral - Local Development build (v2.0.0-connectathon). See the Directory of published versions

: BSeR Telcom Communication Preferences VS - TTL Representation

Draft as of 2023-04-13

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-12T06:44:00.045+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#HtCY4PiMX30Zme2M"^^xsd:anyURI ]
  ] ; # 
  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:version [ fhir:v "2.0.0-connectathon"] ; # 
  fhir:name [ fhir:v "BSeR_TelcomCommunicationPreferencesVS"] ; # 
  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 "2023-04-13T06:59:07+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 International - Public Health" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ]     ] )
  ] ) ; # 
  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:display [ fhir:v "United States of America" ]     ] ) ;
fhir:text [ fhir:v "United States of America" ]
  ] ) ; # 
  fhir:compose [
fhir:inactive [ fhir:v "false"^^xsd:boolean ] ;
    ( 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" ]       ] )     ] )
  ] . #