@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://ministeriodesalud.go.cr/fhir/receta/Patient/98015> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "98015"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 98015</b></p><a name=\"98015\"> </a><a name=\"hc98015\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">JEFFREY ALEJANDRO ARRIETA GUZMAN Male, DoB: 1985-01-12 ( Cédula Física: 112300555 (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 87077072</li><li><a href=\"mailto:jeff.esquivel@gmail.com\">jeff.esquivel@gmail.com</a></li><li>Sabanilla</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Practitioner-3092.html\">MARIA JOSE ARRIETA GUZMAN</a></li></ul></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
     fhir:use [ fhir:v "official" ] ;
     fhir:type [
       fhir:coding ( [
         fhir:system [ fhir:v "https://ministeriodesalud.go.cr/fhir/receta/CodeSystem/id-types-domain"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "1" ] ;
         fhir:display [ fhir:v "Cédula Física" ]
       ] ) ;
       fhir:text [ fhir:v "Cédula Física" ]
     ] ;
     fhir:value [ fhir:v "112300555" ]
  ] ) ; # 
  fhir:name ( [
     fhir:text [ fhir:v "JEFFREY ALEJANDRO ARRIETA GUZMAN" ] ;
     fhir:family [ fhir:v "ESQUIVEL SIBAJA" ] ;
     fhir:given ( [ fhir:v "JEFFREY ALEJANDRO" ] )
  ] ) ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "87077072" ]
  ] [
     fhir:system [ fhir:v "email" ] ;
     fhir:value [ fhir:v "jeff.esquivel@gmail.com" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1985-01-12"^^xsd:date] ; # 
  fhir:address ( [
     fhir:text [ fhir:v "Sabanilla" ] ;
     fhir:city [ fhir:v "MONTES DE OCA" ] ;
     fhir:district [ fhir:v "SABANILLA" ] ;
     fhir:state [ fhir:v "SAN JOSÉ" ] ;
     fhir:country [ fhir:v "Costa Rica" ]
  ] ) ; # 
  fhir:generalPractitioner ( [
     fhir:link <https://ministeriodesalud.go.cr/fhir/receta/Practitioner/3092> ;
     fhir:reference [ fhir:v "Practitioner/3092" ] ;
     fhir:display [ fhir:v "MARIA JOSE ARRIETA GUZMAN" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

