@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://dips.no/fhir/R4/PractitionerRole/agb59> a fhir:PractitionerRole ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "agb59"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole agb59</b></p><a name=\"agb59\"> </a><a name=\"hcagb59\"> </a><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.9038.60.1</code>/59</p></div>"
  ] ;
  fhir:PractitionerRole.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "urn:oid:1.3.6.1.4.1.9038.60.1" ] ;
     fhir:Identifier.value [ fhir:value "59" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://dips.no/fhir/R4/PractitionerRole/agb59.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

