@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://fhir.ee/vris/Patient/patientChild1> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "patientChild1"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.ee/vris/StructureDefinition/ee-vris-patient-child"^^xsd:anyURI ;
       fhir:link <https://fhir.ee/vris/StructureDefinition/ee-vris-patient-child>
     ] )
  ] ; # 
  fhir:language [ fhir:v "et"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"et\" lang=\"et\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patientChild1</b></p><a name=\"patientChild1\"> </a><a name=\"hcpatientChild1\"> </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\">Language: et</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ee-vris-patient-child.html\">Patient: EE VRIS Child</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Laps Beebi (official) Female, DoB: 2026-05-12 ( https://fhir.ee/sid/pid/est/ni#60506120123)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Tallinn, Eesti(home)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Also see: <a href=\"Patient-patientFemale.html\">Leena Lööve (official) Female, DoB: 1983-01-11 ( https://fhir.ee/sid/pid/est/ni#38301105216)</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"https://build.fhir.org/ig/HL7/fhir-extensions/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">Tallinn EE </td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:Address ;
       fhir:city [ fhir:v "Tallinn" ] ;
       fhir:country [ fhir:v "EE" ]
     ]
  ] ) ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "https://fhir.ee/sid/pid/est/ni"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "60506120123" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:family [ fhir:v "Beebi" ] ;
     fhir:given ( [ fhir:v "Laps" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "2026-05-12"^^xsd:date] ; # 
  fhir:address ( [
     fhir:use [ fhir:v "home" ] ;
     fhir:text [ fhir:v "Tallinn, Eesti" ] ;
     fhir:city [ fhir:v "Tallinn" ] ;
     fhir:country [ fhir:v "EE" ]
  ] ) ; # 
  fhir:link ( [
     fhir:other [
       fhir:link <https://fhir.ee/vris/Patient/patientFemale> ;
       fhir:reference [ fhir:v "Patient/patientFemale" ]
     ] ;
     fhir:type [ fhir:v "seealso" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

