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
: Undersökning tandläkare - 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:ActivityDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ITBActivityDefinition"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://portal.wof.purified.link/fhir/StructureDefinition/ITBActivityDefinition"^^xsd:anyURI ;
fhir:link <http://portal.wof.purified.link/fhir/StructureDefinition/ITBActivityDefinition> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<div>\n <table class=\"grid dict\">\n\n \n <tr>\n <th scope=\"row\"><b>Title: </b></th>\n <td style=\"padding-left: 4px;\">Undersökning tandläkare</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Id: </b></th>\n <td style=\"padding-left: 4px;\">ITBActivityDefinition</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Version: </b></th>\n <td style=\"padding-left: 4px;\">0.1.0</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Date (date last changed): </b></th>\n <td style=\"padding-left: 4px;\">2021-09-06</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Description: </b></th>\n <td style=\"padding-left: 4px;\"><div><p>Desc</p>\n</div></td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n \n \n\n \n <tr>\n <th scope=\"row\"><b>Code: </b></th>\n <td style=\"padding-left: 4px;\">\n \n \n \n <p><b>system: </b><span><a href=\"CodeSystem-csServiceType.html\">http://portal.wof.purified.link/fhir/CodeSystem/csServiceType</a></span></p>\n \n \n <p><b>code: </b><span>123</span></p>\n \n \n <p><b>display: </b><span>Bra Service</span></p>\n \n \n \n \n </td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Kind: </b></th>\n <td style=\"padding-left: 4px;\">Appointment</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n </table>\n</div>\n</div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://portal.wof.purified.link/fhir/StructureDefinition/extOpusCryptobookingText"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "XYÅZÅÄA" ]
] [
fhir:url [ fhir:v "http://portal.wof.purified.link/fhir/StructureDefinition/extOpusBookingCategory"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "3" ]
] ) ; #
fhir:url [ fhir:v "http://portal.wof.purified.link/fhir/ActivityDefinition/ITBActivityDefinition"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "TdlUS60"] ; #
fhir:title [ fhir:v "Undersökning tandläkare"] ; #
fhir:subtitle [ fhir:v "Här får du dina tänder undersökta av en utbildad tandläkare"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2021-09-06"^^xsd:date] ; #
fhir:description [ fhir:v "Desc"] ; #
fhir:kind [ fhir:v "Appointment"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://portal.wof.purified.link/fhir/CodeSystem/csServiceType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "123" ] ;
fhir:display [ fhir:v "Bra Service" ] ] ) ;
fhir:text [ fhir:v "Desc" ]
] ; #
fhir:timing [
a fhir:Duration ;
fhir:value [ fhir:v "60"^^xsd:decimal ] ;
fhir:unit [ fhir:v "min" ]
] ; #
fhir:participant ( [
fhir:type [ fhir:v "practitioner" ] ;
fhir:role [
( fhir:coding [
a sct:106289002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "106289002" ] ;
fhir:display [ fhir:v "dentist" ] ] ) ;
fhir:text [ fhir:v "Tandläkare" ] ]
] ) . #