@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 -------------------------------------------------------------------

<https://fhir.dha.go.ke/ig/core/Patient/CR2026080100001-1> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "CR2026080100001-1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-patient|1.0.0" ;
       fhir:index 0 ;
       fhir:link <https://fhir.dha.go.ke/ig/core/StructureDefinition/kenya-core-patient|1.0.0>
     ]
  ] ;
  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 CR2026080100001-1</b></p><a name=\"CR2026080100001-1\"> </a><a name=\"hcCR2026080100001-1\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-kenya-core-patient.html\">KenyaCore Patient Profile</a> version: 1.0.0</p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Amina Hassan Female, DoB: 1990-05-14 ( https://fhir.sha.go.ke/fhir/identifier/phonenumber#+254712345678 (use: official, ))</p><hr/></div>"
  ] ;
  fhir:Patient.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.system [ fhir:value "https://fhir.sha.go.ke/fhir/identifier/phonenumber" ] ;
     fhir:Identifier.value [ fhir:value "+254712345678" ]
  ] ;
  fhir:Patient.name [
     fhir:index 0 ;
     fhir:HumanName.text [ fhir:value "Amina Hassan" ] ;
     fhir:HumanName.family [ fhir:value "Hassan" ] ;
     fhir:HumanName.given [
       fhir:value "Amina" ;
       fhir:index 0
     ]
  ] ;
  fhir:Patient.gender [ fhir:value "female"] ;
  fhir:Patient.birthDate [ fhir:value "1990-05-14"^^xsd:date] .

# - ontology header ------------------------------------------------------------

<https://fhir.dha.go.ke/ig/core/Patient/CR2026080100001-1.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

