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/hl7-eu/gravitate-health and changes regularly. See the Directory of published versions

: Ingredient-excipient LECITHIN, SOYBEAN - JSON Representation

Raw json | Download


{
  "resourceType" : "Ingredient",
  "id" : "ingredient-for-ibuprofen-lecithinsoybean",
  "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=\"ingredient-for-ibuprofen-lecithinsoybean\"> </a><a name=\"hcingredient-for-ibuprofen-lecithinsoybean\"> </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;ingredient-for-ibuprofen-lecithinsoybean&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>/1DI56QDM62\u00a0(use:\u00a0OFFICIAL)</p><p><b>status</b>: active</p><p><b>for</b>: </p><ul><li><a href=\"ManufacturedItemDefinition-mid-e0d9ad275c19f6e91c9365529421d5a8.html\">ManufacturedItemDefinition/mid-e0d9ad275c19f6e91c9365529421d5a8</a></li><li><a href=\"MedicinalProductDefinition-mp01eaaf0a81574efda98a52449788e7a2.html\">MedicinalProductDefinition/mp01eaaf0a81574efda98a52449788e7a2</a></li><li><a href=\"AdministrableProductDefinition-ap-e0d9ad275c19f6e91c9365529421d5a8.html\">AdministrableProductDefinition/ap-e0d9ad275c19f6e91c9365529421d5a8</a></li></ul><p><b>role</b>: Excipient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (rmswi#100000072082)</span></p><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>LECITHIN, SOYBEAN <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (beta#1DI56QDM62)</span></td></tr></table></blockquote></div>"
  },
  "identifier" : {
    "use" : "official",
    "system" : "https://gsrs.ncats.nih.gov/ginas/app/beta",
    "value" : "1DI56QDM62"
  },
  "status" : "active",
  "for" : [
    {
      🔗 "reference" : "ManufacturedItemDefinition/mid-e0d9ad275c19f6e91c9365529421d5a8"
    },
    {
      🔗 "reference" : "MedicinalProductDefinition/mp01eaaf0a81574efda98a52449788e7a2"
    },
    {
      🔗 "reference" : "AdministrableProductDefinition/ap-e0d9ad275c19f6e91c9365529421d5a8"
    }
  ],
  "role" : {
    "coding" : [
      {
        "system" : "https://spor.ema.europa.eu/rmswi",
        "code" : "100000072082",
        "display" : "Excipient"
      }
    ]
  },
  "substance" : {
    "code" : {
      "concept" : {
        "coding" : [
          {
            "system" : "https://gsrs.ncats.nih.gov/ginas/app/beta",
            "code" : "1DI56QDM62",
            "display" : "LECITHIN, SOYBEAN"
          }
        ]
      }
    }
  }
}