Gravitate Health FHIR Implementation Guide
0.1.0 - CI Build

Gravitate Health FHIR Implementation Guide, published by Gravitate Health Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/gravitate-health/ and changes regularly. See the Directory of published versions

: Infarmed - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "Infarmed",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Organization-uv-epi"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization Infarmed</b></p><a name=\"Infarmed\"> </a><a name=\"hcInfarmed\"> </a><a name=\"Infarmed-en-US\"> </a><p><b>identifier</b>: <code>https://gravitatehealth.eu/organization</code>/infarmed</p><p><b>name</b>: Infarmed</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"mailto:infarmed@infarmed.pt\">infarmed@infarmed.pt</a></td><td>Parque de Saúde de Lisboa - Avenida do Brasil, 53 Lisboa 1749-004 PT </td></tr></table></div>"
  },
  "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"
      }
    }
  ]
}