0.1.0 - ci-build

PatientScheduling - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: InPersonScheduleWithPractitioner - TTL Representation

Raw ttl | Download


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

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

 a fhir:Schedule ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "InPersonScheduleWithPractitioner"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://example.org/StructureDefinition/smart-schedule"^^xsd:anyURI ;
fhir:l <http://example.org/StructureDefinition/smart-schedule>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Schedule InPersonScheduleWithPractitioner</b></p><a name=\"InPersonScheduleWithPractitioner\"> </a><a name=\"hcInPersonScheduleWithPractitioner\"> </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-schedule.html\">SMART Schedule</a></p></div><p><b>org/StructureDefinition/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>, <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/service-type 554}\">Chronic Disease Management</span></p><p><b>actor</b>: </p><ul><li><a href=\"Location-BerkshireFamilyMedicine.html\">Berkshire Family Medicine - Pittsfield</a></li><li><a href=\"PractitionerRole-JohnRobertSmithMDRole.html\">John Robert Smith, MD</a></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://fhir-registry.smarthealthit.org/StructureDefinition/specialty"^^xsd:anyURI ;
fhir:l <http://fhir-registry.smarthealthit.org/StructureDefinition/specialty>     ] ;
fhir:value [
a fhir:Coding, sct:394802001 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "394802001" ] ;
fhir:display [ fhir:v "General medicine" ]     ]
  ] ) ; # 
  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: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 "554" ] ;
fhir:display [ fhir:v "Chronic Disease Management" ]     ] )
  ] ) ; # 
  fhir:actor ( [
fhir:l fhir:Location/BerkshireFamilyMedicine ;
fhir:reference [ fhir:v "Location/BerkshireFamilyMedicine" ] ;
fhir:display [ fhir:v "Berkshire Family Medicine - Pittsfield" ]
  ] [
fhir:l fhir:PractitionerRole/JohnRobertSmithMDRole ;
fhir:reference [ fhir:v "PractitionerRole/JohnRobertSmithMDRole" ] ;
fhir:display [ fhir:v "John Robert Smith, MD" ]
  ] ) . #