@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://gidsopenstandaarden.github.io/koppelmij-implementation-guide/Practitioner/ProviderTasks-Practitioner-De-Jong> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ProviderTasks-Practitioner-De-Jong"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner"^^xsd:anyURI ;
       fhir:link <http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "empty" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">No human-readable text provided in this case.</div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://fhir.nl/fhir/NamingSystem/big"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "28910456" ]
  ] ) ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:text [ fhir:v "L. de Jong" ] ;
     fhir:family [
       fhir:v "de Jong" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "de"
         ]
       ] [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-name"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:string ;
           fhir:v "Jong"
         ]
       ] )
     ] ;
     fhir:given ( [
       fhir:v "L." ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:code ;
           fhir:v "IN"
         ]
       ] )
     ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "+31655504321" ] ;
     fhir:use [ fhir:v "work" ]
  ] [
     fhir:system [ fhir:v "email" ] ;
     fhir:value [ fhir:v "l.dejong@huisartspraktijk-example.nl" ] ;
     fhir:use [ fhir:v "work" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

