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

: Listado de especialidades - JSON Representation

Page standards status: Draft Maturity Level: 0

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "speciality-list",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet speciality-list</b></p><a name=\"speciality-list\"> </a><a name=\"hcspeciality-list\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-practice-code.html\"><code>https://ministeriodesalud.go.cr/fhir/core/CodeSystem/practice-code</code></a></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 0
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "draft"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "cgp"
    }
  ],
  "url" : "https://ministeriodesalud.go.cr/fhir/core/ValueSet/speciality-list",
  "version" : "0.1.1-draft",
  "name" : "SpecialityList",
  "title" : "Listado de especialidades",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-03-03",
  "publisher" : "Ministerio de Salud de Costa Rica",
  "contact" : [
    {
      "name" : "Ministerio de Salud de Costa Rica",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ministeriodesalud.go.cr/fhir"
        },
        {
          "system" : "email",
          "value" : "alejandro@meddyg.com"
        }
      ]
    },
    {
      "name" : "IHE Costa Rica",
      "telecom" : [
        {
          "system" : "email",
          "value" : "alejandro@meddyg.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Listado de especialidades de un profesional de la salud",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CR"
        }
      ]
    }
  ],
  "purpose" : "Metadata de la definición de la estructura",
  "copyright" : "Usado con el permiso de HL7 International, todos los derechos resevados en los Licencias de HL7 Internacional.",
  "compose" : {
    "include" : [
      {
        "system" : "https://ministeriodesalud.go.cr/fhir/core/CodeSystem/practice-code"
      }
    ]
  }
}