@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://fhir.ehdsi.eu/epd/Practitioner/practitioner2> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "practitioner2"] ;
  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: Practitioner practitioner2</b></p><a name=\"practitioner2\"> </a><a name=\"hcpractitioner2\"> </a><p><b>identifier</b>: hpc-pharm-124</p><p><b>name</b>: Moon Farmatseut </p></div>"
  ] ;
  fhir:Practitioner.identifier [
     fhir:index 0 ;
     fhir:Identifier.value [ fhir:value "hpc-pharm-124" ]
  ] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.family [ fhir:value "Farmatseut" ] ;
     fhir:HumanName.given [
       fhir:value "Moon" ;
       fhir:index 0
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://fhir.ehdsi.eu/epd/Practitioner/practitioner2.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

