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
: Organization example with Endpoint - 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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "1002"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2026-02-02T00:22:09.017+00:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/apix/StructureDefinition/apix-organization"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/apix/StructureDefinition/apix-organization> ] )
] ; #
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: Organization 1002</b></p><a name=\"1002\"> </a><a name=\"hc1002\"> </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:09+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-apix-organization.html\">APIX Organization</a></p></div><p><b>identifier</b>: <code>http://somesystemRegulator</code>/110</p><p><b>name</b>: Stupendous Regulator</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>ph: 8018425555, fax: 8018425556, <a href=\"mailto:mushi@gaipan.gov\">mushi@gaipan.gov</a></td><td>789 Six-seven MO 90129 USA </td></tr></table><p><b>endpoint</b>: <a href=\"Endpoint-1003.html\">Subscription notification endpoint</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://somesystemRegulator"^^xsd:anyURI ;
fhir:l <http://somesystemRegulator> ] ;
fhir:value [ fhir:v "110" ]
] ) ; #
fhir:name [ fhir:v "Stupendous Regulator"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "8018425555" ] ] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "8018425556" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mushi@gaipan.gov" ] ] ) ;
fhir:address [
( fhir:line [ fhir:v "789" ] ) ;
fhir:city [ fhir:v "Six-seven" ] ;
fhir:state [ fhir:v "MO" ] ;
fhir:postalCode [ fhir:v "90129" ] ;
fhir:country [ fhir:v "USA" ] ]
] ) ; #
fhir:endpoint ( [
fhir:l fhir:Endpoint/1003 ;
fhir:reference [ fhir:v "Endpoint/1003" ] ;
fhir:display [ fhir:v "Subscription notification endpoint" ]
] ) . #