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

FHIR IG analytics

Packagebr.ufpb.cardioremoto
Resource TypeLocation
IdLocation-CardioRemotoLocationExample.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: 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)


Source1

{
  "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"
  }
}