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 Document Type Code System - JSON Representation

Draft as of 2025-07-06

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "apix-document-type-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem apix-document-type-cs</b></p><a name=\"apix-document-type-cs\"> </a><a name=\"hcapix-document-type-cs\"> </a><p>This  code system <code>http://example.com/fhir/CodeSystem/apix-document-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">SmPC<a name=\"apix-document-type-cs-SmPC\"> </a></td><td>Summary of Product Characteristics</td></tr><tr><td style=\"white-space:nowrap\">PIL<a name=\"apix-document-type-cs-PIL\"> </a></td><td>Patient Information Leaflet</td></tr><tr><td style=\"white-space:nowrap\">variation-report<a name=\"apix-document-type-cs-variation-report\"> </a></td><td>Variation Report</td></tr></table></div>"
  },
  "url" : "http://example.com/fhir/CodeSystem/apix-document-type",
  "version" : "0.1.0",
  "name" : "ApixDocumentType",
  "title" : "APIX Document Type Code System",
  "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" : "Code system for document types.",
  "content" : "complete",
  "concept" : [
    {
      "code" : "SmPC",
      "display" : "Summary of Product Characteristics"
    },
    {
      "code" : "PIL",
      "display" : "Patient Information Leaflet"
    },
    {
      "code" : "variation-report",
      "display" : "Variation Report"
    }
  ]
}