@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 -------------------------------------------------------------------

<https://gematik.de/fhir/isik/Implementationguide/ICU/Practitioner/PractitionerWalterArzt> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PractitionerWalterArzt"] ; # 
  fhir:meta [
     fhir:source [
       fhir:v "http://krankenhaus.de"^^xsd:anyURI ;
       fhir:l <http://krankenhaus.de>
     ] ;
     fhir:profile ( [
       fhir:v "https://gematik.de/fhir/isik/StructureDefinition/ISiKPersonImGesundheitsberuf"^^xsd:anyURI ;
       fhir:l <https://gematik.de/fhir/isik/StructureDefinition/ISiKPersonImGesundheitsberuf>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner PractitionerWalterArzt</b></p><a name=\"PractitionerWalterArzt\"> </a><a name=\"hcPractitionerWalterArzt\"> </a><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\"/><p style=\"margin-bottom: 0px\">Information Source: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.5.4&amp;canonical=http://krankenhaus.de\">http://krankenhaus.de</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ISiKPersonImGesundheitsberuf.html\">ISiKPersonImGesundheitsberuf</a></p></div><p><b>identifier</b>: Lifelong physician number/123456789, Doctor number/123456789123456</p><p><b>active</b>: true</p><p><b>name</b>: Walter Arzt(Official), Gross(Name changed for Marriage)</p><p><b>address</b>: Schmiedegasse 16 Potsdam 14469 DE </p><p><b>gender</b>: Male</p><p><b>birthDate</b>: Absent because : masked</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:{http://snomed.info/sct 309343006}\">Physician (occupation)</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>
         ] ;
         fhir:code [ fhir:v "LANR" ]
       ] )
     ] ;
     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 "123456789" ]
  ] [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>
         ] ;
         fhir:code [ fhir:v "DN" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://fhir.de/sid/bundesaerztekammer/efn"^^xsd:anyURI ;
       fhir:l <http://fhir.de/sid/bundesaerztekammer/efn>
     ] ;
     fhir:value [ fhir:v "123456789123456" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:text [ fhir:v "Walter Arzt" ] ;
     fhir:family [
       fhir:v "Arzt" ;
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-name"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/humanname-own-name>
         ] ;
         fhir:value [
           a fhir:String ;
           fhir:v "Arzt"
         ]
       ] )
     ] ;
     fhir:given ( [ fhir:v "Walter" ] )
  ] [
     fhir:use [ fhir:v "maiden" ] ;
     fhir:text [ fhir:v "Gross" ] ;
     fhir:family [
       fhir:v "Gross" ;
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-own-name"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/humanname-own-name>
         ] ;
         fhir:value [
           a fhir:String ;
           fhir:v "Gross"
         ]
       ] )
     ]
  ] ) ; # 
  fhir:address ( [
     fhir:type [ fhir:v "both" ] ;
     fhir:line ( [
       fhir:v "Schmiedegasse 16" ;
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber>
         ] ;
         fhir:value [
           a fhir:String ;
           fhir:v "16"
         ]
       ] [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName>
         ] ;
         fhir:value [
           a fhir:String ;
           fhir:v "Schmiedegasse"
         ]
       ] )
     ] ) ;
     fhir:city [ fhir:v "Potsdam" ] ;
     fhir:postalCode [ fhir:v "14469" ] ;
     fhir:country [ fhir:v "DE" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/data-absent-reason>
       ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "masked"
       ]
     ] )
  ] ; # 
  fhir:qualification ( [
     fhir:code [
       fhir:coding ( [
         a sct:309343006 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:version [ fhir:v "http://snomed.info/sct/900000000000207008/version/20200131" ] ;
         fhir:code [ fhir:v "309343006" ] ;
         fhir:display [ fhir:v "Physician (occupation)" ]
       ] )
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

