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

: Paciente João da Silva - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "CardioRemotoPatientExample",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardioremoto-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient CardioRemotoPatientExample</b></p><a name=\"CardioRemotoPatientExample\"> </a><a name=\"hcCardioRemotoPatientExample\"> </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-cardioremoto-patient.html\">Paciente</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">João Silva (official) Male, DoB: 1959-04-12 ( https://www.gov.br/receitafederal/cpf#12345678901\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><code>https://cardioremoto.ufpb.br/fhir/NamingSystem/patient-id</code>/CR-000001\u00a0(use:\u00a0official,\u00a0)</li><li><code>https://saude.gov.br/fhir/NamingSystem/cns</code>/123456789012345\u00a0(use:\u00a0official,\u00a0)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+558399999-9999\">+55 83 99999-9999</a></li><li>Rua das Acácias, 100 João Pessoa PB 58000-000 Brasil </li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://cardioremoto.ufpb.br/fhir/NamingSystem/patient-id",
      "value" : "CR-000001"
    },
    {
      "use" : "official",
      "system" : "https://saude.gov.br/fhir/NamingSystem/cns",
      "value" : "123456789012345"
    },
    {
      "use" : "official",
      "system" : "https://www.gov.br/receitafederal/cpf",
      "value" : "12345678901"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Silva",
      "given" : [
        "João"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+55 83 99999-9999",
      "use" : "mobile"
    }
  ],
  "gender" : "male",
  "birthDate" : "1959-04-12",
  "address" : [
    {
      "line" : [
        "Rua das Acácias, 100"
      ],
      "city" : "João Pessoa",
      "state" : "PB",
      "postalCode" : "58000-000",
      "country" : "Brasil"
    }
  ]
}