INCISIVE Implementation Guide
0.1.1 - draft
INCISIVE Implementation Guide - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2023-09-27 |
{
"resourceType" : "SearchParameter",
"id" : "SearchParameter-DiagnosticReport-age-at-diagnosis",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>SearchParameter-age-at-diagnosis</h2><p>Parameter <code>age-at-diagnosis</code>:<code>number</code></p><div><p>Search for the patient's age when they were diagnosed</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/diagnosticreport.html\">DiagnosticReport</a></td></tr><tr><td>Expression</td><td><code>DiagnosticReport.extension.where(url='https://fhir.incisive-project.eu/AgeAtDiagnosis').value.as(Integer)</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: The parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
},
"url" : "https://fhir.incisive-project.eu/SearchParameter/SearchParameter-DiagnosticReport-age-at-diagnosis",
"version" : "0.1.1",
"name" : "SearchParameter-age-at-diagnosis",
"status" : "active",
"experimental" : false,
"date" : "2023-09-27T11:36:43.8799013+00:00",
"publisher" : "INCISIVE",
"contact" : [
{
"name" : "INCISIVE",
"telecom" : [
{
"system" : "url",
"value" : "https://incisive-project.eu/"
},
{
"system" : "email",
"value" : "fhir@incisive-project.eu"
}
]
}
],
"description" : "Search for the patient's age when they were diagnosed",
"code" : "age-at-diagnosis",
"base" : [
"DiagnosticReport"
],
"type" : "number",
"expression" : "DiagnosticReport.extension.where(url='https://fhir.incisive-project.eu/AgeAtDiagnosis').value.as(Integer)",
"xpathUsage" : "normal",
"multipleOr" : true,
"multipleAnd" : true
}