FHIR IG analytics| Package | hl7.fhir.uv.apix |
| Resource Type | Task |
| Id | Task-scenario1-06-technical-response.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-06-technical-response",
"meta": {
"versionId": "3",
"lastUpdated": "2025-12-05T10: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:778e7d2a-8b1c-4d9f-9a2e-1f6c9d8e7b3b"
}
],
"basedOn": [
{
"reference": "Task/scenario1-01-initial-submission",
"display": "Initial Submission Task"
}
],
"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": "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": "List of Questions / Information Request"
}
]
},
"requestedPeriod": {
"start": "2025-12-01T14:30:00+01:00",
"end": "2025-12-08T14:30:00+01:00"
},
"authoredOn": "2025-12-01T14:30:00+01:00",
"lastModified": "2025-12-05T10: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": "list-of-questions",
"display": "List of Questions"
}
]
},
"valueReference": {
"reference": "DocumentReference/docref-list-of-questions",
"display": "List of Questions (LoQ)"
}
}
],
"output": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section",
"code": "applicant-questionnaireResponse\"",
"display": "Applicant QuestionnaireResponse"
}
]
},
"valueReference": {
"reference": "DocumentReference/docref-responses-qresponse",
"display": "Applicant QuestionnaireResponse"
}
},
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section",
"code": "3.2.P.8.3",
"display": "Stability Data"
}
]
},
"valueReference": {
"reference": "DocumentReference/docref-stability-data-annex",
"display": "Annex: Updated Stability Data"
}
}
]
}