RIVO Noord Zorgviewer MVP2 Implementation Guide
0.2.1 - CI build Netherlands flag

RIVO Noord Zorgviewer MVP2 Implementation Guide - Local Development build (v0.2.1). See the Directory of published versions

: Epic Practitioner Example - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "e-fLnBq-lBzq8jPEBkxuqjA3"] ; # 
  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><b>Generated Narrative: Practitioner</b><a name=\"e-fLnBq-lBzq8jPEBkxuqjA3\"> </a></p><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\">Resource Practitioner &quot;e-fLnBq-lBzq8jPEBkxuqjA3&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.8&amp;canonical=http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner\">nl-core-practitioner</a></p></div><p><b>identifier</b>: INTERNAL:    IMMD (use: USUAL), EXTERNAL: IMMD (use: USUAL), PROVID: 10000641 (use: USUAL), VEKTIS: 03103161 (use: USUAL), INTERNAL:  10000641 (use: USUAL), EXTERNAL: 10000641 (use: 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>-</td><td><b>Code</b></td></tr><tr><td>*</td><td>Arts <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#11)</span></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
fhir:text [ fhir:v "INTERNAL" ]     ] ;
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 "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 "INTERNAL" ]     ] ;
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: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" ]       ] ) ;
fhir:text [ fhir:v "Arts" ]     ]
  ] ) . #