FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | OperationDefinition |
| Id | List-submit.OperationDefinition.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=synapxe.sgcdi@1.2.2&canonical=https://fhir.synapxe.sg/OperationDefinition/List-submit |
| URL | https://fhir.synapxe.sg/OperationDefinition/List-submit |
| Version | 1.2.2 |
| Status | active |
| Name | ListSubmit |
| Description | Submit a profiled Bundle for List. Accepts only specific profiled Bundles. |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "List-submit",
"url": "https://fhir.synapxe.sg/OperationDefinition/List-submit",
"version": "1.2.2",
"name": "ListSubmit",
"status": "active",
"kind": "operation",
"description": "Submit a profiled Bundle for List. Accepts only specific profiled Bundles.",
"code": "submit",
"resource": [
"List"
],
"system": false,
"type": true,
"instance": false,
"parameter": [
{
"name": "bundle",
"use": "in",
"min": 1,
"max": "1",
"documentation": "A Bundle conforming to one of the allowed profiles.",
"type": "Bundle"
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "Returns the inputted Bundle.",
"type": "Bundle"
}
]
}