Patient
Profil des Patienten
This code system http://fhir/CodeSystem/quadrant defines the following codes:
Code | Display | |
alpha | Alpha-Quadrant | |
beta | Beta-Quadrant | |
gamma | Gamma-Quadrant | |
delta | Delta-Quadrant |
Hier ist ein Beispiel für einen Patient
<Patient xmlns="http://hl7.org/fhir"> <id value="143692" /> <meta> <profile value="http://fhir/patient_schul2" /> </meta> <identifier> <system value="http://fhir.de/NamingSystem/gkv/kvid-10" /> <value value="9973264355" /> </identifier> <identifier> <system value="http://starfleet-hospital.ufp/NamingSystem/patient-identifier" /> <value value="NCC-1032" /> </identifier> <name> <family value="Mueller" /> <given value="Bob" /> </name> <telecom> <system value="phone" /> <value value="+49 (0)12345 - 123456" /> <use value="home" /> </telecom> <gender value="male" /> <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="Kakao 42" /> <city value="Spandau" /> <postalCode value="76297" /> <country value="DE" /> </address> <maritalStatus> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" /> <code value="U" /> </coding> </maritalStatus> <contact> <relationship> <coding> <system value="http://terminology.hl7.org/CodeSystem/v2-0131" /> <code value="N" /> </coding> </relationship> <name> <text value="Jurek" /> </name> <telecom> <system value="email" /> <value value="sarek@vsa.vc" /> </telecom> </contact> </Patient>