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

: Profesional de salud Residente Completo - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "profesionalSaludResidente01",
  "meta" : {
    "profile" : [
      🔗 "https://ministeriodesalud.go.cr/fhir/core/StructureDefinition/practitioner-cr-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner profesionalSaludResidente01</b></p><a name=\"profesionalSaludResidente01\"> </a><a name=\"hcprofesionalSaludResidente01\"> </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-practitioner-cr-core.html\">Profesional de Salud</a></p></div><p><b>identifier</b>: Documento de Identificación Migratorio para Extranjeros/123456789012\u00a0(use:\u00a0official,\u00a0period:\u00a0(?) --&gt; 2027-08-15)</p><p><b>active</b>: true</p><p><b>name</b>: Luis García (Official)</p><p><b>telecom</b>: <a href=\"tel:+50687820000\">+50687820000</a>, <a href=\"mailto:luis.garcia@clinica.org\">luis.garcia@clinica.org</a></p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1960-09-01</p><p><b>address</b>: Hotel Ave del Paraíso Montes de Oca San Pedro 10101 Costa Rica (home)</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "https://ministeriodesalud.go.cr/fhir/core/CodeSystem/identification-domain",
            "code" : "DIMEX",
            "display" : "Documento de Identificación Migratorio para Extranjeros"
          }
        ]
      },
      "system" : "https://hie.cr/mpi",
      "value" : "123456789012",
      "period" : {
        "end" : "2027-08-15"
      }
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "García",
      "given" : [
        "Luis"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+50687820000",
      "use" : "home"
    },
    {
      "system" : "email",
      "value" : "luis.garcia@clinica.org",
      "use" : "work"
    }
  ],
  "gender" : "male",
  "birthDate" : "1960-09-01",
  "address" : [
    {
      "use" : "home",
      "type" : "both",
      "line" : [
        "Hotel Ave del Paraíso"
      ],
      "city" : "Montes de Oca",
      "_city" : {
        "extension" : [
          {
            "url" : "https://ministeriodesalud.go.cr/fhir/core/StructureDefinition/CityCodeExt",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://ministeriodesalud.go.cr/fhir/core/CodeSystem/city-code",
                  "code" : "115",
                  "display" : "Montes de Oca"
                }
              ]
            }
          }
        ]
      },
      "district" : "San José",
      "_district" : {
        "extension" : [
          {
            "url" : "https://ministeriodesalud.go.cr/fhir/core/StructureDefinition/DistrictCodeExt",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://ministeriodesalud.go.cr/fhir/core/CodeSystem/district-code",
                  "code" : "11501",
                  "display" : "San Pedro"
                }
              ]
            }
          }
        ]
      },
      "state" : "San Pedro",
      "_state" : {
        "extension" : [
          {
            "url" : "https://ministeriodesalud.go.cr/fhir/core/StructureDefinition/StateCodeExt",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://ministeriodesalud.go.cr/fhir/core/CodeSystem/state-code",
                  "code" : "1",
                  "display" : "San José"
                }
              ]
            }
          }
        ]
      },
      "postalCode" : "10101",
      "country" : "Costa Rica",
      "_country" : {
        "extension" : [
          {
            "url" : "https://ministeriodesalud.go.cr/fhir/core/StructureDefinition/CountryCodeExt",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "urn:iso:std:iso:3166",
                  "code" : "CRI",
                  "display" : "Costa Rica"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}