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

FHIR IG analytics

Packagehl7.eu.fhir.gh
Resource TypeOrganization
IdOrganization-Infarmed.json
FHIR VersionR5

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 Infarmed

identifier: https://gravitatehealth.eu/organization/infarmed

name: Infarmed

Contacts

-TelecomAddress
*infarmed@infarmed.ptParque de Saúde de Lisboa - Avenida do Brasil, 53 Lisboa 1749-004 PT

Source1

{
  "resourceType": "Organization",
  "id": "Infarmed",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Organization-uv-epi"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://gravitatehealth.eu/organization",
      "value": "infarmed"
    }
  ],
  "name": "Infarmed",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "infarmed@infarmed.pt"
        }
      ],
      "address": {
        "line": [
          "Parque de Saúde de Lisboa - Avenida do Brasil, 53"
        ],
        "city": "Lisboa",
        "postalCode": "1749-004",
        "country": "PT"
      }
    }
  ]
}