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

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "CardioRemotoPractitionerExample",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardio-remoto-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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\u00a0(use:\u00a0official,\u00a0)</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>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://cnes.datasus.gov.br/profissionais",
      "value" : "CRM-PB-12345"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Oliveira",
      "given" : [
        "Maria"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+55 83 98888-0000",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "maria.oliveira@ufpb.br",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "city" : "João Pessoa",
      "state" : "PB",
      "country" : "Brasil"
    }
  ],
  "qualification" : [
    {
      "code" : {
        "text" : "Cardiologista"
      }
    }
  ]
}