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" : "pacienteExtranjero02",
"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 pacienteExtranjero02</b></p><a name=\"pacienteExtranjero02\"> </a><a name=\"hcpacienteExtranjero02\"> </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;\">Emily Thompson (official) Female, DoB: 1978-03-18 ( Pasaporte: Sistema de Identificadores MPI de EDUS#JX123456\u00a0(use:\u00a0official,\u00a0period:\u00a0(?) --> 2030-05-27))</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 D}\">Divorciado</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:+14165550198\">+14165550198</a></li><li><a href=\"mailto:emily.thompson@example.ca\">emily.thompson@example.ca</a></li><li>Hotel Sheraton Escazú San José 10203 Costa Rica (temp)</li><li>123 Maple Street, Apartment 4B Toronto Ontario K1A 0B1 Canada (home)</li></ul></td></tr></table></div>"
},
"identifier" : [
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "https://ministeriodesalud.go.cr/fhir/core/CodeSystem/identification-domain",
"code" : "PASAPORTE",
"display" : "Pasaporte"
}
]
},
"system" : "https://hie.cr/mpi",
"value" : "JX123456",
"period" : {
"end" : "2030-05-27"
}
}
],
"active" : true,
"name" : [
{
"use" : "official",
"family" : "Thompson",
"given" : [
"Emily"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+14165550198",
"use" : "mobile"
},
{
"system" : "email",
"value" : "emily.thompson@example.ca",
"use" : "home"
}
],
"gender" : "female",
"birthDate" : "1978-03-18",
"address" : [
{
"use" : "temp",
"type" : "physical",
"line" : [
"Hotel Sheraton"
],
"city" : "Escazú",
"_city" : {
"extension" : [
{
"url" : "https://ministeriodesalud.go.cr/fhir/core/StructureDefinition/CityCodeExt",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://ministeriodesalud.go.cr/fhir/core/CodeSystem/city-code",
"code" : "102",
"display" : "Escazú"
}
]
}
}
]
},
"district" : "San Rafael",
"_district" : {
"extension" : [
{
"url" : "https://ministeriodesalud.go.cr/fhir/core/StructureDefinition/DistrictCodeExt",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://ministeriodesalud.go.cr/fhir/core/CodeSystem/district-code",
"code" : "10203",
"display" : "San Rafael"
}
]
}
}
]
},
"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" : "10203",
"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"
}
]
}
}
]
}
},
{
"use" : "home",
"type" : "both",
"line" : [
"123 Maple Street, Apartment 4B"
],
"city" : "Toronto",
"state" : "Ontario",
"postalCode" : "K1A 0B1",
"country" : "Canada",
"_country" : {
"extension" : [
{
"url" : "https://ministeriodesalud.go.cr/fhir/core/StructureDefinition/CountryCodeExt",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CAN",
"display" : "Canada"
}
]
}
}
]
}
}
],
"maritalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code" : "D"
}
],
"text" : "Divorciado"
}
}