RIVO-Noord Zorgviewer Implementation Guide, published by RIVO-NN HL7NL. This guide is not an authorized publication; it is the continuous build for version 1.9.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/RIVO-Noord/zorgviewer-ig/ and changes regularly. See the Directory of published versions
: Epic Practitioner Example met SNOMED CT - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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:Practitioner ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "e-fLnBq-lBzq8jPEBkxuqjA3-SCT"] ; #
fhir:meta [
( fhir:profile [ fhir:v "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"^^xsd:anyURI ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Gegenereerde narrative: Practitioner e-fLnBq-lBzq8jPEBkxuqjA3-SCT</b></p><a name=\"e-fLnBq-lBzq8jPEBkxuqjA3-SCT\"> </a><a name=\"hce-fLnBq-lBzq8jPEBkxuqjA3-SCT\"> </a><a name=\"e-fLnBq-lBzq8jPEBkxuqjA3-SCT-nl-NL\"> </a><p><b>identifier</b>: EXTERNAL/IMMD (gebruik: usual, ), PROVID/10000641 (gebruik: usual, ), VEKTIS/03103161 (gebruik: usual, ), EXTERNAL/10000641 (gebruik: usual, )</p><p><b>active</b>: true</p><p><b>name</b>: Schroder, CP, Arts</p><p><b>telecom</b>: <a href=\"mailto:int.arts@umcg.nl\">int.arts@umcg.nl</a></p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1967-01-28</p><h3>Qualifications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{urn:oid:1.2.840.114350.1.13.485.3.7.4.836982.6000 11}, {http://snomed.info/sct 309343006}\">Arts</span></td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
fhir:text [ fhir:v "EXTERNAL" ] ] ;
fhir:system [ fhir:v "urn:oid:1.2.840.114350.1.13.485.3.7.2.697780"^^xsd:anyURI ] ;
fhir:value [ fhir:v "IMMD" ]
] [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
fhir:text [ fhir:v "PROVID" ] ] ;
fhir:system [ fhir:v "urn:oid:1.2.840.114350.1.13.485.3.7.5.737384.6"^^xsd:anyURI ] ;
fhir:value [ fhir:v "10000641" ]
] [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
fhir:text [ fhir:v "VEKTIS" ] ] ;
fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/agb-z"^^xsd:anyURI ] ;
fhir:value [ fhir:v "03103161" ]
] [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
fhir:text [ fhir:v "EXTERNAL" ] ] ;
fhir:system [ fhir:v "urn:oid:1.2.840.114350.1.13.485.3.7.2.836982"^^xsd:anyURI ] ;
fhir:value [ fhir:v "10000641" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:text [ fhir:v "Schroder, CP, Arts" ] ;
fhir:family [ fhir:v "Schroder" ] ;
( fhir:given [ fhir:v "CP." ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "int.arts@umcg.nl" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1967-01-28"^^xsd:date] ; #
fhir:qualification ( [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.840.114350.1.13.485.3.7.4.836982.6000"^^xsd:anyURI ] ;
fhir:code [ fhir:v "11" ] ;
fhir:display [ fhir:v "Arts" ] ] [
a sct:309343006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "309343006" ] ;
fhir:display [ fhir:v "Medical doctor" ] ] ) ;
fhir:text [ fhir:v "Arts" ] ]
] ) . #