{ "description": "This operation is used to return the current status information about one or more backported R5-Style Subscriptions in R4.", "_filename": "OperationDefinition-Backport-subscription-status.json", "package_name": "hl7.fhir.uv.subscriptions-backport", "date": "2020-11-30", "system": false, "publisher": "HL7 FHIR Infrastructure WG", "instance": false, "jurisdiction": [ { "coding": [ { "code": "001", "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "display": "World" } ] } ], "name": "R5SubscriptionStatus", "type": "true", "experimental": null, "resourceType": "OperationDefinition", "title": null, "package_version": "0.1.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" } ], "status": "active", "id": "49ac4f87-4861-4fd8-8152-e1c9bcc762b5", "resource": [ "Subscription" ], "kind": "operation", "url": "http://hl7.org/fhir/uv/subscriptions-backport/OperationDefinition/Backport-subscription-status", "code": "status", "version": "0.1.0", "contact": [ { "name": "HL7 FHIR Infrastructure WG", "telecom": [ { "value": "https://hl7.org/Special/committees/fiwg/index.cfm", "system": "url" } ] }, { "name": "Gino Canessa", "telecom": [ { "value": "mailto:gino.canessa@microsoft.com", "system": "email" } ] }, { "name": "Eric Haas", "telecom": [ { "value": "mailto:ehaas@healthedatainc.com", "system": "email" } ] } ], "parameter": [ { "max": "*", "min": 0, "use": "in", "name": "ids", "type": "id", "documentation": "At the Resource level, one or more parameters containing one or more comma-delimited FHIR ids of Subscriptions to get status information for. In the absense of any specified ids, the server returns the status for all Subscriptions available to the caller. At the Instance level, this parameter is ignored." }, { "max": "1", "min": 1, "use": "out", "name": "return", "type": "Bundle", "documentation": "The bundle type is \"searchset\". The operation returns a bundle containing one or more Parameters resources, compliant with \"backport-subscriptionstatus\", one per Subscription being queried." } ] }