API for the Exchange of Medicinal Product Information (APIX)
0.1.0 - ci-build

API for the Exchange of Medicinal Product Information (APIX), published by Gravitate Health Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cander2/apix-ig/ and changes regularly. See the Directory of published versions

: APIX Task Code Value Set - JSON Representation

Draft as of 2025-07-06

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "apix-task-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet apix-task-code</b></p><a name=\"apix-task-code\"> </a><a name=\"hcapix-task-code\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-apix-task-code-cs.html\"><code>http://example.com/fhir/CodeSystem/apix-task-code</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-apix-task-code-cs.html#apix-task-code-cs-submit-variation\">submit-variation</a></td><td style=\"color: #cccccc\">Submit Variation</td></tr><tr><td><a href=\"CodeSystem-apix-task-code-cs.html#apix-task-code-cs-review\">review</a></td><td style=\"color: #cccccc\">Review Submission</td></tr><tr><td><a href=\"CodeSystem-apix-task-code-cs.html#apix-task-code-cs-approve\">approve</a></td><td style=\"color: #cccccc\">Approve Submission</td></tr></table></li></ul></div>"
  },
  "url" : "http://example.com/fhir/ValueSet/apix-task-code",
  "version" : "0.1.0",
  "name" : "ApixTaskCodeValueSet",
  "title" : "APIX Task Code Value Set",
  "status" : "draft",
  "date" : "2025-07-06T16:06:07+00:00",
  "publisher" : "Gravitate Health Project",
  "contact" : [
    {
      "name" : "Gravitate Health Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.gravitatehealth.eu/"
        }
      ]
    }
  ],
  "description" : "Codes for regulatory task types.",
  "compose" : {
    "include" : [
      {
        "system" : "http://example.com/fhir/CodeSystem/apix-task-code",
        "concept" : [
          {
            "code" : "submit-variation"
          },
          {
            "code" : "review"
          },
          {
            "code" : "approve"
          }
        ]
      }
    ]
  }
}