Global Core Electronic Medicinal Product Information (ePI)
1.1.0 - trial-use International flag

Global Core Electronic Medicinal Product Information (ePI), published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/emedicinal-product-info/ and changes regularly. See the Directory of published versions

: Organization - Acme Pharma Inc.

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "org-epi-type2-example-acme",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Organization-uv-epi"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: Organization org-epi-type2-example-acme</b></p><a name=\"org-epi-type2-example-acme\"> </a><a name=\"hcorg-epi-type2-example-acme\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization-uv-epi.html\">Organization (ePI)</a></p></div><p><b>identifier</b>: <code>https://spor.ema.europa.eu/omswi</code>/LOC-100000000</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 Pharma Inc.</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>123 Pharma Way, 102 37 Prague 10, Czech Republic</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://spor.ema.europa.eu/omswi",
      "value" : "LOC-100000000"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://spor.ema.europa.eu/rmswi",
          "code" : "220000000034",
          "display" : "Marketing authorisation holder"
        }
      ]
    }
  ],
  "name" : "Acme Pharma Inc.",
  "contact" : [
    {
      "address" : {
        "text" : "123 Pharma Way, 102 37 Prague 10, Czech Republic",
        "line" : [
          "123 Pharma Way"
        ],
        "city" : "Prague",
        "postalCode" : "102 37",
        "country" : "Czech Republic"
      }
    }
  ]
}