TIFlow - Verordnungen für Arzneimittel
Version 2.0.0-ballot.1 - ci-build

: Beispiel Accept-Bundle - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="Bundle-AcceptOperation"/>
  <meta>
    <profile
             value="https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Bundle_OP_Accept|2.0"/>
  </meta>
  <type value="collection"/>
  <link>
    <relation value="self"/>
    <url
         value="https://erp-ref.zentral.erp.splitdns.ti-dienste.de/Task/160.000.033.491.280.78/$accept/"/>
  </link>
  <entry>
    <fullUrl
             value="https://erp-ref.zentral.erp.splitdns.ti-dienste.de/Task/d70932d1-9e1c-483c-b2d4-b7dced09b35e"/>
    <resource>
      <Task>
        <id value="d70932d1-9e1c-483c-b2d4-b7dced09b35e"/>
        <meta>
          <profile
                   value="https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Task|2.0"/>
          <tag>
            <display
                     value="Task in IN-PROGRESS state claimed by pharmacy via $accept operation"/>
          </tag>
        </meta>
        <extension
                   url="https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_EX_PrescriptionType">
          <valueCoding>
            <system
                    value="https://gematik.de/fhir/erp/CodeSystem/GEM_ERP_CS_FlowType"/>
            <code value="160"/>
            <display value="Flowtype für Apothekenpflichtige Arzneimittel"/>
          </valueCoding>
        </extension>
        <extension
                   url="https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_EX_AcceptDate">
          <valueDate value="2028-10-01"/>
        </extension>
        <extension
                   url="https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_EX_ExpiryDate">
          <valueDate value="2028-10-01"/>
        </extension>
        <identifier>
          <system
                  value="https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId"/>
          <value value="160.000.033.491.280.78"/>
        </identifier>
        <identifier>
          <system
                  value="https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_AccessCode"/>
          <value
                 value="777bea0e13cc9c42ceec14aec3ddee2263325dc2c6c699db115f58fe423607ea"/>
        </identifier>
        <status value="in-progress"/>
        <intent value="order"/>
        <for>
          <identifier>
            <system value="http://fhir.de/sid/gkv/kvid-10"/>
            <value value="X123456789"/>
          </identifier>
        </for>
        <authoredOn value="2028-10-01T15:29:00+00:00"/>
        <lastModified value="2028-10-01T16:44:00.434+00:00"/>
        <performerType>
          <coding>
            <system
                    value="https://gematik.de/fhir/erp/CodeSystem/GEM_ERP_CS_OrganizationType"/>
            <code value="urn:oid:1.2.276.0.76.4.54"/>
            <display value="Öffentliche Apotheke"/>
          </coding>
        </performerType>
        <input>
          <type>
            <coding>
              <system
                      value="https://gematik.de/fhir/erp/CodeSystem/GEM_ERP_CS_DocumentType"/>
              <code value="1"/>
              <display value="Health Care Provider Prescription"/>
            </coding>
          </type>
          <valueReference>
            <reference value="Binary/PrescriptionBinary"/>
          </valueReference>
        </input>
      </Task>
    </resource>
  </entry>
  <entry>
    <fullUrl
             value="https://erp-ref.zentral.erp.splitdns.ti-dienste.de/Binary/PrescriptionBinaryWithMeta"/>
    <resource>
      <Binary>
        <id value="PrescriptionBinaryWithMeta"/>
        <meta>
          <profile
                   value="https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Binary"/>
        </meta>
        <contentType value="application/pkcs7-mime"/>
        <data value="dGhpcyBibG9iIGlzIHNuaXBwZWQ="/>
      </Binary>
    </resource>
  </entry>
</Bundle>