FHIR IG analytics| Package | br.ufpb.cardioremoto |
| Resource Type | Organization |
| Id | Organization-CardioRemotoOrganizationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
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
{
"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"
}
]
}