The raw content of the file is shown because it could not be parsed as a FHIR resource
<Patient xmlns="http://hl7.org/fhir">
	<identifier>
		<type>
			<coding>
				<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
				<type value="MR"/>
			</coding>
		</type>
		<system value="http://starfleet-hospital.ufp/identifier/patient-identifier"/>
		<value value="NCC-1032"/>
	</identifier>
	<identifier>
		<!--type kann auch weggelassen werden, da system schon eindeutig ist und bekannt
		<type>
			<coding>
				<system value="http://fhir.de/CodeSystem/identifier-type-de-basis"/>
				<value value="GKV">
			</coding>
		</type>-->
		<system value="http://fhir.de/NamingSystem/gkv/kvid-10"/>
		<value value="A987654321">
	</identifier>
	<name>
		<family value="Burnham"/>
		<given value="Michael"/>
	</name>
	<telecom>
		<system value="phone" />
		<value value="+49 (0)12345 - 123456" />
		<use value="home" />
	</telecom>
	<gender value="female"/>
	<birthDate value"2226-10-24"/>
	<address>
		<extension url="http://fhir.ufp/StructureDefinition/planet">
			<valueString value="Earth" />
		</extension>
		<use value="home" />
		<type value="both" />
		<line value="Milchstrasse 42" />
		<city value="Spöck" />
		<postalCode value="76297" />
		<country value="DE" />
	</address>
	<maritalStatus>
		<coding>
			<system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" />
			<code value="U" />
		</coding>
	</maritalStatus>
</Patient>