FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagebr.ufpb.cardioremoto
Resource TypeOrganization
IdOrganization-CardioRemotoOrganizationExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization CardioRemotoOrganizationExample

Profile: Organização

identifier: https://cnes.datasus.gov.br/2379345 (use: official, )

active: true

name: Hospital Universitário Lauro Wanderley (UFPB)

telecom: +55 83 3216-7000

address: Campus I - Cidade Universitária João Pessoa PB 58051-900 Brasil


Source1

{
  "resourceType": "Organization",
  "id": "CardioRemotoOrganizationExample",
  "meta": {
    "profile": [
      "http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardioremoto-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}