FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | OperationDefinition |
| Id | Composition-submit.OperationDefinition.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.9&canonical=https://fhir.synapxe.sg/OperationDefinition/Composition-submit |
| URL | https://fhir.synapxe.sg/OperationDefinition/Composition-submit |
| Status | active |
| Name | CompositionSubmit |
| Description | Submit a profiled Bundle for Composition. Accepts only specific profiled Bundles. |
| Type | true |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "Composition-submit",
"url": "https://fhir.synapxe.sg/OperationDefinition/Composition-submit",
"name": "CompositionSubmit",
"status": "active",
"kind": "operation",
"code": "submit",
"resource": [
"Composition"
],
"system": false,
"type": true,
"instance": false,
"description": "Submit a profiled Bundle for Composition. Accepts only specific profiled Bundles.",
"parameter": [
{
"name": "bundle",
"use": "in",
"min": 1,
"max": "1",
"type": "Bundle",
"profile": [
"https://fhir.synapxe.sg/StructureDefinition/profile-bundle-composition",
"https://fhir.synapxe.sg/StructureDefinition/profile-bundle-dischargesummary",
"https://fhir.synapxe.sg/StructureDefinition/profile-bundle-ednotes",
"https://fhir.synapxe.sg/StructureDefinition/profile-bundle-otnotes",
"https://fhir.synapxe.sg/StructureDefinition/profile-bundle-cardiologyreport"
],
"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-composition",
"https://fhir.synapxe.sg/StructureDefinition/profile-bundle-dischargesummary",
"https://fhir.synapxe.sg/StructureDefinition/profile-bundle-ednotes",
"https://fhir.synapxe.sg/StructureDefinition/profile-bundle-otnotes",
"https://fhir.synapxe.sg/StructureDefinition/profile-bundle-cardiologyreport"
],
"documentation": "Returns the inputted Bundle."
}
]
}