Guía de Implementación CR Base FHIR®, published by Iniciativa HL7® Costa Rica. This guide is not an authorized publication; it is the continuous build for version 0.0.1-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cr/core/ and changes regularly. See the Directory of published versions
: Organización Ministerio de Salud (Público) - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
a fhir:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CROrganizationMinistryOfHealth"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-organization"^^xsd:anyURI ;
fhir:l <https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-organization> ] )
] ; #
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: Organization CROrganizationMinistryOfHealth</b></p><a name=\"CROrganizationMinistryOfHealth\"> </a><a name=\"hcCROrganizationMinistryOfHealth\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cr-core-organization.html\">Organización</a></p></div><p><b>identifier</b>: Cédula Jurídica/3-001-234567 (use: official, )</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://hl7.or.cr/fhir/terminology/CodeSystem/organization-type prestadora-servicios-salud}\">Prestadora de Servicios de Salud</span></p><p><b>name</b>: Ministerio de Salud</p><p><b>alias</b>: MS, MINSA, Ministerio de Salud Pública</p><p><b>description</b>: </p><div><p>Institución pública responsable de formular, ejecutar y evaluar las políticas, programas y proyectos en materia de salud. Actúa como rectora del sector salud en Costa Rica, responsable de la vigilancia epidemiológica, regulación sanitaria, autorización de medicamentos y coordinación intersectorial en salud.</p>\n</div><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>Patricia García </td><td><a href=\"tel:+50622333000\">+506 2233 3000</a>, <a href=\"mailto:info@ministeriodesalud.go.cr\">info@ministeriodesalud.go.cr</a></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "https://hl7.or.cr/fhir/terminology/CodeSystem/organization-identifier-type"^^xsd:anyURI ;
fhir:l <https://hl7.or.cr/fhir/terminology/CodeSystem/organization-identifier-type> ] ;
fhir:code [ fhir:v "cedula-juridica" ] ;
fhir:display [ fhir:v "Cédula Jurídica" ] ] ) ] ;
fhir:system [
fhir:v "https://hl7.or.cr/fhir/terminology/NamingSystem/cr-organization-id"^^xsd:anyURI ;
fhir:l <https://hl7.or.cr/fhir/terminology/NamingSystem/cr-organization-id> ] ;
fhir:value [ fhir:v "3-001-234567" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:type ( [
( fhir:coding [
fhir:system [
fhir:v "https://hl7.or.cr/fhir/terminology/CodeSystem/organization-type"^^xsd:anyURI ;
fhir:l <https://hl7.or.cr/fhir/terminology/CodeSystem/organization-type> ] ;
fhir:code [ fhir:v "prestadora-servicios-salud" ] ;
fhir:display [ fhir:v "Prestadora de Servicios de Salud" ] ] )
] ) ; #
fhir:name [ fhir:v "Ministerio de Salud"] ; #
fhir:alias ( [ fhir:v "MS"] [ fhir:v "MINSA"] [ fhir:v "Ministerio de Salud Pública"] ) ; #
fhir:description [ fhir:v "Institución pública responsable de formular, ejecutar y evaluar las políticas, programas y proyectos en materia de salud. Actúa como rectora del sector salud en Costa Rica, responsable de la vigilancia epidemiológica, regulación sanitaria, autorización de medicamentos y coordinación intersectorial en salud."] ; #
fhir:contact ( [
( fhir:name [
fhir:family [ fhir:v "García" ] ;
( fhir:given [ fhir:v "Patricia" ] ) ] ) ;
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+506 2233 3000" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "info@ministeriodesalud.go.cr" ] ] )
] ) . #