@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 -------------------------------------------------------------------

<http://hl7.dk/fhir/core/Practitioner/AbrahamLaege> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "AbrahamLaege"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hl7.dk/fhir/core/StructureDefinition/dk-core-practitioner"^^xsd:anyURI ;
       fhir:l <http://hl7.dk/fhir/core/StructureDefinition/dk-core-practitioner>
     ] )
  ] ; # 
  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 AbrahamLaege</b></p><a name=\"AbrahamLaege\"> </a><a name=\"hcAbrahamLaege\"> </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\">Profile: <a href=\"StructureDefinition-dk-core-practitioner.html\">Danish Core Practitioner Profile</a></p></div><p><b>name</b>: Abraham Murakami</p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: <code>https://autregweb.sst.dk</code>/005ML</p><p><b>code</b>: <span title=\"Codes:{http://hl7.dk/fhir/core/CodeSystem/DkCoreProfessionGroupCodes 7170}\">Læge</span></p><p><b>period</b>: 2005-03-15 --&gt; 2030-03-14</p></blockquote><blockquote><p><b>qualification</b></p><p><b>identifier</b>: <code>https://autregweb.sst.dk</code>/005M6</p><p><b>code</b>: <span title=\"Codes:{http://hl7.dk/fhir/core/CodeSystem/DkCoreProfessionGroupCodes 5166}\">Sygeplejerske</span></p><p><b>period</b>: 2002-09-01 --&gt; (ongoing)</p></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:name ( [
     fhir:text [ fhir:v "Abraham Murakami" ] ;
     fhir:family [ fhir:v "Murakami" ] ;
     fhir:given ( [ fhir:v "Abraham" ] )
  ] ) ; # 
  fhir:qualification ( [
     fhir:identifier ( [
       fhir:system [
         fhir:v "https://autregweb.sst.dk"^^xsd:anyURI ;
         fhir:l <https://autregweb.sst.dk>
       ] ;
       fhir:value [ fhir:v "005ML" ]
     ] ) ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.dk/fhir/core/CodeSystem/DkCoreProfessionGroupCodes"^^xsd:anyURI ;
           fhir:l <http://hl7.dk/fhir/core/CodeSystem/DkCoreProfessionGroupCodes>
         ] ;
         fhir:code [ fhir:v "7170" ]
       ] )
     ] ;
     fhir:period [
       fhir:start [ fhir:v "2005-03-15"^^xsd:date ] ;
       fhir:end [ fhir:v "2030-03-14"^^xsd:date ]
     ]
  ] [
     fhir:identifier ( [
       fhir:system [
         fhir:v "https://autregweb.sst.dk"^^xsd:anyURI ;
         fhir:l <https://autregweb.sst.dk>
       ] ;
       fhir:value [ fhir:v "005M6" ]
     ] ) ;
     fhir:code [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.dk/fhir/core/CodeSystem/DkCoreProfessionGroupCodes"^^xsd:anyURI ;
           fhir:l <http://hl7.dk/fhir/core/CodeSystem/DkCoreProfessionGroupCodes>
         ] ;
         fhir:code [ fhir:v "5166" ]
       ] )
     ] ;
     fhir:period [
       fhir:start [ fhir:v "2002-09-01"^^xsd:date ]
     ]
  ] ) . # 

# -------------------------------------------------------------------------------------

