FHIR IG analytics| Package | br.ufpb.cardioremoto |
| Resource Type | Location |
| Id | Location-CardioRemotoLocationExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location CardioRemotoLocationExample
Profile: Localização
status: Active
name: Ambulatório de Cardiologia
address: Hospital Universitário Lauro Wanderley João Pessoa PB 58051-900 Brasil
managingOrganization: Organization Hospital Universitário Lauro Wanderley (UFPB)
{
"resourceType": "Location",
"id": "CardioRemotoLocationExample",
"meta": {
"profile": [
"http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardioremoto-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "Ambulatório de Cardiologia",
"address": {
"line": [
"Hospital Universitário Lauro Wanderley"
],
"city": "João Pessoa",
"state": "PB",
"postalCode": "58051-900",
"country": "Brasil"
},
"managingOrganization": {
"reference": "Organization/CardioRemotoOrganizationExample"
}
}