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

: Tipo de encaminhamento - XML Representation

Active as of 2026-07-17

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="cardioremoto-referral-type"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem cardioremoto-referral-type</b></p><a name="cardioremoto-referral-type"> </a><a name="hccardioremoto-referral-type"> </a><p>This case-sensitive code system <code>http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-referral-type</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style="white-space:nowrap">primary-care<a name="cardioremoto-referral-type-primary-care"> </a></td><td>Atenção Primária</td></tr><tr><td style="white-space:nowrap">specialist<a name="cardioremoto-referral-type-specialist"> </a></td><td>Especialista</td></tr><tr><td style="white-space:nowrap">emergency<a name="cardioremoto-referral-type-emergency"> </a></td><td>Emergência</td></tr><tr><td style="white-space:nowrap">hospital<a name="cardioremoto-referral-type-hospital"> </a></td><td>Hospital</td></tr></table></div>
  </text>
  <url
       value="http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-referral-type"/>
  <version value="0.1.0"/>
  <name value="CardioRemotoReferralType"/>
  <title value="Tipo de encaminhamento"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2026-07-17T13:36:16+00:00"/>
  <publisher value="Universidade Federal da Paraíba (UFPB)"/>
  <contact>
    <name value="Universidade Federal da Paraíba (UFPB)"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.ufpb.br"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="clauirton@ci.ufpb.br"/>
    </telecom>
  </contact>
  <description value="Destino de encaminhamento."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="4"/>
  <concept>
    <code value="primary-care"/>
    <display value="Atenção Primária"/>
  </concept>
  <concept>
    <code value="specialist"/>
    <display value="Especialista"/>
  </concept>
  <concept>
    <code value="emergency"/>
    <display value="Emergência"/>
  </concept>
  <concept>
    <code value="hospital"/>
    <display value="Hospital"/>
  </concept>
</CodeSystem>