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/HL7/APIX---API-Exchange-for-Medicinal-Products/ and changes regularly. See the Directory of published versions

: scenario1-02-validation - 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:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "scenario1-02-validation"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2025-11-20T14:30: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\">Task: Validation of Type IB Variation</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:contained ( [
a fhir:Organization ;
fhir:id [ fhir:v "org-synthpharma-ag" ] ;
fhir:name [ fhir:v "SynthPharma AG" ] ;
    ( fhir:contact [
      ( fhir:name [
fhir:text [ fhir:v "Dr. John Doe, Head of Regulatory Affairs" ]       ] ) ;
      ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "john.doe@synthpharma.example" ] ;
fhir:use [ fhir:v "work" ]       ] )     ] )
  ] [
a fhir:Organization ;
fhir:id [ fhir:v "org-ema-srm-hmed" ] ;
fhir:name [ fhir:v "European Medicines Agency – Human Medicines Evaluation Division" ] ;
    ( fhir:contact [
      ( fhir:name [
fhir:text [ fhir:v "Scientific and Regulatory Management" ]       ] ) ;
      ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "srm@ema.example.eu" ] ;
fhir:use [ fhir:v "work" ]       ] )     ] )
  ] [
a fhir:DocumentReference ;
fhir:id [ fhir:v "doc1" ] ;
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "cover-letter" ] ;
fhir:display [ fhir:v "Cover Letter" ]       ] )     ]
  ] [
a fhir:DocumentReference ;
fhir:id [ fhir:v "doc2" ] ;
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "application-form" ] ;
fhir:display [ fhir:v "Application Form" ]       ] )     ]
  ] [
a fhir:DocumentReference ;
fhir:id [ fhir:v "doc3" ] ;
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "annotated-label" ] ;
fhir:display [ fhir:v "Annotated Label" ]       ] )     ]
  ] [
a fhir:DocumentReference ;
fhir:id [ fhir:v "doc4" ] ;
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "clean-label" ] ;
fhir:display [ fhir:v "Clean Label" ]       ] )     ]
  ] [
a fhir:DocumentReference ;
fhir:id [ fhir:v "doc5" ] ;
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "pack-mockup" ] ;
fhir:display [ fhir:v "Pack Mockup" ]       ] )     ]
  ] [
a fhir:DocumentReference ;
fhir:id [ fhir:v "doc6" ] ;
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "cmc-stability-summary" ] ;
fhir:display [ fhir:v "Stability Summary" ]       ] )     ]
  ] [
a fhir:DocumentReference ;
fhir:id [ fhir:v "doc7" ] ;
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "cmc-stability-data" ] ;
fhir:display [ fhir:v "Stability Data" ]       ] )     ]
  ] [
a fhir:DocumentReference ;
fhir:id [ fhir:v "doc8" ] ;
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "cmc-stability-commitment" ] ;
fhir:display [ fhir:v "Stability Commitment" ]       ] )     ]
  ] [
a fhir:DocumentReference ;
fhir:id [ fhir:v "doc9" ] ;
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "cmc-ds-stability-summary" ] ;
fhir:display [ fhir:v "DS Stability Summary" ]       ] )     ]
  ] [
a fhir:DocumentReference ;
fhir:id [ fhir:v "doc10" ] ;
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "cmc-ds-stability-data" ] ;
fhir:display [ fhir:v "DS Stability Data" ]       ] )     ]
  ] [
a fhir:DocumentReference ;
fhir:id [ fhir:v "output-ack" ] ;
fhir:type [
      ( 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 "acknowledgement-receipt" ] ;
fhir:display [ fhir:v "Acknowledgement of Receipt" ]       ] )     ]
  ] [
a fhir:DocumentReference ;
fhir:id [ fhir:v "output-validation" ] ;
fhir:type [
      ( 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 "validation-report" ] ;
fhir:display [ fhir:v "Validation Report" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/apix/CodeSystem/apix-identifier-type"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/apix/CodeSystem/apix-identifier-type>         ] ;
fhir:code [ fhir:v "task-instance-uuid" ] ;
fhir:display [ fhir:v "Task Instance UUID" ]       ] )     ] ;
fhir:system [
fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
fhir:l <urn:ietf:rfc:3986>     ] ;
fhir:value [ fhir:v "urn:uuid:workflow-step1-instance" ]
  ] [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/apix/CodeSystem/apix-identifier-type"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/apix/CodeSystem/apix-identifier-type>         ] ;
fhir:code [ fhir:v "regulator-procedure-number" ] ;
fhir:display [ fhir:v "Regulator Procedure Number" ]       ] )     ] ;
fhir:system [
fhir:v "http://ema.europa.eu/procedure-number"^^xsd:anyURI ;
fhir:l <http://ema.europa.eu/procedure-number>     ] ;
fhir:value [ fhir:v "EMEA/H/C/001234/IB/0025" ]
  ] ) ; # 
  fhir:basedOn ( [
fhir:l fhir:Task/scenario1-01-initial-submission ;
fhir:reference [ fhir:v "Task/scenario1-01-initial-submission" ]
  ] ) ; # 
  fhir:groupIdentifier [
fhir:use [ fhir:v "official" ] ;
fhir:type [
      ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/apix/CodeSystem/apix-identifier-type"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/apix/CodeSystem/apix-identifier-type>         ] ;
fhir:code [ fhir:v "submission-group-uuid" ] ;
fhir:display [ fhir:v "Submission Group UUID" ]       ] )     ] ;
fhir:system [
fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
fhir:l <urn:ietf:rfc:3986>     ] ;
fhir:value [ fhir:v "urn:uuid:workflow-group-id-12345" ]
  ] ; # 
  fhir:status [ fhir:v "accepted"] ; # 
  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 "validation-successful" ] ;
fhir:display [ fhir:v "Validation Successful" ]     ] )
  ] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:priority [ fhir:v "routine"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-type"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-type>       ] ;
fhir:code [ fhir:v "variation-type-ib" ] ;
fhir:display [ fhir:v "Type IB Variation" ]     ] )
  ] ; # 
  fhir:authoredOn [ fhir:v "2025-11-15T09:00:00+01:00"^^xsd:dateTime] ; # 
  fhir:lastModified [ fhir:v "2025-11-20T14:30:00+01:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:l <#org-synthpharma-ag> ;
fhir:reference [ fhir:v "#org-synthpharma-ag" ] ;
fhir:display [ fhir:v "SynthPharma AG" ]
  ] ; # 
  fhir:requestedPerformer ( [
fhir:reference [
fhir:l <#org-ema-srm-hmed> ;
fhir:reference [ fhir:v "#org-ema-srm-hmed" ] ;
fhir:display [ fhir:v "European Medicines Agency" ]     ]
  ] ) ; # 
  fhir:input ( [
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "regulatory-document" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:l <#doc1> ;
fhir:reference [ fhir:v "#doc1" ]     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "regulatory-document" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:l <#doc2> ;
fhir:reference [ fhir:v "#doc2" ]     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "regulatory-document" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:l <#doc3> ;
fhir:reference [ fhir:v "#doc3" ]     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "regulatory-document" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:l <#doc4> ;
fhir:reference [ fhir:v "#doc4" ]     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "regulatory-document" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:l <#doc5> ;
fhir:reference [ fhir:v "#doc5" ]     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "regulatory-document" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:l <#doc6> ;
fhir:reference [ fhir:v "#doc6" ]     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "regulatory-document" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:l <#doc7> ;
fhir:reference [ fhir:v "#doc7" ]     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "regulatory-document" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:l <#doc8> ;
fhir:reference [ fhir:v "#doc8" ]     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "regulatory-document" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:l <#doc9> ;
fhir:reference [ fhir:v "#doc9" ]     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "regulatory-document" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:l <#doc10> ;
fhir:reference [ fhir:v "#doc10" ]     ]
  ] ) ; # 
  fhir:output ( [
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "regulatory-document" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:l <#output-ack> ;
fhir:reference [ fhir:v "#output-ack" ]     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "regulatory-document" ]       ] )     ] ;
fhir:value [
a fhir:Reference ;
fhir:l <#output-validation> ;
fhir:reference [ fhir:v "#output-validation" ]     ]
  ] ) . #