liwoo / mini-fhir

An implementation of a Small FHIR Server in Node
0 stars 1 forks source link

Creating an Observation fails #2

Closed bausmeier closed 6 years ago

bausmeier commented 6 years ago

POSTing one of the example Observations from the vital signs profile to /fhir/Observation returns a 422 status code with the message: '"system" is not allowed'.

liwoo commented 6 years ago

awesome... lemme look into this

liwoo commented 6 years ago

I believed I have resolved this issue and added a test case where the example Observation is successfully created. @bausmeier, please verify this before I mark the issue as closed

bausmeier commented 6 years ago

Thanks, this is working now :+1: