Electronic Medicinal Product Information (ePI) FHIR Implementation Guide
1.0.0 - trial-use International flag

Electronic Medicinal Product Information (ePI) FHIR Implementation Guide, published by HL7 International - Biomedical Research & Regulation Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.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

: Ingredient - acetaminophen - JSON Representation

Raw json | Download


{
  "resourceType" : "Ingredient",
  "id" : "745c01bc-936e-45ca-9880-57e97608f43e",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/Ingredient-uv-epi"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Ingredient 745c01bc-936e-45ca-9880-57e97608f43e</b></p><a name=\"745c01bc-936e-45ca-9880-57e97608f43e\"> </a><a name=\"hc745c01bc-936e-45ca-9880-57e97608f43e\"> </a><a name=\"745c01bc-936e-45ca-9880-57e97608f43e-en-US\"> </a><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-UNII.html\" title=\"A UNII is a non-proprietary, free, unique, unambiguous, nonsemantic, alphanumeric identifier based on a substance's molecular structure and/or descriptive information. UNII identifiers are generated based on scientific identity characteristics using ISO 11238 data elements. UNII availability does not imply any regulatory review or approval. Synonyms and mappings are based on the best public information available at the time of publication.\">Unique Ingredient Identifier (UNII)</a>/362O9ITL9D\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Active</p><p><b>for</b>: <a href=\"ManufacturedItemDefinition-3214f286-b8ec-4ef5-bc8d-0aec39d97468.html\">ManufacturedItemDefinition: identifier = https://spor.ema.europa.eu/pmswi/#/#EU/1/96/007/035\u00a0(use:\u00a0official,\u00a0); status = active; manufacturedDoseForm = Tablet; unitOfPresentation = Tablet</a></p><p><b>role</b>: <span title=\"Codes:{http://hl7.org/fhir/ingredient-role 100000072072}\">Active</span></p><h3>Manufacturers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manufacturer</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-d71bf884-90eb-47f9-81b7-fa81ecec7e75.html\">Organization acme inc</a></td></tr></table><blockquote><p><b>substance</b></p><h3>Codes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://fdasis.nlm.nih.gov 362O9ITL9D}\">acetaminophen</span></td></tr></table><h3>Strengths</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Presentation[x]</b></td><td><b>Basis</b></td></tr><tr><td style=\"display: none\">*</td><td>75 mg</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleClass ACTIB}\">active ingredient - basis of strength</span></td></tr></table></blockquote></div>"
  },
  "identifier" : {
    "use" : "official",
    "system" : "http://fdasis.nlm.nih.gov",
    "value" : "362O9ITL9D"
  },
  "status" : "active",
  "for" : [
    {
      🔗 "reference" : "ManufacturedItemDefinition/3214f286-b8ec-4ef5-bc8d-0aec39d97468"
    }
  ],
  "role" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/ingredient-role",
        "code" : "100000072072",
        "display" : "Active"
      }
    ]
  },
  "manufacturer" : [
    {
      "manufacturer" : {
        🔗 "reference" : "Organization/d71bf884-90eb-47f9-81b7-fa81ecec7e75"
      }
    }
  ],
  "substance" : {
    "code" : {
      "concept" : {
        "coding" : [
          {
            "system" : "http://fdasis.nlm.nih.gov",
            "code" : "362O9ITL9D",
            "display" : "acetaminophen"
          }
        ]
      }
    },
    "strength" : [
      {
        "presentationQuantity" : {
          "value" : 75,
          "unit" : "mg"
        },
        "basis" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
              "code" : "ACTIB"
            }
          ],
          "text" : "active ingredient - basis of strength"
        }
      }
    ]
  }
}