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
: doc9 - 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:DocumentReference ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "doc9"] ; #
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 doc9</b></p><a name=\"doc9\"> </a><a name=\"hcdoc9\"> </a><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:\">DS Stability Summary</span></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>CMC Doc 4 - DS Summary.pdf</td></tr></table></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "current"] ; #
fhir:type [
( fhir:coding [
fhir:code [ fhir:v "cmc-ds-stability-summary" ] ;
fhir:display [ fhir:v "DS Stability Summary" ] ] )
] ; #
fhir:content ( [
fhir:attachment [
fhir:title [ fhir:v "CMC Doc 4 - DS Summary.pdf" ] ]
] ) . #