FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.apix
Resource TypeTask
IdTask-scenario1-04-finance-payment.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Task: Financial Review (Payment)

HL7 FHIR R5 – APIX Implementation Guide

Task Description
Financial Review: Payment Confirmed
Core Task Information
Version ID3Task IDIn a production system this would be the same as scenario1-03-finance-invoiceGroup Identifierurn:uuid:workflow-group-id-12345Parent Taskscenario1-01-initial-submissionTask StatuscompletedBusiness StatusPayment ReceivedIntentorderPriorityroutine

CodeRequest Payment (request-payment)Authored2025-11-21T09:00:00+01:00Last Updated2025-11-22T14:00:00+01:00
Parties Involved
Requester
European Medicines Agency (EMA)
Address: Domenico Scarlattilaan 6, 1083 HS Amsterdam, Netherlands
Contact: Scientific and Regulatory Management
Email: srm@ema.example.eu
Performer
Pharma Co. Ltd.
Address: 123 Synthetic Research Blvd, 4000 Basel, Switzerland
Contact: Dr. John Doe, Head of Regulatory Affairs
Email: john.doe@synthpharma.example
Input Documents1 document
Financial Documents
Invoice
invoice
INV-2025-001.pdf
Output Documents1 document
Financial Responses
Proof of Payment
proof-of-payment
Payment-Confirmation.pdf
HL7 FHIR R5 – API Exchange for Medicinal Products (APIX)
Generated Render

Source1

{
  "resourceType": "Task",
  "id": "scenario1-04-finance-payment",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2025-11-22T14:00:00+01:00",
    "profile": [
      "http://hl7.org/fhir/uv/apix/StructureDefinition/apix-task"
    ]
  },
  "language": "en",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "RI",
            "display": "Resource identifier"
          }
        ]
      },
      "system": "http://example.org/european-med-agency/task-id",
      "value": "urn:uuid:5dbf06dc-e8f5-4f2b-bd69-a034dacb2836"
    }
  ],
  "basedOn": [
    {
      "reference": "Task/scenario1-01-initial-submission"
    }
  ],
  "groupIdentifier": {
    "use": "official",
    "system": "http://example.org/european-med-agency/work-flow-group-id",
    "value": "urn:uuid:workflow-group-id-12345"
  },
  "status": "completed",
  "businessStatus": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/apix/CodeSystem/apix-business-status",
        "code": "payment-received",
        "display": "Payment Received"
      }
    ]
  },
  "intent": "proposal",
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-code",
        "code": "request-payment",
        "display": "Request Payment"
      }
    ]
  },
  "authoredOn": "2025-11-21T09:00:00+01:00",
  "lastModified": "2025-11-22T14:00:00+01:00",
  "requester": {
    "reference": "Organization/org-ema-srm-hmed",
    "display": "European Medicines Agency"
  },
  "owner": {
    "reference": "Organization/org-synthpharma-ag",
    "display": "SynthPharma AG"
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section",
            "code": "invoice-reg-fee",
            "display": "Invoice Regulatory Fee"
          }
        ]
      },
      "valueReference": {
        "reference": "DocumentReference/docref-invoice"
      }
    }
  ],
  "output": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section",
            "code": "proof-Of-payment",
            "display": "Proof of Payment"
          }
        ]
      },
      "valueReference": {
        "reference": "DocumentReference/docref-payment-proof"
      }
    }
  ]
}