API for the Exchange of Medicinal Product Information (APIX), published by HL7 International / Biomedical Research and Regulation. 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/HL7/APIX---API-Exchange-for-Medicinal-Products/ and changes regularly. See the Directory of published versions
: Example APIX interaction Endpoint with header - 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:Endpoint ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "1005"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2026-02-02T00:22:34.166+00:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/apix/StructureDefinition/endpoint-subscription-notify"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/apix/StructureDefinition/endpoint-subscription-notify> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Endpoint 1005</b></p><a name=\"1005\"> </a><a name=\"hc1005\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2026-02-02 00:22:34+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-endpoint-subscription-notify.html\">APIX Endpoint for FHIR Subscription Notifications</a></p></div><p><b>identifier</b>: <code>submitter-system</code>/findMEanywhereUsingThisSystemAndValue</p><p><b>status</b>: Active</p><p><b>connectionType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/endpoint-connection-type hl7-fhir-subscription-notify}\">hl7-fhir-subscription-notify</span></p><p><b>name</b>: Best Company FHIR Subscription Notification Endpoint</p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/endpoint-payload-type any}\">Any</span></td></tr></table><p><b>address</b>: <a href=\"http://host.docker.internal:3000/fhir-subscription-notify\">http://host.docker.internal:3000/fhir-subscription-notify</a></p><p><b>header</b>: Authorization: Bearer {{token}}</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "submitter-system"^^xsd:anyURI ;
fhir:l fhir:submitter-system ] ;
fhir:value [ fhir:v "findMEanywhereUsingThisSystemAndValue" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:connectionType ( [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/endpoint-connection-type> ] ;
fhir:code [ fhir:v "hl7-fhir-subscription-notify" ] ] )
] ) ; #
fhir:name [ fhir:v "Best Company FHIR Subscription Notification Endpoint"] ; #
fhir:payload ( [
( fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-payload-type"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/endpoint-payload-type> ] ;
fhir:code [ fhir:v "any" ] ;
fhir:display [ fhir:v "Any" ] ] ) ] )
] ) ; #
fhir:address [
fhir:v "http://host.docker.internal:3000/fhir-subscription-notify"^^xsd:anyURI ;
fhir:l <http://host.docker.internal:3000/fhir-subscription-notify>
] ; #
fhir:header ( [ fhir:v "Authorization: Bearer {{token}}"] ) . #