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

: ManufacturedItemDefinition identifier systems - JSON Representation

Active as of 2022-09-02

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "manufacturedItemIdSystems",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>urn:ietf:rfc:3986</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>https://spor.ema.europa.eu/pmswi</td><td>SPOR Product (EU)</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/uv/vulcan-epi/ValueSet/manufacturedItemIdSystems",
  "version" : "0.1.0",
  "name" : "VsManufacturedItemIdSystems",
  "title" : "ManufacturedItemDefinition identifier systems",
  "status" : "active",
  "date" : "2022-09-02T12:45:28+00:00",
  "contact" : [
    {
      "name" : "Gravitate Health Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.gravitatehealth.eu/"
        }
      ]
    }
  ],
  "description" : "ManufacturedItemDefinition Identifier systems (uri)",
  "compose" : {
    "include" : [
      {
        "system" : "urn:ietf:rfc:3986",
        "concept" : [
          {
            "code" : "https://spor.ema.europa.eu/pmswi",
            "display" : "SPOR Product (EU)"
          }
        ]
      }
    ]
  }
}