ITB Implementation Guide
0.1.0 - Release Label

ITB Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/espen-servicewell/wof-portal-fhir-ig/ and changes regularly. See the Directory of published versions

: ITBHealthcareService - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:HealthcareService ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ITBHealthcareService"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://portal.wof.purified.link/fhir/StructureDefinition/ITBHealthcareService"^^xsd:anyURI ;
fhir:link <http://portal.wof.purified.link/fhir/StructureDefinition/ITBHealthcareService>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService ITBHealthcareService</b></p><a name=\"ITBHealthcareService\"> </a><a name=\"hcITBHealthcareService\"> </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-ITBHealthcareService.html\">ITB HealthcareService</a></p></div><p><b>ITB List Reference Extension</b>: <a href=\"#hcITBHealthcareService/listId\">List for 'Unspecified List Type' for 'Unspecified Subject'</a></p><p><b>ITB Url Placeholder Extension</b>: http://portal.wof</p><blockquote><p><b>link/wof-portal/fhir/StructureDefinition/NotBookableInITB</b></p><ul><li>http://ki.purified.link/wof-portal/fhir/StructureDefinition/IsNotBookableInITB: true</li><li>http://ki.purified.link/wof-portal/fhir/StructureDefinition/ExternalBookingUrl: <a href=\"https://minside.colosseum.no/bestilltime\">https://minside.colosseum.no/bestilltime</a></li><li>http://ki.purified.link/wof-portal/fhir/StructureDefinition/BookingInformation: Här kan man boka</li></ul></blockquote><blockquote><p><b>link/fhir/StructureDefinition/extPractitionerSegments</b></p><ul><li>use: true</li><li>plusDefaultsTo: 3</li></ul></blockquote><p><b>link/fhir/StructureDefinition/extPlanningHorizonInWeeks</b>: 10</p><p><b>link/fhir/StructureDefinition/extAllowReschedulingFromDentalUnit</b>: true</p><p><b>identifier</b>: Colosseum Tannlege Nationaltheatret</p><p><b>active</b>: true</p><p><b>location</b>: <a href=\"#hcITBHealthcareService/adressId\">Location</a></p><p><b>name</b>: colosseum-nationaltheatret</p><p><b>telecom</b>: <a href=\"mailto:test@testmail.com\">test@testmail.com</a></p><p><b>endpoint</b>: <a href=\"Endpoint/fc580e7c-7fd8-4acd-92e9-42cb052763d4\">itbDev-colosseum-opus-nationaltheatret</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location #adressId</b></p><a name=\"ITBHealthcareService/adressId\"> </a><a name=\"hcITBHealthcareService/adressId\"> </a><p><b>address</b>: Stortingsgata 30(work)</p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>10.729501</td><td>59.91475</td></tr></table></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: List #listId</b></p><a name=\"ITBHealthcareService/listId\"> </a><a name=\"hcITBHealthcareService/listId\"> </a><table class=\"clstu\"><tr><td>Mode: Working List </td><td>Status: Current </td></tr><tr><td/></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"ActivityDefinition/5e54aeb0-339d-49ed-af21-386f6ce0c730\">Dårlig Ånde</a></td></tr><tr><td><a href=\"ActivityDefinition/bcfafc6d-98df-4985-97ea-5ddd75fe858f\">Tannlegeskrekk</a></td></tr><tr><td><a href=\"ActivityDefinition/30491f7e-786e-4f48-a555-982ee5828641\">Tannrens</a></td></tr></table></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:contained ( [
a fhir:Location ;
fhir:id [ fhir:v "adressId" ] ;
fhir:address [
fhir:use [ fhir:v "work" ] ;
fhir:text [ fhir:v "Stortingsgata 30" ] ;
fhir:city [ fhir:v "Oslo" ]     ] ;
fhir:position [
fhir:longitude [ fhir:v 10.729501 ] ;
fhir:latitude [ fhir:v 59.91475 ]     ]
  ] [
a fhir:List ;
fhir:id [ fhir:v "listId" ] ;
fhir:status [ fhir:v "current" ] ;
fhir:mode [ fhir:v "working" ] ;
    ( fhir:entry [
      ( fhir:extension [
fhir:url [ fhir:v "http://portal.wof.purified.link/fhir/StructureDefinition/extPriceDefinition"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "2.000 SEK"         ]       ] ) ;
fhir:item [
fhir:reference [ fhir:v "ActivityDefinition/5e54aeb0-339d-49ed-af21-386f6ce0c730" ] ;
fhir:display [ fhir:v "Dårlig Ånde" ]       ]     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://portal.wof.purified.link/fhir/StructureDefinition/extPriceDefinition"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "850 NOK"         ]       ] ) ;
fhir:item [
fhir:reference [ fhir:v "ActivityDefinition/bcfafc6d-98df-4985-97ea-5ddd75fe858f" ] ;
fhir:display [ fhir:v "Tannlegeskrekk" ]       ]     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://portal.wof.purified.link/fhir/StructureDefinition/extPriceDefinition"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "5 dollahs"         ]       ] ) ;
fhir:item [
fhir:reference [ fhir:v "ActivityDefinition/30491f7e-786e-4f48-a555-982ee5828641" ] ;
fhir:display [ fhir:v "Tannrens" ]       ]     ] )
  ] ) ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://portal.wof.purified.link/fhir/StructureDefinition/extListReference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "#listId" ]     ]
  ] [
fhir:url [ fhir:v "http://portal.wof.purified.link/fhir/StructureDefinition/extUrlPlaceholder"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "http://portal.wof"     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "http://ki.purified.link/wof-portal/fhir/StructureDefinition/IsNotBookableInITB"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v true       ]     ] [
fhir:url [ fhir:v "http://ki.purified.link/wof-portal/fhir/StructureDefinition/ExternalBookingUrl"^^xsd:anyURI ] ;
fhir:value [
a fhir:url ;
fhir:v "https://minside.colosseum.no/bestilltime"^^xsd:anyURI       ]     ] [
fhir:url [ fhir:v "http://ki.purified.link/wof-portal/fhir/StructureDefinition/BookingInformation"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Här kan man boka"       ]     ] ) ;
fhir:url [ fhir:v "http://ki.purified.link/wof-portal/fhir/StructureDefinition/NotBookableInITB"^^xsd:anyURI ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "use"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v true       ]     ] [
fhir:url [ fhir:v "plusDefaultsTo"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 3       ]     ] ) ;
fhir:url [ fhir:v "http://portal.wof.purified.link/fhir/StructureDefinition/extPractitionerSegments"^^xsd:anyURI ]
  ] [
fhir:url [ fhir:v "http://portal.wof.purified.link/fhir/StructureDefinition/extPlanningHorizonInWeeks"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 10     ]
  ] [
fhir:url [ fhir:v "http://portal.wof.purified.link/fhir/StructureDefinition/extAllowReschedulingFromDentalUnit"^^xsd:anyURI ] ;
fhir:value [
a fhir:boolean ;
fhir:v true     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "Colosseum Tannlege Nationaltheatret" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:location ( [
fhir:reference [ fhir:v "#adressId" ]
  ] ) ; # 
  fhir:name [ fhir:v "colosseum-nationaltheatret"] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "test@testmail.com" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/fc580e7c-7fd8-4acd-92e9-42cb052763d4" ] ;
fhir:display [ fhir:v "itbDev-colosseum-opus-nationaltheatret" ]
  ] ) . #