API for the Exchange of Medicinal Product Information (APIX)
0.1.0 - ci-build International flag

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

: doc8 - TTL Representation

Page standards status: Informative

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:DocumentReference ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "doc8"] ; # 
  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: DocumentReference doc8</b></p><a name=\"doc8\"> </a><a name=\"hcdoc8\"> </a><p><b>version</b>: 1.0</p><p><b>status</b>: Current</p><p><b>docStatus</b>: Final</p><p><b>type</b>: <span title=\"Codes:\">Stability Commitment</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section m3}\">Module 3</span></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Size</b></td><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/fhir+json</td><td><a href=\"https://api.synthpharma.example/bundles/submission-123/m3/stability-commitment.json\">https://api.synthpharma.example/bundles/submission-123/m3/stability-commitment.json</a></td><td>24000</td><td>CMC Doc 3 - Commitment (Transaction Bundle)</td><td>2025-11-12 14:40:00+0100</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:version [ fhir:v "1.0"] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:docStatus [ fhir:v "final"] ; # 
  fhir:type [
    ( fhir:coding [
fhir:code [ fhir:v "cmc-stability-commitment" ] ;
fhir:display [ fhir:v "Stability Commitment" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section>       ] ;
fhir:code [ fhir:v "m3" ] ;
fhir:display [ fhir:v "Module 3" ]     ] )
  ] ) ; # 
  fhir:content ( [
fhir:attachment [
fhir:contentType [ fhir:v "application/fhir+json" ] ;
fhir:url [
fhir:v "https://api.synthpharma.example/bundles/submission-123/m3/stability-commitment.json"^^xsd:anyURI ;
fhir:l <https://api.synthpharma.example/bundles/submission-123/m3/stability-commitment.json>       ] ;
fhir:size [ fhir:v "24000"^^xsd:long ] ;
fhir:title [ fhir:v "CMC Doc 3 - Commitment (Transaction Bundle)" ] ;
fhir:creation [ fhir:v "2025-11-12T14:40:00+01:00"^^xsd:dateTime ]     ]
  ] ) . #