FHIR Chat · transaction support for custom operation support · hapi

Stream: hapi

Topic: transaction support for custom operation support


view this post on Zulip Jens Villadsen (Aug 11 2020 at 11:29):

Is it correctly understood, that HAPI does not handle invocation of custom operations in transactions, eg:

{
    "resourceType": "Bundle",
    "id": "bundle-transaction",
    "meta": {
        "lastUpdated": "2014-08-18T01:43:30Z"
    },
    "type": "transaction",
    "entry": [
        {
            "fullUrl": "urn:uuid:79378cb8-8f58-48e8-a5e8-60ac2755b674",
            "resource": {
                "resourceType": "Parameters",
                "parameter": [
                    {
                        "name": "coding",
                        "valueCoding": {
                            "system": "http://loinc.org",
                            "code": "1963-8"
                        }
                    }
                ]
            },
            "request": {
                "method": "POST",
                "url": "ValueSet/$lookup"
            }
        }
    ]
}

view this post on Zulip Jens Villadsen (Aug 11 2020 at 11:31):

that is, as handled out of the box that is.

view this post on Zulip James Agnew (Aug 11 2020 at 12:26):

Correct - Hoping to add this in a future release but not currently supported.


Last updated: Apr 12 2022 at 19:14 UTC