Electronic Medicinal Product Information (ePI) FHIR Implementation Guide
1.0.0-ballot - STU Ballot International flag

This page is part of the Electronic Medicinal Product Information (ePI) FHIR Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR v5.0.0-ballot. . For a full list of available versions, see the Directory of published versions

: Ingredient-excipient Titanium Dioxide - JSON Representation

Raw json | Download


{
  "resourceType" : "Ingredient",
  "id" : "a88891dc-7e9e-4d84-b462-95e53de3b6a6",
  "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><b>Generated Narrative: Ingredient</b><a name=\"a88891dc-7e9e-4d84-b462-95e53de3b6a6\"> </a></p><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\">Resource Ingredient &quot;a88891dc-7e9e-4d84-b462-95e53de3b6a6&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Ingredient-uv-epi.html\">Ingredient (ePI)</a></p></div><p><b>identifier</b>: id: 15FIX9V2JP (use: OFFICIAL)</p><p><b>status</b>: active</p><p><b>for</b>: <a href=\"ManufacturedItemDefinition-3214f286-b8ec-4ef5-bc8d-0aec39d97468.html\">ManufacturedItemDefinition/3214f286-b8ec-4ef5-bc8d-0aec39d97468</a></p><p><b>role</b>: inactive ingredient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-RoleClass.html\">RoleClass</a>#IACT)</span></p><h3>Manufacturers</h3><table class=\"grid\"><tr><td>-</td><td><b>Manufacturer</b></td></tr><tr><td>*</td><td><a href=\"Organization-d71bf884-90eb-47f9-81b7-fa81ecec7e75.html\">Organization/d71bf884-90eb-47f9-81b7-fa81ecec7e75</a> &quot;Acme Inc&quot;</td></tr></table><blockquote><p><b>substance</b></p><h3>Codes</h3><table class=\"grid\"><tr><td>-</td><td><b>Concept</b></td></tr><tr><td>*</td><td>Titanium Dioxide <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-UNII.html\">Unique Ingredient Identifier (UNII)</a>#15FIX9V2JP)</span></td></tr></table></blockquote></div>"
  },
  "identifier" : {
    "use" : "official",
    "system" : "http://fdasis.nlm.nih.gov",
    "value" : "15FIX9V2JP"
  },
  "status" : "active",
  "for" : [
    {
      "reference" : "ManufacturedItemDefinition/3214f286-b8ec-4ef5-bc8d-0aec39d97468"
    }
  ],
  "role" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
        "code" : "IACT"
      }
    ],
    "text" : "inactive ingredient"
  },
  "manufacturer" : [
    {
      "manufacturer" : {
        "reference" : "Organization/d71bf884-90eb-47f9-81b7-fa81ecec7e75"
      }
    }
  ],
  "substance" : {
    "code" : {
      "concept" : {
        "coding" : [
          {
            "system" : "http://fdasis.nlm.nih.gov",
            "code" : "15FIX9V2JP",
            "display" : "Titanium Dioxide"
          }
        ]
      }
    }
  }
}