<?xml version="1.0" encoding="UTF-8"?>

<Location xmlns="http://hl7.org/fhir">
  <id value="EjemploDatosLugar"/>
  <meta>
    <profile value="http://fhir.msal.gob.ar/RDI/StructureDefinition/datosLugarAR"/>
  </meta>
  <text>
    <status value="additional"/><div xmlns="http://www.w3.org/1999/xhtml">Hospital De La Plata - Sector 5</div>
  </text>
  <identifier>
    <system value="http://refes.msal.gob.ar"/>
    <value value="1234567890"/>
  </identifier>
  <name value="Hospital De La Plata - Sector 5"/>
  <address>
    <line value="CALLE 34 NRO 2023"/>
    <city value="LA PLATA"/>
    <state value="BUENOS AIRES"/>
    <postalCode value="2000"/>
  </address>
</Location>