Guia de Implementação do CardioRemoto
0.1.0 - release International flag

Guia de Implementação do CardioRemoto, published by Universidade Federal da Paraíba (UFPB). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/clauirton/CardioRemotoIG/ and changes regularly. See the Directory of published versions

: Cardiologista Responsável - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="CardioRemotoPractitionerExample"/>
  <meta>
    <profile
             value="http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardio-remoto-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner CardioRemotoPractitionerExample</b></p><a name="CardioRemotoPractitionerExample"> </a><a name="hcCardioRemotoPractitionerExample"> </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-cardio-remoto-practitioner.html">Profissional</a></p></div><p><b>identifier</b>: <code>https://cnes.datasus.gov.br/profissionais</code>/CRM-PB-12345 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: Maria Oliveira (Official)</p><p><b>telecom</b>: <a href="tel:+558398888-0000">+55 83 98888-0000</a>, <a href="mailto:maria.oliveira@ufpb.br">maria.oliveira@ufpb.br</a></p><p><b>address</b>: João Pessoa PB Brasil </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:">Cardiologista</span></td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="https://cnes.datasus.gov.br/profissionais"/>
    <value value="CRM-PB-12345"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Oliveira"/>
    <given value="Maria"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+55 83 98888-0000"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="maria.oliveira@ufpb.br"/>
    <use value="work"/>
  </telecom>
  <address>
    <city value="João Pessoa"/>
    <state value="PB"/>
    <country value="Brasil"/>
  </address>
  <qualification>
    <code>
      <text value="Cardiologista"/>
    </code>
  </qualification>
</Practitioner>