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

: 23fed712-2d60-461d-83a6-5fb939b2a939 - JSON Representation

Raw json | Download


{
  "resourceType" : "ManufacturedItemDefinition",
  "id" : "23fed712-2d60-461d-83a6-5fb939b2a939",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/vulcan-epi/StructureDefinition/ManufacturedItemDefinition-uv-epi"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ManufacturedItemDefinition</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 ManufacturedItemDefinition \"23fed712-2d60-461d-83a6-5fb939b2a939\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ManufacturedItemDefinition-uv-epi.html\">ManufacturedItemDefinition (ePI)</a></p></div><p><b>identifier</b>: id: 874291 (OFFICIAL)</p><p><b>status</b>: active</p><p><b>manufacturedDoseForm</b>: Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (#10219000)</span></p><p><b>unitOfPresentation</b>: Tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (#15054000)</span></p><p><b>manufacturer</b>: <a href=\"Organization-85c5d81e-9d5a-4a15-8b9d-42bbbe0409c8.html\">Organization/85c5d81e-9d5a-4a15-8b9d-42bbbe0409c8</a> \"PHARMACIA &amp; UPJOHN COMPANY LLC\"</p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://gsrs.ncats.nih.gov/",
      "value" : "874291"
    }
  ],
  "status" : "active",
  "manufacturedDoseForm" : {
    "coding" : [
      {
        "system" : "https://standardterms.edqm.eu/browse/get_concepts_by/SOM/SOM/",
        "code" : "10219000"
      }
    ],
    "text" : "Tablet"
  },
  "unitOfPresentation" : {
    "coding" : [
      {
        "system" : "https://standardterms.edqm.eu/browse/get_concepts/UOP/",
        "code" : "15054000"
      }
    ],
    "text" : "Tablet"
  },
  "manufacturer" : [
    {
      "reference" : "Organization/85c5d81e-9d5a-4a15-8b9d-42bbbe0409c8"
    }
  ]
}