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

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeOperationDefinition
IdList-submit.OperationDefinition.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=synapxe.sgcdi@1.1.9&canonical=https://fhir.synapxe.sg/OperationDefinition/List-submit
URLhttps://fhir.synapxe.sg/OperationDefinition/List-submit
Statusactive
NameListSubmit
DescriptionSubmit a profiled Bundle for List. 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": "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."
    }
  ]
}