Guías de Implementación HL7 FHIR: CR Core
0.1.1-draft - ci-build Costa Rica flag

Guías de Implementación HL7 FHIR: CR Core, published by Ministerio de Salud de Costa Rica. This guide is not an authorized publication; it is the continuous build for version 0.1.1-draft built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HIE-cr/core-ig/ and changes regularly. See the Directory of published versions

: Organización- Hospital Privado - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "Organizacion-Hospital-Privado-03",
  "meta" : {
    "profile" : [
      🔗 "https://ministeriodesalud.go.cr/fhir/core/StructureDefinition/organization-cr-core"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Organizacion-Hospital-Privado-03</b></p><a name=\"Organizacion-Hospital-Privado-03\"> </a><a name=\"hcOrganizacion-Hospital-Privado-03\"> </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-organization-cr-core.html\">Organizaciones</a></p></div><p><b>Tipo de Servicios de salud</b>: <span title=\"Codes:{https://ministeriodesalud.go.cr/fhir/core/CodeSystem/organization-activity-code 8610.0.01}\">Servicios de hospitalización</span></p><p><b>identifier</b>: Cédula Jurídica/3101176555\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://ministeriodesalud.go.cr/fhir/core/CodeSystem/organization-type-code hospital-nacional-privado}\">Hospital General Privado</span></p><p><b>name</b>: Hospital CIMA San José</p><p><b>alias</b>: Hospital CIMA</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Purpose</b></td><td><b>Name</b></td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/contactentity-type PATINF}\">Información al Paciente</span></td><td>Jorge Ramos(Official)</td><td><a href=\"tel:+50622081000\">+506 2208 1000</a>, <a href=\"mailto:info@hospitalcima.com\">info@hospitalcima.com</a></td><td>San José, Costa Rica(work)</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://ministeriodesalud.go.cr/fhir/core/StructureDefinition/organization-service-type",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://ministeriodesalud.go.cr/fhir/core/CodeSystem/organization-activity-code",
            "code" : "8610.0.01"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "https://ministeriodesalud.go.cr/fhir/core/CodeSystem/identification-domain",
            "code" : "JURIDICA",
            "display" : "Cédula Jurídica"
          }
        ]
      },
      "system" : "https://hacienda.go.cr/facility",
      "value" : "3101176555"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://ministeriodesalud.go.cr/fhir/core/CodeSystem/organization-type-code",
          "code" : "hospital-nacional-privado"
        }
      ]
    }
  ],
  "name" : "Hospital CIMA San José",
  "alias" : [
    "Hospital CIMA"
  ],
  "contact" : [
    {
      "purpose" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/contactentity-type",
            "code" : "PATINF"
          }
        ],
        "text" : "Información al Paciente"
      },
      "name" : [
        {
          "use" : "official",
          "text" : "Jorge Ramos",
          "family" : "Ramos",
          "given" : [
            "Jorge"
          ]
        }
      ],
      "telecom" : [
        {
          "system" : "phone",
          "value" : "+506 2208 1000",
          "use" : "work"
        },
        {
          "system" : "email",
          "value" : "info@hospitalcima.com",
          "use" : "work"
        }
      ],
      "address" : {
        "use" : "work",
        "type" : "both",
        "text" : "San José, Costa Rica",
        "line" : [
          "San José, Costa Rica"
        ],
        "city" : "Escazú",
        "state" : "San José"
      }
    }
  ]
}