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

: Paciente Residente Completo - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "pacienteResidente03",
  "meta" : {
    "profile" : [
      🔗 "https://ministeriodesalud.go.cr/fhir/core/StructureDefinition/patient-cr-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient pacienteResidente03</b></p><a name=\"pacienteResidente03\"> </a><a name=\"hcpacienteResidente03\"> </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-patient-cr-core.html\">Paciente</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Zhang Li (official) Male, DoB: 1990-09-01 ( Documento de Identificación Migratorio para Extranjeros: Sistema de Identificadores MPI de EDUS#123456789012\u00a0(use:\u00a0official,\u00a0period:\u00a0(?) --&gt; 2027-08-15))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus S}\">Soltero</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+50678901234\">+50678901234</a></li><li><a href=\"tel:+8613800138000\">+8613800138000</a></li><li><a href=\"mailto:zhang.li@example.com\">zhang.li@example.com</a></li><li>Hotel Ave del Paraíso Montes de Oca San Pedro 10101 Costa Rica (home)</li></ul></td></tr></table></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" : "Li",
      "given" : [
        "Zhang"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+50678901234",
      "use" : "home"
    },
    {
      "system" : "phone",
      "value" : "+8613800138000",
      "use" : "mobile"
    },
    {
      "system" : "email",
      "value" : "zhang.li@example.com",
      "use" : "work"
    }
  ],
  "gender" : "male",
  "birthDate" : "1990-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"
                }
              ]
            }
          }
        ]
      }
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "S"
      }
    ],
    "text" : "Soltero"
  }
}