@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://hl7.org/fhir/us/pacio-pfe/Practitioner/PFEIG-Practitioner-RonMarble> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "PFEIG-Practitioner-RonMarble"] ;
  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 PFEIG-Practitioner-RonMarble</b></p><a name=\"PFEIG-Practitioner-RonMarble\"> </a><a name=\"hcPFEIG-Practitioner-RonMarble\"> </a><p><b>active</b>: true</p><p><b>name</b>: Ron Marble</p><p><b>telecom</b>: ph: -unknown-</p><p><b>gender</b>: Male</p></div>"
  ] ;
  fhir:Practitioner.active [ fhir:value "true"^^xsd:boolean] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.text [ fhir:value "Ron Marble" ] ;
     fhir:HumanName.family [ fhir:value "Marble" ] ;
     fhir:HumanName.given [
       fhir:value "Ron" ;
       fhir:index 0
     ]
  ] ;
  fhir:Practitioner.telecom [
     fhir:index 0 ;
     fhir:ContactPoint.system [ fhir:value "phone" ]
  ] ;
  fhir:Practitioner.gender [ fhir:value "male"] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/us/pacio-pfe/Practitioner/PFEIG-Practitioner-RonMarble.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/us/pacio-pfe/Practitioner/PFEIG-Practitioner-RonMarble.ttl> .

# -------------------------------------------------------------------------------------

