@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.org/fhir/uv/dap/PractitionerRole/DrRole> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DrRole"] ; # 
  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: PractitionerRole DrRole</b></p><a name=\"DrRole\"> </a><a name=\"hcDrRole\"> </a><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/dap/CodeSystem/MyOrgRolesCS doctor}\">Doctor</span></p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:code ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/uv/dap/CodeSystem/MyOrgRolesCS"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/uv/dap/CodeSystem/MyOrgRolesCS>
       ] ;
       fhir:code [ fhir:v "doctor" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

