@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/uv/smart-scheduling-links/Schedule/ExampleSchedule> a fhir:Schedule ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleSchedule"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-schedule"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-schedule>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Schedule ExampleSchedule</b></p><a name=\"ExampleSchedule\"> </a><a name=\"hcExampleSchedule\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-smart-scheduling-schedule.html\">Schedule</a></p></div><p><b>serviceType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 124}\">General Practice</span></p><p><b>actor</b>: </p><ul><li><a href=\"Location-44981b4a-8eae-48f7-bb7f-bf008bbe05af.html\">Berkshire Family Medicine - Pittsfield</a></li><li><a href=\"PractitionerRole-ad23d8f2-b88e-48af-ae96-e36f5a5fbd43.html\">Dr. John Robert Smith</a></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:serviceType ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/service-type>
       ] ;
       fhir:code [ fhir:v "124" ] ;
       fhir:display [ fhir:v "General Practice" ]
     ] )
  ] ) ; # 
  fhir:actor ( [
     fhir:l <http://hl7.org/fhir/uv/smart-scheduling-links/Location/44981b4a-8eae-48f7-bb7f-bf008bbe05af> ;
     fhir:reference [ fhir:v "Location/44981b4a-8eae-48f7-bb7f-bf008bbe05af" ] ;
     fhir:display [ fhir:v "Berkshire Family Medicine - Pittsfield" ]
  ] [
     fhir:l <http://hl7.org/fhir/uv/smart-scheduling-links/PractitionerRole/ad23d8f2-b88e-48af-ae96-e36f5a5fbd43> ;
     fhir:reference [ fhir:v "PractitionerRole/ad23d8f2-b88e-48af-ae96-e36f5a5fbd43" ] ;
     fhir:display [ fhir:v "Dr. John Robert Smith" ]
  ] ) . # 

<http://hl7.org/fhir/uv/smart-scheduling-links/Location/44981b4a-8eae-48f7-bb7f-bf008bbe05af> a fhir:Uv .

<http://hl7.org/fhir/uv/smart-scheduling-links/PractitionerRole/ad23d8f2-b88e-48af-ae96-e36f5a5fbd43> a fhir:Uv .

# -------------------------------------------------------------------------------------

