Wof Portal, published by Service Well AB. 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/servicewell/servicewell.fhir.wof-portal/ and changes regularly. See the Directory of published versions
: Example ActivityDefinitionPortal Extraktion - 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:ActivityDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ActivityDefinitionPortalExtraktionExample"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
( fhir:profile [
fhir:v "https://canonical.fhir.link/servicewell/wof-portal/StructureDefinition/activity-definition-portal"^^xsd:anyURI ;
fhir:l <https://canonical.fhir.link/servicewell/wof-portal/StructureDefinition/activity-definition-portal> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<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;\">Extraktion</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Id: </b></th>\n <td style=\"padding-left: 4px;\">ActivityDefinitionPortalExtraktionExample</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;\">2026-01-29</td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Publisher (steward): </b></th>\n <td style=\"padding-left: 4px;\">Service Well AB</td>\n </tr>\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>Extraktion</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=\"http://canonical.fhir.link/servicewell/wof-connect/identifiercodesystem/service-type-id\">http://canonical.fhir.link/servicewell/wof-connect/identifiercodesystem/service-type-id</a></span></p>\n \n \n <p><b>code: </b><span>b358da0c-19e8-4c21-b534-e21133c700ce</span></p>\n \n \n <p><b>display: </b><span>Extraktion</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;\">ServiceRequest</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:url [
fhir:v "https://canonical.fhir.link/servicewell/wof-portal/ActivityDefinition/ActivityDefinitionPortalExtraktionExample"^^xsd:anyURI ;
fhir:l <https://canonical.fhir.link/servicewell/wof-portal/ActivityDefinition/ActivityDefinitionPortalExtraktionExample>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "Extraktion"] ; #
fhir:title [ fhir:v "Extraktion"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2026-01-29"^^xsd:date] ; #
fhir:publisher [ fhir:v "Service Well AB"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Service Well AB" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://servicewell.se" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@servicewell.se" ] ] )
] ) ; #
fhir:description [ fhir:v "Extraktion"] ; #
fhir:kind [ fhir:v "ServiceRequest"] ; #
fhir:code [
( fhir:coding [
fhir:system [
fhir:v "http://canonical.fhir.link/servicewell/wof-connect/identifiercodesystem/service-type-id"^^xsd:anyURI ;
fhir:l <http://canonical.fhir.link/servicewell/wof-connect/identifiercodesystem/service-type-id> ] ;
fhir:code [ fhir:v "b358da0c-19e8-4c21-b534-e21133c700ce" ] ;
fhir:display [ fhir:v "Extraktion" ] ] ) ;
fhir:text [ fhir:v "Extraktion" ]
] . #