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 - JSON Representation

Active as of 2026-07-17

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "cardioremoto-referral-type",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://example.org/fhir/CardioRemotoIG/CodeSystem/cardioremoto-referral-type",
  "version" : "0.1.0",
  "name" : "CardioRemotoReferralType",
  "title" : "Tipo de encaminhamento",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-07-17T13:36:16+00:00",
  "publisher" : "Universidade Federal da Paraíba (UFPB)",
  "contact" : [
    {
      "name" : "Universidade Federal da Paraíba (UFPB)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ufpb.br"
        },
        {
          "system" : "email",
          "value" : "clauirton@ci.ufpb.br"
        }
      ]
    }
  ],
  "description" : "Destino de encaminhamento.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "primary-care",
      "display" : "Atenção Primária"
    },
    {
      "code" : "specialist",
      "display" : "Especialista"
    },
    {
      "code" : "emergency",
      "display" : "Emergência"
    },
    {
      "code" : "hospital",
      "display" : "Hospital"
    }
  ]
}