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

FHIR IG analytics

Packagehl7.fhir.be.drp
Resource TypeValueSet
IdValueSet-be-vs-performer-task-status-reason.json
FHIR VersionR4

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: ValueSet be-vs-performer-task-status-reason

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActReason version 📦3.1.0
    CodeDisplayDefinition
    MEDPRECMedical Precaution**Definition:**The patient currently has a medical condition for which the vaccine is contraindicated or for which precaution is warranted.
    OSTOCKOut of Stock**Definition:**There was no supply of the product on hand to perform the service.
    PATOBJPatient Objection**Definition:**The patient or their guardian objects to receiving the vaccine.
    DECSDdeceasedClient deceased.
    SALGallergy**Description:**The patient is believed to be allergic to a substance that is part of the therapy and the therapy is being temporarily withdrawn to confirm.
    MODIFYmodified prescription exists**Definition:**Therapy has been changed and new prescription issued
    CONTRAcontraindication**Definition:**Contraindication identified

Source1

{
  "resourceType": "ValueSet",
  "id": "be-vs-performer-task-status-reason",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.ehealth.fgov.be/standards/fhir/drp/ValueSet/be-vs-performer-task-status-reason",
  "version": "1.0.0",
  "name": "BeVSPerformerTaskStatusReason",
  "title": "BeVSPerformerTaskStatusReason",
  "status": "active",
  "experimental": false,
  "date": "2025-12-02T09:15:42+00: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": "DEMONSTRATIVE EXAMPLE - Codes for the current status of a referral prescription.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BE",
          "display": "Belgium"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "concept": [
          {
            "code": "MEDPREC",
            "display": "Medical Precaution"
          },
          {
            "code": "OSTOCK",
            "display": "Out of Stock"
          },
          {
            "code": "PATOBJ",
            "display": "Patient Objection"
          },
          {
            "code": "DECSD"
          },
          {
            "code": "SALG"
          },
          {
            "code": "MODIFY"
          },
          {
            "code": "CONTRA"
          }
        ]
      }
    ]
  }
}