Open vadi2 opened 8 years ago
something went wrong on the server. retstated it and it went away. Haven't been able to reproduce it locally.
Grahame
On Fri, Sep 9, 2016 at 8:13 AM, Vadim Peretokin notifications@github.com wrote:
Upload this to http://fhir3.healthintersections.com.au/open/ValueSet:
Receive this:
<?xml version="1.0" encoding="UTF-8"?>
Access violation at address 000000000041221B in module 'FHIRServer.exe'. Read of address 000000650000005C
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/grahamegrieve/fhirserver/issues/61, or mute the thread https://github.com/notifications/unsubscribe-auth/AFllFU8KtjXdsIqAOfP9yfdF-dEgimKJks5qoIihgaJpZM4J4gjj .
http://www.healthintersections.com.au / grahame@healthintersections.com.au / +61 411 867 065
I'm still getting the problem. Here's a cURL string you can copy/paste to replicate:
curl -XPOST -H 'Content-Type: application/fhir+xml' -H 'Accept: application/fhir+xml' -d '<ValueSet xmlns="http://hl7.org/fhir">
<url value="urn:uuid:5b2b9bb0-f459-4fcd-80f7-076969d0667d"/>
<version value="2016-06-27"/>
<name value="New, better valueset describing a persons work state"/>
<status value="draft"/>
<experimental value="true"/>
<publisher value="Australian Digital Health Agency"/>
<contact>
<name value="Vadim Peretokin"/>
<telecom>
<system value="email"/>
<value value="vadim.peretokin@digitalhealth.gov.au"/>
</telecom>
</contact>
<date value="2016-06-27"/>
<lockedDate value="2016-06-27"/>
<description value="This new and improved valueset allows to more accurately describe a persons work state"/>
<compose>
<include>
<system value="urn:uuid:bb6efb79-2b93-4569-a51e-6fcf103b6e9a"/>
<version value="20162726"/>
<concept>
<code value="in-office"/>
</concept>
<concept>
<code value="away-travelling"/>
</concept>
<concept>
<code value="working-from-home"/>
</concept>
<concept>
<code value="annual-leave"/>
</concept>
<concept>
<code value="personal-leave"/>
</concept>
<concept>
<code value="jury-duty"/>
</concept>
</include>
</compose>
</ValueSet>' 'http://fhir3.healthintersections.com.au/open/ValueSet'
Upload this to http://fhir3.healthintersections.com.au/open/ValueSet:
Receive this: