Prescription Search Support, published by HL7 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
{
"resourceType" : "Parameters",
"id" : "radiogetindicationspayload",
"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"
}
]
}
}
]
}