BSeR: Bidirectional Services_eReferral

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

BSeR - TTL Representation

(back to description)

Raw ttl

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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "bser"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "10" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-01-22T03:35:39.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</h2><div><p>BSeR code system</p>\n</div><p>This code system http://hl7.org/fhir/us/bser/CodeSystem/bser defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">BDTC<a name=\"bser-BDTC\"> </a></td><td>Best Day To Call</td><td/></tr><tr><td style=\"white-space:nowrap\">BTTC<a name=\"bser-BTTC\"> </a></td><td>Best Time To Call</td><td/></tr><tr><td style=\"white-space:nowrap\">LMI<a name=\"bser-LMI\"> </a></td><td>Leave Message Indicator</td><td/></tr><tr><td style=\"white-space:nowrap\">RSRFS<a name=\"bser-RSRFS\"> </a></td><td>CompositionSectionReferralServiceRequestFeedbackSummary</td><td/></tr><tr><td style=\"white-space:nowrap\">RSRFSI<a name=\"bser-RSRFSI\"> </a></td><td>CompositionSectionReferralServiceRequestFeedbackSupportingInformation</td><td/></tr><tr><td style=\"white-space:nowrap\">RSRSI<a name=\"bser-RSRSI\"> </a></td><td>CompositionSectionReferralServiceRequestSupportingInformation</td><td/></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/us/bser/CodeSystem/bser"];
  fhir:CodeSystem.version [ fhir:value "1.0.0"];
  fhir:CodeSystem.name [ fhir:value "BSeR"];
  fhir:CodeSystem.title [ fhir:value "BSeR"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2020-03-02T22:24:28+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "HL7 International - Public Health Work Group"];
  fhir:CodeSystem.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:CodeSystem.description [ fhir:value "BSeR code system"];
  fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "BDTC" ];
     fhir:CodeSystem.concept.display [ fhir:value "Best Day To Call" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "BTTC" ];
     fhir:CodeSystem.concept.display [ fhir:value "Best Time To Call" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "LMI" ];
     fhir:CodeSystem.concept.display [ fhir:value "Leave Message Indicator" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "RSRFS" ];
     fhir:CodeSystem.concept.display [ fhir:value "CompositionSectionReferralServiceRequestFeedbackSummary" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "RSRFSI" ];
     fhir:CodeSystem.concept.display [ fhir:value "CompositionSectionReferralServiceRequestFeedbackSupportingInformation" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "RSRSI" ];
     fhir:CodeSystem.concept.display [ fhir:value "CompositionSectionReferralServiceRequestSupportingInformation" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.