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

: scenario1-05-technical-question - XML Representation

Raw xml | Download


<Task xmlns="http://hl7.org/fhir">
  <id value="scenario1-05-technical-question"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2025-03-01T14:30:00+01:00"/>
    <profile
             value="http://hl7.org/fhir/uv/apix/StructureDefinition/apix-task"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Regulatory Questions: Request for additional stability data</div>
  </text>
  <contained>
    <Organization>
      <id value="org-synthpharma-ag"/>
      <name value="SynthPharma AG"/>
      <contact>
        <name>
          <text value="Dr. John Doe, Head of Regulatory Affairs"/>
        </name>
        <telecom>
          <system value="email"/>
          <value value="john.doe@synthpharma.example"/>
          <use value="work"/>
        </telecom>
      </contact>
    </Organization>
  </contained>
  <contained>
    <Organization>
      <id value="org-ema-srm-hmed"/>
      <name
            value="European Medicines Agency – Human Medicines Evaluation Division"/>
      <contact>
        <name>
          <text value="Scientific and Regulatory Management"/>
        </name>
        <telecom>
          <system value="email"/>
          <value value="srm@ema.example.eu"/>
          <use value="work"/>
        </telecom>
      </contact>
    </Organization>
  </contained>
  <contained>
    <DocumentReference>
      <id value="docref-list-of-questions"/>
      <meta>
        <versionId value="1"/>
        <lastUpdated value="2025-03-01T14:30:00+01:00"/>
        <profile
                 value="http://hl7.org/fhir/uv/apix/StructureDefinition/apix-documentreference"/>
      </meta>
      <version value="1.0"/>
      <status value="current"/>
      <docStatus value="final"/>
      <type>
        <coding>
          <system value="http://hl7.org/fhir/uv/apix/CodeSystem/ctd-section"/>
          <code value="1.0"/>
          <display value="Cover Letter"/>
        </coding>
      </type>
      <date value="2025-03-01T14:30:00+01:00"/>
      <content>
        <attachment>
          <contentType value="application/fhir+json"/>
          <url
               value="https://api.ema.example/questionnaires/q-shelf-life-limit.json"/>
          <size value="12400"/>
          <title value="List of Questions (Questionnaire)"/>
          <creation value="2025-03-01T14:20:00+01:00"/>
        </attachment>
      </content>
    </DocumentReference>
  </contained>
  <identifier>
    <type>
      <coding>
        <system
                value="http://hl7.org/fhir/uv/apix/CodeSystem/apix-identifier-type"/>
        <code value="task-instance-uuid"/>
        <display value="Task Instance UUID"/>
      </coding>
    </type>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:uuid:778e7d2a-8b1c-4d9f-9a2e-1f6c9d8e7b3b"/>
  </identifier>
  <partOf>🔗 
    <reference value="Task/scenario1-01-initial-submission"/>
    <display value="Initial Submission Task"/>
  </partOf>
  <status value="requested"/>
  <businessStatus>
    <coding>
      <system
              value="http://hl7.org/fhir/uv/apix/CodeSystem/apix-business-status"/>
      <code value="clock-stop"/>
      <display value="Clock Stop"/>
    </coding>
  </businessStatus>
  <intent value="proposal"/>
  <priority value="routine"/>
  <code>
    <coding>
      <system value="http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-code"/>
      <code value="information-request"/>
      <display value="Information Request"/>
    </coding>
  </code>
  <authoredOn value="2025-03-01T14:30:00+01:00"/>
  <lastModified value="2025-03-01T14:30:00+01:00"/>
  <requester>
    <reference value="#org-ema-srm-hmed"/>
    <display value="European Medicines Agency"/>
  </requester>
  <requestedPerformer>
    <reference>
      <reference value="#org-synthpharma-ag"/>
      <display value="SynthPharma AG"/>
    </reference>
  </requestedPerformer>
  <input>
    <type>
      <coding>
        <system
                value="http://hl7.org/fhir/uv/apix/CodeSystem/apix-task-input-type"/>
        <code value="regulatory-document"/>
      </coding>
    </type>
    <valueReference>
      <reference value="#docref-list-of-questions"/>
      <display value="List of Questions (LoQ)"/>
    </valueReference>
  </input>
</Task>