@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/12102> a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "12102"] ; # 
  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 12102</b></p><a name=\"12102\"> </a><a name=\"hc12102\"> </a><p><b>identifier</b>: Cédula Jurídica/400004214703 (use: official, )</p><p><b>type</b>: <span title=\"Codes:{https://ministeriodesalud.go.cr/fhir/receta/CodeSystem/institution-type-code 5}\">Centro Médico</span></p><p><b>name</b>: CENTRO MEDICO CCSS</p><p><b>telecom</b>: ph: 22969745, <a href=\"mailto:krdelgado@ccss.sa.cr\">krdelgado@ccss.sa.cr</a></p><p><b>address</b>: 150 METROS OESTE DE LA ENTRADA A EMERGENCIA DEL HOSPITAL MÉXICO, CARRETERA A REPRETEL.</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 "400004214703" ]
  ] ) ; # 
  fhir:type ( [
     fhir:coding ( [
       fhir:system [ fhir:v "https://ministeriodesalud.go.cr/fhir/receta/CodeSystem/institution-type-code"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "5" ] ;
       fhir:display [ fhir:v "Centro Médico" ]
     ] ) ;
     fhir:text [ fhir:v "Centro Médico" ]
  ] ) ; # 
  fhir:name [ fhir:v "CENTRO MEDICO CCSS"] ; # 
  fhir:telecom ( [
     fhir:system [ fhir:v "phone" ] ;
     fhir:value [ fhir:v "22969745" ]
  ] [
     fhir:system [ fhir:v "email" ] ;
     fhir:value [ fhir:v "krdelgado@ccss.sa.cr" ]
  ] ) ; # 
  fhir:address ( [
     fhir:text [ fhir:v "150 METROS OESTE DE LA ENTRADA A EMERGENCIA DEL HOSPITAL MÉXICO, CARRETERA A REPRETEL." ] ;
     fhir:city [ fhir:v "SAN JOSÉ" ] ;
     fhir:district [ fhir:v "URUCA" ] ;
     fhir:state [ fhir:v "SAN JOSÉ" ] ;
     fhir:country [ fhir:v "Costa Rica" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

