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-variation-bundle-001 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "apix-variation-bundle-001"] ; # 
  fhir:type [ fhir:v "transaction"] ; # 
  fhir:entry ( [
    ( fhir:resource [
a fhir:DocumentReference ;
fhir:id [ fhir:v "apix-doc-001" ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DocumentReference_apix-doc-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference apix-doc-001</b></p><a name=\"apix-doc-001\"> </a><a name=\"hcapix-doc-001\"> </a><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 55107-7}\">Regulatory submission document</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>Data</b></td><td><b>Size</b></td><td><b>Hash</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>application/json</td><td><code>base64 data placeholder</code></td><td>1234</td><td><code>qZk+NkcGgWq6PiVxeFDCbJzQ2J0=/nE+3Y2c=</code></td><td>Type II Variation Application Form Collection Bundle</td></tr></table></blockquote></div>"^^rdf:XMLLiteral       ] ;
fhir:status [ fhir:v "current" ] ;
fhir:type [
        ( fhir:coding [
a loinc:55107-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "55107-7" ] ;
fhir:display [ fhir:v "Regulatory submission document" ]         ] )       ] ;
      ( fhir:content [
fhir:attachment [
fhir:contentType [ fhir:v "application/json" ] ;
fhir:data [ fhir:v "base64 data placeholder"^^xsd:base64Binary ] ;
fhir:size [ fhir:v "1234"^^xsd:long ] ;
fhir:hash [ fhir:v "qZk+NkcGgWq6PiVxeFDCbJzQ2J0=/nE+3Y2c="^^xsd:base64Binary ] ;
fhir:title [ fhir:v "Type II Variation Application Form Collection Bundle" ]         ]       ] )     ] ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "DocumentReference"^^xsd:anyURI ]     ]
  ] [
    ( fhir:resource [
a fhir:Task ;
fhir:id [ fhir:v "apix-task-001" ] ;
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_apix-task-001\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Task apix-task-001</b></p><a name=\"apix-task-001\"> </a><a name=\"hcapix-task-001\"> </a><p><b>Regulatory Priority Extension</b>: <span title=\"Codes:{http://example.com/fhir/CodeSystem/apix-regulatory-priority standard}\">Standard</span></p><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://example.com/fhir/CodeSystem/apix-task-code submit-variation}\">Submit Variation</span></p><p><b>focus</b>: <a href=\"DocumentReference-apix-doc-001.html\">DocumentReference: status = current; type = Regulatory submission document</a></p></div>"^^rdf:XMLLiteral       ] ;
      ( fhir:extension [
fhir:url [ fhir:v "http://example.com/fhir/StructureDefinition/RegulatoryPriority"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
          ( fhir:coding [
fhir:system [ fhir:v "http://example.com/fhir/CodeSystem/apix-regulatory-priority"^^xsd:anyURI ] ;
fhir:code [ fhir:v "standard" ]           ] )         ]       ] ) ;
fhir:status [ fhir:v "requested" ] ;
fhir:intent [ fhir:v "order" ] ;
fhir:code [
        ( fhir:coding [
fhir:system [ fhir:v "http://example.com/fhir/CodeSystem/apix-task-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "submit-variation" ]         ] )       ] ;
fhir:focus [
fhir:reference [ fhir:v "DocumentReference/apix-doc-001" ]       ]     ] ) ;
fhir:request [
fhir:method [ fhir:v "POST" ] ;
fhir:url [ fhir:v "Task"^^xsd:anyURI ]     ]
  ] ) . #