Receta Digital Interoperable Argentina
0.2.5 - ci-build

Receta Digital Interoperable Argentina - Local Development build (v0.2.5). See the Directory of published versions

: RDIar: Ejemplo de Datos de Lugar - XML Representation

Raw xml | Download



<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>