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.1.9&canonical=https://fhir.synapxe.sg/OperationDefinition/List-submit |
| URL | https://fhir.synapxe.sg/OperationDefinition/List-submit |
| 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",
"name": "ListSubmit",
"status": "active",
"kind": "operation",
"code": "submit",
"resource": [
"List"
],
"system": false,
"type": true,
"instance": false,
"description": "Submit a profiled Bundle for List. Accepts only specific profiled Bundles.",
"parameter": [
{
"name": "bundle",
"use": "in",
"min": 1,
"max": "1",
"type": "Bundle",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-bundle-problemlist",
"https://fhir.synapxe.sg/StructureDefinition/profile-bundle-patientmedicationlist"
],
"documentation": "A Bundle conforming to one of the allowed profiles."
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"type": "Bundle",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-bundle-problemlist",
"https://fhir.synapxe.sg/StructureDefinition/profile-bundle-patientmedicationlist"
],
"documentation": "Returns the inputted Bundle."
}
]
}