FHIR IG analytics| Package | hl7.fhir.uv.apix |
| Resource Type | Task |
| Id | Task-scenario1-04-finance-payment.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
HL7 FHIR R5 – APIX Implementation Guide
{
"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"
}
}
]
}