Guías de Implementación HL7 FHIR: CR Core
0.1.1-draft - ci-build
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
Page standards status: Informative |
{
"resourceType" : "Patient",
"id" : "pacienteNacional01",
"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 pacienteNacional01</b></p><a name=\"pacienteNacional01\"> </a><a name=\"hcpacienteNacional01\"> </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;\">Carlos Andrés Rodríguez Vargas (official) Male, DoB: 1985-04-12 ( Cédula de Identidad del Registro Civil: Sistema de Identificadores MPI de EDUS#112345678\u00a0(use:\u00a0official,\u00a0period:\u00a0(?) --> 2028-01-01))</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 M}\">Casado</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:+50612345678\">+50612345678</a></li><li><a href=\"tel:+50698765432\">+50698765432</a></li><li><a href=\"mailto:carlos.rodriguez@acme.com\">carlos.rodriguez@acme.com</a></li><li><a href=\"mailto:carlos.rv@example.com\">carlos.rv@example.com</a></li><li>Calle Central, Barrio Chino Central San José 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" : "CEDULA",
"display" : "Cédula de Identidad del Registro Civil"
}
]
},
"system" : "https://hie.cr/mpi",
"value" : "112345678",
"period" : {
"end" : "2028-01-01"
}
}
],
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Rodríguez Vargas",
"given" : [
"Carlos",
"Andrés"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+50612345678",
"use" : "home"
},
{
"system" : "phone",
"value" : "+50698765432",
"use" : "mobile"
},
{
"system" : "email",
"value" : "carlos.rodriguez@acme.com",
"use" : "work"
},
{
"system" : "email",
"value" : "carlos.rv@example.com",
"use" : "home"
}
],
"gender" : "male",
"birthDate" : "1985-04-12",
"address" : [
{
"use" : "home",
"type" : "both",
"line" : [
"Calle Central,",
"Barrio Chino"
],
"city" : "Central",
"_city" : {
"extension" : [
{
"url" : "https://ministeriodesalud.go.cr/fhir/core/StructureDefinition/CityCodeExt",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://ministeriodesalud.go.cr/fhir/core/CodeSystem/city-code",
"code" : "101",
"display" : "San José"
}
]
}
}
]
},
"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" : "10104",
"display" : "Catedral"
}
]
}
}
]
},
"state" : "San José",
"_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" : "M"
}
],
"text" : "Casado"
}
}