Electronic Medicinal Product Information (ePI) FHIR Implementation Guide
1.0.0-ballot - STU Ballot International flag

This page is part of the Electronic Medicinal Product Information (ePI) FHIR Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR v5.0.0-ballot. . For a full list of available versions, see the Directory of published versions

: Packaging Blister x28 75 mg tablets - JSON Representation

Raw json | Download


{
  "resourceType" : "PackagedProductDefinition",
  "id" : "eb8392a6-2cec-4ff3-9d9e-7c5f4ae3786d",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/uv/emedicinal-product-info/StructureDefinition/PackagedProductDefinition-uv-epi"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: PackagedProductDefinition</b><a name=\"eb8392a6-2cec-4ff3-9d9e-7c5f4ae3786d\"> </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 PackagedProductDefinition &quot;eb8392a6-2cec-4ff3-9d9e-7c5f4ae3786d&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PackagedProductDefinition-uv-epi.html\">PackagedProductDefinition (ePI)</a></p></div><p><b>identifier</b>: id: EU/1/97/049/001 (use: OFFICIAL)</p><p><b>name</b>: cava 75 mg tablet blister x28 tablets</p><p><b>type</b>: Chemical Medicinal Prodcut <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (rmswi#100000155527)</span></p><p><b>packageFor</b>: <a href=\"MedicinalProductDefinition-800a51a2-d81d-49a4-a4eb-f2417d301837.html\">MedicinalProductDefinition/800a51a2-d81d-49a4-a4eb-f2417d301837</a></p><p><b>status</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://build.fhir.org/codesystem-publication-status.html\">PublicationStatus</a>#active)</span></p><p><b>statusDate</b>: 2015-02-07 13:28:17+0000</p><p><b>containedItemQuantity</b>: 75 mg</p><p><b>manufacturer</b>: <a href=\"Organization-d71bf884-90eb-47f9-81b7-fa81ecec7e75.html\">Organization/d71bf884-90eb-47f9-81b7-fa81ecec7e75</a> &quot;Acme Inc&quot;</p><h3>Packagings</h3><table class=\"grid\"><tr><td>-</td><td><b>Identifier</b></td><td><b>Type</b></td><td><b>Quantity</b></td><td><b>Material</b></td></tr><tr><td>*</td><td>id: 123456</td><td>Blister <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (rmswi#100000073496)</span></td><td>28</td><td>PolyVinyl Chloride <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (rmswi#200000003222)</span></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://spor.ema.europa.eu/pmswi",
      "value" : "EU/1/97/049/001"
    }
  ],
  "name" : "cava 75 mg tablet blister x28 tablets",
  "type" : {
    "coding" : [
      {
        "system" : "https://spor.ema.europa.eu/rmswi",
        "code" : "100000155527"
      }
    ],
    "text" : "Chemical Medicinal Prodcut"
  },
  "packageFor" : [
    {
      "reference" : "MedicinalProductDefinition/800a51a2-d81d-49a4-a4eb-f2417d301837"
    }
  ],
  "status" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/publication-status",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "statusDate" : "2015-02-07T13:28:17Z",
  "containedItemQuantity" : [
    {
      "value" : 75,
      "unit" : "mg"
    }
  ],
  "manufacturer" : [
    {
      "reference" : "Organization/d71bf884-90eb-47f9-81b7-fa81ecec7e75"
    }
  ],
  "packaging" : {
    "identifier" : [
      {
        "system" : "https://spor.ema.europa.eu/pmswi",
        "value" : "123456"
      }
    ],
    "type" : {
      "coding" : [
        {
          "system" : "https://spor.ema.europa.eu/rmswi",
          "code" : "100000073496",
          "display" : "Blister"
        }
      ]
    },
    "quantity" : 28,
    "material" : [
      {
        "coding" : [
          {
            "system" : "https://spor.ema.europa.eu/rmswi",
            "code" : "200000003222",
            "display" : "PolyVinyl Chloride"
          }
        ]
      }
    ]
  }
}