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

FHIR IG analytics

Packagebr.ufg.cgis.ig
Resource TypeOrganization
IdOrganization-clinica-veterinaria.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

Resource Organization "clinica-veterinaria"

active: true

name: Clínica Veterinária Animal Feliz

alias: CVAF

telecom: ph: 98765-4321

address: Rua Luis Machado, n. 123(WORK)


Source1

{
  "resourceType": "Organization",
  "id": "clinica-veterinaria",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "name": "Clínica Veterinária Animal Feliz",
  "alias": [
    "CVAF"
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "98765-4321"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "physical",
      "text": "Rua Luis Machado, n. 123",
      "city": "Serra da Saudade",
      "state": "MG",
      "country": "BR"
    }
  ]
}