Guía IPS Argentina basada en Core Ar
0.1.0 - ci-build Argentina flag

Guía IPS Argentina basada en Core Ar - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Profesional argentino de ejemplo - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="PrestadorArgEjemplo"/>
  <meta>
    <profile
             value="http://ips.ri.hsisalud.org/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 PrestadorArgEjemplo</b></p><a name="PrestadorArgEjemplo"> </a><a name="hcPrestadorArgEjemplo"> </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="StructureDefinition-PrestadorArg.html">Profesional Argentino</a></p></div><p><b>identifier</b>: National unique individual identifier/28123456 (use: official, ), Accreditation/Certification Identifier/REFEPS-987654 (use: usual, period: 2015-03-10 --&gt; (ongoing))</p><p><b>active</b>: true</p><p><b>name</b>: Laura Beatriz Prestador Prestado (Official)</p><p><b>telecom</b>: <a href="tel:+54-55-5555-5555">+54-55-5555-5555</a>, <a href="mailto:laura.prestador@example.org">laura.prestador@example.org</a></p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1980-08-22</p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Period</b></td><td><b>Issuer</b></td></tr><tr><td style="display: none">*</td><td><code>http://refeps.msal.gob.ar/matriculas</code>/MN-123456</td><td><span title="Codes:">Médica especialista en cardiología</span></td><td>2015-03-10 --&gt; (ongoing)</td><td>Ministerio de Salud de la República Argentina</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="28123456"/>
    <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="2015-03-10"/>
    </period>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Prestador Prestado">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/humanname-fathers-family">
        <valueString value="Prestador"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/humanname-mothers-family">
        <valueString value="Prestado"/>
      </extension>
    </family>
    <given value="Laura"/>
    <given value="Beatriz"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+54-55-5555-5555"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="laura.prestador@example.org"/>
    <use value="work"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1980-08-22"/>
  <qualification>
    <identifier>
      <system value="http://refeps.msal.gob.ar/matriculas"/>
      <value value="MN-123456"/>
    </identifier>
    <code>
      <text value="Médica especialista en cardiología"/>
    </code>
    <period>
      <start value="2015-03-10"/>
    </period>
    <issuer>
      <display value="Ministerio de Salud de la República Argentina"/>
    </issuer>
  </qualification>
</Practitioner>