fhirbase / fhirbase-plv8

[DEPRECATED] Fhirbase 2.0 is an FHIR relational storage
https://health-samurai.io/fhirbase
Other
105 stars 39 forks source link

Missing handling for transactions including searches. #89

Closed izi closed 8 years ago

izi commented 8 years ago

In the example transaction calls you can find something like:

{
    "resourceType": "Bundle",
    "id": "bundle-transaction",
    "type": "transaction",
    "entry": [{
        "request": {
            "method": "GET",
            "url": "/Patient?name=peter"
        }
    }]
}

Is this restriction by design? Fhirbase does not have handler for raw searches.

danil commented 8 years ago

@izi

Is this restriction by design? Fhirbase does not have handler for raw searches.

now have https://github.com/fhirbase/fhirbase-plv8/blob/v1.3.0.8/test/fhir/transaction_spec.coffee#L53 if not, feel free to reopen