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-approve-annex81.json
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/drp/1.1.0/OperationDefinition-be-op-approve-annex81.html
URLhttps://www.ehealth.fgov.be/standards/fhir/drp/OperationDefinition/be-op-approve-annex81
Version1.1.0
Statusdraft
Date2026-08-21T17:23:19+02:00
NameApprove
TitleBeOpApproveAnnex81
Realmbe
Authorityhl7
DescriptionCreates an approval from 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-approve-annex81

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

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INannex811..1ServiceRequest

the instance the approval applies to

INnote0..1markdown

additional information for the approval

OUTlocation1..1string

refId for the newly created approval


Source1

{
  "resourceType": "OperationDefinition",
  "id": "be-op-approve-annex81",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.ehealth.fgov.be/standards/fhir/drp/OperationDefinition/be-op-approve-annex81",
  "version": "1.1.0",
  "name": "Approve",
  "title": "BeOpApproveAnnex81",
  "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": "Creates an approval from 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 approval applies to",
      "type": "ServiceRequest"
    },
    {
      "name": "note",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "additional information for the approval",
      "type": "markdown"
    },
    {
      "name": "location",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "refId for the newly created approval",
      "type": "string"
    }
  ]
}