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 Farmacia - XML Representation

Raw xml | Download



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