This page is part of the Bidirectional Services eReferrals (BSeR) (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Source view
@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:Resource.id [ fhir:value "BSeR-TelcomCommunicationPreferencesVS"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "10" ]; fhir:Meta.lastUpdated [ fhir:value "2019-12-20T08:33:02.000+00:00"^^xsd:dateTime ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>BSeR Telcom Communication Preferences VS</h2><div><p>BSeR Telcom Communication Preferences value set</p>\n</div><p>This value set includes codes from the following code systems:</p><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><td/></tr><tr><td><a href=\"CodeSystem-bser.html#bser-BTTC\">BTTC</a></td><td>Best Time To Call</td><td/></tr><tr><td><a href=\"CodeSystem-bser.html#bser-LMI\">LMI</a></td><td>Leave Message Indicator</td><td/></tr></table></li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/bser/ValueSet/BSeR-TelcomCommunicationPreferencesVS"]; fhir:ValueSet.version [ fhir:value "1.0.0"]; fhir:ValueSet.name [ fhir:value "BSeR_TelcomCommunicationPreferencesVS"]; fhir:ValueSet.title [ fhir:value "BSeR Telcom Communication Preferences VS"]; fhir:ValueSet.status [ fhir:value "draft"]; fhir:ValueSet.date [ fhir:value "2020-03-02T22:24:28+00:00"^^xsd:dateTime]; fhir:ValueSet.publisher [ fhir:value "HL7 International - Public Health Work Group"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "HL7 International - Public Health Work Group" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "other" ]; fhir:ContactPoint.value [ fhir:value "https://www.hl7.org/Special/committees/pher" ] ] ]; fhir:ValueSet.description [ fhir:value "BSeR Telcom Communication Preferences value set"]; fhir:ValueSet.compose [ fhir:ValueSet.compose.inactive [ fhir:value "false"^^xsd:boolean ]; fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/us/bser/CodeSystem/bser" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "BDTC" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Best Day To Call" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "BTTC" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Best Time To Call" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "LMI" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "Leave Message Indicator" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.