@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/uv/fhir-clinical-document/Practitioner/Doctor2> a fhir:Practitioner ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Doctor2"] ;
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2013-05-05T16:13:03Z"^^xsd:dateTime ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner Doctor2</b></p><a name=\"Doctor2\"> </a><a name=\"hcDoctor2\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2013-05-05 16:13:03+0000; Language: en</p></div><p><b>identifier</b>: <code>http://www.acme.org/practitioners</code>/27</p><p><b>name</b>: BettaB Careful </p></div>"
  ] ;
  fhir:Practitioner.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "http://www.acme.org/practitioners" ] ;
     fhir:Identifier.value [ fhir:value "27" ]
  ] ;
  fhir:Practitioner.name [
     fhir:index -1 ;
     fhir:HumanName.family [ fhir:value "Careful" ] ;
     fhir:HumanName.given [
       fhir:value "BettaB" ;
       fhir:index -1
     ] ;
     fhir:HumanName.prefix [
       fhir:value "Dr" ;
       fhir:index -1
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/uv/fhir-clinical-document/Practitioner/Doctor2.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/uv/fhir-clinical-document/Practitioner/Doctor2.ttl> .

# -------------------------------------------------------------------------------------

