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" : "Observation-component-code-value-integer",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>component-code-value-integer</h2><p>Parameter <code>component-code-value-integer</code>:<code>composite</code></p><div><p>Component code and component integer value parameter pair</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/observation.html\">Observation</a></td></tr><tr><td>Expression</td><td><code>Observation.component</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><p><b>Components</b></p><table class=\"grid\"><tr><td>http://hl7.org/fhir/SearchParameter/Observation-component-code</td><td><code>code</code></td></tr><tr><td><a href=\"SearchParameter-Observation-component-value-intenger.html\">component-value-integer</a></td><td><code>value.as(Integer)</code></td></tr></table></div>"
},
"url" : "https://fhir.incisive-project.eu/SearchParameter/Observation-component-code-value-integer",
"version" : "0.1.1",
"name" : "component-code-value-integer",
"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" : "Component code and component integer value parameter pair",
"code" : "component-code-value-integer",
"base" : [
"Observation"
],
"type" : "composite",
"expression" : "Observation.component",
"xpathUsage" : "normal",
"multipleOr" : true,
"multipleAnd" : true,
"component" : [
{
"definition" : "http://hl7.org/fhir/SearchParameter/Observation-component-code",
"expression" : "code"
},
{
"definition" : "https://fhir.incisive-project.eu/SearchParameter/Observation-component-value-integer",
"expression" : "value.as(Integer)"
}
]
}