Fhir 500错误,涉及扩展

时间:2016-05-19 00:00:52

标签: hl7-fhir

我是fhir的新手,但我相信这个概念。我正在尝试做这些活动只是为了更好地理解它,但对于这个我得到一个错误500.我很确定我的帖子网址是正确的。 Ps我故意做了*我的数据就是这样。

<?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>

Activity
Result

1 个答案:

答案 0 :(得分:0)

birthDate绝对无效。而你不应该有一个架构声明。理论上,这些事情中的任何一个都可能导致错误。但是,如果您触发500,则表示服务器已损坏。它没有正确处理您的无效输入,或者它有其他错误。尝试发送到几个不同的服务器。修复服务器检测到的错误,然后查看是否能解决第一台服务器的问题。 (还要报告服务器中出现500错误的错误。)