SMART Scheduling Links
1.0.0-ballot - STU 1 Ballot International flag

SMART Scheduling Links, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.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/smart-scheduling-links/ and changes regularly. See the Directory of published versions

: Example Schedule

Page standards status: Informative

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Schedule/ExampleSchedule> a fhir:Schedule ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleSchedule"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-schedule" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-schedule>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-smart-scheduling-schedule.html\">Schedule</a></p></div><p><b>Schedule Specialty</b>: <a href=\"http://snomed.info/id/394802001\">SNOMED CT: 394802001</a> (General medicine)</p><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>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index -1 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/schedule-specialty" ] ;
     fhir:Extension.valueCoding [
       a sct:394802001 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "394802001" ] ;
       fhir:Coding.display [ fhir:value "General medicine" ]
     ]
  ] ;
  fhir:Schedule.serviceType [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/service-type" ] ;
       fhir:Coding.code [ fhir:value "124" ] ;
       fhir:Coding.display [ fhir:value "General Practice" ]
     ]
  ] ;
  fhir:Schedule.actor [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/Location/44981b4a-8eae-48f7-bb7f-bf008bbe05af> ;
     fhir:Reference.reference [ fhir:value "Location/44981b4a-8eae-48f7-bb7f-bf008bbe05af" ] ;
     fhir:Reference.display [ fhir:value "Berkshire Family Medicine - Pittsfield" ]
  ], [
     fhir:index -1 ;
     fhir:link <http://hl7.org/fhir/PractitionerRole/ad23d8f2-b88e-48af-ae96-e36f5a5fbd43> ;
     fhir:Reference.reference [ fhir:value "PractitionerRole/ad23d8f2-b88e-48af-ae96-e36f5a5fbd43" ] ;
     fhir:Reference.display [ fhir:value "Dr. John Robert Smith" ]
  ] .

<http://hl7.org/fhir/Location/44981b4a-8eae-48f7-bb7f-bf008bbe05af> a fhir:Location .

<http://hl7.org/fhir/PractitionerRole/ad23d8f2-b88e-48af-ae96-e36f5a5fbd43> a fhir:PractitionerRole .

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

<http://hl7.org/fhir/Schedule/ExampleSchedule.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Schedule/ExampleSchedule.ttl> .