@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/Organization/3092> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "3092"] ; # 
  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: Organization 3092</b></p><a name=\"3092\"> </a><a name=\"hc3092\"> </a><p><b>identifier</b>: Cédula Jurídica/. (use: official, )</p><p><b>type</b>: <span title=\"Codes:{https://ministeriodesalud.go.cr/fhir/receta/CodeSystem/institution-type-code 6}\">Consultorio Particular</span></p><p><b>name</b>: Consultorio Particular de MARIA JOSE ARRIETA</p><p><b>telecom</b>: ph: 8665-1234, <a href=\"mailto:dra.arrieta@nuevamentecr.com\">dra.arrieta@nuevamentecr.com</a></p><p><b>address</b>: Lourdes, Montes de Oca</p></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/institution-id-type-code"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "1" ] ;
         fhir:display [ fhir:v "Cédula Jurídica" ]
       ] ) ;
       fhir:text [ fhir:v "Cédula Jurídica" ]
     ] ;
     fhir:value [ fhir:v "." ]
  ] ) ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [ fhir:v "https://ministeriodesalud.go.cr/fhir/receta/CodeSystem/institution-type-code"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "6" ] ;
       fhir:display [ fhir:v "Consultorio Particular" ]
     ] ) ;
     fhir:text [ fhir:v "Consultorio Particular" ]
  ] ) ; # 
  fhir:name [ fhir:v "Consultorio Particular de MARIA JOSE ARRIETA"] ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "8665-1234" ]
  ] [
     fhir:system [ fhir:v "email" ] ;
     fhir:value [ fhir:v "dra.arrieta@nuevamentecr.com" ]
  ] ) ; # 
  fhir:address ( [
     fhir:text [ fhir:v "Lourdes, Montes de Oca" ] ;
     fhir:city [ fhir:v "MONTES DE OCA" ] ;
     fhir:district [ fhir:v "LOURDES" ] ;
     fhir:state [ fhir:v "SAN JOSÉ" ] ;
     fhir:country [ fhir:v "Costa Rica" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

