RED interchange API allows to send FHIR bundles to RED in order to create new data using a POST request.

POST request to create new data
{{baseURL}}/{{tenant}}/Bundle

Example: this POST requests creates data in RED if a FHIR bundle is attached

See RED Interchange API - Postman Collection

  • 0230 - Patient und Medication PZN: creates a new person with coverage, practitioner and organization and medication for a packaged product identified by its PZN. This set contains all data for a prescription
  • 0232 - Patient und Medication Rezeptur: creates a new person with coverage, practitioner and organization and medication for an extemporaneous mixture. This set contains all data for a prescription
  • 0234 - Medication for known Patient: creates a new medication for a known patient with existing episode (coverage)
  • 0235 - Patient und Medication Rezeptur Direktzuweisung: creates a new person with coverage, practitioner and organization and medication for an extemporaneous mixture with workflowtype 169 (direct assignment to pharmacy)


The request header should set the content-type to "Content-Type": "application/fhir+xml; charset=UTF-8"

The request body must include a valid FHIR bundle with the items to create. 

  • patients are identified by their patient ID (Patient.id). If patients are created by interface RED will use the Patient.id from the Patient bundle for patient identification, and patient references of incoming data must always refer to this ID. That allows external systems to create patients in RED using their identifiers and to use the same ID in both systems.
  • all bundle items will be referenced by their IDs, their data in RED can be updated by sending a bundle with the same ID.


A POST request creating a new medication item may trigger the creation of an electronic prescriptions without further user action. In this scenario RED receives a data request including medication information as described here. The request is extended by an action that tells RED to start the creation of an electronic prescription right after the patient and medication data has been created. RED initiates the prescription, prompts the user for the electronic signature, sends the signed prescription to Fachdienst and returns the task-id via interface. See also RED interchange API - E-Prescription

POST request to create a new medication item and an electronic prescription
{{baseURL}}/{{tenant}}/Bundle?action=$createerp

See RED Interchange API - Postman Collection 

  • 0231- Patient und Medication PZN and create ERP: creates a new person with coverage, practitioner and organization and medication for packaged product, then creates an electronic prescription and returns the prescription task ID
  • 0233 - Patient und Medication Rezeptur and create ERP: creates a new person with coverage, practitioner and organization and medication for an extemporaneous mixture, then creates an electronic prescription and returns the prescription task ID


Example: RED receives patient, coverage and medication information and creates a new person, episode and patient record entry for a standard product (PZN)
<Bundle xmlns="http://hl7.org/fhir">
   <id value="70535347-7053-5347-1776792b827"/>
   <meta>
      <lastUpdated value="2021-02-03T12:06:44.650+01:00"/>
      <profile value="https://fhir.kbv.de/StructureDefinition/74_PR_VoS_Bundle_VoS_PVS|1.10.010"/>
   </meta>
   <identifier>
      <system value="http://principa.com/vosbundle"/>
      <value value="70535347-7053-5347-1776792b827"/>
   </identifier>
   <type value="transaction"/>
   <link>
      <extension url="https://fhir.kbv.de/StructureDefinition/74_EX_VoS_Anwender_System">
         <extension url="https://fhir.kbv.de/StructureDefinition/74_EX_VoS_PruefNummer">
            <valueIdentifier>
               <system value="https://fhir.kbv.de/NamingSystem/74_NS_VoS_KBV-Pruefnummer"/>
               <value value="Y/400/1910/36/458"/>
            </valueIdentifier>
         </extension>
      </extension>
      <relation value="related"/>
      <url value="http://pvs.praxis-topp-gluecklich.local/fhir/Bundle/57eb40b4-07ba-b960-aca0-5227f5881292"/>
   </link>
   <entry>
        <resource>
            <Patient>
                <id value="4730"/>
                <meta>
                    <versionId value="3"/>
                    <lastUpdated value="2021-07-11T13:45:00+00:00"/>
                    <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Patient|1.2.0"/>
                </meta>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Patient_KostenuebernahmeIgeL">
                    <valueBoolean value="false"/>
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Patient_Zusatzinformationen">
                    <extension url="religionszugehoerigkeit">
                        <valueString value="ev."/>
                    </extension>
                </extension>
                <extension url="http://hl7.org/fhir/StructureDefinition/patient-citizenship">
                    <extension url="code">
                        <valueCodeableConcept>
                            <coding>
                                <system value="http://fhir.de/CodeSystem/deuev/anlage-8-laenderkennzeichen"/>
                                <code value="D"/>
                            </coding>
                        </valueCodeableConcept>
                    </extension>
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Patient_Vsdm_Zusatzinformationen">
                    <extension url="geschlecht">
                        <valueCoding>
                            <system value="http://hl7.org/fhir/administrative-gender"/>
                            <code value="female"/>
                        </valueCoding>
                    </extension>
                    <extension url="geburtsdatum">
                        <valueDate value="1972-03-04"/>
                    </extension>
                    <extension url="adresse">
                        <valueAddress>
                            <type value="physical"/>
                            <line value="Musterstr. 43">
                                <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
                                    <valueString value="Musterstr."/>
                                </extension>
                                <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
                                    <valueString value="43"/>
                                </extension>
                            </line>
                            <city value="Hamburg"/>
                            <postalCode value="20146"/>
                            <country value="D"/>
                        </valueAddress>
                    </extension>
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Additional_Comment">
                    <valueString value="Sehr gute Patientin"/>
                </extension>
                <identifier>
                    <type>
                        <coding>
                            <system value="http://fhir.de/CodeSystem/identifier-type-de-basis"/>
                            <code value="GKV"/>
                        </coding>
                    </type>
                    <system value="http://fhir.de/NamingSystem/gkv/kvid-10"/>
                    <value value="M040319722"/>
                </identifier>
                <name>
                    <use value="official"/>
                    <text value="Silke SE von Mustermann"/>
                    <family value="Freifrau von Mustermann">
                        <extension url="http://fhir.de/StructureDefinition/humanname-namenszusatz">
                            <valueString value="SE"/>
                        </extension>
                        <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-prefix">
                            <valueString value="von"/>
                        </extension>
                        <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
                            <valueString value="Mustermann"/>
                        </extension>
                    </family>
                    <given value="Silke"/>
                </name>
                <name>
                    <use value="maiden"/>
                    <family value="Schmitt">
                        <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
                            <valueString value="Schmitt"/>
                        </extension>
                    </family>
                </name>
                <telecom>
                    <system value="phone"/>
                    <value value="07755332211"/>
                </telecom>
                <telecom>
                    <system value="email"/>
                    <value value="m.mustermann@update.de"/>
                </telecom>
                <gender value="female"/>
                <birthDate value="1972-03-04"/>
                <address>
                    <type value="both"/>
                    <line value="Musterstr. 43">
                        <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
                            <valueString value="Musterstr."/>
                        </extension>
                        <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
                            <valueString value="43"/>
                        </extension>
                    </line>
                    <city value="Hamburg"/>
                    <postalCode value="20146"/>
                    <country value="D"/>
                </address>
                <maritalStatus>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
                        <code value="M"/>
                    </coding>
                </maritalStatus>
                <contact>
                    <relationship>
                        <coding>
                            <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
                            <code value="CP"/>
                        </coding>
                    </relationship>
                    <name>
                        <family value="Mustermann"/>
                        <given value="Fritz"/>
                    </name>
                    <telecom>
                        <system value="phone"/>
                        <value value="07755332212"/>
                    </telecom>
                </contact>
                <communication>
                    <language>
                        <coding>
                            <system value="urn:ietf:bcp:47"/>
                            <code value="de-DE"/>
                        </coding>
                    </language>
                    <preferred value="true"/>
                </communication>
            </Patient>
        </resource>
    </entry>
    <entry>
        <resource>
            <Coverage>
                <id value="TCI7596-1-1629639837586"/>
                <meta>
                    <versionId value="1"/>
                    <lastUpdated value="2021-08-22T15:43:57+0200"/>
                    <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Krankenversicherungsverhaeltnis|1.2.0"/>
                </meta>
                <identifier>
                    <type>
                        <coding>
                            <system value="http://fhir.de/CodeSystem/identifier-type-de-basis"/>
                            <code value="GKV"/>
                        </coding>
                    </type>
                    <system value="http://fhir.de/NamingSystem/gkv/kvid-10"/>
                    <value value="M040319722"/>
                </identifier>
                <extension url="http://fhir.de/StructureDefinition/gkv/versichertenart">
                    <valueCoding>
                        <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_VERSICHERTENSTATUS"/>
                        <code value="1"/>
                    </valueCoding>
                </extension>
                <extension url="http://fhir.de/StructureDefinition/gkv/besondere-personengruppe">
                    <valueCoding>
                        <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_PERSONENGRUPPE"/>
                        <code value="00"/>
                        <display value="nicht gesetzt"/>
                    </valueCoding>
                </extension>
                <status value="active"/>
                <type url="http://fhir.de/StructureDefinition/gkv/besondere-personengruppe">
                    <coding>
                        <system value="http://fhir.de/CodeSystem/versicherungsart-de-basis"/>
                        <version value="0.2.3"/>
                        <code value="GKV"/>
                    </coding>
                </type>
                <beneficiary>
                    <reference value="Patient/4730"/>
                </beneficiary>
                <payor>
                    <identifier>
                        <system value="http://fhir.de/NamingSystem/arge-ik/iknr"/>
                        <value value="109577006"/>
                    </identifier>
                </payor>
                <period>
                    <start value="2022-04-01"/>
                    <end value="2022-07-31"/>
                </period>
            </Coverage>
        </resource>
    </entry>
    <entry>
        <fullUrl value="/Practitioner/g4tcJvOhBU9hwTlwsKWDUhmT6Zku8b7M"/>
        <resource>
            <Practitioner xmlns="http://hl7.org/fhir">
                <id value="g4tcJvOhBU9hwTlwsKWDUhmT6Zku8b7M"/>
                <meta>
                    <versionId value="1"/>
                    <lastUpdated value="2021-11-19T00:00:00+00:00"/>
                    <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Behandelnder|1.2.0"/>
                </meta>
                <text>
                    <status value="extensions"/>
                    <div xmlns="http://www.w3.org/1999/xhtml">Behandler Konstantin Heinrich</div>
                </text>
                <identifier>
                    <type>
                        <coding>
                            <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
                            <code value="LANR"/>
                        </coding>
                    </type>
                    <system value="https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR"/>
                    <value value="479999912"/>
                </identifier>
                <name>
                    <use value="official"/>
                    <text value="Konstantin Heinrich"/>
                    <family value="Heinrich">
                        <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
                            <valueString value="Heinrich"/>
                        </extension>
                    </family>
                    <given value="Konstantin"/>
                </name>
                <telecom>
                    <system value="phone"/>
                    <value value="017670834812"/>
                </telecom>
                <telecom>
                    <system value="email"/>
                    <value value="konstantin.heinrich@redmedical.de"/>
                </telecom>
                <address>
                    <type value="both"/>
                    <line value="Dudenstraße 11">
                        <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
                            <valueString value="Dudenstraße"/>
                        </extension>
                        <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
                            <valueString value="11"/>
                        </extension>
                    </line>
                    <city value="Bad Hersfeld"/>
                    <postalCode value="36251"/>
                    <country value="D"/>
                </address>
                <gender value="male">
                    <extension url="http://fhir.de/StructureDefinition/gender-amtlich-de">
                        <valueCoding>
                            <system value="http://fhir.de/CodeSystem/gender-amtlich-de"/>
                            <code value="M"/>
                            <display value="männlich"/>
                        </valueCoding>
                    </extension>
                </gender>
                <qualification>
                    <code>
                        <coding>
                            <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BAR2_ARZTNRFACHGRUPPE"/>
                            <code value="05"/>
                        </coding>
                    </code>
                </qualification>
            </Practitioner>
        </resource>
    </entry>
    <entry>
        <fullUrl value="/Organization/kDp86kMB1KU7a25JYBJlYundTTlJsJOh"/>
        <resource>
            <Organization xmlns="http://hl7.org/fhir">
                <id value="kDp86kMB1KU7a25JYBJlYundTTlJsJOh"/>
                <meta>
                    <versionId value="1"/>
                    <lastUpdated value="2021-09-07T00:00:00+00:00"/>
                    <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Betriebsstaette|1.2.0"/>
                </meta>
                <text>
                    <status value="extensions"/>
                    <div xmlns="http://www.w3.org/1999/xhtml">Organisation Dr. Heinrich</div>
                </text>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Betriebsstaette_Hierarchie">
                    <valueCode value="BSNR"/>
                </extension>
                <identifier>
                    <type>
                        <coding>
                            <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
                            <code value="BSNR"/>
                        </coding>
                    </type>
                    <system value="https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR"/>
                    <value value="AD1234500"/>
                </identifier>
                <name value="Dr. Heinrich"/>
                <address>
                    <country value="D"/>
                </address>
            </Organization>
        </resource>
    </entry>
   <entry>
      <fullUrl value="http://172.25.1.77:29221/red_3/MedicationRequest/7f46adc9-b72e-8d3b-942e-c2a2ee6f5acc-4093"/>
      <resource>
         <MedicationRequest xmlns="http://hl7.org/fhir">
            <id value="7f46adc9-b72e-8d3b-942e-c2a2ee6f5acc-4093"/>
            <meta>
               <profile value="https://fhir.kbv.de/StructureDefinition/74_PR_VoS_Rezept|1.10.010"/>
            </meta>
            <extension url="https://fhir.kbv.de/StructureDefinition/74_EX_VoS_KennzeichenStatus">
               <valueCodeableConcept>
                  <coding>
                     <system value="https://fhir.kbv.de/CodeSystem/74_CS_VoS_KennzeichenStatus"/>
                     <code value="00"/>
                  </coding>
               </valueCodeableConcept>
            </extension>
            <extension url="http://fhir.de/StructureDefinition/rezept-zusatzinfos/0.2">
               <extension url="gebuehrenfrei">
                  <valueBoolean value="false"/>
               </extension>
            </extension>
            <extension url="https://fhir.kbv.de/StructureDefinition/74_EX_VoS_RezeptTyp">
               <valueCodeableConcept>
                  <coding>
                     <system value="https://fhir.kbv.de/CodeSystem/74_CS_VoS_RezeptTyp"/>
                     <code value="M16"/>
                     <display value="Muster 16"/>
                  </coding>
               </valueCodeableConcept>
            </extension>
            <extension url="https://fhir.kbv.de/StructureDefinition/74_EX_VoS_MPKennzeichen">
               <valueBoolean value="true"/>
            </extension>
            <groupIdentifier>
               <value value="70535347-7053-5347-4094"/>
            </groupIdentifier>
            <intent value="order"/>
            <medicationReference>
               <reference value="Medication/69873"/>
            </medicationReference>
            <subject>
               <reference value="Patient/4730"/>
            </subject>
            <authoredOn value="2023-05-18T12:05:00+01:00"/>
            <requester>
               <agent>
                  <reference value="Practitioner/g4tcJvOhBU9hwTlwsKWDUhmT6Zku8b7M"/>
               </agent>
               <onBehalfOf>
                  <reference value="Organization/kDp86kMB1KU7a25JYBJlYundTTlJsJOh"/>
               </onBehalfOf>
            </requester>
			<dosageInstruction>
				<extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_DosageFlag">
					<valueBoolean value="true"/>
				</extension>
				<text value="0-2-0-0"/>
			</dosageInstruction>
			<dispenseRequest>
				<quantity>
					<value value="1"/>
					<system value="http://unitsofmeasure.org"/>
					<code value="{Package}"/>
				</quantity>
			</dispenseRequest>
            <substitution>
               <allowed value="true"/>
            </substitution>
         </MedicationRequest>
      </resource>
      <request>
         <method value="POST"/>
         <url value="MedicationRequest"/>
      </request>
   </entry>
   <entry>
      <fullUrl value="http://172.25.1.77:29221/red_3/Medication/69873"/>
      <resource>
         <Medication xmlns="http://hl7.org/fhir">
            <id value="69873"/>
            <meta>
               <profile value="https://fhir.kbv.de/StructureDefinition/74_PR_VoS_Medikament|1.10.010"/>
            </meta>
            <code>
               <coding>
                  <system value="http://fhir.de/CodeSystem/ifa/pzn"/>
                  <code value="10203603"/>
               </coding>
               <text value="Aspirin 500 mg 20 überzogene Tabletten"/>
            </code>
            <isOverTheCounter value="true"/>
            <form>
               <coding>
                  <system value="http://fhir.de/CodeSystem/kbv/s-bmp-darreichungsform"/>
                  <code value="UTA"/>
                  <display value="Ueberzogene Tabletten"/>
               </coding>
            </form>
            <ingredient>
               <itemCodeableConcept>
                  <text value="Acetylsalicyls??ure"/>
               </itemCodeableConcept>
               <amount>
                  <numerator>
                     <value value="500.0"/>
                     <unit value="mg"/>
                     <system value="http://unitsofmeasure.org"/>
                     <code value="mg"/>
                  </numerator>
                  <denominator>
                     <value value="1.0"/>
                     <unit value="Stück"/>
                     <system value="http://unitsofmeasure.org"/>
                     <code value="1"/>
                  </denominator>
               </amount>
            </ingredient>
            <package>
               <extension url="https://fhir.kbv.de/StructureDefinition/74_EX_VoS_AVP">
                  <valueMoney>
                     <value value="7.38"/>
                     <unit value="EUR"/>
                     <system value="urn:iso:std:iso:4217"/>
                     <code value="EUR"/>
                  </valueMoney>
               </extension>
               <content>
                  <itemCodeableConcept>
                     <text value="Aspirin 500 mg überzogene Tabletten"/>
                  </itemCodeableConcept>
                  <amount>
                     <value value="20"/>
                     <unit value="st"/>
                     <system value="http://unitsofmeasure.org"/>
                     <code value="st"/>
                  </amount>
               </content>
            </package>
         </Medication>
      </resource>
      <request>
         <method value="POST"/>
         <url value="Medication"/>
      </request>
   </entry>
   
   <entry>
      <fullUrl value="http://pvs.praxis-topp-gluecklich.local/fhir/MedicationStatement/e7cfc8b6-411d-44bf-a597-f756a6aa224f" />
      <resource>
         <MedicationStatement>
            <id value="e7cfc8b6-411d-44bf-a597-f756a6aa224f" />
            <meta>
               <profile value="https://fhir.kbv.de/StructureDefinition/74_PR_VoS_Dosierung|1.10.010" />
            </meta>
           <status value="active"/>  
           <medicationReference>
            <reference value="Medication/69873"/>
           </medicationReference> 
           <subject>
            <reference value="Patient/4730"/>
           </subject> 
           <taken value="na"/>
                <dosage>
               <timing>
                  <code>
                     <coding>
                        <system value="http://hl7.org/fhir/v3/TimingEvent"/>
                        <code value="HS"/>
                     </coding>
                  </code>
               </timing>
               <doseQuantity>
                  <value value="1"/>
                  <unit value="Stück"/>
                  <system value="http://unitsofmeasure.org"/>
                  <code value="1"/>
               </doseQuantity>
            </dosage>
         </MedicationStatement>
      </resource>
      <request>
         <method value="POST" />
         <url value="/MedicationStatement/"/>
      </request>        
   </entry>
</Bundle>


Example: RED receives patient, coverage and medication information and creates a new person, episode and patient record entry for a medication formula prescription (Rezepturverordnung)
<Bundle xmlns="http://hl7.org/fhir">
    <id value="70535347-7053-5347-1776792b827"/>
    <meta>
        <lastUpdated value="2021-02-03T12:06:44.650+01:00"/>
        <profile value="https://fhir.kbv.de/StructureDefinition/74_PR_VoS_Bundle_VoS_PVS|1.10.010"/>
    </meta>
    <identifier>
        <system value="http://principa.com/vosbundle"/>
        <value value="70535347-7053-5347-1776792b827"/>
    </identifier>
    <type value="transaction"/>
    <link>
        <extension url="https://fhir.kbv.de/StructureDefinition/74_EX_VoS_Anwender_System">
            <extension url="https://fhir.kbv.de/StructureDefinition/74_EX_VoS_PruefNummer">
                <valueIdentifier>
                    <system value="https://fhir.kbv.de/NamingSystem/74_NS_VoS_KBV-Pruefnummer"/>
                    <value value="Y/400/1910/36/458"/>
                </valueIdentifier>
            </extension>
        </extension>
        <relation value="related"/>
        <url value="http://pvs.praxis-topp-gluecklich.local/fhir/Bundle/57eb40b4-07ba-b960-aca0-5227f5881292"/>
    </link>
    <entry>
        <resource>
            <Patient>
                <id value="4727"/>
                <meta>
                    <versionId value="3"/>
                    <lastUpdated value="2021-07-11T13:45:00+00:00"/>
                    <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Patient|1.2.0"/>
                </meta>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Patient_KostenuebernahmeIgeL">
                    <valueBoolean value="false"/>
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Patient_Zusatzinformationen">
                    <extension url="religionszugehoerigkeit">
                        <valueString value="ev."/>
                    </extension>
                </extension>
                <extension url="http://hl7.org/fhir/StructureDefinition/patient-citizenship">
                    <extension url="code">
                        <valueCodeableConcept>
                            <coding>
                                <system value="http://fhir.de/CodeSystem/deuev/anlage-8-laenderkennzeichen"/>
                                <code value="D"/>
                            </coding>
                        </valueCodeableConcept>
                    </extension>
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Patient_Vsdm_Zusatzinformationen">
                    <extension url="geschlecht">
                        <valueCoding>
                            <system value="http://hl7.org/fhir/administrative-gender"/>
                            <code value="female"/>
                        </valueCoding>
                    </extension>
                    <extension url="geburtsdatum">
                        <valueDate value="1972-03-04"/>
                    </extension>
                    <extension url="adresse">
                        <valueAddress>
                            <type value="physical"/>
                            <line value="Musterstr. 43">
                                <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
                                    <valueString value="Musterstr."/>
                                </extension>
                                <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
                                    <valueString value="43"/>
                                </extension>
                            </line>
                            <city value="Hamburg"/>
                            <postalCode value="20146"/>
                            <country value="D"/>
                        </valueAddress>
                    </extension>
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Additional_Comment">
                    <valueString value="Sehr gute Patientin"/>
                </extension>
                <identifier>
                    <type>
                        <coding>
                            <system value="http://fhir.de/CodeSystem/identifier-type-de-basis"/>
                            <code value="GKV"/>
                        </coding>
                    </type>
                    <system value="http://fhir.de/NamingSystem/gkv/kvid-10"/>
                    <value value="M040319722"/>
                </identifier>
                <name>
                    <use value="official"/>
                    <text value="Silke SE von Mustermann"/>
                    <family value="Freifrau von Mustermann">
                        <extension url="http://fhir.de/StructureDefinition/humanname-namenszusatz">
                            <valueString value="SE"/>
                        </extension>
                        <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-prefix">
                            <valueString value="von"/>
                        </extension>
                        <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
                            <valueString value="Mustermann"/>
                        </extension>
                    </family>
                    <given value="Silke"/>
                </name>
                <name>
                    <use value="maiden"/>
                    <family value="Schmitt">
                        <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
                            <valueString value="Schmitt"/>
                        </extension>
                    </family>
                </name>
                <telecom>
                    <system value="phone"/>
                    <value value="07755332211"/>
                </telecom>
                <telecom>
                    <system value="email"/>
                    <value value="m.mustermann@update.de"/>
                </telecom>
                <gender value="female"/>
                <birthDate value="1972-03-04"/>
                <address>
                    <type value="both"/>
                    <line value="Musterstr. 43">
                        <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
                            <valueString value="Musterstr."/>
                        </extension>
                        <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
                            <valueString value="43"/>
                        </extension>
                    </line>
                    <city value="Hamburg"/>
                    <postalCode value="20146"/>
                    <country value="D"/>
                </address>
                <maritalStatus>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
                        <code value="M"/>
                    </coding>
                </maritalStatus>
                <contact>
                    <relationship>
                        <coding>
                            <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
                            <code value="CP"/>
                        </coding>
                    </relationship>
                    <name>
                        <family value="Mustermann"/>
                        <given value="Fritz"/>
                    </name>
                    <telecom>
                        <system value="phone"/>
                        <value value="07755332212"/>
                    </telecom>
                </contact>
                <communication>
                    <language>
                        <coding>
                            <system value="urn:ietf:bcp:47"/>
                            <code value="de-DE"/>
                        </coding>
                    </language>
                    <preferred value="true"/>
                </communication>
            </Patient>
        </resource>
    </entry>
    <entry>
        <resource>
            <Coverage>
                <id value="TCI7596-1-1629639837586"/>
                <meta>
                    <versionId value="1"/>
                    <lastUpdated value="2021-08-22T15:43:57+0200"/>
                    <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Krankenversicherungsverhaeltnis|1.2.0"/>
                </meta>
                <identifier>
                    <type>
                        <coding>
                            <system value="http://fhir.de/CodeSystem/identifier-type-de-basis"/>
                            <code value="GKV"/>
                        </coding>
                    </type>
                    <system value="http://fhir.de/NamingSystem/gkv/kvid-10"/>
                    <value value="M040319722"/>
                </identifier>
                <extension url="http://fhir.de/StructureDefinition/gkv/versichertenart">
                    <valueCoding>
                        <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_VERSICHERTENSTATUS"/>
                        <code value="1"/>
                    </valueCoding>
                </extension>
                <extension url="http://fhir.de/StructureDefinition/gkv/besondere-personengruppe">
                    <valueCoding>
                        <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_PERSONENGRUPPE"/>
                        <code value="00"/>
                        <display value="nicht gesetzt"/>
                    </valueCoding>
                </extension>
                <status value="active"/>
                <type url="http://fhir.de/StructureDefinition/gkv/besondere-personengruppe">
                    <coding>
                        <system value="http://fhir.de/CodeSystem/versicherungsart-de-basis"/>
                        <version value="0.2.3"/>
                        <code value="GKV"/>
                    </coding>
                </type>
                <beneficiary>
                    <reference value="Patient/4727"/>
                </beneficiary>
                <payor>
                    <identifier>
                        <system value="http://fhir.de/NamingSystem/arge-ik/iknr"/>
                        <value value="109577006"/>
                    </identifier>
                </payor>
                <period>
                    <start value="2022-04-01"/>
                    <end value="2022-07-31"/>
                </period>
            </Coverage>
        </resource>
    </entry>
    <entry>
        <fullUrl value="/Practitioner/g4tcJvOhBU9hwTlwsKWDUhmT6Zku8b7M"/>
        <resource>
            <Practitioner xmlns="http://hl7.org/fhir">
                <id value="g4tcJvOhBU9hwTlwsKWDUhmT6Zku8b7M"/>
                <meta>
                    <versionId value="1"/>
                    <lastUpdated value="2021-11-19T00:00:00+00:00"/>
                    <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Behandelnder|1.2.0"/>
                </meta>
                <text>
                    <status value="extensions"/>
                    <div xmlns="http://www.w3.org/1999/xhtml">Behandler Konstantin Heinrich</div>
                </text>
                <identifier>
                    <type>
                        <coding>
                            <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
                            <code value="LANR"/>
                        </coding>
                    </type>
                    <system value="https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR"/>
                    <value value="479999912"/>
                </identifier>
                <name>
                    <use value="official"/>
                    <text value="Konstantin Heinrich"/>
                    <family value="Heinrich">
                        <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
                            <valueString value="Heinrich"/>
                        </extension>
                    </family>
                    <given value="Konstantin"/>
                </name>
                <telecom>
                    <system value="phone"/>
                    <value value="017670834812"/>
                </telecom>
                <telecom>
                    <system value="email"/>
                    <value value="konstantin.heinrich@redmedical.de"/>
                </telecom>
                <address>
                    <type value="both"/>
                    <line value="Dudenstraße 11">
                        <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
                            <valueString value="Dudenstraße"/>
                        </extension>
                        <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
                            <valueString value="11"/>
                        </extension>
                    </line>
                    <city value="Bad Hersfeld"/>
                    <postalCode value="36251"/>
                    <country value="D"/>
                </address>
                <gender value="male">
                    <extension url="http://fhir.de/StructureDefinition/gender-amtlich-de">
                        <valueCoding>
                            <system value="http://fhir.de/CodeSystem/gender-amtlich-de"/>
                            <code value="M"/>
                            <display value="männlich"/>
                        </valueCoding>
                    </extension>
                </gender>
                <qualification>
                    <code>
                        <coding>
                            <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BAR2_ARZTNRFACHGRUPPE"/>
                            <code value="05"/>
                        </coding>
                    </code>
                </qualification>
            </Practitioner>
        </resource>
    </entry>
    <entry>
        <fullUrl value="/Organization/kDp86kMB1KU7a25JYBJlYundTTlJsJOh"/>
        <resource>
            <Organization xmlns="http://hl7.org/fhir">
                <id value="kDp86kMB1KU7a25JYBJlYundTTlJsJOh"/>
                <meta>
                    <versionId value="1"/>
                    <lastUpdated value="2021-09-07T00:00:00+00:00"/>
                    <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Betriebsstaette|1.2.0"/>
                </meta>
                <text>
                    <status value="extensions"/>
                    <div xmlns="http://www.w3.org/1999/xhtml">Organisation Dr. Heinrich</div>
                </text>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Betriebsstaette_Hierarchie">
                    <valueCode value="BSNR"/>
                </extension>
                <identifier>
                    <type>
                        <coding>
                            <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
                            <code value="BSNR"/>
                        </coding>
                    </type>
                    <system value="https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR"/>
                    <value value="AD1234500"/>
                </identifier>
                <name value="Dr. Heinrich"/>
                <address>
                    <country value="D"/>
                </address>
            </Organization>
        </resource>
    </entry>
    <entry>
        <fullUrl value="http://pvs.praxis.local/fhir/MedicationRequest/4a7eefdd-df71-4a72-8047-c158017534a1" />
        <resource>
            <MedicationRequest xmlns="http://hl7.org/fhir">
                <id value="4a7eefdd-df71-4a72-8047-c158017534a1" />
                <meta>
                    <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Prescription|1.0.2" />
                </meta>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_StatusCoPayment">
                    <valueCoding>
                        <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_StatusCoPayment" />
                        <code value="0" />
                    </valueCoding>
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_EmergencyServicesFee">
                    <valueBoolean value="false" />
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_BVG">
                    <valueBoolean value="false" />
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Multiple_Prescription">
                    <extension url="Kennzeichen">
                        <valueBoolean value="false" />
                    </extension>
                </extension>
                <status value="active" />
                <intent value="order" />
                <medicationReference>
                    <reference value="Medication/69873" />
                </medicationReference>
                <subject>
                    <reference value="Patient/4727" />
                </subject>
                <authoredOn value="2022-04-12" />
                <requester>
                    <reference value="Practitioner/g4tcJvOhBU9hwTlwsKWDUhmT6Zku8b7M" />
                </requester>
                <insurance>
                    <reference value="Coverage/TCI7596-1-1629639837586" />
                </insurance>
                <note>
                    <text value="Gripsschärfungstrank. Dieser Trank schärft die Sinne, macht schlauer und einfallsreicher. Wie Felix Felicis ist er während Prüfungen und Wettbewerben untersagt." />
                </note>
                <dosageInstruction>
                    <patientInstruction value="Bei Mondschein einzunehmen, anschließend 3 im Kreis drehen."/>
                </dosageInstruction>
                <dispenseRequest>
                    <quantity>
                        <value value="1" />
                        <system value="http://unitsofmeasure.org" />
                        <code value="{Package}" />
                    </quantity>
                </dispenseRequest>
                <substitution>
                    <allowedBoolean value="false" />
                </substitution>
            </MedicationRequest>
        </resource>
    </entry>
    <entry>
        <fullUrl value="http://pvs.praxis.local/fhir/Medication/69873" />
        <resource>
            <Medication xmlns="http://hl7.org/fhir">
                <id value="69873" />
                <meta>
                    <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_Compounding|1.0.2" />
                </meta>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Category">
                    <valueCoding>
                        <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Medication_Category" />
                        <code value="00" />
                    </valueCoding>
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Vaccine">
                    <valueBoolean value="false" />
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_CompoundingInstruction">
                    <valueString value="Gürteltiergalle schnell erhitzen bestenf. mit zusätzl Zauber" />
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Packaging">
                    <valueString value="Schachtel" />
                </extension>                
                <code>
                    <coding>
                        <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Medication_Type" />
                        <code value="rezeptur" />
                    </coding>
                </code>
                <form>
                    <text value="Zylinderampullen" />
                </form>
                <amount>
                    <numerator>
                        <value value="50" />
                        <unit value="ml" />
                    </numerator>
                    <denominator>
                        <value value="1" />
                    </denominator>
                </amount>
                <ingredient>
                    <itemCodeableConcept>
                        <text value="Gürteltiergalle" />
                    </itemCodeableConcept>
                    <strength>
                        <numerator>
                            <value value="20" />
                            <unit value="ml" />
                        </numerator>
                        <denominator>
                            <value value="1" />
                        </denominator>
                    </strength>
                </ingredient>
                <ingredient>
                    <itemCodeableConcept>
                        <text value="Billywigstachel" />
                    </itemCodeableConcept>
                    <strength>
                        <numerator>
                            <value value="1" />
                            <unit value="St" />
                        </numerator>
                        <denominator>
                            <value value="1" />
                        </denominator>
                    </strength>
                </ingredient>
                <ingredient>
                    <itemCodeableConcept>
                        <text value="Skarabäuskäfer" />
                    </itemCodeableConcept>
                    <strength>
                        <numerator>
                            <value value="3" />
                            <unit value="St" />
                        </numerator>
                        <denominator>
                            <value value="1" />
                        </denominator>
                    </strength>
                </ingredient>
                <ingredient>
                    <itemCodeableConcept>
                        <text value="Ingwerwurzel" />
                    </itemCodeableConcept>
                    <strength>
                        <numerator>
                            <value value="1" />
                            <unit value="St" />
                        </numerator>
                        <denominator>
                            <value value="1" />
                        </denominator>
                    </strength>
                </ingredient>               
            </Medication>
        </resource>
    </entry>
    <entry>
        <fullUrl value="http://pvs.praxis-topp-gluecklich.local/fhir/MedicationStatement/e7cfc8b6-411d-44bf-a597-f756a6aa224f"/>
        <resource>
            <MedicationStatement>
                <id value="e7cfc8b6-411d-44bf-a597-f756a6aa224f"/>
                <meta>
                    <profile value="https://fhir.kbv.de/StructureDefinition/74_PR_VoS_Dosierung|1.10.010"/>
                </meta>
                <status value="active"/>
                <medicationReference>
                    <reference value="Medication/69873"/>
                </medicationReference>
                <subject>
                    <reference value="Patient/4727"/>
                </subject>
                <taken value="na"/>
                <dosage>
                    <timing>
                        <code>
                            <coding>
                                <system value="http://hl7.org/fhir/v3/TimingEvent"/>
                                <code value="HS"/>
                            </coding>
                        </code>
                    </timing>
                    <doseQuantity>
                        <value value="1"/>
                        <unit value="Stück"/>
                        <system value="http://unitsofmeasure.org"/>
                        <code value="1"/>
                    </doseQuantity>
                </dosage>
            </MedicationStatement>
        </resource>
        <request>
            <method value="POST"/>
            <url value="/MedicationStatement/"/>
        </request>
    </entry>
</Bundle>
Example: RED receives patient, coverage and medication information and creates a new person, episode and patient record entry for a medication formula prescription (Rezepturverordnung) with flowtype extension
<Bundle xmlns="http://hl7.org/fhir">
    <id value="70535347-7053-5347-1776792b827"/>
    <meta>
        <lastUpdated value="2021-02-03T12:06:44.650+01:00"/>
        <profile value="https://fhir.kbv.de/StructureDefinition/74_PR_VoS_Bundle_VoS_PVS|1.10.010"/>
    </meta>
    <identifier>
        <system value="http://principa.com/vosbundle"/>
        <value value="70535347-7053-5347-1776792b827"/>
    </identifier>
    <type value="transaction"/>
    <link>
        <extension url="https://fhir.kbv.de/StructureDefinition/74_EX_VoS_Anwender_System">
            <extension url="https://fhir.kbv.de/StructureDefinition/74_EX_VoS_PruefNummer">
                <valueIdentifier>
                    <system value="https://fhir.kbv.de/NamingSystem/74_NS_VoS_KBV-Pruefnummer"/>
                    <value value="Y/400/1910/36/458"/>
                </valueIdentifier>
            </extension>
        </extension>
        <relation value="related"/>
        <url value="http://pvs.praxis-topp-gluecklich.local/fhir/Bundle/57eb40b4-07ba-b960-aca0-5227f5881292"/>
    </link>
    <entry>
        <resource>
            <Patient>
                <id value="50546"/>
                <meta>
                    <versionId value="3"/>
                    <lastUpdated value="2021-07-11T13:45:00+00:00"/>
                    <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Patient|1.2.0"/>
                </meta>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Patient_KostenuebernahmeIgeL">
                    <valueBoolean value="false"/>
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Patient_Zusatzinformationen">
                    <extension url="religionszugehoerigkeit">
                        <valueString value="ev."/>
                    </extension>
                </extension>
                <extension url="http://hl7.org/fhir/StructureDefinition/patient-citizenship">
                    <extension url="code">
                        <valueCodeableConcept>
                            <coding>
                                <system value="http://fhir.de/CodeSystem/deuev/anlage-8-laenderkennzeichen"/>
                                <code value="D"/>
                            </coding>
                        </valueCodeableConcept>
                    </extension>
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Patient_Vsdm_Zusatzinformationen">
                    <extension url="geschlecht">
                        <valueCoding>
                            <system value="http://hl7.org/fhir/administrative-gender"/>
                            <code value="female"/>
                        </valueCoding>
                    </extension>
                    <extension url="geburtsdatum">
                        <valueDate value="1972-03-04"/>
                    </extension>
                    <extension url="adresse">
                        <valueAddress>
                            <type value="physical"/>
                            <line value="Musterstr. 43">
                                <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
                                    <valueString value="Musterstr."/>
                                </extension>
                                <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
                                    <valueString value="43"/>
                                </extension>
                            </line>
                            <city value="Hamburg"/>
                            <postalCode value="20146"/>
                            <country value="D"/>
                        </valueAddress>
                    </extension>
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Additional_Comment">
                    <valueString value="Sehr gute Patientin"/>
                </extension>
                <identifier>
                    <type>
                        <coding>
                            <system value="http://fhir.de/CodeSystem/identifier-type-de-basis"/>
                            <code value="GKV"/>
                        </coding>
                    </type>
                    <system value="http://fhir.de/NamingSystem/gkv/kvid-10"/>
                    <value value="M040319722"/>
                </identifier>
                <name>
                    <use value="official"/>
                    <text value="Silke SE von Mustermann"/>
                    <family value="Freifrau von Mustermann">
                        <extension url="http://fhir.de/StructureDefinition/humanname-namenszusatz">
                            <valueString value="SE"/>
                        </extension>
                        <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-prefix">
                            <valueString value="von"/>
                        </extension>
                        <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
                            <valueString value="Mustermann"/>
                        </extension>
                    </family>
                    <given value="Silke"/>
                </name>
                <name>
                    <use value="maiden"/>
                    <family value="Schmitt">
                        <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
                            <valueString value="Schmitt"/>
                        </extension>
                    </family>
                </name>
                <telecom>
                    <system value="phone"/>
                    <value value="07755332211"/>
                </telecom>
                <telecom>
                    <system value="email"/>
                    <value value="m.mustermann@update.de"/>
                </telecom>
                <gender value="female"/>
                <birthDate value="1972-03-04"/>
                <address>
                    <type value="both"/>
                    <line value="Musterstr. 43">
                        <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
                            <valueString value="Musterstr."/>
                        </extension>
                        <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
                            <valueString value="43"/>
                        </extension>
                    </line>
                    <city value="Hamburg"/>
                    <postalCode value="20146"/>
                    <country value="D"/>
                </address>
                <maritalStatus>
                    <coding>
                        <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
                        <code value="M"/>
                    </coding>
                </maritalStatus>
                <contact>
                    <relationship>
                        <coding>
                            <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
                            <code value="CP"/>
                        </coding>
                    </relationship>
                    <name>
                        <family value="Mustermann"/>
                        <given value="Fritz"/>
                    </name>
                    <telecom>
                        <system value="phone"/>
                        <value value="07755332212"/>
                    </telecom>
                </contact>
                <communication>
                    <language>
                        <coding>
                            <system value="urn:ietf:bcp:47"/>
                            <code value="de-DE"/>
                        </coding>
                    </language>
                    <preferred value="true"/>
                </communication>
            </Patient>
        </resource>
    </entry>
    <entry>
        <resource>
            <Coverage>
                <id value="TCI7596-1-1629639837586"/>
                <meta>
                    <versionId value="1"/>
                    <lastUpdated value="2021-08-22T15:43:57+0200"/>
                    <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Krankenversicherungsverhaeltnis|1.2.0"/>
                </meta>
                <identifier>
                    <type>
                        <coding>
                            <system value="http://fhir.de/CodeSystem/identifier-type-de-basis"/>
                            <code value="GKV"/>
                        </coding>
                    </type>
                    <system value="http://fhir.de/NamingSystem/gkv/kvid-10"/>
                    <value value="M040319722"/>
                </identifier>
                <extension url="http://fhir.de/StructureDefinition/gkv/versichertenart">
                    <valueCoding>
                        <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_VERSICHERTENSTATUS"/>
                        <code value="1"/>
                    </valueCoding>
                </extension>
                <extension url="http://fhir.de/StructureDefinition/gkv/besondere-personengruppe">
                    <valueCoding>
                        <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_PERSONENGRUPPE"/>
                        <code value="00"/>
                        <display value="nicht gesetzt"/>
                    </valueCoding>
                </extension>
                <status value="active"/>
                <type url="http://fhir.de/StructureDefinition/gkv/besondere-personengruppe">
                    <coding>
                        <system value="http://fhir.de/CodeSystem/versicherungsart-de-basis"/>
                        <version value="0.2.3"/>
                        <code value="GKV"/>
                    </coding>
                </type>
                <beneficiary>
                    <reference value="Patient/50546"/>
                </beneficiary>
                <payor>
                    <identifier>
                        <system value="http://fhir.de/NamingSystem/arge-ik/iknr"/>
                        <value value="109577006"/>
                    </identifier>
                </payor>
                <period>
                    <start value="2022-04-01"/>
                    <end value="2022-07-31"/>
                </period>
            </Coverage>
        </resource>
    </entry>
    <entry>
        <fullUrl value="/Practitioner/g4tcJvOhBU9hwTlwsKWDUhmT6Zku8b7M"/>
        <resource>
            <Practitioner xmlns="http://hl7.org/fhir">
                <id value="g4tcJvOhBU9hwTlwsKWDUhmT6Zku8b7M"/>
                <meta>
                    <versionId value="1"/>
                    <lastUpdated value="2021-11-19T00:00:00+00:00"/>
                    <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Behandelnder|1.2.0"/>
                </meta>
                <text>
                    <status value="extensions"/>
                    <div xmlns="http://www.w3.org/1999/xhtml">Behandler Konstantin Heinrich</div>
                </text>
                <identifier>
                    <type>
                        <coding>
                            <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
                            <code value="LANR"/>
                        </coding>
                    </type>
                    <system value="https://fhir.kbv.de/NamingSystem/KBV_NS_Base_ANR"/>
                    <value value="479999912"/>
                </identifier>
                <name>
                    <use value="official"/>
                    <text value="Konstantin Heinrich"/>
                    <family value="Heinrich">
                        <extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
                            <valueString value="Heinrich"/>
                        </extension>
                    </family>
                    <given value="Konstantin"/>
                </name>
                <telecom>
                    <system value="phone"/>
                    <value value="017670834812"/>
                </telecom>
                <telecom>
                    <system value="email"/>
                    <value value="konstantin.heinrich@redmedical.de"/>
                </telecom>
                <address>
                    <type value="both"/>
                    <line value="Dudenstraße 11">
                        <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
                            <valueString value="Dudenstraße"/>
                        </extension>
                        <extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
                            <valueString value="11"/>
                        </extension>
                    </line>
                    <city value="Bad Hersfeld"/>
                    <postalCode value="36251"/>
                    <country value="D"/>
                </address>
                <gender value="male">
                    <extension url="http://fhir.de/StructureDefinition/gender-amtlich-de">
                        <valueCoding>
                            <system value="http://fhir.de/CodeSystem/gender-amtlich-de"/>
                            <code value="M"/>
                            <display value="männlich"/>
                        </valueCoding>
                    </extension>
                </gender>
                <qualification>
                    <code>
                        <coding>
                            <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BAR2_ARZTNRFACHGRUPPE"/>
                            <code value="05"/>
                        </coding>
                    </code>
                </qualification>
            </Practitioner>
        </resource>
    </entry>
    <entry>
        <fullUrl value="/Organization/kDp86kMB1KU7a25JYBJlYundTTlJsJOh"/>
        <resource>
            <Organization xmlns="http://hl7.org/fhir">
                <id value="kDp86kMB1KU7a25JYBJlYundTTlJsJOh"/>
                <meta>
                    <versionId value="1"/>
                    <lastUpdated value="2021-09-07T00:00:00+00:00"/>
                    <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Betriebsstaette|1.2.0"/>
                </meta>
                <text>
                    <status value="extensions"/>
                    <div xmlns="http://www.w3.org/1999/xhtml">Organisation Dr. Heinrich</div>
                </text>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Betriebsstaette_Hierarchie">
                    <valueCode value="BSNR"/>
                </extension>
                <identifier>
                    <type>
                        <coding>
                            <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
                            <code value="BSNR"/>
                        </coding>
                    </type>
                    <system value="https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR"/>
                    <value value="AD1234500"/>
                </identifier>
                <name value="Dr. Heinrich"/>
                <address>
                    <country value="D"/>
                </address>
            </Organization>
        </resource>
    </entry>
    <entry>
        <fullUrl value="http://pvs.praxis.local/fhir/MedicationRequest/4a7eefdd-df71-4a72-8047-c158017534a1" />
        <resource>
            <MedicationRequest xmlns="http://hl7.org/fhir">
                <id value="4a7eefdd-df71-4a72-8047-c158017534a1" />
                <meta>
                    <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Prescription|1.0.2" />
                </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="169" />
                        <display value="Muster 16 (Direkte Zuweisung)" />
                    </valueCoding>
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_StatusCoPayment">
                    <valueCoding>
                        <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_StatusCoPayment" />
                        <code value="0" />
                    </valueCoding>
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_EmergencyServicesFee">
                    <valueBoolean value="false" />
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_BVG">
                    <valueBoolean value="false" />
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Multiple_Prescription">
                    <extension url="Kennzeichen">
                        <valueBoolean value="false" />
                    </extension>
                </extension>
                <status value="active" />
                <intent value="order" />
                <medicationReference>
                    <reference value="Medication/69873" />
                </medicationReference>
                <subject>
                    <reference value="Patient/50546" />
                </subject>
                <authoredOn value="2022-04-12" />
                <requester>
                    <reference value="Practitioner/g4tcJvOhBU9hwTlwsKWDUhmT6Zku8b7M" />
                </requester>
                <insurance>
                    <reference value="Coverage/TCI7596-1-1629639837586" />
                </insurance>
                <note>
                    <text value="Gripsschärfungstrank. Dieser Trank schärft die Sinne, macht schlauer und einfallsreicher. Wie Felix Felicis ist er während Prüfungen und Wettbewerben untersagt." />
                </note>
                <dosageInstruction>
                    <patientInstruction value="Bei Mondschein einzunehmen, anschließend 3 im Kreis drehen."/>
                </dosageInstruction>
                <dispenseRequest>
                    <quantity>
                        <value value="1" />
                        <system value="http://unitsofmeasure.org" />
                        <code value="{Package}" />
                    </quantity>
                </dispenseRequest>
                <substitution>
                    <allowedBoolean value="false" />
                </substitution>
            </MedicationRequest>
        </resource>
    </entry>
    <entry>
        <fullUrl value="http://pvs.praxis.local/fhir/Medication/69873" />
        <resource>
            <Medication xmlns="http://hl7.org/fhir">
                <id value="69873" />
                <meta>
                    <profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_Compounding|1.0.2" />
                </meta>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Category">
                    <valueCoding>
                        <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Medication_Category" />
                        <code value="00" />
                    </valueCoding>
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Vaccine">
                    <valueBoolean value="false" />
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_CompoundingInstruction">
                    <valueString value="Gürteltiergalle schnell erhitzen bestenf. mit zusätzl Zauber" />
                </extension>
                <extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Packaging">
                    <valueString value="Schachtel" />
                </extension>               
                <code>
                    <coding>
                        <system value="https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Medication_Type" />
                        <code value="rezeptur" />
                    </coding>
                </code>
                <form>
                    <text value="Zylinderampullen" />
                </form>
                <amount>
                    <numerator>
                        <value value="50" />
                        <unit value="ml" />
                    </numerator>
                    <denominator>
                        <value value="1" />
                    </denominator>
                </amount>
                <ingredient>
                    <itemCodeableConcept>
                        <text value="Gürteltiergalle" />
                    </itemCodeableConcept>
                    <strength>
                        <numerator>
                            <value value="20" />
                            <unit value="ml" />
                        </numerator>
                        <denominator>
                            <value value="1" />
                        </denominator>
                    </strength>
                </ingredient>
                <ingredient>
                    <itemCodeableConcept>
                        <text value="Billywigstachel" />
                    </itemCodeableConcept>
                    <strength>
                        <numerator>
                            <value value="1" />
                            <unit value="St" />
                        </numerator>
                        <denominator>
                            <value value="1" />
                        </denominator>
                    </strength>
                </ingredient>
                <ingredient>
                    <itemCodeableConcept>
                        <text value="Skarabäuskäfer" />
                    </itemCodeableConcept>
                    <strength>
                        <numerator>
                            <value value="3" />
                            <unit value="St" />
                        </numerator>
                        <denominator>
                            <value value="1" />
                        </denominator>
                    </strength>
                </ingredient>
                <ingredient>
                    <itemCodeableConcept>
                        <text value="Ingwerwurzel" />
                    </itemCodeableConcept>
                    <strength>
                        <numerator>
                            <value value="1" />
                            <unit value="St" />
                        </numerator>
                        <denominator>
                            <value value="1" />
                        </denominator>
                    </strength>
                </ingredient>              
            </Medication>
        </resource>
    </entry>
    <entry>
        <fullUrl value="http://pvs.praxis-topp-gluecklich.local/fhir/MedicationStatement/e7cfc8b6-411d-44bf-a597-f756a6aa224f"/>
        <resource>
            <MedicationStatement>
                <id value="e7cfc8b6-411d-44bf-a597-f756a6aa224f"/>
                <meta>
                    <profile value="https://fhir.kbv.de/StructureDefinition/74_PR_VoS_Dosierung|1.10.010"/>
                </meta>
                <status value="active"/>
                <medicationReference>
                    <reference value="Medication/69873"/>
                </medicationReference>
                <subject>
                    <reference value="Patient/50546"/>
                </subject>
                <taken value="na"/>
                <dosage>
                    <timing>
                        <code>
                            <coding>
                                <system value="http://hl7.org/fhir/v3/TimingEvent"/>
                                <code value="HS"/>
                            </coding>
                        </code>
                    </timing>
                    <doseQuantity>
                        <value value="1"/>
                        <unit value="Stück"/>
                        <system value="http://unitsofmeasure.org"/>
                        <code value="1"/>
                    </doseQuantity>
                </dosage>
            </MedicationStatement>
        </resource>
        <request>
            <method value="POST"/>
            <url value="/MedicationStatement/"/>
        </request>
    </entry>
</Bundle>




 

  • No labels