Vulcan ePI FHIR Implementation Guide
0.1.0 - CI Build

Vulcan ePI FHIR Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: cfsb1639754408039 - JSON Representation

Raw json | Download


{
  "resourceType" : "Ingredient",
  "id" : "cfsb1639754408039",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Ingredient</b></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 \"cfsb1639754408039\" </p></div><p><b>identifier</b>: id: 7FXW6U30GY (OFFICIAL)</p><p><b>status</b>: active</p><p><b>for</b>: <a href=\"ManufacturedItemDefinition-cfsb1639756818482.html\">ManufacturedItemDefinition/cfsb1639756818482</a></p><p><b>role</b>: active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (#00000072072)</span></p><h3>Manufacturers</h3><table class=\"grid\"><tr><td>-</td><td><b>Manufacturer</b></td></tr><tr><td>*</td><td><a href=\"Organization-cfsb1639753766266.html\">Organization/cfsb1639753766266</a> \"Zambon S.p.A.\"</td></tr></table><blockquote><p><b>substance</b></p><blockquote><p><b>strength</b></p><p><b>presentation</b>: 5.631 g</p><p><b>basis</b>: active ingredient - moiety is basis of strength <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-v3-RoleClass.html\">RoleClass</a>#ACTIM)</span></p><blockquote><p><b>referenceStrength</b></p><p><b>strength</b>: 3 g</p></blockquote></blockquote></blockquote></div>"
  },
  "identifier" : {
    "use" : "official",
    "system" : "https://gsrs.ncats.nih.gov/ginas/app/beta/",
    "value" : "7FXW6U30GY"
  },
  "status" : "active",
  "for" : [
    {
      "reference" : "ManufacturedItemDefinition/cfsb1639756818482"
    }
  ],
  "role" : {
    "coding" : [
      {
        "system" : "https://spor.ema.europa.eu/rmswi/",
        "code" : "00000072072"
      }
    ],
    "text" : "active"
  },
  "manufacturer" : [
    {
      "manufacturer" : {
        "reference" : "Organization/cfsb1639753766266"
      }
    }
  ],
  "substance" : {
    "code" : {
      "concept" : {
        "coding" : [
          {
            "system" : "https://gsrs.ncats.nih.gov/ginas/app/beta/",
            "code" : "7FXW6U30GY",
            "display" : "Fosfomycin Tromethamine"
          }
        ]
      }
    },
    "strength" : [
      {
        "presentationQuantity" : {
          "value" : 5.631,
          "unit" : "g"
        },
        "basis" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
              "code" : "ACTIM",
              "display" : "active ingredient - moiety is basis of strength"
            }
          ],
          "text" : "active ingredient - moiety is basis of strength"
        },
        "referenceStrength" : [
          {
            "substance" : {
              "concept" : {
                "coding" : [
                  {
                    "system" : "https://gsrs.ncats.nih.gov/ginas/app/beta/",
                    "code" : "2N81MY12TE",
                    "display" : "Fosfomycin"
                  }
                ]
              }
            },
            "strengthQuantity" : {
              "value" : 3,
              "unit" : "g"
            }
          }
        ]
      }
    ]
  }
}