Prescription Search Support
1.0.0 - STU1 Belgium flag

Prescription Search Support, published by eHealth Platform. 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

: Radio 1a - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "radiogetindicationspayload",
  "meta" : {
    "profile" : [
      🔗 "https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/be-radiology-get-indications-input"
    ]
  },
  "parameter" : [
    {
      "name" : "age",
      "valueAge" : {
        "value" : 35,
        "system" : "http://unitsofmeasure.org",
        "code" : "a"
      }
    },
    {
      "name" : "gender",
      "valueCode" : "female"
    },
    {
      "name" : "indication_proposal",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "version" : "http://snomed.info/sct/11000172109",
            "code" : "20262006",
            "display" : "Ataxie"
          }
        ]
      }
    },
    {
      "name" : "freetext_indication",
      "valueString" : "ataxie"
    },
    {
      "name" : "intention",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://pss/qsi-examinations",
            "code" : "114054",
            "display" : "CT, hoofd, met iv-contrast"
          }
        ]
      }
    }
  ]
}