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

<Practitioner xmlns="http://hl7.org/fhir">
  <id value="EjemploDatosPrescriptor"/>
  <meta>
    <profile value="http://fhir.msal.gob.ar/RDI/StructureDefinition/datosPrescriptorAR"/>
  </meta>
  <text>
    <status value="additional"/><div xmlns="http://www.w3.org/1999/xhtml">Prueba Medico</div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="http://www.renaper.gob.ar/dni"/>
    <value value="99999999"/>
  </identifier>
  <identifier>
    <use value="usual"/>
    <system value="https://sisa.msal.gov.ar/REFEPS"/>
    <value value="103029302"/>
  </identifier>
  <name>
    <text value="Prueba Medico"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="1199994444"/>
  </telecom>
</Practitioner>