Projo FHIR Documentation
0.1.0 - ci-build
Projo FHIR Documentation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2024-01-01 |
{
"resourceType" : "SearchParameter",
"id" : "CommunicationRequestWebAnswerToken",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter CommunicationRequestWebAnswerToken</b></p><a name=\"CommunicationRequestWebAnswerToken\"> </a><a name=\"hcCommunicationRequestWebAnswerToken\"> </a><h2>WebAnswerToken</h2><p>Parameter <code>web-answer-token</code>:<code>string</code></p><div><p>Searches CommunicationRequests by the web-answer-token extension value (SHA-256 hash of the web channel bearer token).</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/communicationrequest.html\">CommunicationRequest</a></td></tr><tr><td>Expression</td><td><code>CommunicationRequest.extension.where(url = 'https://projo.evoleen.com/fhir/StructureDefinition/web-answer-token').value</code></td></tr><tr><td>Processing Mode</td><td>Normal</td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
},
"url" : "https://projo.evoleen.com/fhir/SearchParameter/CommunicationRequest-web-answer-token",
"version" : "0.1.0",
"name" : "WebAnswerToken",
"status" : "active",
"experimental" : false,
"date" : "2024-01-01",
"publisher" : "Projo",
"contact" : [
{
"name" : "Projo",
"telecom" : [
{
"system" : "url",
"value" : "https://projo.evoleen.com"
}
]
}
],
"description" : "Searches CommunicationRequests by the web-answer-token extension value (SHA-256 hash of the web channel bearer token).",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "CH",
"display" : "Switzerland"
}
]
}
],
"code" : "web-answer-token",
"base" : [
"CommunicationRequest"
],
"type" : "string",
"expression" : "CommunicationRequest.extension.where(url = 'https://projo.evoleen.com/fhir/StructureDefinition/web-answer-token').value",
"xpathUsage" : "normal"
}