Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
1.9.1 - draft
This page is part of the Chile Core (v1.9.1: STU2 Draft) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Location",
"id" : "LocalizacionEjemploCL1",
"meta" : {
"profile" : [
🔗 "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreLocalizacionCl"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location LocalizacionEjemploCL1</b></p><a name=\"LocalizacionEjemploCL1\"> </a><a name=\"hcLocalizacionEjemploCL1\"> </a><a name=\"LocalizacionEjemploCL1-es-CL\"> </a><p><b>identifier</b>: <code>http://miderfarm.cl/validador_id</code>/23144561</p><p><b>status</b>: Active</p><p><b>name</b>: Gran Farmacia Gran</p><p><b>alias</b>: La gran</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode PHARM}\">Pharmacy</span></p><p><b>telecom</b>: ph: (+56) 234221678(Work)</p><p><b>address</b>: Calle 10 Norte, 1240, Viña del Mar Viña del Mar Valparaíso Chile </p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>42.2565</td><td>-71.550261</td></tr></table><h3>HoursOfOperations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DaysOfWeek</b></td><td><b>AllDay</b></td><td><b>OpeningTime</b></td></tr><tr><td style=\"display: none\">*</td><td>Saturday</td><td>false</td><td>19:00:00</td></tr></table></div>"
},
"identifier" : [
{
"system" : "http://miderfarm.cl/validador_id",
"value" : "23144561"
}
],
"status" : "active",
"name" : "Gran Farmacia Gran",
"alias" : [
"La gran"
],
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "PHARM",
"display" : "Pharmacy"
}
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "(+56) 234221678",
"use" : "work"
}
],
"address" : {
"line" : [
"Calle 10 Norte, 1240, Viña del Mar"
],
"city" : "Viña del Mar",
"_city" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ComunasCl",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodComunasCL",
"code" : "05109",
"display" : "Viña del Mar"
}
]
}
}
]
},
"district" : "Valparaíso",
"_district" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/ProvinciasCl",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodProvinciasCL",
"code" : "051",
"display" : "Valparaíso"
}
]
}
}
]
},
"state" : "Valparaíso",
"_state" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/RegionesCl",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CSCodRegionCL",
"code" : "05",
"display" : "Valparaíso"
}
]
}
}
]
},
"country" : "Chile",
"_country" : {
"extension" : [
{
"url" : "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CodigoPaises",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://hl7chile.cl/fhir/ig/clcore/CodeSystem/CodPais",
"code" : "152",
"display" : "Chile"
}
]
}
}
]
}
},
"position" : {
"longitude" : 42.2565,
"latitude" : -71.550261
},
"hoursOfOperation" : [
{
"daysOfWeek" : [
"sat"
],
"allDay" : false,
"openingTime" : "19:00:00"
}
]
}