Guías de Implementación FHIR Receta Digital | Ministerio de Salud
1.1.0-ballot - ci-build Costa Rica flag

Guías de Implementación FHIR Receta Digital | Ministerio de Salud - Local Development build (v1.1.0-ballot) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Organización - CENTRO MEDICO CCSS - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "12102",
  "text" : {
    "status" : "generated",
    "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\u00a0(use:\u00a0official,\u00a0)</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>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "https://ministeriodesalud.go.cr/fhir/receta/CodeSystem/institution-id-type-code",
            "code" : "1",
            "display" : "Cédula Jurídica"
          }
        ],
        "text" : "Cédula Jurídica"
      },
      "value" : "400004214703"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://ministeriodesalud.go.cr/fhir/receta/CodeSystem/institution-type-code",
          "code" : "5",
          "display" : "Centro Médico"
        }
      ],
      "text" : "Centro Médico"
    }
  ],
  "name" : "CENTRO MEDICO CCSS",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "22969745"
    },
    {
      "system" : "email",
      "value" : "krdelgado@ccss.sa.cr"
    }
  ],
  "address" : [
    {
      "text" : "150 METROS OESTE DE LA ENTRADA A EMERGENCIA DEL HOSPITAL MÉXICO, CARRETERA A REPRETEL.",
      "city" : "SAN JOSÉ",
      "district" : "URUCA",
      "state" : "SAN JOSÉ",
      "country" : "Costa Rica"
    }
  ]
}