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-03-finance-invoice",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2025-03-05T09:00: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\">Financial Review: Payment Requested (Invoice #INV-2025-001)</div>"
},
"contained" : [
{
"resourceType" : "Organization",
"id" : "org-synthpharma-ag",
"name" : "SynthPharma AG"
},
{
"resourceType" : "Organization",
"id" : "org-ema-srm-hmed",
"name" : "European Medicines Agency – Human Medicines Evaluation Division"
},
{
"resourceType" : "DocumentReference",
"id" : "docref-invoice",
"version" : "1.0",
"status" : "current",
"docStatus" : "final",
"type" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section",
"code" : "m1.0",
"display" : "Invoice"
}
]
},
"content" : [
{
"attachment" : {
"contentType" : "application/pdf",
"url" : "https://api.ema.example/binaries/invoices/INV-2025-001.pdf",
"size" : "450000",
"title" : "INV-2025-001.pdf",
"creation" : "2025-03-05T08:00:00+01:00"
}
}
]
}
],
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:uuid:invoice-task-uuid"
}
],
"partOf" : [
{
🔗 "reference" : "Task/scenario1-01-initial-submission"
}
],
"status" : "requested",
"intent" : "proposal",
"code" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-code",
"code" : "request-payment",
"display" : "Request Payment"
}
]
},
"for" : {
"reference" : "MedicinalProductDefinition/example-ma",
"display" : "WonderDrug 50mg Tablets"
},
"authoredOn" : "2025-03-05T09:00:00+01:00",
"lastModified" : "2025-03-05T09:00: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",
"display" : "Regulatory Document"
}
]
},
"valueReference" : {
"reference" : "#docref-invoice"
}
}
]
}