FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/smp-operation-submit

Packagehl7.fhir.us.smp
Resource TypeOperationDefinition
Idsmp-operation-submit
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/smp/https://build.fhir.org/ig/HL7/smp-ig/OperationDefinition-smp-operation-submit.html
URLhttp://hl7.org/fhir/us/smp/OperationDefinition/smp-operation-submit
Version1.0.0
Statusactive
Date2025-01-07T00:00:00-05:00
NameSMPOperationSubmit
TitleSMP Operation Submit
Realmus
Authorityhl7
DescriptionOptional operation to submit an individual patient's medication history list for storage
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
smp-serverSMP_Server

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition smp-operation-submit

URL: [base]/$smp-submit

Input parameters Profile:SMP Parameters - Submit

Output parameters Profile:SMP Parameters - Outcome

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INsmp-medication-data1..1Bundle (Standardized Medication Profile - Bundle Medication List Maintenance)

A Bundle of type 'transaction' that contains medication information for the specified patient

OUToutcome1..1OperationOutcome

An OperationOutcome resource containing processing information associated with the operation response, including error, warning and/or informational information


Source

{
  "resourceType": "OperationDefinition",
  "id": "smp-operation-submit",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "phx"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/smp/ImplementationGuide/hl7.fhir.us.smp"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/smp/ImplementationGuide/hl7.fhir.us.smp"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/smp/OperationDefinition/smp-operation-submit",
  "version": "1.0.0",
  "name": "SMPOperationSubmit",
  "title": "SMP Operation Submit",
  "status": "active",
  "kind": "operation",
  "date": "2025-01-07T00:00:00-05:00",
  "publisher": "HL7 International / Pharmacy",
  "contact": [
    {
      "name": "HL7 International / Pharmacy",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/medication"
        },
        {
          "system": "email",
          "value": "pharmacylists@lists.hl7.org"
        }
      ]
    },
    {
      "name": "Andy Stechishin",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:andy.stechishin@gmail.com"
        }
      ]
    }
  ],
  "description": "Optional operation to submit an individual patient's medication history list for storage",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States of America"
        }
      ]
    }
  ],
  "affectsState": false,
  "code": "smp-submit",
  "system": true,
  "type": false,
  "instance": false,
  "inputProfile": "http://hl7.org/fhir/us/smp/StructureDefinition/smp-parameters-submit",
  "outputProfile": "http://hl7.org/fhir/us/smp/StructureDefinition/smp-parameters-outcome",
  "parameter": [
    {
      "name": "smp-medication-data",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "A Bundle of type 'transaction' that contains medication information for the specified patient",
      "type": "Bundle",
      "targetProfile": [
        "http://hl7.org/fhir/us/smp/StructureDefinition/smp-bundle-transaction"
      ]
    },
    {
      "name": "outcome",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "An OperationOutcome resource containing processing information associated with the operation response, including error, warning and/or informational information",
      "type": "OperationOutcome"
    }
  ]
}