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

: ePI document types - JSON Representation

Active as of 2022-12-04

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "epiType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <code>https://spor.ema.europa.eu/rmswi</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>100000155538</td><td>Package Leaflet</td></tr></table></li><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/34390-5/\">34390-5</a></td><td>HUMAN OTC DRUG LABEL</td></tr><tr><td><a href=\"https://loinc.org/34391-3/\">34391-3</a></td><td>HUMAN PRESCRIPTION DRUG LABEL</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/emedicinal-product-info/ValueSet/epiType",
  "version" : "1.0.0-ballot",
  "name" : "VsEpiType",
  "title" : "ePI document types",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-12-04T18:49:33+00:00",
  "contact" : [
    {
      "name" : "HL7 BR&R",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/rcrim"
        }
      ]
    }
  ],
  "description" : "ePI document types",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "copyright" : "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc",
  "compose" : {
    "include" : [
      {
        "system" : "https://spor.ema.europa.eu/rmswi",
        "concept" : [
          {
            "code" : "100000155538",
            "display" : "Package Leaflet"
          }
        ]
      },
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "34390-5",
            "display" : "HUMAN OTC DRUG LABEL"
          },
          {
            "code" : "34391-3",
            "display" : "HUMAN PRESCRIPTION DRUG LABEL"
          }
        ]
      }
    ]
  }
}