@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 -------------------------------------------------------------------

<https://fhir.cognovis.de/praxis/Practitioner/PASClaimPractitionerExample> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PASClaimPractitionerExample"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner PASClaimPractitionerExample</b></p><a name=\"PASClaimPractitionerExample\"> </a><a name=\"hcPASClaimPractitionerExample\"> </a><p><b>identifier</b>: <code>https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR</code>/456789012</p><p><b>name</b>: Maria Schmidt </p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR"^^xsd:anyURI ;
       fhir:l <https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR>
     ] ;
     fhir:value [ fhir:v "456789012" ]
  ] ) ; # 
  fhir:name ( [
     fhir:family [ fhir:v "Schmidt" ] ;
     fhir:given ( [ fhir:v "Maria" ] ) ;
     fhir:prefix ( [ fhir:v "Dr." ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

