API for the Exchange of Medicinal Product Information (APIX)
0.1.0 - ci-build International flag

API for the Exchange of Medicinal Product Information (APIX), published by HL7 International / Biomedical Research and Regulation. 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

: scenario1 05 technical question - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "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\"><p class=\"res-header-id\"><b>Generated Narrative: Task scenario1-05-technical-question</b></p><a name=\"scenario1-05-technical-question\"> </a><a name=\"hcscenario1-05-technical-question\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2025-03-01 14:30:00+0100</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-apix-task.html\">APIX Regulatory Task</a></p></div><p><b>identifier</b>: Resource identifier/urn:uuid:778e7d2a-8b1c-4d9f-9a2e-1f6c9d8e7b3b</p><p><b>groupIdentifier</b>: <code>http://example.org/european-med-agency/work-flow-group-id</code>/urn:uuid:workflow-group-id-12345\u00a0(use:\u00a0official,\u00a0)</p><p><b>partOf</b>: <a href=\"Task-scenario1-01-initial-submission.html\">Initial Submission Task</a></p><p><b>status</b>: Requested</p><p><b>businessStatus</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/apix/CodeSystem/apix-business-status clock-stop}\">Clock Stop</span></p><p><b>intent</b>: proposal</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-code information-request}\">List of Questions / Information Request</span></p><p><b>authoredOn</b>: 2025-03-01 14:30:00+0100</p><p><b>lastModified</b>: 2025-03-01 14:30:00+0100</p><p><b>requester</b>: <a href=\"Organization-org-ema-srm-hmed.html\">European Medicines Agency</a></p><p><b>owner</b>: <a href=\"Organization-org-synthpharma-ag.html\">SynthPharma AG</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-input-type regulatory-document}\">Regulatory Document</span></td><td><a href=\"DocumentReference-docref-list-of-questions.html\">List of Questions (LoQ)</a></td></tr></table></div>"
  },
  "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"
    }
  ],
  "groupIdentifier" : {
    "use" : "official",
    "system" : "http://example.org/european-med-agency/work-flow-group-id",
    "value" : "urn:uuid:workflow-group-id-12345"
  },
  "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" : "List of Questions / Information Request"
      }
    ]
  },
  "authoredOn" : "2025-03-01T14:30:00+01:00",
  "lastModified" : "2025-03-01T14:30: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/apix-task-input-type",
            "code" : "regulatory-document"
          }
        ]
      },
      "valueReference" : {
        🔗 "reference" : "DocumentReference/docref-list-of-questions",
        "display" : "List of Questions (LoQ)"
      }
    }
  ]
}