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-05-technical-question",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2025-03-01T14: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\">Regulatory Questions: Request for additional stability data</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" : "docref-list-of-questions",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2025-03-01T14:30:00+01:00",
"profile" : [
🔗 "http://hl7.org/fhir/uv/apix/StructureDefinition/apix-documentreference"
]
},
"version" : "1.0",
"status" : "current",
"docStatus" : "final",
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section",
"code" : "1.0",
"display" : "Cover Letter"
}
]
},
"date" : "2025-03-01T14:30:00+01:00",
"content" : [
{
"attachment" : {
"contentType" : "application/fhir+json",
"url" : "https://api.ema.example/questionnaires/q-shelf-life-limit.json",
"size" : "12400",
"title" : "List of Questions (Questionnaire)",
"creation" : "2025-03-01T14:20:00+01:00"
}
}
]
}
],
"identifier" : [
{
"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:778e7d2a-8b1c-4d9f-9a2e-1f6c9d8e7b3b"
}
],
"partOf" : [
{
🔗 "reference" : "Task/scenario1-01-initial-submission",
"display" : "Initial Submission Task"
}
],
"status" : "requested",
"businessStatus" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/apix/CodeSystem/apix-business-status",
"code" : "clock-stop",
"display" : "Clock Stop"
}
]
},
"intent" : "proposal",
"priority" : "routine",
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-code",
"code" : "information-request",
"display" : "Information Request"
}
]
},
"authoredOn" : "2025-03-01T14:30:00+01:00",
"lastModified" : "2025-03-01T14:30:00+01:00",
"requester" : {
"reference" : "#org-ema-srm-hmed",
"display" : "European Medicines Agency"
},
"requestedPerformer" : [
{
"reference" : {
"reference" : "#org-synthpharma-ag",
"display" : "SynthPharma AG"
}
}
],
"input" : [
{
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-input-type",
"code" : "regulatory-document"
}
]
},
"valueReference" : {
"reference" : "#docref-list-of-questions",
"display" : "List of Questions (LoQ)"
}
}
]
}