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

FHIR IG analytics

Packagehl7.fhir.be.drp
Resource TypeOperationDefinition
IdOperationDefinition-be-op-reject-annex81.json
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/drp/1.1.0/OperationDefinition-be-op-reject-annex81.html
URLhttps://www.ehealth.fgov.be/standards/fhir/drp/OperationDefinition/be-op-reject-annex81
Version1.1.0
Statusdraft
Date2026-08-21T17:23:19+02:00
NameReject
TitleBeOpRejectAnnex81
Realmbe
Authorityhl7
DescriptionRejects an Annex81 proposal
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: OperationDefinition be-op-reject-annex81

URL: [base]/ServiceRequest/[id]/$approve

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INannex811..1ServiceRequest

the instance the rejection applies to

INnote0..1markdown

additional information for the rejections


Source1

{
  "resourceType": "OperationDefinition",
  "id": "be-op-reject-annex81",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.ehealth.fgov.be/standards/fhir/drp/OperationDefinition/be-op-reject-annex81",
  "version": "1.1.0",
  "name": "Reject",
  "title": "BeOpRejectAnnex81",
  "status": "draft",
  "kind": "operation",
  "date": "2026-08-21T17:23:19+02:00",
  "publisher": "eHealth Platform",
  "contact": [
    {
      "name": "eHealth Platform",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ehealth.fgov.be/standards/fhir"
        },
        {
          "system": "email",
          "value": "support@be-ehealth-standards.atlassian.net"
        }
      ]
    },
    {
      "name": "Message Structure eHealth",
      "telecom": [
        {
          "system": "email",
          "value": "support@be-ehealth-standards.atlassian.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Rejects an Annex81 proposal",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BE",
          "display": "Belgium"
        }
      ]
    }
  ],
  "affectsState": false,
  "code": "approve",
  "resource": [
    "ServiceRequest"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "annex81",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "the instance the rejection applies to",
      "type": "ServiceRequest"
    },
    {
      "name": "note",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "additional information for the rejections",
      "type": "markdown"
    }
  ]
}