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 - TTL Representation

Draft as of 2025-07-06

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "apix-document-type-cs"] ; # 
  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: 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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://example.com/fhir/CodeSystem/apix-document-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ApixDocumentType"] ; # 
  fhir:title [ fhir:v "APIX Document Type Code System"] ; # 
  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 "Code system for document types."] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "SmPC" ] ;
fhir:display [ fhir:v "Summary of Product Characteristics" ]
  ] [
fhir:code [ fhir:v "PIL" ] ;
fhir:display [ fhir:v "Patient Information Leaflet" ]
  ] [
fhir:code [ fhir:v "variation-report" ] ;
fhir:display [ fhir:v "Variation Report" ]
  ] ) . #