Operation | create Patient |
Method | POST |
Path | https://blaze.life.uni-leipzig.de/fhir/Patient |
Resource | Patient | | | | |
<?xml version="1.0" encoding="UTF-8"?>
<Patient xmlns="http://hl7.org/fhir">
<meta>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
<code value="HTEST"/>
<display value="test health data"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">Touchstone Test Data - Patient: Terrance Amherst</div>
</text>
<identifier>
<system value="http://happyvalley.com/patient"/>
<value value="131188874-575769-36"/>
</identifier>
<active value="true"/>
<name>
<use value="official"/>
<family value="AmherstkvBiFq7wj"/>
<given value="TerrancekvBiFq7wj"/>
</name>
<gender value="female"/>
<birthDate value="1967-03-07"/>
</Patient>