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 Submission Type Value Set - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "apix-submission-type"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet apix-submission-type</b></p><a name=\"apix-submission-type\"> </a><a name=\"hcapix-submission-type\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-apix-submission-type-cs.html\"><code>http://example.com/fhir/CodeSystem/apix-submission-type</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-submission-type-cs.html#apix-submission-type-cs-variation\">variation</a></td><td style=\"color: #cccccc\">Variation</td></tr><tr><td><a href=\"CodeSystem-apix-submission-type-cs.html#apix-submission-type-cs-initial\">initial</a></td><td style=\"color: #cccccc\">Initial Application</td></tr><tr><td><a href=\"CodeSystem-apix-submission-type-cs.html#apix-submission-type-cs-renewal\">renewal</a></td><td style=\"color: #cccccc\">Renewal</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://example.com/fhir/ValueSet/apix-submission-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "ApixSubmissionTypeValueSet"] ; #
fhir:title [ fhir:v "APIX Submission Type Value Set"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-07-06T16:06:07+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Gravitate Health Project"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Gravitate Health Project" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.gravitatehealth.eu/" ] ] )
] ) ; #
fhir:description [ fhir:v "Codes for types of regulatory submissions."] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://example.com/fhir/CodeSystem/apix-submission-type"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "variation" ] ] [
fhir:code [ fhir:v "initial" ] ] [
fhir:code [ fhir:v "renewal" ] ] ) ] )
] . #