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

: scenario1 finance payment reflected by invoice Task update - 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:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "scenario1-04-finance-payment"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2025-03-06T14:00:00+01:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/apix/StructureDefinition/apix-task"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/apix/StructureDefinition/apix-task>     ] )
  ] ; # 
  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: Task scenario1-04-finance-payment</b></p><a name=\"scenario1-04-finance-payment\"> </a><a name=\"hcscenario1-04-finance-payment\"> </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: 2; Last updated: 2025-03-06 14:00:00+0100</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-apix-task.html\">APIX Regulatory Task</a></p></div><p><b>identifier</b>: Resource identifier/urn:uuid:5dbf06dc-e8f5-4f2b-bd69-a034dacb2836</p><p><b>groupIdentifier</b>: <code>http://example.org/european-med-agency/work-flow-group-id</code>/urn:uuid:workflow-group-id-12345 (use: official, )</p><p><b>partOf</b>: <a href=\"Task-scenario1-01-initial-submission.html\">Task Type IB Variation</a></p><p><b>status</b>: Completed</p><p><b>businessStatus</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/apix/CodeSystem/apix-business-status payment-received}\">Payment Received</span></p><p><b>intent</b>: proposal</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-code request-payment}\">Request Payment</span></p><p><b>authoredOn</b>: 2025-03-05 09:00:00+0100</p><p><b>lastModified</b>: 2025-03-06 14:00:00+0100</p><p><b>requester</b>: <a href=\"Organization-org-ema-srm-hmed.html\">European Medicines Agency</a></p><p><b>owner</b>: <a href=\"Organization-org-synthpharma-ag.html\">SynthPharma AG</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-input-type regulatory-document}\">Regulatory Document</span></td><td><a href=\"DocumentReference-docref-invoice.html\">DocumentReference: identifier = UUID:invoice-docref-uuid; version = 1.0; status = current; docStatus = final; type = Invoice; description = Financial invoice for regulatory submission review</a></td></tr></table><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-output-type regulatory-document}\">Regulatory Document</span></td><td><a href=\"DocumentReference-docref-payment-proof.html\">DocumentReference: version = 1.0; status = current; docStatus = final; type = Proof of Payment</a></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>         ] ;
fhir:code [ fhir:v "RI" ] ;
fhir:display [ fhir:v "Resource identifier" ]       ] )     ] ;
fhir:system [
fhir:v "http://example.org/european-med-agency/task-id"^^xsd:anyURI ;
fhir:l <http://example.org/european-med-agency/task-id>     ] ;
fhir:value [ fhir:v "urn:uuid:5dbf06dc-e8f5-4f2b-bd69-a034dacb2836" ]
  ] ) ; # 
  fhir:groupIdentifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [
fhir:v "http://example.org/european-med-agency/work-flow-group-id"^^xsd:anyURI ;
fhir:l <http://example.org/european-med-agency/work-flow-group-id>     ] ;
fhir:value [ fhir:v "urn:uuid:workflow-group-id-12345" ]
  ] ; # 
  fhir:partOf ( [
fhir:l fhir:Task/scenario1-01-initial-submission ;
fhir:reference [ fhir:v "Task/scenario1-01-initial-submission" ]
  ] ) ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:businessStatus [
    ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/apix/CodeSystem/apix-business-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/apix/CodeSystem/apix-business-status>       ] ;
fhir:code [ fhir:v "payment-received" ] ;
fhir:display [ fhir:v "Payment Received" ]     ] )
  ] ; # 
  fhir:intent [ fhir:v "proposal"] ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-code"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-code>       ] ;
fhir:code [ fhir:v "request-payment" ] ;
fhir:display [ fhir:v "Request Payment" ]     ] )
  ] ; # 
  fhir:authoredOn [ fhir:v "2025-03-05T09:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:lastModified [ fhir:v "2025-03-06T14:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:l fhir:Organization/org-ema-srm-hmed ;
fhir:reference [ fhir:v "Organization/org-ema-srm-hmed" ] ;
fhir:display [ fhir:v "European Medicines Agency" ]
  ] ; # 
  fhir:owner [
fhir:l fhir:Organization/org-synthpharma-ag ;
fhir:reference [ fhir:v "Organization/org-synthpharma-ag" ] ;
fhir:display [ fhir:v "SynthPharma AG" ]
  ] ; # 
  fhir:input ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-input-type"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-input-type>         ] ;
fhir:code [ fhir:v "regulatory-document" ] ;
fhir:display [ fhir:v "Regulatory Document" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:DocumentReference/docref-invoice ;
fhir:reference [ fhir:v "DocumentReference/docref-invoice" ]     ]
  ] ) ; # 
  fhir:output ( [
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-output-type"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-output-type>         ] ;
fhir:code [ fhir:v "regulatory-document" ] ;
fhir:display [ fhir:v "Regulatory Document" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:DocumentReference/docref-payment-proof ;
fhir:reference [ fhir:v "DocumentReference/docref-payment-proof" ]     ]
  ] ) . #