Prescription Search Support
1.0.0 - STU1 Belgium flag

Prescription Search Support, published by eHealth Platform Belgium. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/pss/ and changes regularly. See the Directory of published versions

: Example of feedback on a PSS suggestion - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "feedback-example",
  "parameter" : [
    {
      "name" : "exact",
      "valueBoolean" : true
    },
    {
      "name" : "property",
      "part" : [
        {
          "name" : "code",
          "valueCode" : "focus"
        },
        {
          "name" : "value",
          "valueCode" : "top"
        }
      ]
    },
    {
      "name" : "PSS-ID",
      "valueIdentifier" : {
        "value" : "5146ed13-c240-46e4-bf40-dab28fabc437"
      }
    },
    {
      "name" : "outcomeTimeStamp",
      "valueDateTime" : "2025-05-28T10:10:00+02:00"
    },
    {
      "name" : "outcome",
      "valueCode" : "overridden"
    },
    {
      "name" : "suggestionOutcome",
      "part" : [
        {
          "name" : "suggestionId",
          "valueIdentifier" : {
            "value" : "baf274d9-21b9-49a5-bdd1-e593663dd43c"
          }
        },
        {
          "name" : "outcome",
          "valueCode" : "overridden"
        },
        {
          "name" : "overrideReason",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://www.ehealth.fgov.be/standards/fhir/pss/CodeSystem/PSSDeviationReason",
                "code" : "otherReason"
              }
            ],
            "text" : "Patient prefers local application"
          }
        }
      ]
    },
    {
      "name" : "suggestionOutcome",
      "part" : [
        {
          "name" : "suggestionId",
          "valueIdentifier" : {
            "value" : "baf274d9-21b9-49a5-bdd1-e593663dd43c"
          }
        },
        {
          "name" : "outcome",
          "valueCode" : "overridden"
        },
        {
          "name" : "overrideReason",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://www.ehealth.fgov.be/standards/fhir/pss/CodeSystem/PSSDeviationReason",
                "code" : "otherReason"
              }
            ],
            "text" : "Patient prefers local application"
          }
        }
      ]
    },
    {
      "name" : "suggestionOutcome",
      "part" : [
        {
          "name" : "suggestionId",
          "valueIdentifier" : {
            "value" : "other"
          }
        },
        {
          "name" : "outcome",
          "valueCode" : "overridden"
        },
        {
          "name" : "overrideReason",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://www.ehealth.fgov.be/standards/fhir/pss/CodeSystem/PSSDeviationReason",
                "code" : "otherReason"
              }
            ],
            "text" : "Patient prefers their own medicine"
          }
        },
        {
          "name" : "otherOptionSelected",
          "valueString" : "Patient prefers local application"
        }
      ]
    }
  ]
}