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

{{baseURL}}/{{tenant}}/Bundle

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

Medication data can be created using two different FHIR versions/formats:


See RED Interchange API - Postman Collection


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. 

Create medication and a prescription 

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

{{baseURL}}/{{tenant}}/Bundle?action=$createerp

See RED Interchange API - Postman Collection 

Examples

<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>
<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>
<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>


<Bundle xmlns="http://hl7.org/fhir">
	<id value="a6d90a8f-538f-4aae-90b3-6f21950802be"/>
	<meta>
		<lastUpdated value="2024-06-13T07:19:23.244+02:00"/>
		<profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Bundle|1.1.0"/>
	</meta>
	<identifier>
		<system value="https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId"/>
		<value value="8e85c113-ac71-40ef-aa22-10d53e1ef890"/>
	</identifier>
	<type value="document"/>
	<timestamp value="2024-06-13T07:19:23.244+02:00"/>
	<entry>
		<fullUrl value="Composition/9912c3f3-2d59-4b2c-b84d-9883f5e10e28"/>
		<resource>
			<Composition xmlns="http://hl7.org/fhir">
				<id value="9912c3f3-2d59-4b2c-b84d-9883f5e10e28"/>
				<meta>
					<profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Composition|1.1.0"/>
				</meta>
				<extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_FOR_Legal_basis">
					<valueCoding>
						<system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_STATUSKENNZEICHEN"/>
						<code value="00"/>
					</valueCoding>
				</extension>
				<status value="final"/>
				<type>
					<coding>
						<system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_FORMULAR_ART"/>
						<code value="e16A"/>
					</coding>
				</type>
				<subject>
					<reference value="Patient/c30b01a1-6e6a-445a-a1cd-99defbd364d2"/>
				</subject>
				<date value="2024-06-13T07:19:23.253+02:00"/>
				<author>
					<reference value="Practitioner/edd0b637-0530-4bb8-bc76-818aab2687de"/>
					<type value="Practitioner"/>
				</author>
				<author>
					<type value="Device"/>
					<identifier>
						<system value="https://fhir.kbv.de/NamingSystem/KBV_NS_FOR_Pruefnummer"/>
						<value value="Y/400/1910/36/458"/>
					</identifier>
				</author>
				<title value="elektronische Arzneimittelverordnung"/>
				<custodian>
					<reference value="Organization/0eb5f751-b183-4b7c-9db6-0e9c6fcf5e7b"/>
				</custodian>
				<section>
					<code>
						<coding>
							<system value="https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Section_Type"/>
							<code value="Prescription"/>
						</coding>
					</code>
					<entry>
						<reference value="MedicationRequest/891d4a7d-73ce-477d-896a-460be44d4c15"/>
					</entry>
				</section>
				<section>
					<code>
						<coding>
							<system value="https://fhir.kbv.de/CodeSystem/KBV_CS_ERP_Section_Type"/>
							<code value="Coverage"/>
						</coding>
					</code>
					<entry>
						<reference value="Coverage/fa40e029-36b3-4dfe-806d-1abf9ca6616d"/>
					</entry>
				</section>
			</Composition>
		</resource>
	</entry>
	<entry>
		<fullUrl value="MedicationRequest/891d4a7d-73ce-477d-896a-460be44d4c15"/>
		<resource>
			<MedicationRequest xmlns="http://hl7.org/fhir">
				<id value="891d4a7d-73ce-477d-896a-460be44d4c15"/>
				<meta>
					<profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Prescription|1.1.0"/>
				</meta>
				<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>
				<extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_FOR_StatusCoPayment">
					<valueCoding>
						<system value="https://fhir.kbv.de/CodeSystem/KBV_CS_FOR_StatusCoPayment"/>
						<code value="1"/>
					</valueCoding>
				</extension>
				<status value="active"/>
				<intent value="order"/>
				<medicationReference>
					<reference value="Medication/7b212e4b-5c92-4762-9fa7-9edaff5f4d8d"/>
				</medicationReference>
				<subject>
					<reference value="Patient/c30b01a1-6e6a-445a-a1cd-99defbd364d2"/>
				</subject>
				<authoredOn value="2024-06-13"/>
				<requester>
					<reference value="Practitioner/edd0b637-0530-4bb8-bc76-818aab2687de"/>
				</requester>
				<insurance>
					<reference value="Coverage/fa40e029-36b3-4dfe-806d-1abf9ca6616d"/>
				</insurance>
				<dosageInstruction>
					<extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_DosageFlag">
						<valueBoolean value="true"/>
					</extension>
					<text value="1-0-1-0"/>
				</dosageInstruction>
				<dispenseRequest>
					<quantity>
						<value value="1"/>
						<system value="http://unitsofmeasure.org"/>
						<code value="{Package}"/>
					</quantity>
				</dispenseRequest>
				<substitution>
					<allowedBoolean value="true"/>
				</substitution>
			</MedicationRequest>
		</resource>
	</entry>
	<entry>
		<fullUrl value="Medication/7b212e4b-5c92-4762-9fa7-9edaff5f4d8d"/>
		<resource>
			<Medication xmlns="http://hl7.org/fhir">
				<id value="7b212e4b-5c92-4762-9fa7-9edaff5f4d8d"/>
				<meta>
					<profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_PZN|1.1.0"/>
				</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_Base_Medication_Type">
					<valueCodeableConcept>
						<coding>
							<system value="http://snomed.info/sct"/>
							<version value="http://snomed.info/sct/900000000000207008/version/20220331"/>
							<code value="763158003"/>
							<display value="Medicinal product (product)"/>
						</coding>
					</valueCodeableConcept>
				</extension>
				<extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_Vaccine">
					<valueBoolean value="false"/>
				</extension>
				<extension url="http://fhir.de/StructureDefinition/normgroesse">
					<valueCode value="N1"/>
				</extension>
				<code>
					<coding>
						<system value="http://fhir.de/CodeSystem/ifa/pzn"/>
						<code value="05992532"/>
					</coding>
					<text value="RISPERIDON 1A PHARMA 0.5MG 50St N2"/>
				</code>
				<form>
					<coding>
						<system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM"/>
						<code value="PIK"/>
					</coding>
				</form>
				<amount>
					<numerator>
						<extension url="https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Medication_PackagingSize">
							<valueString value="1"/>
						</extension>
						<unit value="St"/>
					</numerator>
					<denominator>
						<value value="1"/>
					</denominator>
				</amount>
			</Medication>
		</resource>
	</entry>
	<entry>
		<fullUrl value="Patient/c30b01a1-6e6a-445a-a1cd-99defbd364d2"/>
		<resource>
			<Patient xmlns="http://hl7.org/fhir">
				<id value="c30b01a1-6e6a-445a-a1cd-99defbd364d2"/>
				<meta>
					<profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Patient|1.1.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/sid/gkv/kvid-10"/>
					<value value="J609763421"/>
				</identifier>
				<name>
					<use value="official"/>
					<family value="Klappjohann">
						<extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
							<valueString value="Klappjohann"/>
						</extension>
					</family>
					<given value="Herbert"/>
				</name>
				<birthDate value="1958-02-14"/>
				<address>
					<type value="both"/>
					<line value="Hauptstrasse 190">
						<extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName">
							<valueString value="Hauptstrasse"/>
						</extension>
						<extension url="http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber">
							<valueString value="190"/>
						</extension>
					</line>
					<city value="Bendorf am Rhein"/>
					<postalCode value="56170"/>
					<country value="D"/>
				</address>
			</Patient>
		</resource>
	</entry>
	<entry>
		<fullUrl value="Practitioner/edd0b637-0530-4bb8-bc76-818aab2687de"/>
		<resource>
			<Practitioner xmlns="http://hl7.org/fhir">
				<id value="edd0b637-0530-4bb8-bc76-818aab2687de"/>
				<meta>
					<profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Practitioner|1.1.0"/>
				</meta>
				<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="838382202"/>
				</identifier>
				<name>
					<use value="official"/>
					<family value="Topp-Glücklich">
						<extension url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
							<valueString value="Topp-Glücklich"/>
						</extension>
					</family>
					<given value="Hans"/>
					<prefix value="Dr. med.">
						<extension url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
							<valueCode value="AC"/>
						</extension>
					</prefix>
				</name>
				<qualification>
					<code>
						<coding>
							<system value="https://fhir.kbv.de/CodeSystem/KBV_CS_FOR_Qualification_Type"/>
							<code value="00"/>
						</coding>
					</code>
				</qualification>
				<qualification>
					<code>
						<coding>
							<system value="https://fhir.kbv.de/CodeSystem/KBV_CS_FOR_Berufsbezeichnung"/>
							<code value="Berufsbezeichnung"/>
						</coding>
						<text value="Allgemeinmedizin"/>
					</code>
				</qualification>
			</Practitioner>
		</resource>
	</entry>
	<entry>
		<fullUrl value="Organization/0eb5f751-b183-4b7c-9db6-0e9c6fcf5e7b"/>
		<resource>
			<Organization xmlns="http://hl7.org/fhir">
				<id value="0eb5f751-b183-4b7c-9db6-0e9c6fcf5e7b"/>
				<meta>
					<profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Organization|1.1.0"/>
				</meta>
				<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="721234401"/>
				</identifier>
				<telecom>
					<system value="phone"/>
					<value value="0301234567"/>
				</telecom>
				<address>
					<type value="both"/>
					<line value="Musterstr. 2">
						<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="2"/>
						</extension>
					</line>
					<city value="Berlin"/>
					<postalCode value="10623"/>
				</address>
			</Organization>
		</resource>
	</entry>
	<entry>
		<fullUrl value="Coverage/fa40e029-36b3-4dfe-806d-1abf9ca6616d"/>
		<resource>
			<Coverage xmlns="http://hl7.org/fhir">
				<id value="fa40e029-36b3-4dfe-806d-1abf9ca6616d"/>
				<meta>
					<profile value="https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Coverage|1.1.0"/>
				</meta>
				<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"/>
					</valueCoding>
				</extension>
				<extension url="http://fhir.de/StructureDefinition/gkv/dmp-kennzeichen">
					<valueCoding>
						<system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DMP"/>
						<code value="00"/>
					</valueCoding>
				</extension>
				<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/wop">
					<valueCoding>
						<system value="https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_ITA_WOP"/>
						<code value="52"/>
					</valueCoding>
				</extension>
				<status value="active"/>
				<type>
					<coding>
						<system value="http://fhir.de/CodeSystem/versicherungsart-de-basis"/>
						<code value="GKV"/>
					</coding>
				</type>
				<beneficiary>
					<reference value="Patient/c30b01a1-6e6a-445a-a1cd-99defbd364d2"/>
				</beneficiary>
				<payor>
					<identifier>
						<system value="http://fhir.de/sid/arge-ik/iknr"/>
						<value value="101575519"/>
					</identifier>
					<display value="Techniker Krankenkasse"/>
				</payor>
			</Coverage>
		</resource>
	</entry>
</Bundle>