Patient

Profil des Patienten

Concepts

This code system http://fhir/CodeSystem/quadrant defines the following codes:

CodeDisplay
alphaAlpha-Quadrant
betaBeta-Quadrant
gammaGamma-Quadrant
deltaDelta-Quadrant

Hier ist ein Beispiel für einen Patient

<Patient xmlns="http://hl7.org/fhir">
<id value="143692" />
<profile value="http://fhir/patient_schul2" />
</meta>
<system value="http://fhir.de/NamingSystem/gkv/kvid-10" />
<value value="9973264355" />
</identifier>
<system value="http://starfleet-hospital.ufp/NamingSystem/patient-identifier" />
<value value="NCC-1032" />
</identifier>
<family value="Mueller" />
<given value="Bob" />
</name>
<system value="phone" />
<value value="+49 (0)12345 - 123456" />
<use value="home" />
</telecom>
<gender value="male" />
<birthDate value="2226-10-24" />
<extension url="http://fhir.ufp/StructureDefinition/planet">
<valueString value="Earth" />
</extension>
<use value="home" />
<type value="both" />
<line value="Kakao 42" />
<city value="Spandau" />
<postalCode value="76297" />
<country value="DE" />
</address>
<system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" />
<code value="U" />
</coding>
</maritalStatus>
<system value="http://terminology.hl7.org/CodeSystem/v2-0131" />
<code value="N" />
</coding>
</relationship>
<text value="Jurek" />
</name>
<system value="email" />
<value value="sarek@vsa.vc" />
</telecom>
</contact>
</Patient>