@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.huli.ai/r5/Patient/019b3f7c-1a2b-7000-8000-000000004001> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "019b3f7c-1a2b-7000-8000-000000004001"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2025-03-15T10:30:00Z"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "https://fhir.huli.ai/r5/StructureDefinition/huli-patient"^^xsd:anyURI ;
       fhir:l <https://fhir.huli.ai/r5/StructureDefinition/huli-patient>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 019b3f7c-1a2b-7000-8000-000000004001</b></p><a name=\"019b3f7c-1a2b-7000-8000-000000004001\"> </a><a name=\"hc019b3f7c-1a2b-7000-8000-000000004001\"> </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: 2025-03-15 10:30:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-huli-patient.html\">Huli Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Maria Elena Rodriguez Hernandez(official) Female, DoB: 1985-03-15 ( CURP)</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\"><ul><li><a href=\"tel:+525512345678\">+52 55 1234 5678</a></li><li><a href=\"mailto:maria.rodriguez@example.com\">maria.rodriguez@example.com</a></li><li>Av. Reforma 456, Depto 12 Ciudad de Mexico CDMX 06600 MX (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Next-of-Kin\">Next-of-Kin:</td><td colspan=\"3\"><ul><li>Carlos Rodriguez </li><li><a href=\"tel:+525598765432\">+52 55 9876 5432</a></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization/019b3f7c-1a2b-7000-8000-000000003002\">Centro Medico Huli MX</a></li></ul></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>
         ] ;
         fhir:code [ fhir:v "CURP" ]
       ] )
     ] ;
     fhir:system [
       fhir:v "http://www.renapo.gob.mx/curp"^^xsd:anyURI ;
       fhir:l <http://www.renapo.gob.mx/curp>
     ] ;
     fhir:value [ fhir:v "ROHM850315MDFDRL09" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:name ( [
     fhir:extension ( [
       fhir:url [
         fhir:v "https://fhir.huli.ai/r5/StructureDefinition/second-lastname"^^xsd:anyURI ;
         fhir:l <https://fhir.huli.ai/r5/StructureDefinition/second-lastname>
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "Hernandez"
       ]
     ] ) ;
     fhir:use [ fhir:v "official" ] ;
     fhir:text [ fhir:v "Maria Elena Rodriguez Hernandez" ] ;
     fhir:family [ fhir:v "Rodriguez" ] ;
     fhir:given ( [ fhir:v "Maria" ] [ fhir:v "Elena" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "+52 55 1234 5678" ] ;
     fhir:use [ fhir:v "mobile" ] ;
     fhir:rank [ fhir:v "1"^^xsd:positiveInteger ]
  ] [
     fhir:system [ fhir:v "email" ] ;
     fhir:value [ fhir:v "maria.rodriguez@example.com" ] ;
     fhir:use [ fhir:v "home" ]
  ] ) ; # 
  fhir:gender [ fhir:v "female"] ; # 
  fhir:birthDate [ fhir:v "1985-03-15"^^xsd:date] ; # 
  fhir:address ( [
     fhir:use [ fhir:v "home" ] ;
     fhir:type [ fhir:v "physical" ] ;
     fhir:line ( [ fhir:v "Av. Reforma 456, Depto 12" ] ) ;
     fhir:city [ fhir:v "Ciudad de Mexico" ] ;
     fhir:state [ fhir:v "CDMX" ] ;
     fhir:postalCode [ fhir:v "06600" ] ;
     fhir:country [ fhir:v "MX" ]
  ] ) ; # 
  fhir:contact ( [
     fhir:relationship ( [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v2-0131>
         ] ;
         fhir:code [ fhir:v "N" ] ;
         fhir:display [ fhir:v "Next-of-Kin" ]
       ] )
     ] ) ;
     fhir:name [
       fhir:family [ fhir:v "Rodriguez" ] ;
       fhir:given ( [ fhir:v "Carlos" ] )
     ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "phone" ] ;
       fhir:value [ fhir:v "+52 55 9876 5432" ]
     ] )
  ] ) ; # 
  fhir:managingOrganization [
     fhir:l <https://fhir.huli.ai/r5/Organization/019b3f7c-1a2b-7000-8000-000000003002> ;
     fhir:reference [ fhir:v "Organization/019b3f7c-1a2b-7000-8000-000000003002" ] ;
     fhir:display [ fhir:v "Centro Medico Huli MX" ]
  ] . # 

# -------------------------------------------------------------------------------------

