Stream: implementers
Topic: Validating a composition resource on the FHIR server
Max Nakamura (Jul 06 2016 at 15:15):
Hello @Grahame Grieve
I have created the attached ccd-example.xml, and successfully validated against the latest FHIR Schema from the build, and posted the sample to http://fhir3.healthintersections.com.au/open/.
I would like to validate the ccd-example.xml using the FHIR server, so I added a <meta> element, as shown below.
<meta>
<versionId value="1"/>
<lastUpdated value="2016-06-15T08:16:14Z"/>
<profile value="http://hl7.org/fhir/StructureDefinition/ccda-ccd-composition"/>
</meta>
However, when I try to POST the sample that includes the <meta> element to the FHIR server, the below error appears:
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>Access violation at address 00000000016C5DD3 in module 'FHIRServer.exe'. Read of address 0000000000000058</p>
</div>
</text>
Please advise on how I would resolve this issue.
Thank you,
Meenaxi
Max Nakamura (Jul 06 2016 at 19:17):
Hello @Grahame Grieve ,
I am validating the composition using the POST method with the command below. This seemed to work OK when validating all the DAF resource samples.
Please let me know if that is correct.
Grahame Grieve (Jul 06 2016 at 21:37):
can you report an issue against my server here please: https://github.com/grahamegrieve/fhirserver/issues
Max Nakamura (Jul 08 2016 at 15:58):
Hello @Grahame Grieve ,
I have reported the issue with validating composition resources at https://github.com/grahamegrieve/fhirserver/issues. The issue is #58.
Thank you.
Meenaxi
Max Nakamura (Jul 22 2016 at 17:32):
Hello @Grahame Grieve ,
I was wondering if you could please give an estimate on when you believe issues #58 and #59 from https://github.com/grahamegrieve/fhirserver/issues may be resolved.
Thank you.
Grahame Grieve (Jul 22 2016 at 20:19):
my hands are rfull with FHIR build issues right now, but I have to work on my server next week
Max Nakamura (Jul 28 2016 at 18:37):
Thank you Graham
Last updated: Apr 12 2022 at 19:14 UTC