Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
1.8.10 - ci-build Chile flag

This page is part of the Chile Core (v1.8.10: STU2 Draft) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: Ejemplo Localización Farmacia - JSON Representation

Raw json | Download


{
  "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><b>Generated Narrative: Location</b><a name=\"LocalizacionEjemploCL1\"> </a></p><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\">Resource Location &quot;LocalizacionEjemploCL1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CoreLocalizacionCl.html\">CL Localización</a></p></div><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>: Pharmacy <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#PHARM)</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><p><b>managingOrganization</b>: <a href=\"Organization-ORG1.html\">Organization/ORG1</a> &quot;Centro de Salud Familiar Rio Bueno de Linares&quot;</p><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>sat</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
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/ORG1"
  },
  "hoursOfOperation" : [
    {
      "daysOfWeek" : [
        "sat"
      ],
      "allDay" : false,
      "openingTime" : "19:00:00"
    }
  ]
}