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
: ITBPractitionerRoleExample - 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:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ITBPractitionerRoleExample"] ; #
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: PractitionerRole ITBPractitionerRoleExample</b></p><a name=\"ITBPractitionerRoleExample\"> </a><a name=\"hcITBPractitionerRoleExample\"> </a><p><b>ITB Binary Reference Extension</b>: <a href=\"#hcITBPractitionerRoleExample/dceda771-ab94-43da-b2a1-de3941bd76f7\">Binary: image/bmp (12 bytes base64)</a></p><p><b>active</b>: true</p><p><b>period</b>: 2021-01-01 10:23:00+0100 --> (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner/1234567\">Tandläkar Nils Nilsson</a></p><p><b>organization</b>: <a href=\"Organization/1234567\">Nils Nilsson AB</a></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 106289002}\">tandläkare</span></p><p><b>specialty</b>: <span title=\"Codes:{http://snomed.info/sct 106289002}\">tandläkare</span></p><p><b>healthcareService</b>: <a href=\"HealthcareService/1234567\">My Healthcare servicecenter</a></p><p><b>endpoint</b>: <a href=\"http://fhir.link/jdjdjdj\">OpusDatabas</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Binary #dceda771-ab94-43da-b2a1-de3941bd76f7</b></p><a name=\"ITBPractitionerRoleExample/dceda771-ab94-43da-b2a1-de3941bd76f7\"> </a><a name=\"hcITBPractitionerRoleExample/dceda771-ab94-43da-b2a1-de3941bd76f7\"> </a><p><b>contentType</b>: image/bmp</p><p><b>securityContext</b>: <code>6c5e67e6-1ee6-4e46-bd6f-560c9ddfaa42</code></p><p><b>data</b>: <code>dGVzdHRlc3Q=</code></p></blockquote></div>"^^rdf:XMLLiteral
] ; #
fhir:contained ( [
a fhir:Binary ;
fhir:id [ fhir:v "dceda771-ab94-43da-b2a1-de3941bd76f7" ] ;
fhir:contentType [ fhir:v "image/bmp" ] ;
fhir:securityContext [
fhir:reference [ fhir:v "6c5e67e6-1ee6-4e46-bd6f-560c9ddfaa42" ] ] ;
fhir:data [ fhir:v "dGVzdHRlc3Q="^^xsd:base64Binary ]
] ) ; #
fhir:extension ( [
fhir:url [ fhir:v "http://portal.wof.purified.link/fhir/StructureDefinition/extBinaryReference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "#dceda771-ab94-43da-b2a1-de3941bd76f7" ] ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:period [
fhir:start [ fhir:v "2021-01-01T10:23:00+01:00"^^xsd:dateTime ]
] ; #
fhir:practitioner [
fhir:reference [ fhir:v "Practitioner/1234567" ] ;
fhir:display [ fhir:v "Tandläkar Nils Nilsson" ]
] ; #
fhir:organization [
fhir:reference [ fhir:v "Organization/1234567" ] ;
fhir:display [ fhir:v "Nils Nilsson AB" ]
] ; #
fhir:code ( [
( fhir:coding [
a sct:106289002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "106289002" ] ] ) ;
fhir:text [ fhir:v "tandläkare" ]
] ) ; #
fhir:specialty ( [
( fhir:coding [
a sct:106289002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "106289002" ] ] ) ;
fhir:text [ fhir:v "tandläkare" ]
] ) ; #
fhir:healthcareService ( [
fhir:reference [ fhir:v "HealthcareService/1234567" ] ;
fhir:display [ fhir:v "My Healthcare servicecenter" ]
] ) ; #
fhir:endpoint ( [
fhir:link <http://fhir.link/jdjdjdj> ;
fhir:reference [ fhir:v "http://fhir.link/jdjdjdj" ] ;
fhir:display [ fhir:v "OpusDatabas" ]
] ) . #