This page is part of the PACIO Personal Functioning and Engagement Implementation Guide (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Draft as of 2022-08-12 |
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:CapabilityStatement ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "pacio-pfe-cap"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"> <h2 id=\"title\">Personal Functioning and Engagement Capability Statement</h2> <ul> <li> <b>Official URL:</b> <code>http://hl7.org/fhir/us/pacio-pfe/CapabilityStatement/pacio-pfe-cap</code> </li> <li><b>Implementation Guide Version:</b> 1.0.0-ballot</li> <li><b>FHIR Version:</b> 4.0.1</li> <li><b>Intended Use:</b> Requirements</li> <li><b>Supported Formats: </b>XML, JSON</li> <li><b>Published:</b> 2022-08-12 00:00:00+00:00</li> <li><b>Published by:</b> HL7 International - Patient Care</li> <li><b>Status:</b> Draft</li> </ul> <p>This Capability Statement defines the expected capabilities of a Personal Functioning and Engagement FHIR server conforming to the Personal Functioning and Engagement Implementation Guide.</p> <!-- No support expectation extension --> <!-- REST Behavior --> <h3 id=\"behavior\">FHIR Server RESTful Capabilities</h3> <p>The PFE Server <strong>SHALL</strong>:</p> <ol> <li>Support all profiles defined in this Implementation Guide.</li> <li>Implement the RESTful behavior according to the FHIR specification.</li> <li>Return the following response classes:<ul> <li>(Status 400): invalid parameter</li> <li>(Status 401/4xx): unauthorized request</li> <li>(Status 403): insufficient scope</li> <li>(Status 404): unknown resource</li> <li>(Status 410): deleted resource.</li> </ul></li> <li>Support json source formats for all PFE interactions.</li> <li>Support the searchParameters on each profile individually and in combination.</li> </ol> <p>The PFE Server <strong>SHOULD</strong>:</p> <ol> <li>Support xml source formats for all PFE interactions.</li> </ol> <p id=\"security\"> <strong>Security:</strong> </p> <ol> <li>See the <a href=\"security_and_data_sharing.html\">Guidance</a> section for requirements and recommendations.</li> <li>A server <strong>SHALL</strong> reject any unauthorized requests by returning an HTTP 401 "Unauthorized", HTTP 403 "Forbidden", or HTTP 404 "Not Found" response code.</li> </ol> <p> <strong>Summary of Server Wide Interactions</strong> </p> <ul> <li><strong>MAY</strong> support the <code>batch</code> interaction.</li> <li><strong>MAY</strong> support the <code>search-system</code> interaction.</li> </ul> <p> <strong>Summary of Server Wide Search Parameters</strong> </p> <ul> <li><strong>MAY</strong> support the <a href=\"http://hl7.org/fhir/SearchParameter/Resource-content\"> <code>_content</code> </a> search parameter.</li> <li><strong>SHALL</strong> support the <a href=\"http://hl7.org/fhir/SearchParameter/Resource-id\"> <code>_id</code> </a> search parameter.</li> <li><strong>SHALL</strong> support the <a href=\"http://hl7.org/fhir/SearchParameter/Resource-lastUpdated\"> <code>_lastUpdated</code> </a> search parameter.</li> <li><strong>MAY</strong> support the <a href=\"http://hl7.org/fhir/SearchParameter/Resource-security\"> <code>_security</code> </a> search parameter.</li> <li><strong>MAY</strong> support the <a href=\"http://hl7.org/fhir/SearchParameter/DomainResource-text\"> <code>_text</code> </a> search parameter.</li> <li><strong>MAY</strong> support the <a href=\"http://hl7.org/fhir/SearchParameter/Resource-query\"> <code>_query</code> </a> search parameter.</li> </ul> <h3 id=\"resource--details\" class=\"no_toc\">RESTful Capabilities by Resource/Profile:</h3> <p> <strong>Summary</strong> </p> <p><i>♦ = <b>SHALL</b> expectation</i>;<i>⋄ = <b>SHOULD</b> expectation</i>;<i>▿ = <b>MAY</b> expectation</i>;</p> <table class=\"grid\"> <thead> <tr> <th>Resource Type</th> <th>Supported Interactions</th> <th>Supported Profiles</th> <th>Supported Searches</th> <th>Supported <code>_includes</code></th> <th>Supported <code>_revincludes</code></th> <th>Supported Operations</th> </tr> </thead> <tbody> <tr> <td> <a href=\"#observation\"> <span style=\"white-space: nowrap;\">Observation<span title=\"SHALL\"> <sup>♦</sup> </span></span> </a> </td> <td><span style=\"white-space: nowrap;\">create<span title=\"SHALL\"> <sup>♦</sup> </span></span>, <span style=\"white-space: nowrap;\">update<span title=\"SHALL\"> <sup>♦</sup> </span></span>, <span style=\"white-space: nowrap;\">delete<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">read<span title=\"SHALL\"> <sup>♦</sup> </span></span>, <span style=\"white-space: nowrap;\">vread<span title=\"SHOULD\"> <sup>⋄</sup> </span></span>, <span style=\"white-space: nowrap;\">history-instance<span title=\"SHOULD\"> <sup>⋄</sup> </span></span>, <span style=\"white-space: nowrap;\">history-type<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">search-type<span title=\"SHALL\"> <sup>♦</sup> </span></span>, <span style=\"white-space: nowrap;\">patch<span title=\"MAY\"> <sup>▿</sup> </span></span></td> <!-- Supported Profiles --> <td><a href=\"http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-observation-clinicaltest\">Personal Functioning and Engagement Clinical Test Observation</a>, <a href=\"http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-collection\">Personal Functioning and Engagement Collection</a>, <a href=\"http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-observation-single\">Personal Functioning and Engagement Single Observation</a></td> <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out --> <td><span style=\"white-space: nowrap;\">date<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">combo-data-absent-reason<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">code<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">combo-code-value-quantity<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">subject<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">component-data-absent-reason<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">value-concept<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">value-date<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">code-value-string<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">component-code-value-quantity<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">based-on<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">code-value-date<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">patient<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">specimen<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">component-code<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">code-value-quantity<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">combo-code-value-concept<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">value-string<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">identifier<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">performer<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">combo-code<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">method<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">value-quantity<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">component-value-quantity<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">data-absent-reason<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">combo-value-quantity<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">encounter<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">code-value-concept<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">component-code-value-concept<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">component-value-concept<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">category<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">device<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">combo-value-concept<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">status<span title=\"MAY\"> <sup>▿</sup> </span></span></td> <!-- Supported _includes --> <td><span style=\"white-space: nowrap;\">Observation.subject<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">Observation.based-on<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">Observation.patient<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">Observation.specimen<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">Observation.context<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">Observation.performer<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">Observation.encounter<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">Observation.device<span title=\"MAY\"> <sup>▿</sup> </span></span></td> <!-- Supported _revincludes --> <td><span style=\"white-space: nowrap;\">ChargeItem.service<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">ClinicalImpression.finding-ref<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">ClinicalImpression.investigation<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">DiagnosticReport.result<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">Immunization.reaction<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">ImmunizationRecommendation.information<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">MedicationStatement.part-of<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">Procedure.part-of<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">QuestionnaireResponse.parent<span title=\"MAY\"> <sup>▿</sup> </span></span> <!-- ChargeItem.service, ClinicalImpression.finding-ref, ClinicalImpression.investigation, DiagnosticReport.result, Immunization.reaction, ImmunizationRecommendation.information, MedicationStatement.part-of, Procedure.part-of, QuestionnaireResponse.parent --></td> <!-- Supported Operations --> <td></td> </tr> <tr> <td> <a href=\"#diagnosticreport\"> <span style=\"white-space: nowrap;\">DiagnosticReport<span title=\"MAY\"> <sup>▿</sup> </span></span> </a> </td> <td><span style=\"white-space: nowrap;\">create<span title=\"SHALL\"> <sup>♦</sup> </span></span>, <span style=\"white-space: nowrap;\">update<span title=\"SHALL\"> <sup>♦</sup> </span></span>, <span style=\"white-space: nowrap;\">delete<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">read<span title=\"SHALL\"> <sup>♦</sup> </span></span>, <span style=\"white-space: nowrap;\">vread<span title=\"SHOULD\"> <sup>⋄</sup> </span></span>, <span style=\"white-space: nowrap;\">history-instance<span title=\"SHOULD\"> <sup>⋄</sup> </span></span>, <span style=\"white-space: nowrap;\">history-type<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">search-type<span title=\"SHALL\"> <sup>♦</sup> </span></span>, <span style=\"white-space: nowrap;\">patch<span title=\"MAY\"> <sup>▿</sup> </span></span></td> <!-- Supported Profiles --> <td> <a href=\"http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-narrative-history-of-status\">Personal Functioning and Engagement Narrative History of Status</a> </td> <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out --> <td><span style=\"white-space: nowrap;\">date<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">code<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">patient<span title=\"SHALL\"> <sup>♦</sup> </span></span>, <span style=\"white-space: nowrap;\">identifier<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">encounter<span title=\"MAY\"> <sup>▿</sup> </span></span></td> <!-- Supported _includes --> <td><span style=\"white-space: nowrap;\">DiagnosticReport.based-on<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">DiagnosticReport.subject<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">DiagnosticReport.patient<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">DiagnosticReport.encounter<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">DiagnosticReport.media<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">DiagnosticReport.performer<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">DiagnosticReport.result<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">DiagnosticReport.results-interpreter<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">DiagnosticReport.specimen<span title=\"MAY\"> <sup>▿</sup> </span></span></td> <!-- Supported _revincludes --> <td> <!-- --> </td> <!-- Supported Operations --> <td></td> </tr> <tr> <td> <a href=\"#deviceusestatement\"> <span style=\"white-space: nowrap;\">DeviceUseStatement<span title=\"SHOULD\"> <sup>⋄</sup> </span></span> </a> </td> <td><span style=\"white-space: nowrap;\">create<span title=\"SHOULD\"> <sup>⋄</sup> </span></span>, <span style=\"white-space: nowrap;\">update<span title=\"SHOULD\"> <sup>⋄</sup> </span></span>, <span style=\"white-space: nowrap;\">delete<span title=\"SHOULD\"> <sup>⋄</sup> </span></span>, <span style=\"white-space: nowrap;\">read<span title=\"SHOULD\"> <sup>⋄</sup> </span></span>, <span style=\"white-space: nowrap;\">vread<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">history-instance<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">history-type<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">search-type<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">patch<span title=\"MAY\"> <sup>▿</sup> </span></span></td> <!-- Supported Profiles --> <td> <a href=\"http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-use-of-device\">Personal Functioning and Engagement Use of Device</a> </td> <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out --> <td><span style=\"white-space: nowrap;\">identifier<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">subject<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">patient<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">device<span title=\"MAY\"> <sup>▿</sup> </span></span></td> <!-- Supported _includes --> <td><span style=\"white-space: nowrap;\">DeviceUseStatement.subject<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">DeviceUseStatement.patient<span title=\"MAY\"> <sup>▿</sup> </span></span>, <span style=\"white-space: nowrap;\">DeviceUseStatement.device<span title=\"MAY\"> <sup>▿</sup> </span></span></td> <!-- Supported _revincludes --> <td> <!-- --> </td> <!-- Supported Operations --> <td></td> </tr> </tbody> </table> <!-- Resource Details --> <h4 id=\"observation\" class=\"no_toc\">Observation</h4> <p>Conformance Expectation:<strong>SHALL</strong></p> <p>Supported Profiles:</p> <ul> <li><a href=\"http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-observation-clinicaltest\">Personal Functioning and Engagement Clinical Test Observation</a>, </li> <li><a href=\"http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-collection\">Personal Functioning and Engagement Collection</a>, </li> <li> <a href=\"http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-observation-single\">Personal Functioning and Engagement Single Observation</a> </li> </ul> <p>Reference Policy: <code>literal</code>, <code>logical</code></p> <p>Profile Interaction Summary:</p> <ul> <li><strong>SHALL</strong> support <code>create</code>, <code>update</code>, <code>read</code> , <code>search-type</code>.</li> <li><strong>SHOULD</strong> support <code>vread</code>, <code>history-instance</code>.</li> <li><strong>MAY</strong> support <code>delete</code>, <code>history-type</code>, <code>patch</code> .</li> </ul> <p>Modify Criteria:</p> <ul> <li>A Server <strong>SHALL</strong> be capable of creating an Observation resource using:<code class=\"highlighter-rouge\">POST [base]/Observation/[id]{?_format=[mime-type]}</code><ul> <li>A Server <strong>MAY</strong> be capable of the conditional create of an Observation resource using header:<code class=\"highlighter-rouge\">If-None-Exist: [search parameters]</code></li> </ul></li> <li>A Server <strong>SHALL</strong> be capable of updating an existing Observation resource using:<code class=\"highlighter-rouge\">PUT [base]/Observation/[id]{?_format=[mime-type]}</code><ul> <li>A Server <strong>MAY</strong> be capable of the conditional update of an Observation resource using:<code class=\"highlighter-rouge\">PUT [base]/[Observation]?[search parameters]</code></li> </ul></li> <li>A Server <strong>MAY</strong> be capable of deleting an Observation resource using:<code class=\"highlighter-rouge\">DELETE [base]/Observation/[id]</code><ul> <li>A Server <strong>MAY</strong> support multiple conditional delete of Observation resources using:<code class=\"highlighter-rouge\">DELETE [base]/[Observation]/?[search parameters]</code></li> </ul></li> <li>A Server <strong>MAY</strong> be capable of patching an existing Observation resource using:<code class=\"highlighter-rouge\">PATCH [base]/Observation/[id]{?_format=[mime-type]}</code></li> </ul> <p>Fetch and Search Criteria:</p> <ul> <li>A Server <strong>SHALL</strong> be capable of returning an Observation resource using:<code class=\"highlighter-rouge\">GET [base]/Observation/[id]</code></li> <li>A Server <strong>SHOULD</strong> be capable of returning an Observation resource using:<code class=\"highlighter-rouge\">GET [base]/Observation/[id]/_history/vid</code></li> <li>A Server <strong>SHALL</strong> be capable of returning resources matching a search query using:<code class=\"highlighter-rouge\">GET [base]/Observation/[id]{?[parameters]{&_format=[mime-type]}}</code></li> <li>A Server <strong>SHOULD</strong> be capable of returning a history of a Observation using:<code class=\"highlighter-rouge\">GET [base]/Observation/[id]/_history{?[parameters]&_format=[mime-type]}</code></li> <li>A Server <strong>MAY</strong> be capable of returning the history of Observation resources using:<code class=\"highlighter-rouge\">GET [base]/Observation/_history{?[parameters]&_format=[mime-type]}</code></li> <li>A Server <strong>MAY</strong> be capable of supporting the following _includes:<ul> <li>Observation.subject - <code class=\"highlighter-rouge\">GET [base]/Observation?[parameter=value]&_include=Observation.subject</code></li> <li>Observation.based-on - <code class=\"highlighter-rouge\">GET [base]/Observation?[parameter=value]&_include=Observation.based-on</code></li> <li>Observation.patient - <code class=\"highlighter-rouge\">GET [base]/Observation?[parameter=value]&_include=Observation.patient</code></li> <li>Observation.specimen - <code class=\"highlighter-rouge\">GET [base]/Observation?[parameter=value]&_include=Observation.specimen</code></li> <li>Observation.context - <code class=\"highlighter-rouge\">GET [base]/Observation?[parameter=value]&_include=Observation.context</code></li> <li>Observation.performer - <code class=\"highlighter-rouge\">GET [base]/Observation?[parameter=value]&_include=Observation.performer</code></li> <li>Observation.encounter - <code class=\"highlighter-rouge\">GET [base]/Observation?[parameter=value]&_include=Observation.encounter</code></li> <li>Observation.device - <code class=\"highlighter-rouge\">GET [base]/Observation?[parameter=value]&_include=Observation.device</code></li> </ul></li> <li>A Server <strong>MAY</strong> be capable of supporting the following _revincludes:<ul> <li>ChargeItem.service - <code class=\"highlighter-rouge\">GET [base]/Observation?[parameter=value]&_revinclude=ChargeItem.service</code></li> <li>ClinicalImpression.finding-ref - <code class=\"highlighter-rouge\">GET [base]/Observation?[parameter=value]&_revinclude=ClinicalImpression.finding-ref</code></li> <li>ClinicalImpression.investigation - <code class=\"highlighter-rouge\">GET [base]/Observation?[parameter=value]&_revinclude=ClinicalImpression.investigation</code></li> <li>DiagnosticReport.result - <code class=\"highlighter-rouge\">GET [base]/Observation?[parameter=value]&_revinclude=DiagnosticReport.result</code></li> <li>Immunization.reaction - <code class=\"highlighter-rouge\">GET [base]/Observation?[parameter=value]&_revinclude=Immunization.reaction</code></li> <li>ImmunizationRecommendation.information - <code class=\"highlighter-rouge\"> GET [base]/Observation?[parameter=value]&_revinclude=ImmunizationRecommendation.information</code></li> <li>MedicationStatement.part-of - <code class=\"highlighter-rouge\">GET [base]/Observation?[parameter=value]&_revinclude=MedicationStatement.part-of</code></li> <li>Procedure.part-of - <code class=\"highlighter-rouge\">GET [base]/Observation?[parameter=value]&_revinclude=Procedure.part-of</code></li> <li>QuestionnaireResponse.parent - <code class=\"highlighter-rouge\">GET [base]/Observation?[parameter=value]&_revinclude=QuestionnaireResponse.parent</code></li> </ul></li> </ul> <!-- Only included search parameters that are not MAY or there is no conformance requirement included --> <div> <p>Search Parameter Requirements (When Used Alone or in Combination):</p> <ul> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">date</a> (date):<p>Obtained date/time. If the obtained element is a period, a date that falls in the period</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">combo-data-absent-reason</a> (token):<p>The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing.</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">code</a> (token):<p>The code of the observation type</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">combo-code-value-quantity</a> (composite):<p>Code and quantity value parameter pair, including in components</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">subject</a> (reference):<p>The subject that the observation is about</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">component-data-absent-reason</a> (token):<p>The reason why the expected value in the element Observation.component.value[x] is missing.</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">value-concept</a> (token):<p>The value of the observation, if the value is a CodeableConcept</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">value-date</a> (date):<p>The value of the observation, if the value is a date or period of time</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">code-value-string</a> (composite):<p>Code and string value parameter pair</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">component-code-value-quantity</a> (composite):<p>Component code and component quantity value parameter pair</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">based-on</a> (reference):<p>Reference to the test or procedure request.</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">code-value-date</a> (composite):<p>Code and date/time value parameter pair</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">patient</a> (reference):<p>The subject that the observation is about (if patient)</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">specimen</a> (reference):<p>Specimen used for this observation</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">component-code</a> (token):<p>The component code of the observation type</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">code-value-quantity</a> (composite):<p>Code and quantity value parameter pair</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">combo-code-value-concept</a> (composite):<p>Code and coded value parameter pair, including in components</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">value-string</a> (string):<p>The value of the observation, if the value is a string, and also searches in CodeableConcept.text</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">identifier</a> (token):<p>The unique id for a particular observation</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">performer</a> (reference):<p>Who performed the observation</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">combo-code</a> (token):<p>The code of the observation type or component type</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">method</a> (token):<p>The method used for the observation</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">value-quantity</a> (quantity):<p>The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">component-value-quantity</a> (quantity):<p>The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">data-absent-reason</a> (token):<p>The reason why the expected value in the element Observation.value[x] is missing.</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">combo-value-quantity</a> (quantity):<p>The value or component value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">encounter</a> (reference):<p>Encounter related to the observation</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">code-value-concept</a> (composite):<p>Code and coded value parameter pair</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">component-code-value-concept</a> (composite):<p>Component code and component coded value parameter pair</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">component-value-concept</a> (token):<p>The value of the component observation, if the value is a CodeableConcept</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">category</a> (token):<p>The classification of the type of observation</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">device</a> (reference):<p>The Device that generated the observation data.</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">combo-value-concept</a> (token):<p>The value or component value of the observation, if the value is a CodeableConcept</p></li> <li><a href=\"http://hl7.org/fhir/R4/observation.html#search\">status</a> (token):<p>The status of the observation</p></li> </ul> </div> <h4 id=\"diagnosticreport\" class=\"no_toc\">DiagnosticReport</h4> <p>Conformance Expectation:<strong>MAY</strong></p> <p>Supported Profiles:</p> <ul> <li> <a href=\"http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-narrative-history-of-status\">Personal Functioning and Engagement Narrative History of Status</a> </li> </ul> <p>Reference Policy: <code>literal</code>, <code>logical</code></p> <p>Profile Interaction Summary:</p> <ul> <li><strong>SHALL</strong> support <code>create</code>, <code>update</code>, <code>read</code> , <code>search-type</code>.</li> <li><strong>SHOULD</strong> support <code>vread</code>, <code>history-instance</code>.</li> <li><strong>MAY</strong> support <code>delete</code>, <code>history-type</code>, <code>patch</code> .</li> </ul> <p>Modify Criteria:</p> <ul> <li>A Server <strong>SHALL</strong> be capable of creating a DiagnosticReport resource using:<code class=\"highlighter-rouge\">POST [base]/DiagnosticReport/[id]{?_format=[mime-type]}</code><ul> <li>A Server <strong>MAY</strong> be capable of the conditional create of a DiagnosticReport resource using header:<code class=\"highlighter-rouge\">If-None-Exist: [search parameters]</code></li> </ul></li> <li>A Server <strong>SHALL</strong> be capable of updating an existing DiagnosticReport resource using:<code class=\"highlighter-rouge\">PUT [base]/DiagnosticReport/[id]{?_format=[mime-type]}</code><ul> <li>A Server <strong>MAY</strong> be capable of the conditional update of a DiagnosticReport resource using:<code class=\"highlighter-rouge\">PUT [base]/[DiagnosticReport]?[search parameters]</code></li> </ul></li> <li>A Server <strong>MAY</strong> be capable of deleting a DiagnosticReport resource using:<code class=\"highlighter-rouge\">DELETE [base]/DiagnosticReport/[id]</code><ul> <li>A Server <strong>MAY</strong> support multiple conditional delete of DiagnosticReport resources using:<code class=\"highlighter-rouge\">DELETE [base]/[DiagnosticReport]/?[search parameters]</code></li> </ul></li> <li>A Server <strong>MAY</strong> be capable of patching an existing DiagnosticReport resource using:<code class=\"highlighter-rouge\">PATCH [base]/DiagnosticReport/[id]{?_format=[mime-type]}</code></li> </ul> <p>Fetch and Search Criteria:</p> <ul> <li>A Server <strong>SHALL</strong> be capable of returning a DiagnosticReport resource using:<code class=\"highlighter-rouge\">GET [base]/DiagnosticReport/[id]</code></li> <li>A Server <strong>SHOULD</strong> be capable of returning a DiagnosticReport resource using:<code class=\"highlighter-rouge\">GET [base]/DiagnosticReport/[id]/_history/vid</code></li> <li>A Server <strong>SHALL</strong> be capable of returning resources matching a search query using:<code class=\"highlighter-rouge\">GET [base]/DiagnosticReport/[id]{?[parameters]{&_format=[mime-type]}}</code></li> <li>A Server <strong>SHOULD</strong> be capable of returning a history of a DiagnosticReport using:<code class=\"highlighter-rouge\">GET [base]/DiagnosticReport/[id]/_history{?[parameters]&_format=[mime-type]}</code></li> <li>A Server <strong>MAY</strong> be capable of returning the history of DiagnosticReport resources using:<code class=\"highlighter-rouge\">GET [base]/DiagnosticReport/_history{?[parameters]&_format=[mime-type]}</code></li> <li>A Server <strong>MAY</strong> be capable of supporting the following _includes:<ul> <li>DiagnosticReport.based-on - <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?[parameter=value]&_include=DiagnosticReport.based-on</code></li> <li>DiagnosticReport.subject - <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?[parameter=value]&_include=DiagnosticReport.subject</code></li> <li>DiagnosticReport.patient - <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?[parameter=value]&_include=DiagnosticReport.patient</code></li> <li>DiagnosticReport.encounter - <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?[parameter=value]&_include=DiagnosticReport.encounter</code></li> <li>DiagnosticReport.media - <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?[parameter=value]&_include=DiagnosticReport.media</code></li> <li>DiagnosticReport.performer - <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?[parameter=value]&_include=DiagnosticReport.performer</code></li> <li>DiagnosticReport.result - <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?[parameter=value]&_include=DiagnosticReport.result</code></li> <li>DiagnosticReport.results-interpreter - <code class=\"highlighter-rouge\"> GET [base]/DiagnosticReport?[parameter=value]&_include=DiagnosticReport.results-interpreter</code></li> <li>DiagnosticReport.specimen - <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?[parameter=value]&_include=DiagnosticReport.specimen</code></li> </ul></li> </ul> <!-- Only included search parameters that are not MAY or there is no conformance requirement included --> <p>Search Parameter Summary:</p> <table class=\"grid\"> <thead> <tr> <th style=\"white-space: nowrap;\">Conformance</th> <th>Parameter</th> <th>Type</th> <th>Example</th> </tr> </thead> <tbody> <tr> <td> <strong>SHALL</strong> </td> <td> <a href=\"http://hl7.org/fhir/R4/diagnosticreport.html#search\">patient</a> </td> <td>reference</td> <td> <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?patient=[type]/[id]</code> </td> </tr> </tbody> </table> <div> <p>Search Parameter Requirements (When Used Alone or in Combination):</p> <ul> <li><a href=\"http://hl7.org/fhir/R4/diagnosticreport.html#search\">date</a> (date):<p>Obtained date/time. If the obtained element is a period, a date that falls in the period</p></li> <li><a href=\"http://hl7.org/fhir/R4/diagnosticreport.html#search\">code</a> (token):<p>The code of the report type</p></li> <li><a href=\"http://hl7.org/fhir/R4/diagnosticreport.html#search\">patient</a> (reference):<p>The subject that the report is about (if patient)</p></li> <li><a href=\"http://hl7.org/fhir/R4/diagnosticreport.html#search\">identifier</a> (token):<p>The unique id for a particular report</p></li> <li><a href=\"http://hl7.org/fhir/R4/diagnosticreport.html#search\">encounter</a> (reference):<p>Encounter related to the report</p></li> </ul> </div> <h4 id=\"deviceusestatement\" class=\"no_toc\">DeviceUseStatement</h4> <p>Conformance Expectation:<strong>SHOULD</strong></p> <p>Supported Profiles:</p> <ul> <li> <a href=\"http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-use-of-device\">Personal Functioning and Engagement Use of Device</a> </li> </ul> <p>Reference Policy: <code>literal</code>, <code>logical</code></p> <p>Profile Interaction Summary:</p> <ul> <li><strong>SHOULD</strong> support <code>create</code>, <code>update</code>, <code>delete</code> , <code>read</code>.</li> <li><strong>MAY</strong> support <code>vread</code>, <code>history-instance</code>, <code> history-type</code>, <code>search-type</code>, <code>patch</code>.</li> </ul> <p>Modify Criteria:</p> <ul> <li>A Server <strong>SHOULD</strong> be capable of creating a DeviceUseStatement resource using:<code class=\"highlighter-rouge\">POST [base]/DeviceUseStatement/[id]{?_format=[mime-type]}</code><ul> <li>A Server <strong>MAY</strong> be capable of the conditional create of a DeviceUseStatement resource using header:<code class=\"highlighter-rouge\">If-None-Exist: [search parameters]</code></li> </ul></li> <li>A Server <strong>SHOULD</strong> be capable of updating an existing DeviceUseStatement resource using:<code class=\"highlighter-rouge\">PUT [base]/DeviceUseStatement/[id]{?_format=[mime-type]}</code><ul> <li>A Server <strong>MAY</strong> be capable of the conditional update of a DeviceUseStatement resource using:<code class=\"highlighter-rouge\">PUT [base]/[DeviceUseStatement]?[search parameters]</code></li> </ul></li> <li>A Server <strong>SHOULD</strong> be capable of deleting a DeviceUseStatement resource using:<code class=\"highlighter-rouge\">DELETE [base]/DeviceUseStatement/[id]</code><ul> <li>A Server <strong>MAY</strong> support multiple conditional delete of DeviceUseStatement resources using:<code class=\"highlighter-rouge\">DELETE [base]/[DeviceUseStatement]/?[search parameters]</code></li> </ul></li> <li>A Server <strong>MAY</strong> be capable of patching an existing DeviceUseStatement resource using:<code class=\"highlighter-rouge\">PATCH [base]/DeviceUseStatement/[id]{?_format=[mime-type]}</code></li> </ul> <p>Fetch and Search Criteria:</p> <ul> <li>A Server <strong>SHOULD</strong> be capable of returning a DeviceUseStatement resource using:<code class=\"highlighter-rouge\">GET [base]/DeviceUseStatement/[id]</code></li> <li>A Server <strong>MAY</strong> be capable of returning a DeviceUseStatement resource using:<code class=\"highlighter-rouge\">GET [base]/DeviceUseStatement/[id]/_history/vid</code></li> <li>A Server <strong>MAY</strong> be capable of returning resources matching a search query using:<code class=\"highlighter-rouge\">GET [base]/DeviceUseStatement/[id]{?[parameters]{&_format=[mime-type]}}</code></li> <li>A Server <strong>MAY</strong> be capable of returning a history of a DeviceUseStatement using:<code class=\"highlighter-rouge\">GET [base]/DeviceUseStatement/[id]/_history{?[parameters]&_format=[mime-type]}</code></li> <li>A Server <strong>MAY</strong> be capable of returning the history of DeviceUseStatement resources using:<code class=\"highlighter-rouge\">GET [base]/DeviceUseStatement/_history{?[parameters]&_format=[mime-type]}</code></li> <li>A Server <strong>MAY</strong> be capable of supporting the following _includes:<ul> <li>DeviceUseStatement.subject - <code class=\"highlighter-rouge\">GET [base]/DeviceUseStatement?[parameter=value]&_include=DeviceUseStatement.subject</code></li> <li>DeviceUseStatement.patient - <code class=\"highlighter-rouge\">GET [base]/DeviceUseStatement?[parameter=value]&_include=DeviceUseStatement.patient</code></li> <li>DeviceUseStatement.device - <code class=\"highlighter-rouge\">GET [base]/DeviceUseStatement?[parameter=value]&_include=DeviceUseStatement.device</code></li> </ul></li> </ul> <!-- Only included search parameters that are not MAY or there is no conformance requirement included --> <div> <p>Search Parameter Requirements (When Used Alone or in Combination):</p> <ul> <li><a href=\"http://hl7.org/fhir/R4/deviceusestatement.html#search\">identifier</a> (token):<p>Search by identifier</p></li> <li><a href=\"http://hl7.org/fhir/R4/deviceusestatement.html#search\">subject</a> (reference):<p>Search by subject</p></li> <li><a href=\"http://hl7.org/fhir/R4/deviceusestatement.html#search\">patient</a> (reference):<p>Search by subject - a patient</p></li> <li><a href=\"http://hl7.org/fhir/R4/deviceusestatement.html#search\">device</a> (reference):<p>Search by device</p></li> </ul> </div> </div>" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "pc" ] ] ) ; # fhir:url [ fhir:v "http://hl7.org/fhir/us/pacio-pfe/CapabilityStatement/pacio-pfe-cap"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "Personal_Functioning_And_Engagement_CapabilityStatement"] ; # fhir:title [ fhir:v "Personal Functioning and Engagement Capability Statement"] ; # fhir:status [ fhir:v "draft"] ; # fhir:date [ fhir:v "2022-08-12T00:00:00+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 International / Patient Care"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 International / Patient Care" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/patientcare" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "patientcare@lists.HL7.org" ] ] ) ] [ fhir:name [ fhir:v "PACIO project" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/patientcare" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "info@pacioproject.org" ] ] ) ] ) ; # fhir:description [ fhir:v "This Capability Statement defines the expected capabilities of a Personal Functioning and Engagement FHIR server conforming to the Personal Functioning and Engagement Implementation Guide."] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "US" ] ] ) ] ) ; # fhir:kind [ fhir:v "requirements"] ; # fhir:fhirVersion [ fhir:v "4.0.1"] ; # fhir:format ( [ fhir:v "xml"] [ fhir:v "json"] ) ; # fhir:rest ( [ fhir:mode [ fhir:v "server" ] ; fhir:documentation [ fhir:v "The PFE Server **SHALL**:\n\n1. Support all profiles defined in this Implementation Guide.\n2. Implement the RESTful behavior according to the FHIR specification.\n3. Return the following response classes:\n - (Status 400): invalid parameter\n - (Status 401/4xx): unauthorized request\n - (Status 403): insufficient scope\n - (Status 404): unknown resource\n - (Status 410): deleted resource.\n4. Support json source formats for all PFE interactions.\n5. Support the searchParameters on each profile individually and in combination.\n\nThe PFE Server **SHOULD**:\n\n1. Support xml source formats for all PFE interactions." ] ; fhir:security [ fhir:description [ fhir:v "1. See the [Guidance](security_and_data_sharing.html) section for requirements and recommendations.\n1. A server **SHALL** reject any unauthorized requests by returning an HTTP 401 \"Unauthorized\", HTTP 403 \"Forbidden\", or HTTP 404 \"Not Found\" response code." ] ] ; ( fhir:resource [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHALL" ] ] ) ; fhir:type [ fhir:v "Observation" ] ; ( fhir:supportedProfile [ fhir:v "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-observation-clinicaltest"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-observation-clinicaltest> ] [ fhir:v "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-collection"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-collection> ] [ fhir:v "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-observation-single"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-observation-single> ] ) ; ( fhir:interaction [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHALL" ] ] ) ; fhir:code [ fhir:v "create" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHALL" ] ] ) ; fhir:code [ fhir:v "update" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:code [ fhir:v "delete" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHALL" ] ] ) ; fhir:code [ fhir:v "read" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHOULD" ] ] ) ; fhir:code [ fhir:v "vread" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHOULD" ] ] ) ; fhir:code [ fhir:v "history-instance" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:code [ fhir:v "history-type" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHALL" ] ] ) ; fhir:code [ fhir:v "search-type" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:code [ fhir:v "patch" ] ] ) ; fhir:conditionalCreate [ fhir:v "true"^^xsd:boolean ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] ; fhir:conditionalUpdate [ fhir:v "true"^^xsd:boolean ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] ; fhir:conditionalDelete [ fhir:v "multiple" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] ; ( fhir:referencePolicy [ fhir:v "literal" ] [ fhir:v "logical" ] ) ; ( fhir:searchInclude [ fhir:v "Observation.subject" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "Observation.based-on" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "Observation.patient" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "Observation.specimen" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "Observation.context" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "Observation.performer" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "Observation.encounter" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "Observation.device" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] ) ; ( fhir:searchRevInclude [ fhir:v "ChargeItem.service" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "ClinicalImpression.finding-ref" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "ClinicalImpression.investigation" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "DiagnosticReport.result" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "Immunization.reaction" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "ImmunizationRecommendation.information" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "MedicationStatement.part-of" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "Procedure.part-of" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "QuestionnaireResponse.parent" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] ) ; ( fhir:searchParam [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "date" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/clinical-date"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/clinical-date> ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "Obtained date/time. If the obtained element is a period, a date that falls in the period" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "combo-data-absent-reason" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing." ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "code" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/clinical-code"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/clinical-code> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The code of the observation type" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "combo-code-value-quantity" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-quantity"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-quantity> ] ; fhir:type [ fhir:v "composite" ] ; fhir:documentation [ fhir:v "Code and quantity value parameter pair, including in components" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "subject" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-subject"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-subject> ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "The subject that the observation is about" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "component-data-absent-reason" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-component-data-absent-reason"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-component-data-absent-reason> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The reason why the expected value in the element Observation.component.value[x] is missing." ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "value-concept" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-value-concept"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-value-concept> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The value of the observation, if the value is a CodeableConcept" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "value-date" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-value-date"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-value-date> ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "The value of the observation, if the value is a date or period of time" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "code-value-string" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-code-value-string"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-code-value-string> ] ; fhir:type [ fhir:v "composite" ] ; fhir:documentation [ fhir:v "Code and string value parameter pair" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "component-code-value-quantity" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-quantity"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-component-code-value-quantity> ] ; fhir:type [ fhir:v "composite" ] ; fhir:documentation [ fhir:v "Component code and component quantity value parameter pair" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "based-on" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-based-on"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-based-on> ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "Reference to the test or procedure request." ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "code-value-date" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-code-value-date"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-code-value-date> ] ; fhir:type [ fhir:v "composite" ] ; fhir:documentation [ fhir:v "Code and date/time value parameter pair" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "patient" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/clinical-patient"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/clinical-patient> ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "The subject that the observation is about (if patient)" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "specimen" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-specimen"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-specimen> ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "Specimen used for this observation" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "component-code" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-component-code"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-component-code> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The component code of the observation type" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "code-value-quantity" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-code-value-quantity"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-code-value-quantity> ] ; fhir:type [ fhir:v "composite" ] ; fhir:documentation [ fhir:v "Code and quantity value parameter pair" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "combo-code-value-concept" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-concept"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-concept> ] ; fhir:type [ fhir:v "composite" ] ; fhir:documentation [ fhir:v "Code and coded value parameter pair, including in components" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "value-string" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-value-string"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-value-string> ] ; fhir:type [ fhir:v "string" ] ; fhir:documentation [ fhir:v "The value of the observation, if the value is a string, and also searches in CodeableConcept.text" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "identifier" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/clinical-identifier"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/clinical-identifier> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The unique id for a particular observation" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "performer" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-performer"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-performer> ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "Who performed the observation" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "combo-code" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-combo-code"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-combo-code> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The code of the observation type or component type" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "method" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-method"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-method> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The method used for the observation" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "value-quantity" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-value-quantity"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-value-quantity> ] ; fhir:type [ fhir:v "quantity" ] ; fhir:documentation [ fhir:v "The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "component-value-quantity" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity> ] ; fhir:type [ fhir:v "quantity" ] ; fhir:documentation [ fhir:v "The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "data-absent-reason" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-data-absent-reason"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-data-absent-reason> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The reason why the expected value in the element Observation.value[x] is missing." ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "combo-value-quantity" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity> ] ; fhir:type [ fhir:v "quantity" ] ; fhir:documentation [ fhir:v "The value or component value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "encounter" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/clinical-encounter"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/clinical-encounter> ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "Encounter related to the observation" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "code-value-concept" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-code-value-concept"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-code-value-concept> ] ; fhir:type [ fhir:v "composite" ] ; fhir:documentation [ fhir:v "Code and coded value parameter pair" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "component-code-value-concept" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-concept"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-component-code-value-concept> ] ; fhir:type [ fhir:v "composite" ] ; fhir:documentation [ fhir:v "Component code and component coded value parameter pair" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "component-value-concept" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-component-value-concept"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-component-value-concept> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The value of the component observation, if the value is a CodeableConcept" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "category" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-category"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-category> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The classification of the type of observation" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "device" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-device"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-device> ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "The Device that generated the observation data." ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "combo-value-concept" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The value or component value of the observation, if the value is a CodeableConcept" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "status" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Observation-status"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Observation-status> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The status of the observation" ] ] ) ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:type [ fhir:v "DiagnosticReport" ] ; ( fhir:supportedProfile [ fhir:v "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-narrative-history-of-status"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-narrative-history-of-status> ] ) ; ( fhir:interaction [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHALL" ] ] ) ; fhir:code [ fhir:v "create" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHALL" ] ] ) ; fhir:code [ fhir:v "update" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:code [ fhir:v "delete" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHALL" ] ] ) ; fhir:code [ fhir:v "read" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHOULD" ] ] ) ; fhir:code [ fhir:v "vread" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHOULD" ] ] ) ; fhir:code [ fhir:v "history-instance" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:code [ fhir:v "history-type" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHALL" ] ] ) ; fhir:code [ fhir:v "search-type" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:code [ fhir:v "patch" ] ] ) ; fhir:conditionalCreate [ fhir:v "true"^^xsd:boolean ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] ; fhir:conditionalUpdate [ fhir:v "true"^^xsd:boolean ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] ; fhir:conditionalDelete [ fhir:v "multiple" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] ; ( fhir:referencePolicy [ fhir:v "literal" ] [ fhir:v "logical" ] ) ; ( fhir:searchInclude [ fhir:v "DiagnosticReport.based-on" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "DiagnosticReport.subject" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "DiagnosticReport.patient" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "DiagnosticReport.encounter" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "DiagnosticReport.media" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "DiagnosticReport.performer" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "DiagnosticReport.result" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "DiagnosticReport.results-interpreter" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "DiagnosticReport.specimen" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] ) ; ( fhir:searchParam [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "date" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/clinical-date"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/clinical-date> ] ; fhir:type [ fhir:v "date" ] ; fhir:documentation [ fhir:v "Obtained date/time. If the obtained element is a period, a date that falls in the period" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "code" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/clinical-code"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/clinical-code> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The code of the report type" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHALL" ] ] ) ; fhir:name [ fhir:v "patient" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/clinical-patient"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/clinical-patient> ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "The subject that the report is about (if patient)" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "identifier" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/clinical-identifier"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/clinical-identifier> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "The unique id for a particular report" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "encounter" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/clinical-encounter"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/clinical-encounter> ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "Encounter related to the report" ] ] ) ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHOULD" ] ] ) ; fhir:type [ fhir:v "DeviceUseStatement" ] ; ( fhir:supportedProfile [ fhir:v "http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-use-of-device"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/pacio-pfe/StructureDefinition/pfe-use-of-device> ] ) ; ( fhir:interaction [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHOULD" ] ] ) ; fhir:code [ fhir:v "create" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHOULD" ] ] ) ; fhir:code [ fhir:v "update" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHOULD" ] ] ) ; fhir:code [ fhir:v "delete" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHOULD" ] ] ) ; fhir:code [ fhir:v "read" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:code [ fhir:v "vread" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:code [ fhir:v "history-instance" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:code [ fhir:v "history-type" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:code [ fhir:v "search-type" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:code [ fhir:v "patch" ] ] ) ; fhir:conditionalCreate [ fhir:v "true"^^xsd:boolean ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] ; fhir:conditionalUpdate [ fhir:v "true"^^xsd:boolean ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] ; fhir:conditionalDelete [ fhir:v "multiple" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] ; ( fhir:referencePolicy [ fhir:v "literal" ] [ fhir:v "logical" ] ) ; ( fhir:searchInclude [ fhir:v "DeviceUseStatement.subject" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "DeviceUseStatement.patient" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] [ fhir:v "DeviceUseStatement.device" ; ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ] ) ; ( fhir:searchParam [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "identifier" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/DeviceUseStatement-identifier"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/DeviceUseStatement-identifier> ] ; fhir:type [ fhir:v "token" ] ; fhir:documentation [ fhir:v "Search by identifier" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "subject" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/DeviceUseStatement-subject"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/DeviceUseStatement-subject> ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "Search by subject" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "patient" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/clinical-patient"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/clinical-patient> ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "Search by subject - a patient" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "device" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/DeviceUseStatement-device"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/DeviceUseStatement-device> ] ; fhir:type [ fhir:v "reference" ] ; fhir:documentation [ fhir:v "Search by device" ] ] ) ] ) ; ( fhir:interaction [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:code [ fhir:v "batch" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:code [ fhir:v "search-system" ] ] ) ; ( fhir:searchParam [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "_content" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Resource-content"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Resource-content> ] ; fhir:type [ fhir:v "string" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHALL" ] ] ) ; fhir:name [ fhir:v "_id" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Resource-id"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Resource-id> ] ; fhir:type [ fhir:v "token" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "SHALL" ] ] ) ; fhir:name [ fhir:v "_lastUpdated" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Resource-lastUpdated> ] ; fhir:type [ fhir:v "date" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "_security" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Resource-security"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Resource-security> ] ; fhir:type [ fhir:v "token" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "_text" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/DomainResource-text"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/DomainResource-text> ] ; fhir:type [ fhir:v "string" ] ] [ ( fhir:extension [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ; fhir:value [ fhir:v "MAY" ] ] ) ; fhir:name [ fhir:v "_query" ] ; fhir:definition [ fhir:v "http://hl7.org/fhir/SearchParameter/Resource-query"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/SearchParameter/Resource-query> ] ; fhir:type [ fhir:v "token" ] ] ) ] ) . #
IG © 2022+ HL7 International / Patient Care. Package hl7.fhir.us.pacio-pfe#1.0.0 based on FHIR 4.0.1. Generated 2024-01-05
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change