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

<Practitioner xmlns="http://hl7.org/fhir">
  <id value="PrestadorArgInline"/>
  <meta>
    <profile value="http://lamansys.com/hsi/fhir/ipslansys/StructureDefinition/PrestadorArg"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practicante / Profesional PrestadorArgInline</b></p><a name="PrestadorArgInline"> </a><a name="hcPrestadorArgInline"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="https://build.fhir.org/ig/CesarMsc1975/IPSLansysAr/StructureDefinition-PrestadorArg.html">Profesional Argentino</a></p></div><p><b>identifier</b>: National unique individual identifier/12345678 (use: official, ), Accreditation/Certification Identifier/REFEPS-987654 (use: usual, period: 2020-01-15 00:00:00-0300 --&gt; (ongoing))</p><p><b>active</b>: true</p><p><b>name</b>: María Laura Pérez (Official)</p><p><b>telecom</b>: <a href="tel:+54115555-1234">+54 11 5555-1234</a>, <a href="mailto:maria.perez@example.org">maria.perez@example.org</a></p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1980-05-12</p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">Médica</span></td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NI"/>
      </coding>
    </type>
    <system value="http://www.renaper.gob.ar/dni"/>
    <value value="12345678"/>
    <assigner>
      <display value="RENAPER"/>
    </assigner>
  </identifier>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="AC"/>
      </coding>
    </type>
    <system value="http://refeps.msal.gob.ar"/>
    <value value="REFEPS-987654"/>
    <period>
      <start value="2020-01-15T00:00:00-03:00"/>
    </period>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Pérez">
      <extension url="http://hl7.org/fhir/StructureDefinition/humanname-fathers-family">
        <valueString value="Pérez"/>
      </extension>
      <extension url="http://hl7.org/fhir/StructureDefinition/humanname-mothers-family">
        <valueString value="Gómez"/>
      </extension>
    </family>
    <given value="María"/>
    <given value="Laura"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+54 11 5555-1234"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="maria.perez@example.org"/>
    <use value="work"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1980-05-12"/>
  <qualification>
    <code>
      <text value="Médica"/>
    </code>
  </qualification>
</Practitioner>