FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cr.core
Resource TypeOrganization
IdOrganization-CROrganizationMinistryOfHealth.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization CROrganizationMinistryOfHealth

Profile: Organización

identifier: Cédula Jurídica/3-001-234567 (use: official, )

active: true

type: Prestadora de Servicios de Salud

name: Ministerio de Salud

alias: MS, MINSA, Ministerio de Salud Pública

description:

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.

Contacts

-NameTelecom
*Patricia García +506 2233 3000, info@ministeriodesalud.go.cr

Source1

{
  "resourceType": "Organization",
  "id": "CROrganizationMinistryOfHealth",
  "meta": {
    "profile": [
      "https://hl7.or.cr/fhir/core/StructureDefinition/cr-core-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "https://hl7.or.cr/fhir/terminology/CodeSystem/organization-identifier-type",
            "code": "cedula-juridica",
            "display": "Cédula Jurídica"
          }
        ]
      },
      "system": "https://hl7.or.cr/fhir/terminology/NamingSystem/cr-organization-id",
      "value": "3-001-234567"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "https://hl7.or.cr/fhir/terminology/CodeSystem/organization-type",
          "code": "prestadora-servicios-salud",
          "display": "Prestadora de Servicios de Salud"
        }
      ]
    }
  ],
  "name": "Ministerio de Salud",
  "alias": [
    "MS",
    "MINSA",
    "Ministerio de Salud Pública"
  ],
  "description": "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.",
  "contact": [
    {
      "name": [
        {
          "family": "García",
          "given": [
            "Patricia"
          ]
        }
      ],
      "telecom": [
        {
          "system": "phone",
          "value": "+506 2233 3000"
        },
        {
          "system": "email",
          "value": "info@ministeriodesalud.go.cr"
        }
      ]
    }
  ]
}