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