{
  "resourceType" : "Location",
  "id" : "EjemploDatosLugarFarmacia",
  "meta" : {
    "profile" : ["http://fhir.msal.gob.ar/RDI/StructureDefinition/datosLugarAR"]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Farmacia Unificada De La Plata</div>"
  },
  "identifier" : [{
    "use" : "usual",
    "system" : "http://refes.msal.gob.ar",
    "value" : "9876543210"
  }],
  "name" : "Farmacia Unificada De La Plata",
  "address" : {
    "line" : ["CALLE 34 NRO 5544"],
    "city" : "LA PLATA",
    "state" : "BUENOS AIRES",
    "postalCode" : "2000"
  }
}