FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeOperationDefinition
IdComposition-submit.OperationDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.9&canonical=https://fhir.synapxe.sg/OperationDefinition/Composition-submit
URLhttps://fhir.synapxe.sg/OperationDefinition/Composition-submit
Statusactive
NameCompositionSubmit
DescriptionSubmit a profiled Bundle for Composition. Accepts only specific profiled Bundles.
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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."
    }
  ]
}