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

: f35c1543-e4e2-4215-b91c-f092b1fb9655 - JSON Representation

Raw json | Download


{
  "resourceType" : "Ingredient",
  "id" : "f35c1543-e4e2-4215-b91c-f092b1fb9655",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/vulcan-epi/StructureDefinition/Ingredient-uv-epi"
    ]
  },
  "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 \"f35c1543-e4e2-4215-b91c-f092b1fb9655\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Ingredient-uv-epi.html\">Ingredient (ePI)</a></p></div><p><b>identifier</b>: id: 68401960MK (OFFICIAL)</p><p><b>status</b>: active</p><p><b>for</b>: <a href=\"ManufacturedItemDefinition-23fed712-2d60-461d-83a6-5fb939b2a939.html\">ManufacturedItemDefinition/23fed712-2d60-461d-83a6-5fb939b2a939</a></p><p><b>role</b>: Excipient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (#100000072082)</span></p><h3>Manufacturers</h3><table class=\"grid\"><tr><td>-</td><td><b>Manufacturer</b></td></tr><tr><td>*</td><td><a href=\"Organization-85c5d81e-9d5a-4a15-8b9d-42bbbe0409c8.html\">Organization/85c5d81e-9d5a-4a15-8b9d-42bbbe0409c8</a> \"PHARMACIA &amp; UPJOHN COMPANY LLC\"</td></tr></table><blockquote><p><b>substance</b></p></blockquote></div>"
  },
  "identifier" : {
    "use" : "official",
    "system" : "https://gsrs.ncats.nih.gov/ginas/app/beta/",
    "value" : "68401960MK"
  },
  "status" : "active",
  "for" : [
    {
      "reference" : "ManufacturedItemDefinition/23fed712-2d60-461d-83a6-5fb939b2a939"
    }
  ],
  "role" : {
    "coding" : [
      {
        "system" : "https://spor.ema.europa.eu/rmswi/",
        "code" : "100000072082"
      }
    ],
    "text" : "Excipient"
  },
  "manufacturer" : [
    {
      "manufacturer" : {
        "reference" : "Organization/85c5d81e-9d5a-4a15-8b9d-42bbbe0409c8"
      }
    }
  ],
  "substance" : {
    "code" : {
      "concept" : {
        "coding" : [
          {
            "system" : "https://gsrs.ncats.nih.gov/ginas/app/beta/",
            "code" : "68401960MK",
            "display" : "crospovidone"
          }
        ]
      }
    }
  }
}