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 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
| Page standards status: Informative |
@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-05-technical-question"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2025-03-01T14: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\"><p class=\"res-header-id\"><b>Generated Narrative: Task scenario1-05-technical-question</b></p><a name=\"scenario1-05-technical-question\"> </a><a name=\"hcscenario1-05-technical-question\"> </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: 1; Last updated: 2025-03-01 14:30: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:778e7d2a-8b1c-4d9f-9a2e-1f6c9d8e7b3b</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\">Initial Submission Task</a></p><p><b>status</b>: Requested</p><p><b>businessStatus</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/apix/CodeSystem/apix-business-status clock-stop}\">Clock Stop</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 information-request}\">List of Questions / Information Request</span></p><p><b>authoredOn</b>: 2025-03-01 14:30:00+0100</p><p><b>lastModified</b>: 2025-03-01 14:30: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-list-of-questions.html\">List of Questions (LoQ)</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:778e7d2a-8b1c-4d9f-9a2e-1f6c9d8e7b3b" ]
] ) ; #
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:display [ fhir:v "Initial Submission Task" ]
] ) ; #
fhir:status [ fhir:v "requested"] ; #
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 "clock-stop" ] ;
fhir:display [ fhir:v "Clock Stop" ] ] )
] ; #
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 "information-request" ] ;
fhir:display [ fhir:v "List of Questions / Information Request" ] ] )
] ; #
fhir:authoredOn [ fhir:v "2025-03-01T14:30:00+01:00"^^xsd:dateTime] ; #
fhir:lastModified [ fhir:v "2025-03-01T14:30: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:value [
a fhir:Reference ;
fhir:l fhir:DocumentReference/docref-list-of-questions ;
fhir:reference [ fhir:v "DocumentReference/docref-list-of-questions" ] ;
fhir:display [ fhir:v "List of Questions (LoQ)" ] ]
] ) . #
IG © 2025+ HL7 International / Biomedical Research and Regulation. Package hl7.fhir.uv.apix#0.1.0 based on FHIR 5.0.0. Generated 2026-03-17
Links: Table of Contents |
QA Report