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

: ePI document types - JSON Representation

Active as of 2022-09-02

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 <a href=\"CodeSystem-CodeSystemUvEPIRrmswi.html\"><code>https://spor.ema.europa.eu/rmswi</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=\"CodeSystem-CodeSystemUvEPIRrmswi.html#CodeSystemUvEPIRrmswi-100000155538\">100000155538</a></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=\"http://details.loinc.org/LOINC/34390-5.html\">34390-5</a></td><td>HUMAN OTC DRUG LABEL</td></tr><tr><td><a href=\"http://details.loinc.org/LOINC/34391-3.html\">34391-3</a></td><td>HUMAN PRESCRIPTION DRUG LABEL</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/vulcan-epi/ValueSet/epiType",
  "version" : "0.1.0",
  "name" : "VsEpiType",
  "title" : "ePI document types",
  "status" : "active",
  "date" : "2022-09-02T12:45:28+00:00",
  "contact" : [
    {
      "name" : "Gravitate Health Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.gravitatehealth.eu/"
        }
      ]
    }
  ],
  "description" : "ePI document types",
  "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"
          }
        ]
      }
    ]
  }
}