@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/Patient/au-core-relatedperson-patient> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "au-core-relatedperson-patient"] ;
  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: Patient au-core-relatedperson-patient</b></p><a name=\"au-core-relatedperson-patient\"> </a><a name=\"hcau-core-relatedperson-patient\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Mia Leanne Banks(official) Female, DoB: 1983-08-25 ( http://ns.electronichealth.net.au/id/hi/ihi/1.0#Austalian Healthcare Identifier - Individual#8003608333647261)</p><hr/></div>"
  ] ;
  fhir:Patient.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/ihi/1.0" ] ;
     fhir:Identifier.value [ fhir:value "8003608333647261" ]
  ] ;
  fhir:Patient.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "official" ] ;
     fhir:HumanName.text [ fhir:value "Mia Leanne Banks" ] ;
     fhir:HumanName.family [ fhir:value "Banks" ] ;
     fhir:HumanName.given [
       fhir:value "Mia" ;
       fhir:index 0
     ], [
       fhir:value "Leanne" ;
       fhir:index 1
     ]
  ] ;
  fhir:Patient.gender [ fhir:value "female"] ;
  fhir:Patient.birthDate [ fhir:value "1983-08-25"^^xsd:date] .

# - ontology header ------------------------------------------------------------

<http://fhirfrog.org/fhir/au-core-tests/Patient/au-core-relatedperson-patient.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

