{ "description": "OAS Specification Support", "_filename": "OperationDefinition-openapi.json", "package_name": "uk.nhsdigital.r4", "date": "2022-01-07T14:00:00+00:00", "meta": { "lastUpdated": "2022-01-07T14:00:00+00:00" }, "system": true, "publisher": "NHS Digital", "instance": false, "name": "openapi", "type": "false", "experimental": null, "resourceType": "OperationDefinition", "title": null, "package_version": "2.4.3", "status": "draft", "id": "a4715705-f4e6-44d4-a387-4a8f5f862707", "affectsState": false, "kind": "operation", "comment": "Converts a FHIR CapabilityStatement into an openApi specification", "url": "https://fhir.nhs.uk/OperationDefinition/openapi", "code": "openapi", "version": "4.0.1", "contact": [ { "telecom": [ { "value": "interoperabilityteam@nhs.net", "system": "email" } ] } ], "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "resource", "type": "CapabilityStatement", "documentation": "The resource to be validated" }, { "max": "1", "min": 1, "use": "out", "name": "return", "type": "Type", "documentation": "The OAS equivalent of the CapabilityStatement in JSON format (YML may also be returned)" } ] }