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

: Hospital Universitário Lauro Wanderley - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "CardioRemotoOrganizationExample",
  "meta" : {
    "profile" : [
      🔗 "http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardioremoto-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization CardioRemotoOrganizationExample</b></p><a name=\"CardioRemotoOrganizationExample\"> </a><a name=\"hcCardioRemotoOrganizationExample\"> </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-organization.html\">Organização</a></p></div><p><b>identifier</b>: <code>https://cnes.datasus.gov.br</code>/2379345\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>name</b>: Hospital Universitário Lauro Wanderley (UFPB)</p><p><b>telecom</b>: <a href=\"tel:+55833216-7000\">+55 83 3216-7000</a></p><p><b>address</b>: Campus I - Cidade Universitária João Pessoa PB 58051-900 Brasil </p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://cnes.datasus.gov.br",
      "value" : "2379345"
    }
  ],
  "active" : true,
  "name" : "Hospital Universitário Lauro Wanderley (UFPB)",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+55 83 3216-7000"
    }
  ],
  "address" : [
    {
      "line" : [
        "Campus I - Cidade Universitária"
      ],
      "city" : "João Pessoa",
      "state" : "PB",
      "postalCode" : "58051-900",
      "country" : "Brasil"
    }
  ]
}