I'm new to fhir but I have the concept down I believe. I'm trying to do these activities just to understand it better but for this one I'm getting a error 500. I'm pretty sure I have the Post url correct. Ps i did the * on purpose I had my data in them thats way.
<?xml version="1.0" encoding="UTF-8"?>
<Patient xmlns="http://hl7.org/fhir"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://hl7.org/fhir file:/C:/Users/s*****/fhir-all-xsd/patient.xsd">
<text>
<status value="generated"></status>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>Berzerkistan Ministry of Health, April 25, 2016 -BMOHORB #150</p>
<p>BMHO Patient Resource Constraints</p>
<p>Gender:male</p>
<p>BirthDate:****-**-**</p>
<p>Given:***</p>
<p>Family:***</p>
<p>Identifier:www.berzerkistan.gov/bni</p>
<p>Identifier:www.berzerkistan.gov/nhib</p>
</div>
</text>
<modifierExtension url="http://fhir.hl7fundamentals.org/berzerkistan/StructureDefinition/PatientTaxSituation">
<valueCode value="Coding"></valueCode>
</modifierExtension>
<identifier>
<use value = "usual"></use>
<value value = "****.***"></value>
</identifier>
<identifier>
<system value="www.berzerkistan.gov/bni"/>
<value value="123"/>
</identifier>
<identifier>
<system value="www.berzerkistan.gov/nhib"/>
<value value="123"/>
</identifier>
<name>
<family value="***"></family>
<given value="***"></given>
</name>
<gender value="male"></gender>
<birthDate value="****-**-**"></birthDate>
</Patient>