: OperationsState - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:SearchParameter ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "sp-operations-state"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter sp-operations-state</b></p><a name=\"sp-operations-state\"> </a><a name=\"hcsp-operations-state\"> </a><a name=\"sp-operations-state-en-US\"> </a><h2>OperationsState</h2><p>Parameter <code>soo</code>:<code>string</code></p><div><p>The value of the <code>StateOfOperation</code> extension</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/organization.html\">Organization</a></td></tr><tr><td>Expression</td><td><code>Organization.extension.where(url='https://sequoiaproject.org/fhir/sphd/StructureDefinition/StateOfOperation').value.ofType(Address).state</code></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>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://sequoiaproject.org/fhir/sphd/SearchParameter/sp-operations-state"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.6.0"] ; #
fhir:name [ fhir:v "OperationsState"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-06-11T17:51:36-04:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "The Sequoia Project"] ; #
fhir:contact ( [
fhir:name [ fhir:v "The Sequoia Project" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://sequoiaproject.org/" ] ] )
] ) ; #
fhir:description [ fhir:v "The value of the `StateOfOperation` extension"] ; #
fhir:code [ fhir:v "soo"] ; #
fhir:base ( [ fhir:v "Organization"] ) ; #
fhir:type [ fhir:v "string"] ; #
fhir:expression [ fhir:v "Organization.extension.where(url='https://sequoiaproject.org/fhir/sphd/StructureDefinition/StateOfOperation').value.ofType(Address).state"] ; #
fhir:multipleOr [ fhir:v true] ; #
fhir:multipleAnd [ fhir:v true] . #