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/joofio/test-epi-composition/ and changes regularly. See the Directory of published versions

: ACME industry as Marketing authorisation holder - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "mah-ema",
  "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 mah-ema</b></p><a name=\"mah-ema\"> </a><a name=\"hcmah-ema\"> </a><a name=\"mah-ema-en-US\"> </a><p><b>identifier</b>: <code>https://spor.ema.europa.eu/omswi</code>/ORG-100000789\u00a0(use:\u00a0official,\u00a0)</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{https://spor.ema.europa.eu/rmswi 220000000034}\">Marketing authorisation holder</span></p><p><b>name</b>: ACME industry</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>street x and y Paris FR(work)</td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://spor.ema.europa.eu/omswi",
      "value" : "ORG-100000789"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://spor.ema.europa.eu/rmswi",
          "code" : "220000000034",
          "display" : "Marketing authorisation holder"
        }
      ]
    }
  ],
  "name" : "ACME industry",
  "contact" : [
    {
      "address" : {
        "use" : "work",
        "type" : "physical",
        "text" : "street x and y Paris FR",
        "line" : [
          "street x and y"
        ],
        "city" : "Paris",
        "country" : "FR"
      }
    }
  ]
}