Miscellaneous ePI Test
0.1.0 - CI Build

Miscellaneous ePI Test, published by . 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/cander2/epi-test/ and changes regularly. See the Directory of published versions

: Ingredient - simvastatin - JSON Representation

Raw json | Download


{
  "resourceType" : "Ingredient",
  "id" : "ingredientsimvastatin20",
  "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=\"ingredientsimvastatin20\"> </a><a name=\"hcingredientsimvastatin20\"> </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;ingredientsimvastatin20&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/emedicinal-product-info/StructureDefinition-Ingredient-uv-epi.html\">Ingredient (ePI)</a></p></div><p><b>identifier</b>: <code>https://gsrs.ncats.nih.gov/ginas/app/beta/</code>/AGG2FN16EV\u00a0(use:\u00a0official)</p><p><b>status</b>: active</p><p><b>for</b>: <a href=\"ManufacturedItemDefinition-manitemherceptin150.html\">ManufacturedItemDefinition/manitemherceptin150</a></p><p><b>role</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (rmswi#100000072072)</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-orgohara.html\">Organization/orgohara</a> &quot;Ohara Pharmaceutical Co., Ltd.&quot;</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>trastazumab <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (beta#AGG2FN16EV)</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>20 mg</td><td>active ingredient - basis of strength <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-RoleClass.html\">RoleClass</a>#ACTIB)</span></td></tr></table></blockquote></div>"
  },
  "identifier" : {
    "use" : "official",
    "system" : "https://gsrs.ncats.nih.gov/ginas/app/beta/",
    "value" : "AGG2FN16EV"
  },
  "status" : "active",
  "for" : [
    {
      🔗 "reference" : "ManufacturedItemDefinition/manitemherceptin150"
    }
  ],
  "role" : {
    "coding" : [
      {
        "system" : "https://spor.ema.europa.eu/rmswi",
        "code" : "100000072072",
        "display" : "Active"
      }
    ]
  },
  "manufacturer" : [
    {
      "manufacturer" : {
        🔗 "reference" : "Organization/orgohara"
      }
    }
  ],
  "substance" : {
    "code" : {
      "concept" : {
        "coding" : [
          {
            "system" : "https://gsrs.ncats.nih.gov/ginas/app/beta",
            "code" : "AGG2FN16EV",
            "display" : "trastazumab"
          }
        ]
      }
    },
    "strength" : [
      {
        "presentationQuantity" : {
          "value" : 20,
          "unit" : "mg"
        },
        "basis" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
              "code" : "ACTIB"
            }
          ],
          "text" : "active ingredient - basis of strength"
        }
      }
    ]
  }
}