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
: ITBPractitioner - 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:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ITBPractitioner"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2021-02-03T10:02:00+01:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://portal.wof.purified.link/fhir/StructureDefinition/ITBPractitioner"^^xsd:anyURI ;
fhir:link <http://portal.wof.purified.link/fhir/StructureDefinition/ITBPractitioner> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ITBPractitioner</b></p><a name=\"ITBPractitioner\"> </a><a name=\"hcITBPractitioner\"> </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\">Last updated: 2021-02-03 10:02:00+0100</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ITBPractitioner.html\">ITB Practitioner</a></p></div><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.2428.90.1.5</code>/12121212345, employeeId/470, employeeNo/2, employeeLicenseId/2046</p><p><b>active</b>: true</p><p><b>name</b>: Tannlege Kurt Karlsson</p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole #Inline-Instance-for-470-1</b></p><a name=\"ITBPractitioner/Inline-Instance-for-470-1\"> </a><a name=\"hcITBPractitioner/Inline-Instance-for-470-1\"> </a><p><b>active</b>: false</p><p><b>organization</b>: <a href=\"Organization/559\">Organization/559</a></p><p><b>code</b>: <span title=\"Codes:\">WorksAt</span></p><p><b>specialty</b>: <span title=\"Codes:{http://opusdental.purified.link/fhir/CodeSystem/csPractitionerQualification dentist}\">Dentist</span></p><p><b>endpoint</b>: <a href=\"http://fhir.link/jdjdjdj\">OpusDatabas</a></p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:contained ( [
a fhir:PractitionerRole ;
fhir:id [ fhir:v "Inline-Instance-for-470-1" ] ;
fhir:active [ fhir:v false ] ;
fhir:organization [
fhir:reference [ fhir:v "Organization/559" ] ] ;
( fhir:code [
fhir:text [ fhir:v "WorksAt" ] ] ) ;
( fhir:specialty [
( fhir:coding [
fhir:system [ fhir:v "http://opusdental.purified.link/fhir/CodeSystem/csPractitionerQualification"^^xsd:anyURI ] ;
fhir:code [ fhir:v "dentist" ] ] ) ;
fhir:text [ fhir:v "Dentist" ] ] ) ;
( fhir:endpoint [
fhir:link <http://fhir.link/jdjdjdj> ;
fhir:reference [ fhir:v "http://fhir.link/jdjdjdj" ] ;
fhir:display [ fhir:v "OpusDatabas" ] ] )
] ) ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.3.6.1.4.1.2428.90.1.5"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12121212345" ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://opusdental.purified.link/fhir/CodeSystem/csOpusIdentifier"^^xsd:anyURI ] ;
fhir:code [ fhir:v "employeeId" ] ] ) ] ;
fhir:system [ fhir:v "itbDev-colosseum-opus-nationaltheatret"^^xsd:anyURI ] ;
fhir:value [ fhir:v "470" ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://opusdental.purified.link/fhir/CodeSystem/csOpusIdentifier"^^xsd:anyURI ] ;
fhir:code [ fhir:v "employeeNo" ] ] ) ] ;
fhir:system [ fhir:v "itbDev-colosseum-opus-nationaltheatret"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2" ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://opusdental.purified.link/fhir/CodeSystem/csOpusIdentifier"^^xsd:anyURI ] ;
fhir:code [ fhir:v "employeeLicenseId" ] ] ) ] ;
fhir:system [ fhir:v "itbDev-colosseum-opus-nationaltheatret"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2046" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:name ( [
fhir:text [ fhir:v "Tannlege Kurt Karlsson" ] ;
fhir:family [ fhir:v "Lyngtest" ] ;
( fhir:given [ fhir:v "Kenth" ] )
] ) . #