@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://fhirfrog.org/fhir/au-core-tests/Practitioner/au-core-encounter-participant> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "au-core-encounter-participant"] ;
  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 au-core-encounter-participant</b></p><a name=\"au-core-encounter-participant\"> </a><a name=\"hcau-core-encounter-participant\"> </a><p><b>identifier</b>: <code>http://ns.electronichealth.net.au/id/hi/hpii/1.0</code>/8003621234567891</p><p><b>name</b>: Perry Frog(Official)</p></div>"
  ] ;
  fhir:Practitioner.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/hpii/1.0" ] ;
     fhir:Identifier.value [ fhir:value "8003621234567891" ]
  ] ;
  fhir:Practitioner.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.text [ fhir:value "Perry Frog" ] ;
     fhir:HumanName.family [ fhir:value "Frog" ] ;
     fhir:HumanName.given [
       fhir:value "Perry" ;
       fhir:index 0
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://fhirfrog.org/fhir/au-core-tests/Practitioner/au-core-encounter-participant.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

