US Core Implementation Guide
9.0.0 - STU 9 United States of America flag

US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 9.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions

: US Core Server CapabilityStatement - XML Representation

Page standards status: Trial-use Maturity Level: 3

Raw xml | Download


<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="us-core-server"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <!-- TODO
    Jurisdiction
    Prohibited extension - http://hl7.org/fhir/StructureDefinition/capabilitystatement-prohibited -->
      <!-- set include_symbols = false to turn off confonrmance symbols and legend, true to turn on -->
  

     <!-- This is already rendered by the ig publisher in the header and footer
  <h2 id="title">US Core Server CapabilityStatement</h2>
  <ul>
    <li><b>Title:</b>US Core Server CapabilityStatement</li>
    <li><b>Implementation Guide Version:</b> 9.0.0</li>
    <li><b>FHIR Version:</b> 4.0.1</li>
    <li><b>Intended Use:</b> Requirements</li>
    <li><b>Supported Formats: </b>

    
      
      
        <strong>SHALL</strong> support
      
      json;
    
      , 
      
        <strong>SHOULD</strong> support
      
      xml;
    

    </li>
    
      <li><b>Supported Patch Formats:</b>
      
        
        
          <strong>SHOULD</strong> support
        
        application/json-patch+json;
      
      </li>
    
    <li><b>Published:</b> 2026-04-16</li>

    <li><b>Published by:</b> HL7 International / Cross-Group Projects</li>
    <li><b>Status:</b> Active</li>
    <li><b>Copyright:</b> </li>
  </ul>
  <br/>



  
    <strong>Description:</strong> <div><div><p>This CapabilityStatement describes the expected capabilities of the US Core Server actor which is responsible for providing responses to the queries submitted by the US Core Requestors. The complete list of FHIR profiles, RESTful operations, and search parameters supported by US Core Servers are defined. Systems implementing this capability statement should meet the Office of the National Coordinator for Health Information Technology (ONC) 2015 Common Clinical Data Set (CCDS) access requirement for Patient Selection 170.315(g)(7) and Application Access - Data Category Request 170.315(g)(8) and the ONC <a href="https://www.healthit.gov/isp/sites/isp/files/2025-07/USCDI-Version-6-July-2025.pdf">U.S. Core Data for Interoperability (USCDI) Version 6 July 2025</a>.</p>
</div></div>
  
  <br/> -->

  



    <h3>Support and Requirements for Other Artifacts</h3>
    
    
    
        <h4>Supports other guides:</h4>
          <ul>
         
          
          
          
            <li><strong>SHOULD</strong> support <a href="https://hl7.org/fhir/smart-app-launch/STU2/index.html">SMART App Launch version 2.0.0 and later</a></li>
         
          </ul>
    
  

      <!-- <br/>
   TODO - Make this a summary of capabilities, including system wide and each paradigm
  <p>
    <b>Jump to:</b>
  </p>
  <ul>
    
      <li><a href="#Server">REST Server</a></li>
    
    
    
  </ul> -->

      <!-- REST Capabilities -->
  
       <!-- <br/> -->
    <a name="Server"> </a>
    <h3 id="behavior">FHIR Server RESTful Capabilities</h3>
    
      <div><div><p>The US Core Server <strong>SHALL</strong>:</p>
<ol>
<li>
<p>Support the US Core Patient resource profile AND at least one additional resource profile from the list of US Core Profiles AND and all <em>Must Support</em> US Core Profiles and resources it references.</p>
<ul>
<li>A summary table listing all the <em>Must Support</em> references to other US Core Profiles and FHIR resources for each US Core Profile is located in the <a href="must-support.html#must-support---resource-references">Must Support - Resource References</a> section of the guide.</li>
</ul>
</li>
<li>
<p>Follow the narrative requirements documented in the:</p>
<ul>
<li><a href="conformance.html">Conformance</a> pages</li>
<li><a href="guidance.html">Guidance</a> pages</li>
<li>Profile Specific Implementation Guidance for each Profile that the US Core Server supports.</li>
</ul>
<p>The <a href="requirements.html#server-requirements">Server Requirements Table</a> and <a href="Requirements-us-core-server.html">US Core Server Requirements Resource</a> and <a href="Requirements-us-core-certifying-system.html">US Core Certifying System Requirements Resource</a> list the requirements defined in these pages and sections.</p>
</li>
<li>
<p>Return the following response classes:</p>
<ul>
<li>(Status 400): invalid parameter</li>
<li>(Status 401/4xx): unauthorized request</li>
<li>(Status 403): insufficient scopes</li>
<li>(Status 404): unknown resource</li>
</ul>
</li>
<li>
<p>Support JSON source formats for all US Core interactions.</p>
</li>
</ol>
<p>The US Core Server <strong>SHOULD</strong>:</p>
<ol>
<li>Follow the guidance documented in the <a href="general-guidance.html">General Guidance</a> page</li>
<li>Support XML source formats for all US Core interactions.</li>
<li>Identify the US Core profiles supported as part of the FHIR <code>meta.profile</code> attribute for each instance.</li>
</ol>
<blockquote>
<p><strong>NOTE</strong>: US Core SearchParameters referenced in this CapabilityStatement that are derived from standard FHIR SearchParameters are only defined to document Server and Client expectations. They specify additional expectations for the following SearchParameter elements:</p>
<ul>
<li><code>multipleAnd</code></li>
<li><code>multipleOr</code></li>
<li><code>comparator</code></li>
<li><code>modifier</code></li>
<li><code>chain</code></li>
</ul>
<p>They <strong>SHALL NOT</strong> be interpreted as search parameters for search. Servers and Clients <strong>SHOULD</strong> use the standard FHIR SearchParameters.</p>
</blockquote>
</div></div>
    

        <!-- REST Security -->
    
      <br/>
      <p id="security"><strong>Security:</strong></p>
      
        <div><div><ol>
<li>See the <a href="security.html">General Security Considerations</a> section for requirements and recommendations.</li>
<li>A server <strong>SHALL</strong> reject any unauthorized requests by returning an <code>HTTP 401</code> &quot;Unauthorized&quot;, <code>HTTP 403</code> &quot;Forbidden&quot;, or <code>HTTP 404</code> &quot;Not Found&quot;</li>
</ol>
</div></div>
      
      
    

        <!-- REST System wide Capabilities -->
    
      <h3>System-wide Server Capabilities</h3>

          <!-- REST System wide interactions -->
      
        <h4>Interactions</h4>

        <ul>
          
            <li>
              
                <strong>MAY</strong> support the
              
              <code>transaction</code> interaction.</li>
          
            <li>
              
                <strong>MAY</strong> support the
              
              <code>batch</code> interaction.</li>
          
            <li>
              
                <strong>MAY</strong> support the
              
              <code>search-system</code> interaction.</li>
          
            <li>
              
                <strong>MAY</strong> support the
              
              <code>history-system</code> interaction.</li>
          
        </ul>
        
          
        
          
        
          
        
          
        
      

          <!-- REST System wide operations -->
      


          <!-- REST System wide search parameters -->
      
    



        <!-- Resource Capabilities Summary Table -->
    

      <h4>Summary of Resource/Profile Capabilities</h4>
      <table style="width: 100%;" class="grid">
          <colgroup>
            <col style="width: 15%;"/>      <!-- First column: 20% -->
            <col style="width: 25%;"/>       <!-- Second: 20% -->
            <col style="width: 15%;"/>      <!-- Third: 15% -->
            <col style="width: 20%;"/>      <!-- fourth column: 20% -->
            <col style="width: 15%;"/>       <!-- fifth: 15% -->
            <col style="width: 10%;"/>       <!-- six: 10% -->
          </colgroup>
          <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="#Server_AllergyIntolerance"><span style="white-space: nowrap;">AllergyIntolerance</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-allergyintolerance.html">US Core AllergyIntolerance Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                clinical-status, patient
                
                     <!-- Each set of optional and required combo search parameters -->
                  , patient+clinical-status
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_CarePlan"><span style="white-space: nowrap;">CarePlan</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-careplan.html">US Core CarePlan Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                category, date, patient, status
                
                     <!-- Each set of optional and required combo search parameters -->
                  , patient+category+status, patient+category, patient+category+date, patient+category+status+date
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_CareTeam"><span style="white-space: nowrap;">CareTeam</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-careteam.html">US Core CareTeam Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                patient, role, status
                
                     <!-- Each set of optional and required combo search parameters -->
                  , patient+status, patient+role
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                CareTeam:participant:PractitionerRole
CareTeam:participant:Practitioner
CareTeam:participant:Patient
CareTeam:participant:RelatedPerson
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_Condition"><span style="white-space: nowrap;">Condition</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-condition-encounter-diagnosis.html">US Core Condition Encounter Diagnosis Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-condition-problems-health-concerns.html">US Core Condition Problems and Health Concerns Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                abatement-date, asserted-date, category, clinical-status, code, encounter, onset-date, patient, recorded-date, _lastUpdated
                
                     <!-- Each set of optional and required combo search parameters -->
                  , patient+clinical-status, patient+code, patient+category, patient+abatement-date, patient+recorded-date, patient+_lastUpdated, patient+asserted-date, patient+category+clinical-status, patient+onset-date, patient+category+encounter
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_Coverage"><span style="white-space: nowrap;">Coverage</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-coverage.html">US Core Coverage Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                patient
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_Device"><span style="white-space: nowrap;">Device</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-device.html">US Core Device Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                patient, status, type
                
                     <!-- Each set of optional and required combo search parameters -->
                  , patient+type, patient+status
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_DiagnosticReport"><span style="white-space: nowrap;">DiagnosticReport</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-diagnosticreport-note.html">US Core DiagnosticReport Profile for Report and Note exchange</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-diagnosticreport-lab.html">US Core DiagnosticReport Profile for Laboratory Results Reporting</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                category, code, date, _lastUpdated, patient, status
                
                     <!-- Each set of optional and required combo search parameters -->
                  , patient+code+date, patient+category+_lastUpdated, patient+category+date, patient+category, patient+status, patient+code
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_DocumentReference"><span style="white-space: nowrap;">DocumentReference</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-documentreference.html">US Core DocumentReference Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-adi-documentreference.html">US Core ADI DocumentReference Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                _id, category, date, patient, period, status, type
                
                     <!-- Each set of optional and required combo search parameters -->
                  , patient+type, patient+category+date, patient+category, patient+type+period, patient+status
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                  $docref
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_Encounter"><span style="white-space: nowrap;">Encounter</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-encounter.html">US Core Encounter Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                _id, class, date, _lastUpdated, discharge-disposition, identifier, location, patient, status, type
                
                     <!-- Each set of optional and required combo search parameters -->
                  , patient+type, class+patient, patient+status, patient+_lastUpdated, patient+location, date+patient, patient+discharge-disposition
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_Endpoint"><span style="white-space: nowrap;">Endpoint</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_FamilyMemberHistory"><span style="white-space: nowrap;">FamilyMemberHistory</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-familymemberhistory.html">US Core FamilyMemberHistory Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                patient, code
                
                     <!-- Each set of optional and required combo search parameters -->
                  , patient+code
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_Goal"><span style="white-space: nowrap;">Goal</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-goal.html">US Core Goal Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                description, lifecycle-status, patient, target-date
                
                     <!-- Each set of optional and required combo search parameters -->
                  , patient+description, patient+target-date, patient+lifecycle-status
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_HealthcareService"><span style="white-space: nowrap;">HealthcareService</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_Immunization"><span style="white-space: nowrap;">Immunization</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-immunization.html">US Core Immunization Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                date, patient, status
                
                     <!-- Each set of optional and required combo search parameters -->
                  , patient+date, patient+status
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_Location"><span style="white-space: nowrap;">Location</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-location.html">US Core Location Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                address, address-city, address-postalcode, address-state, name
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_Medication"><span style="white-space: nowrap;">Medication</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-medication.html">US Core Medication Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_MedicationDispense"><span style="white-space: nowrap;">MedicationDispense</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-medicationdispense.html">US Core MedicationDispense Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                patient, status, type
                
                     <!-- Each set of optional and required combo search parameters -->
                  , patient+status+type, patient+status
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                MedicationDispense:medication
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_MedicationRequest"><span style="white-space: nowrap;">MedicationRequest</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-medicationrequest.html">US Core MedicationRequest Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                authoredon, encounter, intent, patient, status
                
                     <!-- Each set of optional and required combo search parameters -->
                  , patient+intent+authoredon, patient+intent+encounter, patient+intent, patient+intent+status
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                MedicationRequest:medication
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_Observation"><span style="white-space: nowrap;">Observation</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-observation-adi-documentation.html">US Core Observation ADI Documentation Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-observation-lab.html">US Core Laboratory Result Observation Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-observation-pregnancystatus.html">US Core Observation Pregnancy Status Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-observation-pregnancyintent.html">US Core Observation Pregnancy Intent Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-observation-occupation.html">US Core Observation Occupation Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-respiratory-rate.html">US Core Respiratory Rate Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-simple-observation.html">US Core Simple Observation Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-treatment-intervention-preference.html">US Core Treatment Intervention Preference Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-care-experience-preference.html">US Core Care Experience Preference Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-heart-rate.html">US Core Heart Rate Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-body-temperature.html">US Core Body Temperature Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-pediatric-weight-for-height.html">US Core Pediatric Weight for Height Observation Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-pulse-oximetry.html">US Core Pulse Oximetry Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-smokingstatus.html">US Core Smoking Status Observation Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-observation-sexual-orientation.html">US Core Observation Sexual Orientation Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-head-circumference.html">US Core Head Circumference Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-body-height.html">US Core Body Height Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-bmi.html">US Core BMI Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-observation-screening-assessment.html">US Core Observation Screening Assessment Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-average-blood-pressure.html">US Core Average Blood Pressure Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-blood-pressure.html">US Core Blood Pressure Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-observation-clinical-result.html">US Core Observation Clinical Result Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-pediatric-bmi-for-age.html">US Core Pediatric BMI for Age Observation Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-head-occipital-frontal-circumference-percentile.html">US Core Pediatric Head Occipital Frontal Circumference Percentile Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-body-weight.html">US Core Body Weight Profile</a><br/>
                        
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-vital-signs.html">US Core Vital Signs Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                category, code, date, _lastUpdated, patient, status
                
                     <!-- Each set of optional and required combo search parameters -->
                  , patient+code+date, patient+category+_lastUpdated, patient+category+date, patient+category, patient+category+status, patient+code
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_Organization"><span style="white-space: nowrap;">Organization</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-organization.html">US Core Organization Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                address, name
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_Patient"><span style="white-space: nowrap;">Patient</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-patient.html">US Core Patient Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                _id, birthdate, death-date, family, given, identifier, name
                
                     <!-- Each set of optional and required combo search parameters -->
                  , birthdate+name, birthdate+family, death-date+family
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_Practitioner"><span style="white-space: nowrap;">Practitioner</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-practitioner.html">US Core Practitioner Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                _id, identifier, name
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_PractitionerRole"><span style="white-space: nowrap;">PractitionerRole</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-practitionerrole.html">US Core PractitionerRole Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                practitioner, specialty
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                PractitionerRole:endpoint
PractitionerRole:practitioner
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_Procedure"><span style="white-space: nowrap;">Procedure</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-procedure.html">US Core Procedure Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                code, date, patient, status
                
                     <!-- Each set of optional and required combo search parameters -->
                  , patient+code+date, patient+date, patient+status
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_Provenance"><span style="white-space: nowrap;">Provenance</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-provenance.html">US Core Provenance Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_Questionnaire"><span style="white-space: nowrap;">Questionnaire</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="http://hl7.org/fhir/uv/sdc/StructureDefinition-sdc-questionnaire.html">SDC Base Questionnaire Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_QuestionnaireResponse"><span style="white-space: nowrap;">QuestionnaireResponse</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-questionnaireresponse.html">US Core QuestionnaireResponse Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                _id, authored, patient, questionnaire, status
                
                     <!-- Each set of optional and required combo search parameters -->
                  , patient+questionnaire, patient+authored, patient+status
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_RelatedPerson"><span style="white-space: nowrap;">RelatedPerson</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-relatedperson.html">US Core RelatedPerson Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                _id, name, patient
                
                     <!-- Each set of optional and required combo search parameters -->
                  , patient+name
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_ServiceRequest"><span style="white-space: nowrap;">ServiceRequest</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-servicerequest.html">US Core ServiceRequest Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                _id, authored, category, code, patient, status
                
                     <!-- Each set of optional and required combo search parameters -->
                  , patient+code+authored, patient+category+authored, patient+category, patient+status, patient+code
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                Provenance:target
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_Specimen"><span style="white-space: nowrap;">Specimen</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
                
                <span style="white-space: nowrap;">create</span>,
                
                <span style="white-space: nowrap;">search-type</span>,
                
                <span style="white-space: nowrap;">read</span>,
                
                <span style="white-space: nowrap;">vread</span>,
                
                <span style="white-space: nowrap;">update</span>,
                
                <span style="white-space: nowrap;">patch</span>,
                
                <span style="white-space: nowrap;">delete</span>,
                
                <span style="white-space: nowrap;">history-instance</span>,
                
                <span style="white-space: nowrap;">history-type</span>,
                
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                      
                          
                          
                        
                          <span style="color: grey;">•</span><a href="StructureDefinition-us-core-specimen.html">US Core Specimen Profile</a><br/>
                        
                      
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                _id, patient
                
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>
          </tr>
          
          <tr>
            <td>
              <a href="#Server_ValueSet"><span style="white-space: nowrap;">ValueSet</span></a>
            </td>

                <!-- Supported Interactions
            <td>
              
            </td> -->

                <!-- Supported Profiles -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _includes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported _revincludes -->
            <td>
              
                 <span style="color: grey;">-</span>
              
            </td>

                <!-- Supported Operations -->
            <td>
              
                  $expand
              
            </td>
          </tr>
          
        </tbody>
      </table>
      <br/>

      <h3 id="resource-details" class="no_toc">RESTful Server Capabilities by Resource/Profile:</h3>


          <!-- Resource Detail -->

      
        <h4 id="Server_AllergyIntolerance" class="no_toc">AllergyIntolerance</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-allergyintolerance.html">US Core AllergyIntolerance Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a AllergyIntolerance resource using:
                  <code class="highlighter-rouge">POST [base]/AllergyIntolerance {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing AllergyIntolerance resource using:
                  <code class="highlighter-rouge">PUT [base]/AllergyIntolerance/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing AllergyIntolerance resource using:
                  <code class="highlighter-rouge">PATCH [base]/AllergyIntolerance/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a AllergyIntolerance resource using:
                  <code class="highlighter-rouge">DELETE [base]/AllergyIntolerance/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning AllergyIntolerance resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/AllergyIntolerance/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a AllergyIntolerance resource using:
                  <code class="highlighter-rouge">GET [base]/AllergyIntolerance/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a AllergyIntolerance resource using:
                  <code class="highlighter-rouge">GET [base]/AllergyIntolerance/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a AllergyIntolerance using:
                  <code class="highlighter-rouge">GET [base]/AllergyIntolerance/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of AllergyIntolerance resources using:
                  <code class="highlighter-rouge">GET [base]/AllergyIntolerance/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            
              
                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/AllergyIntolerance?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
              
              
            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-allergyintolerance-patient.html">patient</a>
                </td>
                <td>
                  Reference
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/AllergyIntolerance?patient=[type]/[id]
                    </code>
                </td>
              </tr>

              
              
                
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-allergyintolerance-patient.html">patient</a>+<a href="SearchParameter-us-core-allergyintolerance-clinical-status.html">clinical-status</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/AllergyIntolerance?patient=[type]/[id]&amp;clinical-status=[system]|[code]</code>
                  </td>
                </tr>
              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-allergyintolerance-clinical-status.html">clinical-status</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-allergyintolerance-patient.html">patient</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_CarePlan" class="no_toc">CarePlan</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-careplan.html">US Core CarePlan Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a CarePlan resource using:
                  <code class="highlighter-rouge">POST [base]/CarePlan {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing CarePlan resource using:
                  <code class="highlighter-rouge">PUT [base]/CarePlan/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing CarePlan resource using:
                  <code class="highlighter-rouge">PATCH [base]/CarePlan/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a CarePlan resource using:
                  <code class="highlighter-rouge">DELETE [base]/CarePlan/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning CarePlan resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/CarePlan/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a CarePlan resource using:
                  <code class="highlighter-rouge">GET [base]/CarePlan/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a CarePlan resource using:
                  <code class="highlighter-rouge">GET [base]/CarePlan/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a CarePlan using:
                  <code class="highlighter-rouge">GET [base]/CarePlan/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of CarePlan resources using:
                  <code class="highlighter-rouge">GET [base]/CarePlan/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            
              
                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/CarePlan?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
              
              
            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              
                
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-careplan-patient.html">patient</a>+<a href="SearchParameter-us-core-careplan-category.html">category</a>+<a href="SearchParameter-us-core-careplan-status.html">status</a>
                  </td>
                  <td>
                    Reference+Token+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/CarePlan?patient=[type]/[id]&amp;category=[system]|[code]&amp;status=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-careplan-patient.html">patient</a>+<a href="SearchParameter-us-core-careplan-category.html">category</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/CarePlan?patient=[type]/[id]&amp;category=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-careplan-patient.html">patient</a>+<a href="SearchParameter-us-core-careplan-category.html">category</a>+<a href="SearchParameter-us-core-careplan-date.html">date</a>
                  </td>
                  <td>
                    Reference+Token+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/CarePlan?patient=[type]/[id]&amp;category=[system]|[code]&amp;date=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-careplan-patient.html">patient</a>+<a href="SearchParameter-us-core-careplan-category.html">category</a>+<a href="SearchParameter-us-core-careplan-status.html">status</a>+<a href="SearchParameter-us-core-careplan-date.html">date</a>
                  </td>
                  <td>
                    Reference+Token+Token+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/CarePlan?patient=[type]/[id]&amp;category=[system]|[code]&amp;status=[system]|[code]&amp;date=[dateTime]</code>
                  </td>
                </tr>
              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-careplan-category.html">category</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-careplan-date.html">date</a> (Date/DateTime):<div><p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>
<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-careplan-patient.html">patient</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-careplan-status.html">status</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_CareTeam" class="no_toc">CareTeam</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-careteam.html">US Core CareTeam Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a CareTeam resource using:
                  <code class="highlighter-rouge">POST [base]/CareTeam {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing CareTeam resource using:
                  <code class="highlighter-rouge">PUT [base]/CareTeam/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing CareTeam resource using:
                  <code class="highlighter-rouge">PATCH [base]/CareTeam/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a CareTeam resource using:
                  <code class="highlighter-rouge">DELETE [base]/CareTeam/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning CareTeam resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/CareTeam/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a CareTeam resource using:
                  <code class="highlighter-rouge">GET [base]/CareTeam/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a CareTeam resource using:
                  <code class="highlighter-rouge">GET [base]/CareTeam/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a CareTeam using:
                  <code class="highlighter-rouge">GET [base]/CareTeam/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of CareTeam resources using:
                  <code class="highlighter-rouge">GET [base]/CareTeam/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            
              
              
              
                <li>A Server <strong>SHOULD</strong> be capable of supporting the following _includes:
                  <ul>
                    
                      
                        <li>CareTeam:participant:PractitionerRole - <code class="highlighter-rouge">GET [base]/CareTeam?[parameter=value]&amp;_include=CareTeam:participant:PractitionerRole</code></li>
                      
                    
                      
                        <li>CareTeam:participant:Practitioner - <code class="highlighter-rouge">GET [base]/CareTeam?[parameter=value]&amp;_include=CareTeam:participant:Practitioner</code></li>
                      
                    
                      
                        <li>CareTeam:participant:Patient - <code class="highlighter-rouge">GET [base]/CareTeam?[parameter=value]&amp;_include=CareTeam:participant:Patient</code></li>
                      
                    
                      
                        <li>CareTeam:participant:RelatedPerson - <code class="highlighter-rouge">GET [base]/CareTeam?[parameter=value]&amp;_include=CareTeam:participant:RelatedPerson</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
            

            
              
                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/CareTeam?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
              
              
            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHOULD</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-careteam-role.html">role</a>
                </td>
                <td>
                  Token
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/CareTeam?role=[system]|[code]
                    </code>
                </td>
              </tr>

              
              
                
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-careteam-patient.html">patient</a>+<a href="SearchParameter-us-core-careteam-status.html">status</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/CareTeam?patient=[type]/[id]&amp;status=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-careteam-patient.html">patient</a>+<a href="SearchParameter-us-core-careteam-role.html">role</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/CareTeam?patient=[type]/[id]&amp;role=[system]|[code]</code>
                  </td>
                </tr>
              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-careteam-patient.html">patient</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-careteam-role.html">role</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-careteam-status.html">status</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_Condition" class="no_toc">Condition</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-condition-encounter-diagnosis.html">US Core Condition Encounter Diagnosis Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-condition-problems-health-concerns.html">US Core Condition Problems and Health Concerns Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a Condition resource using:
                  <code class="highlighter-rouge">POST [base]/Condition {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing Condition resource using:
                  <code class="highlighter-rouge">PUT [base]/Condition/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing Condition resource using:
                  <code class="highlighter-rouge">PATCH [base]/Condition/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a Condition resource using:
                  <code class="highlighter-rouge">DELETE [base]/Condition/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Condition resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/Condition/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Condition resource using:
                  <code class="highlighter-rouge">GET [base]/Condition/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Condition resource using:
                  <code class="highlighter-rouge">GET [base]/Condition/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Condition using:
                  <code class="highlighter-rouge">GET [base]/Condition/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Condition resources using:
                  <code class="highlighter-rouge">GET [base]/Condition/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            
              
                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/Condition?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
              
              
            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-condition-patient.html">patient</a>
                </td>
                <td>
                  Reference
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Condition?patient=[type]/[id]
                    </code>
                </td>
              </tr>

              
              
                
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-condition-patient.html">patient</a>+<a href="SearchParameter-us-core-condition-clinical-status.html">clinical-status</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Condition?patient=[type]/[id]&amp;clinical-status=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-condition-patient.html">patient</a>+<a href="SearchParameter-us-core-condition-code.html">code</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Condition?patient=[type]/[id]&amp;code=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-condition-patient.html">patient</a>+<a href="SearchParameter-us-core-condition-category.html">category</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Condition?patient=[type]/[id]&amp;category=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-condition-patient.html">patient</a>+<a href="SearchParameter-us-core-condition-abatement-date.html">abatement-date</a>
                  </td>
                  <td>
                    Reference+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Condition?patient=[type]/[id]&amp;abatement-date=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-condition-patient.html">patient</a>+<a href="SearchParameter-us-core-condition-recorded-date.html">recorded-date</a>
                  </td>
                  <td>
                    Reference+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Condition?patient=[type]/[id]&amp;recorded-date=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-condition-patient.html">patient</a>+<a href="SearchParameter-us-core-condition-lastupdated.html">_lastUpdated</a>
                  </td>
                  <td>
                    Reference+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Condition?patient=[type]/[id]&amp;_lastUpdated=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-condition-patient.html">patient</a>+<a href="SearchParameter-us-core-condition-asserted-date.html">asserted-date</a>
                  </td>
                  <td>
                    Reference+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Condition?patient=[type]/[id]&amp;asserted-date=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-condition-patient.html">patient</a>+<a href="SearchParameter-us-core-condition-category.html">category</a>+<a href="SearchParameter-us-core-condition-clinical-status.html">clinical-status</a>
                  </td>
                  <td>
                    Reference+Token+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Condition?patient=[type]/[id]&amp;category=[system]|[code]&amp;clinical-status=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-condition-patient.html">patient</a>+<a href="SearchParameter-us-core-condition-onset-date.html">onset-date</a>
                  </td>
                  <td>
                    Reference+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Condition?patient=[type]/[id]&amp;onset-date=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-condition-patient.html">patient</a>+<a href="SearchParameter-us-core-condition-category.html">category</a>+<a href="SearchParameter-us-core-condition-encounter.html">encounter</a>
                  </td>
                  <td>
                    Reference+Token+Reference
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Condition?patient=[type]/[id]&amp;category=[system]|[code]&amp;encounter=[type]/[id]</code>
                  </td>
                </tr>
              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-condition-abatement-date.html">abatement-date</a> (Date/DateTime):<div><p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>
<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-condition-asserted-date.html">asserted-date</a> (Date/DateTime):<div><p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>
<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-condition-category.html">category</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-condition-clinical-status.html">clinical-status</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-condition-code.html">code</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-condition-encounter.html">encounter</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-condition-onset-date.html">onset-date</a> (Date/DateTime):<div><p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>
<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-condition-patient.html">patient</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-condition-recorded-date.html">recorded-date</a> (Date/DateTime):<div><p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>
<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-condition-lastupdated.html">_lastUpdated</a> (Date/DateTime):<div><p>A server <strong>SHALL</strong> document the types of changes that can be detected using this parameter.</p>
<p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>
<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_Coverage" class="no_toc">Coverage</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-coverage.html">US Core Coverage Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a Coverage resource using:
                  <code class="highlighter-rouge">POST [base]/Coverage {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing Coverage resource using:
                  <code class="highlighter-rouge">PUT [base]/Coverage/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing Coverage resource using:
                  <code class="highlighter-rouge">PATCH [base]/Coverage/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a Coverage resource using:
                  <code class="highlighter-rouge">DELETE [base]/Coverage/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Coverage resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/Coverage/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Coverage resource using:
                  <code class="highlighter-rouge">GET [base]/Coverage/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Coverage resource using:
                  <code class="highlighter-rouge">GET [base]/Coverage/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Coverage using:
                  <code class="highlighter-rouge">GET [base]/Coverage/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Coverage resources using:
                  <code class="highlighter-rouge">GET [base]/Coverage/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            
              
                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/Coverage?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
              
              
            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-coverage-patient.html">patient</a>
                </td>
                <td>
                  Reference
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Coverage?patient=[type]/[id]
                    </code>
                </td>
              </tr>

              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-coverage-patient.html">patient</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_Device" class="no_toc">Device</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-device.html">US Core Device Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a Device resource using:
                  <code class="highlighter-rouge">POST [base]/Device {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing Device resource using:
                  <code class="highlighter-rouge">PUT [base]/Device/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing Device resource using:
                  <code class="highlighter-rouge">PATCH [base]/Device/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a Device resource using:
                  <code class="highlighter-rouge">DELETE [base]/Device/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Device resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/Device/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Device resource using:
                  <code class="highlighter-rouge">GET [base]/Device/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Device resource using:
                  <code class="highlighter-rouge">GET [base]/Device/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Device using:
                  <code class="highlighter-rouge">GET [base]/Device/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Device resources using:
                  <code class="highlighter-rouge">GET [base]/Device/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            
              
                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/Device?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
              
              
            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-device-patient.html">patient</a>
                </td>
                <td>
                  Reference
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Device?patient=[type]/[id]
                    </code>
                </td>
              </tr>

              
              
                
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-device-patient.html">patient</a>+<a href="SearchParameter-us-core-device-type.html">type</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Device?patient=[type]/[id]&amp;type=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-device-patient.html">patient</a>+<a href="SearchParameter-us-core-device-status.html">status</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Device?patient=[type]/[id]&amp;status=[system]|[code]</code>
                  </td>
                </tr>
              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-device-patient.html">patient</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-device-status.html">status</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-device-type.html">type</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_DiagnosticReport" class="no_toc">DiagnosticReport</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-diagnosticreport-note.html">US Core DiagnosticReport Profile for Report and Note exchange</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-diagnosticreport-lab.html">US Core DiagnosticReport Profile for Laboratory Results Reporting</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support create, search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of creating a DiagnosticReport resource using:
                  <code class="highlighter-rouge">POST [base]/DiagnosticReport {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing DiagnosticReport resource using:
                  <code class="highlighter-rouge">PUT [base]/DiagnosticReport/[id] {?_format=[mime-type]}</code>
                  
                </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>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a DiagnosticReport resource using:
                  <code class="highlighter-rouge">DELETE [base]/DiagnosticReport/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning DiagnosticReport resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/DiagnosticReport/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a DiagnosticReport resource using:
                  <code class="highlighter-rouge">GET [base]/DiagnosticReport/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a DiagnosticReport resource using:
                  <code class="highlighter-rouge">GET [base]/DiagnosticReport/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a DiagnosticReport using:
                  <code class="highlighter-rouge">GET [base]/DiagnosticReport/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of DiagnosticReport resources using:
                  <code class="highlighter-rouge">GET [base]/DiagnosticReport/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            
              
                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/DiagnosticReport?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
              
              
            

          </ul>
        

          
            
              <blockquote>
                <p>create</p><div><p>This conformance expectation applies <strong>only</strong>  to the <em>US Core DiagnosticReport Profile for Report and Note exchange</em> profile. The conformance expectation for the <em>US Core DiagnosticReport Profile for Laboratory Results Reporting</em> is  <strong>MAY</strong>.</p>
</div>
              </blockquote>
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-diagnosticreport-patient.html">patient</a>
                </td>
                <td>
                  Reference
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/DiagnosticReport?patient=[type]/[id]
                    </code>
                </td>
              </tr>

              
              
                
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-diagnosticreport-patient.html">patient</a>+<a href="SearchParameter-us-core-diagnosticreport-code.html">code</a>+<a href="SearchParameter-us-core-diagnosticreport-date.html">date</a>
                  </td>
                  <td>
                    Reference+Token+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/DiagnosticReport?patient=[type]/[id]&amp;code=[system]|[code]&amp;date=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-diagnosticreport-patient.html">patient</a>+<a href="SearchParameter-us-core-diagnosticreport-category.html">category</a>+<a href="SearchParameter-us-core-diagnosticreport-lastupdated.html">_lastUpdated</a>
                  </td>
                  <td>
                    Reference+Token+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/DiagnosticReport?patient=[type]/[id]&amp;category=[system]|[code]&amp;_lastUpdated=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-diagnosticreport-patient.html">patient</a>+<a href="SearchParameter-us-core-diagnosticreport-category.html">category</a>+<a href="SearchParameter-us-core-diagnosticreport-date.html">date</a>
                  </td>
                  <td>
                    Reference+Token+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/DiagnosticReport?patient=[type]/[id]&amp;category=[system]|[code]&amp;date=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-diagnosticreport-patient.html">patient</a>+<a href="SearchParameter-us-core-diagnosticreport-category.html">category</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/DiagnosticReport?patient=[type]/[id]&amp;category=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-diagnosticreport-patient.html">patient</a>+<a href="SearchParameter-us-core-diagnosticreport-status.html">status</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/DiagnosticReport?patient=[type]/[id]&amp;status=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-diagnosticreport-patient.html">patient</a>+<a href="SearchParameter-us-core-diagnosticreport-code.html">code</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/DiagnosticReport?patient=[type]/[id]&amp;code=[system]|[code]</code>
                  </td>
                </tr>
              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-diagnosticreport-category.html">category</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-diagnosticreport-code.html">code</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-diagnosticreport-date.html">date</a> (Date/DateTime):<div><p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>
<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-diagnosticreport-lastupdated.html">_lastUpdated</a> (Date/DateTime):<div><p>A server <strong>SHALL</strong> document the types of changes that can be detected using this parameter.</p>
<p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>
<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-diagnosticreport-patient.html">patient</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-diagnosticreport-status.html">status</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_DocumentReference" class="no_toc">DocumentReference</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-documentreference.html">US Core DocumentReference Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-adi-documentreference.html">US Core ADI DocumentReference Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support create, search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of creating a DocumentReference resource using:
                  <code class="highlighter-rouge">POST [base]/DocumentReference {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing DocumentReference resource using:
                  <code class="highlighter-rouge">PUT [base]/DocumentReference/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing DocumentReference resource using:
                  <code class="highlighter-rouge">PATCH [base]/DocumentReference/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a DocumentReference resource using:
                  <code class="highlighter-rouge">DELETE [base]/DocumentReference/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning DocumentReference resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/DocumentReference/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a DocumentReference resource using:
                  <code class="highlighter-rouge">GET [base]/DocumentReference/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a DocumentReference resource using:
                  <code class="highlighter-rouge">GET [base]/DocumentReference/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a DocumentReference using:
                  <code class="highlighter-rouge">GET [base]/DocumentReference/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of DocumentReference resources using:
                  <code class="highlighter-rouge">GET [base]/DocumentReference/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            
              
                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/DocumentReference?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
              
              
            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-documentreference-id.html">_id</a>
                </td>
                <td>
                  Token
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/DocumentReference?_id=[id]
                    </code>
                </td>
              </tr>

              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-documentreference-patient.html">patient</a>
                </td>
                <td>
                  Reference
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/DocumentReference?patient=[type]/[id]
                    </code>
                </td>
              </tr>

              
              
                
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-documentreference-patient.html">patient</a>+<a href="SearchParameter-us-core-documentreference-type.html">type</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/DocumentReference?patient=[type]/[id]&amp;type=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-documentreference-patient.html">patient</a>+<a href="SearchParameter-us-core-documentreference-category.html">category</a>+<a href="SearchParameter-us-core-documentreference-date.html">date</a>
                  </td>
                  <td>
                    Reference+Token+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/DocumentReference?patient=[type]/[id]&amp;category=[system]|[code]&amp;date=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-documentreference-patient.html">patient</a>+<a href="SearchParameter-us-core-documentreference-category.html">category</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/DocumentReference?patient=[type]/[id]&amp;category=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-documentreference-patient.html">patient</a>+<a href="SearchParameter-us-core-documentreference-type.html">type</a>+<a href="SearchParameter-us-core-documentreference-period.html">period</a>
                  </td>
                  <td>
                    Reference+Token+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/DocumentReference?patient=[type]/[id]&amp;type=[system]|[code]&amp;period=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-documentreference-patient.html">patient</a>+<a href="SearchParameter-us-core-documentreference-status.html">status</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/DocumentReference?patient=[type]/[id]&amp;status=[system]|[code]</code>
                  </td>
                </tr>
              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-documentreference-category.html">category</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-documentreference-date.html">date</a> (Date/DateTime):<div><p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>
<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-documentreference-patient.html">patient</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-documentreference-period.html">period</a> (Date/DateTime):<div><p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>
<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-documentreference-status.html">status</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-documentreference-type.html">type</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        <p>FHIR Operations:</p>
        

               <ul>
          
          
            <li> <strong>SHALL</strong> support
            
              
              
              <a href="OperationDefinition-docref.html"><code>$docref</code></a>
            
           </li>
          

          
          

          
          

          
          

           
          

          </ul>

          
            
              <blockquote>
                <p><code>$docref</code>:</p><div><p>A server <strong>SHALL</strong> be capable of responding to a $docref operation and  capable of returning at least a reference to a generated CCD document, if available. <strong>MAY</strong> provide references to other 'on-demand' and 'stable' documents (or 'delayed/deferred assembly') that meet the query parameters as well. If a context date range is supplied the server ** SHOULD**  provide references to any document that falls within the date range.  If no date range is supplied, then the server <strong>SHALL</strong> provide references to last or current document(s).  <strong>SHOULD</strong> document what resources, if any, are returned as included resources</p>
<p><code>GET [base]/DocumentReference/$docref?patient=[id]</code></p>
</div>
              </blockquote>
            
          
        

        <hr/>
      
        <h4 id="Server_Encounter" class="no_toc">Encounter</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-encounter.html">US Core Encounter Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a Encounter resource using:
                  <code class="highlighter-rouge">POST [base]/Encounter {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing Encounter resource using:
                  <code class="highlighter-rouge">PUT [base]/Encounter/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing Encounter resource using:
                  <code class="highlighter-rouge">PATCH [base]/Encounter/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a Encounter resource using:
                  <code class="highlighter-rouge">DELETE [base]/Encounter/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Encounter resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/Encounter/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Encounter resource using:
                  <code class="highlighter-rouge">GET [base]/Encounter/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Encounter resource using:
                  <code class="highlighter-rouge">GET [base]/Encounter/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Encounter using:
                  <code class="highlighter-rouge">GET [base]/Encounter/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Encounter resources using:
                  <code class="highlighter-rouge">GET [base]/Encounter/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            
              
                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/Encounter?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
              
              
            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-encounter-id.html">_id</a>
                </td>
                <td>
                  Token
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Encounter?_id=[id]
                    </code>
                </td>
              </tr>

              
              <tr>
                <td>
                  <strong>SHOULD</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-encounter-identifier.html">identifier</a>
                </td>
                <td>
                  Token
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Encounter?identifier=[system]|[code]
                    </code>
                </td>
              </tr>

              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-encounter-patient.html">patient</a>
                </td>
                <td>
                  Reference
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Encounter?patient=[type]/[id]
                    </code>
                </td>
              </tr>

              
              
                
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-encounter-patient.html">patient</a>+<a href="SearchParameter-us-core-encounter-type.html">type</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Encounter?patient=[type]/[id]&amp;type=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-encounter-class.html">class</a>+<a href="SearchParameter-us-core-encounter-patient.html">patient</a>
                  </td>
                  <td>
                    Token+Reference
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Encounter?class=[system]|[code]&amp;patient=[type]/[id]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-encounter-patient.html">patient</a>+<a href="SearchParameter-us-core-encounter-status.html">status</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Encounter?patient=[type]/[id]&amp;status=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-encounter-patient.html">patient</a>+<a href="SearchParameter-us-core-encounter-lastupdated.html">_lastUpdated</a>
                  </td>
                  <td>
                    Reference+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Encounter?patient=[type]/[id]&amp;_lastUpdated=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-encounter-patient.html">patient</a>+<a href="SearchParameter-us-core-encounter-location.html">location</a>
                  </td>
                  <td>
                    Reference+Reference
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Encounter?patient=[type]/[id]&amp;location=[type]/[id]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-encounter-date.html">date</a>+<a href="SearchParameter-us-core-encounter-patient.html">patient</a>
                  </td>
                  <td>
                    Date/DateTime+Reference
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Encounter?date=[dateTime]&amp;patient=[type]/[id]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-encounter-patient.html">patient</a>+<a href="SearchParameter-us-core-encounter-discharge-disposition.html">discharge-disposition</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Encounter?patient=[type]/[id]&amp;discharge-disposition=[system]|[code]</code>
                  </td>
                </tr>
              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-encounter-class.html">class</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-encounter-date.html">date</a> (Date/DateTime):<div><p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>
<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-encounter-lastupdated.html">_lastUpdated</a> (Date/DateTime):<div><p>A server <strong>SHALL</strong> document the types of changes that can be detected using this parameter.</p>
<p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>
<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-encounter-discharge-disposition.html">discharge-disposition</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-encounter-identifier.html">identifier</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-encounter-location.html">location</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-encounter-patient.html">patient</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-encounter-status.html">status</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-encounter-type.html">type</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_Endpoint" class="no_toc">Endpoint</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          <p>Resource Specific Documentation:</p>
            <blockquote><div><p>The Endpoint Resource is a Must Support referenced resource when using the US Core PractitionerRole Profile.</p>
</div></blockquote>

          

              <!-- supported profiles -->
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
            
            
              <li><strong>SHOULD</strong> support read, vread</li>
            
            
              <li><strong>MAY</strong> support create, search-type, update, patch, delete, history-instance, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a Endpoint resource using:
                  <code class="highlighter-rouge">POST [base]/Endpoint {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing Endpoint resource using:
                  <code class="highlighter-rouge">PUT [base]/Endpoint/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing Endpoint resource using:
                  <code class="highlighter-rouge">PATCH [base]/Endpoint/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a Endpoint resource using:
                  <code class="highlighter-rouge">DELETE [base]/Endpoint/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>search-type</code> interaction returning Endpoint resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/Endpoint/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>read</code> interaction returning a Endpoint resource using:
                  <code class="highlighter-rouge">GET [base]/Endpoint/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Endpoint resource using:
                  <code class="highlighter-rouge">GET [base]/Endpoint/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-instance</code> interaction returning a history of a Endpoint using:
                  <code class="highlighter-rouge">GET [base]/Endpoint/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Endpoint resources using:
                  <code class="highlighter-rouge">GET [base]/Endpoint/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        

        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_FamilyMemberHistory" class="no_toc">FamilyMemberHistory</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-familymemberhistory.html">US Core FamilyMemberHistory Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a FamilyMemberHistory resource using:
                  <code class="highlighter-rouge">POST [base]/FamilyMemberHistory {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing FamilyMemberHistory resource using:
                  <code class="highlighter-rouge">PUT [base]/FamilyMemberHistory/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing FamilyMemberHistory resource using:
                  <code class="highlighter-rouge">PATCH [base]/FamilyMemberHistory/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a FamilyMemberHistory resource using:
                  <code class="highlighter-rouge">DELETE [base]/FamilyMemberHistory/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning FamilyMemberHistory resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/FamilyMemberHistory/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a FamilyMemberHistory resource using:
                  <code class="highlighter-rouge">GET [base]/FamilyMemberHistory/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a FamilyMemberHistory resource using:
                  <code class="highlighter-rouge">GET [base]/FamilyMemberHistory/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a FamilyMemberHistory using:
                  <code class="highlighter-rouge">GET [base]/FamilyMemberHistory/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of FamilyMemberHistory resources using:
                  <code class="highlighter-rouge">GET [base]/FamilyMemberHistory/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            
              
                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/FamilyMemberHistory?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
              
              
            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-familymemberhistory-patient.html">patient</a>
                </td>
                <td>
                  Reference
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/FamilyMemberHistory?patient=[type]/[id]
                    </code>
                </td>
              </tr>

              
              
                
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-familymemberhistory-patient.html">patient</a>+<a href="SearchParameter-us-core-familymemberhistory-code.html">code</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/FamilyMemberHistory?patient=[type]/[id]&amp;code=[system]|[code]</code>
                  </td>
                </tr>
              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-familymemberhistory-patient.html">patient</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-familymemberhistory-code.html">code</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_Goal" class="no_toc">Goal</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-goal.html">US Core Goal Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a Goal resource using:
                  <code class="highlighter-rouge">POST [base]/Goal {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing Goal resource using:
                  <code class="highlighter-rouge">PUT [base]/Goal/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing Goal resource using:
                  <code class="highlighter-rouge">PATCH [base]/Goal/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a Goal resource using:
                  <code class="highlighter-rouge">DELETE [base]/Goal/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Goal resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/Goal/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Goal resource using:
                  <code class="highlighter-rouge">GET [base]/Goal/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Goal resource using:
                  <code class="highlighter-rouge">GET [base]/Goal/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Goal using:
                  <code class="highlighter-rouge">GET [base]/Goal/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Goal resources using:
                  <code class="highlighter-rouge">GET [base]/Goal/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            
              
                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/Goal?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
              
              
            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-goal-patient.html">patient</a>
                </td>
                <td>
                  Reference
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Goal?patient=[type]/[id]
                    </code>
                </td>
              </tr>

              
              
                
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-goal-patient.html">patient</a>+<a href="SearchParameter-us-core-goal-description.html">description</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Goal?patient=[type]/[id]&amp;description=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-goal-patient.html">patient</a>+<a href="SearchParameter-us-core-goal-target-date.html">target-date</a>
                  </td>
                  <td>
                    Reference+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Goal?patient=[type]/[id]&amp;target-date=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-goal-patient.html">patient</a>+<a href="SearchParameter-us-core-goal-lifecycle-status.html">lifecycle-status</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Goal?patient=[type]/[id]&amp;lifecycle-status=[system]|[code]</code>
                  </td>
                </tr>
              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-goal-lifecycle-status.html">lifecycle-status</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-goal-patient.html">patient</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-goal-target-date.html">target-date</a> (Date/DateTime):<div><p>A client <strong>SHALL</strong> provide a value precise to the <em>day</em>.</p>
<p>A server <strong>SHALL</strong> support a value a value precise to the <em>day</em>.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_HealthcareService" class="no_toc">HealthcareService</h4>

          <p>Conformance Expectation:	<strong>MAY</strong></p>
              <!-- Documenation -->
          <p>Resource Specific Documentation:</p>
            <blockquote><div><p>The HealthcareService Resource is a referenced resource when using the US Core PractitionerRole Profile and subject to constraint us-core-13: &quot;SHALL have a practitioner, an organization, a healthcare service, or a location.&quot;</p>
</div></blockquote>

          

              <!-- supported profiles -->
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
            
            
              <li><strong>SHOULD</strong> support read, vread</li>
            
            
              <li><strong>MAY</strong> support create, search-type, update, patch, delete, history-instance, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a HealthcareService resource using:
                  <code class="highlighter-rouge">POST [base]/HealthcareService {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing HealthcareService resource using:
                  <code class="highlighter-rouge">PUT [base]/HealthcareService/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing HealthcareService resource using:
                  <code class="highlighter-rouge">PATCH [base]/HealthcareService/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a HealthcareService resource using:
                  <code class="highlighter-rouge">DELETE [base]/HealthcareService/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>search-type</code> interaction returning HealthcareService resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/HealthcareService/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>read</code> interaction returning a HealthcareService resource using:
                  <code class="highlighter-rouge">GET [base]/HealthcareService/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a HealthcareService resource using:
                  <code class="highlighter-rouge">GET [base]/HealthcareService/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-instance</code> interaction returning a history of a HealthcareService using:
                  <code class="highlighter-rouge">GET [base]/HealthcareService/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of HealthcareService resources using:
                  <code class="highlighter-rouge">GET [base]/HealthcareService/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        

        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_Immunization" class="no_toc">Immunization</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-immunization.html">US Core Immunization Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a Immunization resource using:
                  <code class="highlighter-rouge">POST [base]/Immunization {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing Immunization resource using:
                  <code class="highlighter-rouge">PUT [base]/Immunization/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing Immunization resource using:
                  <code class="highlighter-rouge">PATCH [base]/Immunization/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a Immunization resource using:
                  <code class="highlighter-rouge">DELETE [base]/Immunization/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Immunization resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/Immunization/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Immunization resource using:
                  <code class="highlighter-rouge">GET [base]/Immunization/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Immunization resource using:
                  <code class="highlighter-rouge">GET [base]/Immunization/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Immunization using:
                  <code class="highlighter-rouge">GET [base]/Immunization/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Immunization resources using:
                  <code class="highlighter-rouge">GET [base]/Immunization/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            
              
                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/Immunization?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
              
              
            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-immunization-patient.html">patient</a>
                </td>
                <td>
                  Reference
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Immunization?patient=[type]/[id]
                    </code>
                </td>
              </tr>

              
              
                
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-immunization-patient.html">patient</a>+<a href="SearchParameter-us-core-immunization-date.html">date</a>
                  </td>
                  <td>
                    Reference+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Immunization?patient=[type]/[id]&amp;date=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-immunization-patient.html">patient</a>+<a href="SearchParameter-us-core-immunization-status.html">status</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Immunization?patient=[type]/[id]&amp;status=[system]|[code]</code>
                  </td>
                </tr>
              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-immunization-date.html">date</a> (Date/DateTime):<div><p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>
<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-immunization-patient.html">patient</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-immunization-status.html">status</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_Location" class="no_toc">Location</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-location.html">US Core Location Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a Location resource using:
                  <code class="highlighter-rouge">POST [base]/Location {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing Location resource using:
                  <code class="highlighter-rouge">PUT [base]/Location/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing Location resource using:
                  <code class="highlighter-rouge">PATCH [base]/Location/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a Location resource using:
                  <code class="highlighter-rouge">DELETE [base]/Location/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Location resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/Location/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Location resource using:
                  <code class="highlighter-rouge">GET [base]/Location/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Location resource using:
                  <code class="highlighter-rouge">GET [base]/Location/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Location using:
                  <code class="highlighter-rouge">GET [base]/Location/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Location resources using:
                  <code class="highlighter-rouge">GET [base]/Location/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-location-address.html">address</a>
                </td>
                <td>
                  String
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Location?address=[address]
                    </code>
                </td>
              </tr>

              
              <tr>
                <td>
                  <strong>SHOULD</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-location-address-city.html">address-city</a>
                </td>
                <td>
                  String
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Location?address-city=[address-city]
                    </code>
                </td>
              </tr>

              
              <tr>
                <td>
                  <strong>SHOULD</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-location-address-postalcode.html">address-postalcode</a>
                </td>
                <td>
                  String
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Location?address-postalcode=[address-postalcode]
                    </code>
                </td>
              </tr>

              
              <tr>
                <td>
                  <strong>SHOULD</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-location-address-state.html">address-state</a>
                </td>
                <td>
                  String
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Location?address-state=[address-state]
                    </code>
                </td>
              </tr>

              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-location-name.html">name</a>
                </td>
                <td>
                  String
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Location?name=[name]
                    </code>
                </td>
              </tr>

              
              
            </tbody>
          </table>
        

        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_Medication" class="no_toc">Medication</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-medication.html">US Core Medication Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, search-type, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a Medication resource using:
                  <code class="highlighter-rouge">POST [base]/Medication {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing Medication resource using:
                  <code class="highlighter-rouge">PUT [base]/Medication/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing Medication resource using:
                  <code class="highlighter-rouge">PATCH [base]/Medication/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a Medication resource using:
                  <code class="highlighter-rouge">DELETE [base]/Medication/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>search-type</code> interaction returning Medication resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/Medication/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Medication resource using:
                  <code class="highlighter-rouge">GET [base]/Medication/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Medication resource using:
                  <code class="highlighter-rouge">GET [base]/Medication/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Medication using:
                  <code class="highlighter-rouge">GET [base]/Medication/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Medication resources using:
                  <code class="highlighter-rouge">GET [base]/Medication/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        

        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_MedicationDispense" class="no_toc">MedicationDispense</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-medicationdispense.html">US Core MedicationDispense Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a MedicationDispense resource using:
                  <code class="highlighter-rouge">POST [base]/MedicationDispense {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing MedicationDispense resource using:
                  <code class="highlighter-rouge">PUT [base]/MedicationDispense/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing MedicationDispense resource using:
                  <code class="highlighter-rouge">PATCH [base]/MedicationDispense/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a MedicationDispense resource using:
                  <code class="highlighter-rouge">DELETE [base]/MedicationDispense/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning MedicationDispense resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/MedicationDispense/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a MedicationDispense resource using:
                  <code class="highlighter-rouge">GET [base]/MedicationDispense/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a MedicationDispense resource using:
                  <code class="highlighter-rouge">GET [base]/MedicationDispense/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a MedicationDispense using:
                  <code class="highlighter-rouge">GET [base]/MedicationDispense/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of MedicationDispense resources using:
                  <code class="highlighter-rouge">GET [base]/MedicationDispense/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            
              
              
              
                <li>A Server <strong>SHOULD</strong> be capable of supporting the following _includes:
                  <ul>
                    
                      
                        <li>MedicationDispense:medication - <code class="highlighter-rouge">GET [base]/MedicationDispense?[parameter=value]&amp;_include=MedicationDispense:medication</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
            

            
              
                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/MedicationDispense?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
              
              
            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-medicationdispense-patient.html">patient</a>
                </td>
                <td>
                  Reference
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/MedicationDispense?patient=[type]/[id]
                    </code>
                </td>
              </tr>

              
              
                
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-medicationdispense-patient.html">patient</a>+<a href="SearchParameter-us-core-medicationdispense-status.html">status</a>+<a href="SearchParameter-us-core-medicationdispense-type.html">type</a>
                  </td>
                  <td>
                    Reference+Token+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/MedicationDispense?patient=[type]/[id]&amp;status=[system]|[code]&amp;type=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-medicationdispense-patient.html">patient</a>+<a href="SearchParameter-us-core-medicationdispense-status.html">status</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/MedicationDispense?patient=[type]/[id]&amp;status=[system]|[code]</code>
                  </td>
                </tr>
              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-medicationdispense-patient.html">patient</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-medicationdispense-status.html">status</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-medicationdispense-type.html">type</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_MedicationRequest" class="no_toc">MedicationRequest</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-medicationrequest.html">US Core MedicationRequest Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a MedicationRequest resource using:
                  <code class="highlighter-rouge">POST [base]/MedicationRequest {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing MedicationRequest resource using:
                  <code class="highlighter-rouge">PUT [base]/MedicationRequest/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing MedicationRequest resource using:
                  <code class="highlighter-rouge">PATCH [base]/MedicationRequest/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a MedicationRequest resource using:
                  <code class="highlighter-rouge">DELETE [base]/MedicationRequest/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning MedicationRequest resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/MedicationRequest/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a MedicationRequest resource using:
                  <code class="highlighter-rouge">GET [base]/MedicationRequest/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a MedicationRequest resource using:
                  <code class="highlighter-rouge">GET [base]/MedicationRequest/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a MedicationRequest using:
                  <code class="highlighter-rouge">GET [base]/MedicationRequest/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of MedicationRequest resources using:
                  <code class="highlighter-rouge">GET [base]/MedicationRequest/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            
              
              
              
                <li>A Server <strong>SHOULD</strong> be capable of supporting the following _includes:
                  <ul>
                    
                      
                        <li>MedicationRequest:medication - <code class="highlighter-rouge">GET [base]/MedicationRequest?[parameter=value]&amp;_include=MedicationRequest:medication</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
            

            
              
                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/MedicationRequest?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
              
              
            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              
                
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-medicationrequest-patient.html">patient</a>+<a href="SearchParameter-us-core-medicationrequest-intent.html">intent</a>+<a href="SearchParameter-us-core-medicationrequest-authoredon.html">authoredon</a>
                  </td>
                  <td>
                    Reference+Token+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/MedicationRequest?patient=[type]/[id]&amp;intent=[system]|[code]&amp;authoredon=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-medicationrequest-patient.html">patient</a>+<a href="SearchParameter-us-core-medicationrequest-intent.html">intent</a>+<a href="SearchParameter-us-core-medicationrequest-encounter.html">encounter</a>
                  </td>
                  <td>
                    Reference+Token+Reference
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/MedicationRequest?patient=[type]/[id]&amp;intent=[system]|[code]&amp;encounter=[type]/[id]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-medicationrequest-patient.html">patient</a>+<a href="SearchParameter-us-core-medicationrequest-intent.html">intent</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/MedicationRequest?patient=[type]/[id]&amp;intent=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-medicationrequest-patient.html">patient</a>+<a href="SearchParameter-us-core-medicationrequest-intent.html">intent</a>+<a href="SearchParameter-us-core-medicationrequest-status.html">status</a>
                  </td>
                  <td>
                    Reference+Token+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/MedicationRequest?patient=[type]/[id]&amp;intent=[system]|[code]&amp;status=[system]|[code]</code>
                  </td>
                </tr>
              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-medicationrequest-authoredon.html">authoredon</a> (Date/DateTime):<div><p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>
<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-medicationrequest-encounter.html">encounter</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-medicationrequest-intent.html">intent</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-medicationrequest-patient.html">patient</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-medicationrequest-status.html">status</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_Observation" class="no_toc">Observation</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-observation-adi-documentation.html">US Core Observation ADI Documentation Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-observation-lab.html">US Core Laboratory Result Observation Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-observation-pregnancystatus.html">US Core Observation Pregnancy Status Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-observation-pregnancyintent.html">US Core Observation Pregnancy Intent Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-observation-occupation.html">US Core Observation Occupation Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-respiratory-rate.html">US Core Respiratory Rate Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-simple-observation.html">US Core Simple Observation Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-treatment-intervention-preference.html">US Core Treatment Intervention Preference Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-care-experience-preference.html">US Core Care Experience Preference Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-heart-rate.html">US Core Heart Rate Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-body-temperature.html">US Core Body Temperature Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-pediatric-weight-for-height.html">US Core Pediatric Weight for Height Observation Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-pulse-oximetry.html">US Core Pulse Oximetry Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-smokingstatus.html">US Core Smoking Status Observation Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>MAY</strong> support 
                       
                          <a href="StructureDefinition-us-core-observation-sexual-orientation.html">US Core Observation Sexual Orientation Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-head-circumference.html">US Core Head Circumference Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-body-height.html">US Core Body Height Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-bmi.html">US Core BMI Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-observation-screening-assessment.html">US Core Observation Screening Assessment Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-average-blood-pressure.html">US Core Average Blood Pressure Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-blood-pressure.html">US Core Blood Pressure Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-observation-clinical-result.html">US Core Observation Clinical Result Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-pediatric-bmi-for-age.html">US Core Pediatric BMI for Age Observation Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-head-occipital-frontal-circumference-percentile.html">US Core Pediatric Head Occipital Frontal Circumference Percentile Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-body-weight.html">US Core Body Weight Profile</a>
                        
                </li>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-vital-signs.html">US Core Vital Signs Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a Observation resource using:
                  <code class="highlighter-rouge">POST [base]/Observation {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing Observation resource using:
                  <code class="highlighter-rouge">PUT [base]/Observation/[id] {?_format=[mime-type]}</code>
                  
                </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>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a Observation resource using:
                  <code class="highlighter-rouge">DELETE [base]/Observation/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Observation resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/Observation/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Observation resource using:
                  <code class="highlighter-rouge">GET [base]/Observation/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Observation resource using:
                  <code class="highlighter-rouge">GET [base]/Observation/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Observation using:
                  <code class="highlighter-rouge">GET [base]/Observation/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Observation resources using:
                  <code class="highlighter-rouge">GET [base]/Observation/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            
              
                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/Observation?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
              
              
            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              
                
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-observation-patient.html">patient</a>+<a href="SearchParameter-us-core-observation-code.html">code</a>+<a href="SearchParameter-us-core-observation-date.html">date</a>
                  </td>
                  <td>
                    Reference+Token+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Observation?patient=[type]/[id]&amp;code=[system]|[code]&amp;date=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-observation-patient.html">patient</a>+<a href="SearchParameter-us-core-observation-category.html">category</a>+<a href="SearchParameter-us-core-observation-lastupdated.html">_lastUpdated</a>
                  </td>
                  <td>
                    Reference+Token+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Observation?patient=[type]/[id]&amp;category=[system]|[code]&amp;_lastUpdated=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-observation-patient.html">patient</a>+<a href="SearchParameter-us-core-observation-category.html">category</a>+<a href="SearchParameter-us-core-observation-date.html">date</a>
                  </td>
                  <td>
                    Reference+Token+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Observation?patient=[type]/[id]&amp;category=[system]|[code]&amp;date=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-observation-patient.html">patient</a>+<a href="SearchParameter-us-core-observation-category.html">category</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Observation?patient=[type]/[id]&amp;category=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-observation-patient.html">patient</a>+<a href="SearchParameter-us-core-observation-category.html">category</a>+<a href="SearchParameter-us-core-observation-status.html">status</a>
                  </td>
                  <td>
                    Reference+Token+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Observation?patient=[type]/[id]&amp;category=[system]|[code]&amp;status=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-observation-patient.html">patient</a>+<a href="SearchParameter-us-core-observation-code.html">code</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Observation?patient=[type]/[id]&amp;code=[system]|[code]</code>
                  </td>
                </tr>
              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-observation-category.html">category</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-observation-code.html">code</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-observation-date.html">date</a> (Date/DateTime):<div><p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>
<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-observation-lastupdated.html">_lastUpdated</a> (Date/DateTime):<div><p>A server <strong>SHALL</strong> document the types of changes that can be detected using this parameter.</p>
<p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>
<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-observation-patient.html">patient</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-observation-status.html">status</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_Organization" class="no_toc">Organization</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-organization.html">US Core Organization Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a Organization resource using:
                  <code class="highlighter-rouge">POST [base]/Organization {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing Organization resource using:
                  <code class="highlighter-rouge">PUT [base]/Organization/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing Organization resource using:
                  <code class="highlighter-rouge">PATCH [base]/Organization/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a Organization resource using:
                  <code class="highlighter-rouge">DELETE [base]/Organization/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Organization resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/Organization/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Organization resource using:
                  <code class="highlighter-rouge">GET [base]/Organization/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Organization resource using:
                  <code class="highlighter-rouge">GET [base]/Organization/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Organization using:
                  <code class="highlighter-rouge">GET [base]/Organization/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Organization resources using:
                  <code class="highlighter-rouge">GET [base]/Organization/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-organization-address.html">address</a>
                </td>
                <td>
                  String
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Organization?address=[address]
                    </code>
                </td>
              </tr>

              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-organization-name.html">name</a>
                </td>
                <td>
                  String
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Organization?name=[name]
                    </code>
                </td>
              </tr>

              
              
            </tbody>
          </table>
        

        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_Patient" class="no_toc">Patient</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-patient.html">US Core Patient Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a Patient resource using:
                  <code class="highlighter-rouge">POST [base]/Patient {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing Patient resource using:
                  <code class="highlighter-rouge">PUT [base]/Patient/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing Patient resource using:
                  <code class="highlighter-rouge">PATCH [base]/Patient/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a Patient resource using:
                  <code class="highlighter-rouge">DELETE [base]/Patient/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Patient resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/Patient/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Patient resource using:
                  <code class="highlighter-rouge">GET [base]/Patient/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Patient resource using:
                  <code class="highlighter-rouge">GET [base]/Patient/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Patient using:
                  <code class="highlighter-rouge">GET [base]/Patient/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Patient resources using:
                  <code class="highlighter-rouge">GET [base]/Patient/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            
              
                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/Patient?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
              
              
            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-patient-id.html">_id</a>
                </td>
                <td>
                  Token
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Patient?_id=[id]
                    </code>
                </td>
              </tr>

              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-patient-identifier.html">identifier</a>
                </td>
                <td>
                  Token
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Patient?identifier=[system]|[code]
                    </code>
                </td>
              </tr>

              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-patient-name.html">name</a>
                </td>
                <td>
                  String
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Patient?name=[name]
                    </code>
                </td>
              </tr>

              
              
                
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-patient-birthdate.html">birthdate</a>+<a href="SearchParameter-us-core-patient-name.html">name</a>
                  </td>
                  <td>
                    Date/DateTime+String
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Patient?birthdate=[dateTime]&amp;name=[name]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-patient-birthdate.html">birthdate</a>+<a href="SearchParameter-us-core-patient-family.html">family</a>
                  </td>
                  <td>
                    Date/DateTime+String
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Patient?birthdate=[dateTime]&amp;family=[family]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-patient-death-date.html">death-date</a>+<a href="SearchParameter-us-core-patient-family.html">family</a>
                  </td>
                  <td>
                    Date/DateTime+String
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Patient?death-date=[dateTime]&amp;family=[family]</code>
                  </td>
                </tr>
              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-patient-birthdate.html">birthdate</a> (Date/DateTime):<div><p>A client <strong>SHALL</strong> provide a value precise to the <em>day</em>.</p>
<p>A server <strong>SHALL</strong> support a value a value precise to the <em>day</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-patient-death-date.html">death-date</a> (Date/DateTime):<div><p>A client <strong>SHALL</strong> provide a value precise to the <em>day</em>.</p>
<p>A server <strong>SHALL</strong> support a value a value precise to the <em>day</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-patient-identifier.html">identifier</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_Practitioner" class="no_toc">Practitioner</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-practitioner.html">US Core Practitioner Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a Practitioner resource using:
                  <code class="highlighter-rouge">POST [base]/Practitioner {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing Practitioner resource using:
                  <code class="highlighter-rouge">PUT [base]/Practitioner/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing Practitioner resource using:
                  <code class="highlighter-rouge">PATCH [base]/Practitioner/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a Practitioner resource using:
                  <code class="highlighter-rouge">DELETE [base]/Practitioner/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Practitioner resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/Practitioner/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Practitioner resource using:
                  <code class="highlighter-rouge">GET [base]/Practitioner/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Practitioner resource using:
                  <code class="highlighter-rouge">GET [base]/Practitioner/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Practitioner using:
                  <code class="highlighter-rouge">GET [base]/Practitioner/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Practitioner resources using:
                  <code class="highlighter-rouge">GET [base]/Practitioner/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHOULD</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-practitioner-id.html">_id</a>
                </td>
                <td>
                  Token
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Practitioner?_id=[id]
                    </code>
                </td>
              </tr>

              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-practitioner-identifier.html">identifier</a>
                </td>
                <td>
                  Token
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Practitioner?identifier=[system]|[code]
                    </code>
                </td>
              </tr>

              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-practitioner-name.html">name</a>
                </td>
                <td>
                  String
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Practitioner?name=[name]
                    </code>
                </td>
              </tr>

              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-practitioner-identifier.html">identifier</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_PractitionerRole" class="no_toc">PractitionerRole</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-practitionerrole.html">US Core PractitionerRole Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a PractitionerRole resource using:
                  <code class="highlighter-rouge">POST [base]/PractitionerRole {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing PractitionerRole resource using:
                  <code class="highlighter-rouge">PUT [base]/PractitionerRole/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing PractitionerRole resource using:
                  <code class="highlighter-rouge">PATCH [base]/PractitionerRole/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a PractitionerRole resource using:
                  <code class="highlighter-rouge">DELETE [base]/PractitionerRole/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning PractitionerRole resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/PractitionerRole/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a PractitionerRole resource using:
                  <code class="highlighter-rouge">GET [base]/PractitionerRole/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a PractitionerRole resource using:
                  <code class="highlighter-rouge">GET [base]/PractitionerRole/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a PractitionerRole using:
                  <code class="highlighter-rouge">GET [base]/PractitionerRole/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of PractitionerRole resources using:
                  <code class="highlighter-rouge">GET [base]/PractitionerRole/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            
              
              
              
                <li>A Server <strong>SHOULD</strong> be capable of supporting the following _includes:
                  <ul>
                    
                      
                        <li>PractitionerRole:endpoint - <code class="highlighter-rouge">GET [base]/PractitionerRole?[parameter=value]&amp;_include=PractitionerRole:endpoint</code></li>
                      
                    
                      
                        <li>PractitionerRole:practitioner - <code class="highlighter-rouge">GET [base]/PractitionerRole?[parameter=value]&amp;_include=PractitionerRole:practitioner</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
            

            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-practitionerrole-practitioner.html">practitioner</a>
                </td>
                <td>
                  Reference
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/PractitionerRole?practitioner=[type]/[id]
                    </code>
                </td>
              </tr>

              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-practitionerrole-specialty.html">specialty</a>
                </td>
                <td>
                  Token
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/PractitionerRole?specialty=[system]|[code]
                    </code>
                </td>
              </tr>

              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-practitionerrole-practitioner.html">practitioner</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-practitionerrole-specialty.html">specialty</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_Procedure" class="no_toc">Procedure</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-procedure.html">US Core Procedure Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a Procedure resource using:
                  <code class="highlighter-rouge">POST [base]/Procedure {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing Procedure resource using:
                  <code class="highlighter-rouge">PUT [base]/Procedure/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing Procedure resource using:
                  <code class="highlighter-rouge">PATCH [base]/Procedure/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a Procedure resource using:
                  <code class="highlighter-rouge">DELETE [base]/Procedure/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Procedure resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/Procedure/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Procedure resource using:
                  <code class="highlighter-rouge">GET [base]/Procedure/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Procedure resource using:
                  <code class="highlighter-rouge">GET [base]/Procedure/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Procedure using:
                  <code class="highlighter-rouge">GET [base]/Procedure/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Procedure resources using:
                  <code class="highlighter-rouge">GET [base]/Procedure/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            
              
                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/Procedure?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
              
              
            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-procedure-patient.html">patient</a>
                </td>
                <td>
                  Reference
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Procedure?patient=[type]/[id]
                    </code>
                </td>
              </tr>

              
              
                
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-procedure-patient.html">patient</a>+<a href="SearchParameter-us-core-procedure-code.html">code</a>+<a href="SearchParameter-us-core-procedure-date.html">date</a>
                  </td>
                  <td>
                    Reference+Token+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Procedure?patient=[type]/[id]&amp;code=[system]|[code]&amp;date=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-procedure-patient.html">patient</a>+<a href="SearchParameter-us-core-procedure-date.html">date</a>
                  </td>
                  <td>
                    Reference+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Procedure?patient=[type]/[id]&amp;date=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-procedure-patient.html">patient</a>+<a href="SearchParameter-us-core-procedure-status.html">status</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/Procedure?patient=[type]/[id]&amp;status=[system]|[code]</code>
                  </td>
                </tr>
              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-procedure-code.html">code</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-procedure-date.html">date</a> (Date/DateTime):<div><p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>
<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-procedure-patient.html">patient</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-procedure-status.html">status</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_Provenance" class="no_toc">Provenance</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-provenance.html">US Core Provenance Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, search-type, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a Provenance resource using:
                  <code class="highlighter-rouge">POST [base]/Provenance {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing Provenance resource using:
                  <code class="highlighter-rouge">PUT [base]/Provenance/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing Provenance resource using:
                  <code class="highlighter-rouge">PATCH [base]/Provenance/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a Provenance resource using:
                  <code class="highlighter-rouge">DELETE [base]/Provenance/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>search-type</code> interaction returning Provenance resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/Provenance/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Provenance resource using:
                  <code class="highlighter-rouge">GET [base]/Provenance/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Provenance resource using:
                  <code class="highlighter-rouge">GET [base]/Provenance/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Provenance using:
                  <code class="highlighter-rouge">GET [base]/Provenance/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Provenance resources using:
                  <code class="highlighter-rouge">GET [base]/Provenance/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        

        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_Questionnaire" class="no_toc">Questionnaire</h4>

          <p>Conformance Expectation:	<strong>SHOULD</strong></p>
              <!-- Documenation -->
          <p>Resource Specific Documentation:</p>
            <blockquote><div><ul>
<li>US Core defines two ways to represent the questions and responses to screening and assessment instruments:
<ul>
<li>Observation: US Core Observation Screening Assessment Profile</li>
<li>Questionnaire/QuestionnaireResponse: SDC Base Questionnaire/US Core QuestionnaireResponse Profile</li>
</ul>
</li>
<li>US Core Servers <strong>SHALL</strong> support US Core Observation Screening Assessment Profile and <strong>SHOULD</strong> support the  SDC Base Questionnaire Profile/US Core QuestionnaireResponse Profile</li>
</ul>
</div></blockquote>

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="http://hl7.org/fhir/uv/sdc/StructureDefinition-sdc-questionnaire.html">SDC Base Questionnaire Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
            
            
              <li><strong>SHOULD</strong> support read, vread</li>
            
            
              <li><strong>MAY</strong> support create, search-type, update, patch, delete, history-instance, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a Questionnaire resource using:
                  <code class="highlighter-rouge">POST [base]/Questionnaire {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing Questionnaire resource using:
                  <code class="highlighter-rouge">PUT [base]/Questionnaire/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing Questionnaire resource using:
                  <code class="highlighter-rouge">PATCH [base]/Questionnaire/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a Questionnaire resource using:
                  <code class="highlighter-rouge">DELETE [base]/Questionnaire/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>search-type</code> interaction returning Questionnaire resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/Questionnaire/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>read</code> interaction returning a Questionnaire resource using:
                  <code class="highlighter-rouge">GET [base]/Questionnaire/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Questionnaire resource using:
                  <code class="highlighter-rouge">GET [base]/Questionnaire/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-instance</code> interaction returning a history of a Questionnaire using:
                  <code class="highlighter-rouge">GET [base]/Questionnaire/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Questionnaire resources using:
                  <code class="highlighter-rouge">GET [base]/Questionnaire/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        

        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_QuestionnaireResponse" class="no_toc">QuestionnaireResponse</h4>

          <p>Conformance Expectation:	<strong>SHOULD</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-questionnaireresponse.html">US Core QuestionnaireResponse Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
            
            
              <li><strong>SHOULD</strong> support search-type, read, vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a QuestionnaireResponse resource using:
                  <code class="highlighter-rouge">POST [base]/QuestionnaireResponse {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing QuestionnaireResponse resource using:
                  <code class="highlighter-rouge">PUT [base]/QuestionnaireResponse/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing QuestionnaireResponse resource using:
                  <code class="highlighter-rouge">PATCH [base]/QuestionnaireResponse/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a QuestionnaireResponse resource using:
                  <code class="highlighter-rouge">DELETE [base]/QuestionnaireResponse/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>search-type</code> interaction returning QuestionnaireResponse resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/QuestionnaireResponse/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>read</code> interaction returning a QuestionnaireResponse resource using:
                  <code class="highlighter-rouge">GET [base]/QuestionnaireResponse/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a QuestionnaireResponse resource using:
                  <code class="highlighter-rouge">GET [base]/QuestionnaireResponse/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a QuestionnaireResponse using:
                  <code class="highlighter-rouge">GET [base]/QuestionnaireResponse/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of QuestionnaireResponse resources using:
                  <code class="highlighter-rouge">GET [base]/QuestionnaireResponse/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            
              
              
              
                <li>A Server <strong>SHOULD</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/QuestionnaireResponse?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-questionnaireresponse-id.html">_id</a>
                </td>
                <td>
                  Token
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/QuestionnaireResponse?_id=[id]
                    </code>
                </td>
              </tr>

              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-questionnaireresponse-patient.html">patient</a>
                </td>
                <td>
                  Reference
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/QuestionnaireResponse?patient=[type]/[id]
                    </code>
                </td>
              </tr>

              
              
                
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-questionnaireresponse-patient.html">patient</a>+<a href="SearchParameter-us-core-questionnaireresponse-questionnaire.html">questionnaire</a>
                  </td>
                  <td>
                    Reference+Reference
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/QuestionnaireResponse?patient=[type]/[id]&amp;questionnaire=[type]/[id]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-questionnaireresponse-patient.html">patient</a>+<a href="SearchParameter-us-core-questionnaireresponse-authored.html">authored</a>
                  </td>
                  <td>
                    Reference+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/QuestionnaireResponse?patient=[type]/[id]&amp;authored=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-questionnaireresponse-patient.html">patient</a>+<a href="SearchParameter-us-core-questionnaireresponse-status.html">status</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/QuestionnaireResponse?patient=[type]/[id]&amp;status=[system]|[code]</code>
                  </td>
                </tr>
              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-questionnaireresponse-authored.html">authored</a> (Date/DateTime):<div><p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>
<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-questionnaireresponse-patient.html">patient</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-questionnaireresponse-questionnaire.html">questionnaire</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-questionnaireresponse-status.html">status</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_RelatedPerson" class="no_toc">RelatedPerson</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-relatedperson.html">US Core RelatedPerson Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support search-type, read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a RelatedPerson resource using:
                  <code class="highlighter-rouge">POST [base]/RelatedPerson {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing RelatedPerson resource using:
                  <code class="highlighter-rouge">PUT [base]/RelatedPerson/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing RelatedPerson resource using:
                  <code class="highlighter-rouge">PATCH [base]/RelatedPerson/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a RelatedPerson resource using:
                  <code class="highlighter-rouge">DELETE [base]/RelatedPerson/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning RelatedPerson resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/RelatedPerson/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a RelatedPerson resource using:
                  <code class="highlighter-rouge">GET [base]/RelatedPerson/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a RelatedPerson resource using:
                  <code class="highlighter-rouge">GET [base]/RelatedPerson/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a RelatedPerson using:
                  <code class="highlighter-rouge">GET [base]/RelatedPerson/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of RelatedPerson resources using:
                  <code class="highlighter-rouge">GET [base]/RelatedPerson/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            
              
                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/RelatedPerson?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
              
              
            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-relatedperson-id.html">_id</a>
                </td>
                <td>
                  Token
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/RelatedPerson?_id=[id]
                    </code>
                </td>
              </tr>

              
              <tr>
                <td>
                  <strong>SHOULD</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-relatedperson-name.html">name</a>
                </td>
                <td>
                  String
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/RelatedPerson?name=[name]
                    </code>
                </td>
              </tr>

              
              <tr>
                <td>
                  <strong>SHOULD</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-relatedperson-patient.html">patient</a>
                </td>
                <td>
                  Reference
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/RelatedPerson?patient=[type]/[id]
                    </code>
                </td>
              </tr>

              
              
                
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-relatedperson-patient.html">patient</a>+<a href="SearchParameter-us-core-relatedperson-name.html">name</a>
                  </td>
                  <td>
                    Reference+String
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/RelatedPerson?patient=[type]/[id]&amp;name=[name]</code>
                  </td>
                </tr>
              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-relatedperson-patient.html">patient</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_ServiceRequest" class="no_toc">ServiceRequest</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-servicerequest.html">US Core ServiceRequest Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, search-type, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a ServiceRequest resource using:
                  <code class="highlighter-rouge">POST [base]/ServiceRequest {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing ServiceRequest resource using:
                  <code class="highlighter-rouge">PUT [base]/ServiceRequest/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing ServiceRequest resource using:
                  <code class="highlighter-rouge">PATCH [base]/ServiceRequest/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a ServiceRequest resource using:
                  <code class="highlighter-rouge">DELETE [base]/ServiceRequest/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>search-type</code> interaction returning ServiceRequest resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/ServiceRequest/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a ServiceRequest resource using:
                  <code class="highlighter-rouge">GET [base]/ServiceRequest/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a ServiceRequest resource using:
                  <code class="highlighter-rouge">GET [base]/ServiceRequest/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a ServiceRequest using:
                  <code class="highlighter-rouge">GET [base]/ServiceRequest/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of ServiceRequest resources using:
                  <code class="highlighter-rouge">GET [base]/ServiceRequest/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            
              
                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:
                  <ul>
                    
                      
                        <li>Provenance:target - <code class="highlighter-rouge">GET [base]/ServiceRequest?[parameter=value]&amp;_revinclude=Provenance:target</code></li>
                      
                    
                  </ul>
                </li>
              
              
              
              
              
            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-servicerequest-id.html">_id</a>
                </td>
                <td>
                  Token
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/ServiceRequest?_id=[id]
                    </code>
                </td>
              </tr>

              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-servicerequest-patient.html">patient</a>
                </td>
                <td>
                  Reference
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/ServiceRequest?patient=[type]/[id]
                    </code>
                </td>
              </tr>

              
              
                
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-servicerequest-patient.html">patient</a>+<a href="SearchParameter-us-core-servicerequest-code.html">code</a>+<a href="SearchParameter-us-core-servicerequest-authored.html">authored</a>
                  </td>
                  <td>
                    Reference+Token+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/ServiceRequest?patient=[type]/[id]&amp;code=[system]|[code]&amp;authored=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-servicerequest-patient.html">patient</a>+<a href="SearchParameter-us-core-servicerequest-category.html">category</a>+<a href="SearchParameter-us-core-servicerequest-authored.html">authored</a>
                  </td>
                  <td>
                    Reference+Token+Date/DateTime
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/ServiceRequest?patient=[type]/[id]&amp;category=[system]|[code]&amp;authored=[dateTime]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-servicerequest-patient.html">patient</a>+<a href="SearchParameter-us-core-servicerequest-category.html">category</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/ServiceRequest?patient=[type]/[id]&amp;category=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHOULD</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-servicerequest-patient.html">patient</a>+<a href="SearchParameter-us-core-servicerequest-status.html">status</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/ServiceRequest?patient=[type]/[id]&amp;status=[system]|[code]</code>
                  </td>
                </tr>
              
                
                <tr>
                  <td>
                    <strong>SHALL</strong>
                  </td>
                  <td>
                    <a href="SearchParameter-us-core-servicerequest-patient.html">patient</a>+<a href="SearchParameter-us-core-servicerequest-code.html">code</a>
                  </td>
                  <td>
                    Reference+Token
                  </td>
                  <td>
                    <code class="highlighter-rouge">GET [base]/ServiceRequest?patient=[type]/[id]&amp;code=[system]|[code]</code>
                  </td>
                </tr>
              
              
            </tbody>
          </table>
        

        
          <div>
                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->
            <ul>
              
                <li><a href="SearchParameter-us-core-servicerequest-authored.html">authored</a> (Date/DateTime):<div><p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>
<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-servicerequest-category.html">category</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-servicerequest-code.html">code</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-servicerequest-patient.html">patient</a> (Reference):<div><p>The client <strong>SHALL</strong> provide at least a id value and <strong>MAY</strong> provide both the Type and id values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
                <li><a href="SearchParameter-us-core-servicerequest-status.html">status</a> (Token):<div><p>The client <strong>SHALL</strong> provide at least a code value and <strong>MAY</strong> provide both the system and code values.</p>
<p>The server <strong>SHALL</strong> support both.</p>
</div></li>
              
            </ul>
          </div>
        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_Specimen" class="no_toc">Specimen</h4>

          <p>Conformance Expectation:	<strong>SHALL</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          <p>Supported Profiles:</p>
            <ul>
              
                 
                 
                 
                <li><strong>SHALL</strong> support 
                       
                          <a href="StructureDefinition-us-core-specimen.html">US Core Specimen Profile</a>
                        
                </li>
              
            </ul>
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        <p>FHIR RESTful Interactions</p>
        <div style="padding-left: 2em;">
        <p>Summary:</p>
          <ul>
            
              <li><strong>SHALL</strong> support read</li>
            
            
            
              <li><strong>SHOULD</strong> support vread, history-instance</li>
            
            
              <li><strong>MAY</strong> support create, search-type, update, patch, delete, history-type</li>
            
            
          </ul>

            <!-- Rest Modify Criteria Details: interaction details -->
        
          <br/>
          <p>Modify Criteria Details:</p>
          <ul>
            
              
                <li>
                  A Server <strong>MAY</strong> be capable of creating a Specimen resource using:
                  <code class="highlighter-rouge">POST [base]/Specimen {?_format=[mime-type]}</code>
                  
                </li>
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              

              
              
            
              

              
                <li>
                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->
                  A Server <strong>MAY</strong> be capable of updating a existing Specimen resource using:
                  <code class="highlighter-rouge">PUT [base]/Specimen/[id] {?_format=[mime-type]}</code>
                  
                </li>
              

              
              
            
              

              

              
              
                <li>
                  A Server <strong>MAY</strong> be capable of patching an existing Specimen resource using:
                  <code class="highlighter-rouge">PATCH [base]/Specimen/[id] {?_format=[mime-type]}</code>
                </li>
              
            
              

              

              
                <li>
                  A Server <strong>MAY</strong> be capable of deleting a Specimen resource using:
                  <code class="highlighter-rouge">DELETE [base]/Specimen/[id]</code>
                  
                </li>
              
              
            
              

              

              
              
            
              

              

              
              
            
          </ul>
        

            <!-- Rest Fetch and Search Criteria Details interaction details -->
        
          <br/>
          <p>Fetch and Search Criteria Details:</p>
          <ul>
            
              
              
              
              
              
            
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>search-type</code> interaction returning Specimen resources matching a search query using:
                  <code class="highlighter-rouge">GET [base]/Specimen/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>
                </li>
              
              
              
            
              
                <li>
                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Specimen resource using:
                  <code class="highlighter-rouge">GET [base]/Specimen/[id]</code>
                  
                </li>
              
              
              
              
              
            
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Specimen resource using:
                  <code class="highlighter-rouge">GET [base]/Specimen/[id]/_history/vid</code>
                </li>
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
              
            
              
              
              
              
                <li>
                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Specimen using:
                  <code class="highlighter-rouge">GET [base]/Specimen/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
              
            
              
              
              
              
              
                <li>
                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Specimen resources using:
                  <code class="highlighter-rouge">GET [base]/Specimen/_history{?[parameters]&amp;_format=[mime-type]}</code>
                </li>
              
            

            

            

          </ul>
        

          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          
            
          

        
          <br/>
          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>
          <table style="margin-left: 1em;" class="grid">
            <thead>
              <tr>
                <th style="white-space: nowrap;">Conformance</th>
                <th>Parameter</th>
                <th>Type</th>
                <th>Example</th>
              </tr>
            </thead>
            <tbody>
                  <!-- search parameters be limited to only SHALL and SHOULD
               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient
               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->
              
              <tr>
                <td>
                  <strong>SHALL</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-specimen-id.html">_id</a>
                </td>
                <td>
                  Token
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Specimen?_id=[id]
                    </code>
                </td>
              </tr>

              
              <tr>
                <td>
                  <strong>SHOULD</strong>
                </td>
                <td>
                  <a href="SearchParameter-us-core-specimen-patient.html">patient</a>
                </td>
                <td>
                  Reference
                </td>
                <td>
                  <code class="highlighter-rouge">GET [base]/Specimen?patient=[type]/[id]
                    </code>
                </td>
              </tr>

              
              
            </tbody>
          </table>
        

        

        </div>     <!-- end padding left -->
       

        

        <hr/>
      
        <h4 id="Server_ValueSet" class="no_toc">ValueSet</h4>

          <p>Conformance Expectation:	<strong>SHOULD</strong></p>
              <!-- Documenation -->
          

          

              <!-- supported profiles -->
          

        <p>
          

          

          

          
        </p>

            <!-- Resource Interactions -->
        

        <p>FHIR Operations:</p>
        

               <ul>
          
          

          
          
            <li> <strong>SHOULD</strong> support
            
              
              
              <a href="http://hl7.org/fhir/R4/valueset-operation-expand.html"><code>$expand</code></a>
            
           </li>
          

          
          

          
          

           
          

          </ul>

          
            
              <blockquote>
                <p><code>$expand</code>:</p><div><p>If a server supports DocumentReference for creating, using, and sharing clinical notes, it <strong>SHOULD</strong> also support the <code>context</code> and <code>contextdirection</code> parameters of the $expand operation to enable clients to determine the supported note and report types, as well as the supported read/write formats for notes on the server.</p>
</div>
              </blockquote>
            
          
        

        <hr/>
      
    
  

      <!-- Messaging Capabilities -->
  

      <!-- Document Capabilities -->
  

</div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cgp"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="3">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"/>
      </extension>
    </valueInteger>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"/>
      </extension>
    </valueCode>
  </extension>
  <url
       value="http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server"/>
  <version value="9.0.0"/>
  <name value="UsCoreServerCapabilityStatement"/>
  <title value="US Core Server CapabilityStatement"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2026-04-16"/>
  <publisher value="HL7 International / Cross-Group Projects"/>
  <contact>
    <name value="HL7 International / Cross-Group Projects"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/cgp"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="cgp@lists.HL7.org"/>
    </telecom>
  </contact>
  <description
               value="This CapabilityStatement describes the expected capabilities of the US Core Server actor which is responsible for providing responses to the queries submitted by the US Core Requestors. The complete list of FHIR profiles, RESTful operations, and search parameters supported by US Core Servers are defined. Systems implementing this capability statement should meet the Office of the National Coordinator for Health Information Technology (ONC) 2015 Common Clinical Data Set (CCDS) access requirement for Patient Selection 170.315(g)(7) and Application Access - Data Category Request 170.315(g)(8) and the ONC [U.S. Core Data for Interoperability (USCDI) Version 6 July 2025](https://www.healthit.gov/isp/sites/isp/files/2025-07/USCDI-Version-6-July-2025.pdf)."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <kind value="requirements"/>
  <fhirVersion value="4.0.1"/>
  <format value="json">
    <extension
               url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
      <valueCode value="SHALL"/>
    </extension>
  </format>
  <format value="xml">
    <extension
               url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
      <valueCode value="SHOULD"/>
    </extension>
  </format>
  <patchFormat value="application/json-patch+json">
    <extension
               url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
      <valueCode value="SHOULD"/>
    </extension>
  </patchFormat>
  <implementationGuide
                       value="http://hl7.org/fhir/smart-app-launch/ImplementationGuide/hl7.fhir.uv.smart-app-launch">🔗 
    <extension
               url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
      <valueCode value="SHOULD"/>
    </extension>
    <extension url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
      <valueUrl
                value="https://hl7.org/fhir/smart-app-launch/STU2/index.html"/>
    </extension>
    <extension url="http://hl7.org/fhir/StructureDefinition/display">
      <valueString value="SMART App Launch version 2.0.0 and later"/>
    </extension>
  </implementationGuide>
  <rest>
    <mode value="server"/>
    <documentation
                   value="The US Core Server **SHALL**:

1. Support the US Core Patient resource profile AND at least one additional resource profile from the list of US Core Profiles AND and all *Must Support* US Core Profiles and resources it references.
    -  A summary table listing all the *Must Support* references to other US Core Profiles and FHIR resources for each US Core Profile is located in the [Must Support - Resource References](must-support.html#must-support---resource-references) section of the guide.
1. Follow the narrative requirements documented in the:
    - [Conformance](conformance.html) pages
    - [Guidance](guidance.html) pages
    - Profile Specific Implementation Guidance for each Profile that the US Core Server supports.

    The [Server Requirements Table](requirements.html#server-requirements) and [US Core Server Requirements Resource](Requirements-us-core-server.html) and [US Core Certifying System Requirements Resource](Requirements-us-core-certifying-system.html) list the requirements defined in these pages and sections.
1. Return the following response classes:
    - (Status 400): invalid parameter
    - (Status 401/4xx): unauthorized request
    - (Status 403): insufficient scopes
    - (Status 404): unknown resource
1. Support JSON source formats for all US Core interactions.

The US Core Server **SHOULD**:

1. Follow the guidance documented in the [General Guidance](general-guidance.html) page
1. Support XML source formats for all US Core interactions.
1. Identify the US Core profiles supported as part of the FHIR `meta.profile` attribute for each instance.

&gt; **NOTE**: US Core SearchParameters referenced in this CapabilityStatement that are derived from standard FHIR SearchParameters are only defined to document Server and Client expectations. They specify additional expectations for the following SearchParameter elements:
&gt; - `multipleAnd`
&gt; - `multipleOr`
&gt; - `comparator`
&gt; - `modifier`
&gt; - `chain`
&gt;
&gt; They **SHALL NOT** be interpreted as search parameters for search. Servers and Clients **SHOULD** use the standard FHIR SearchParameters."/>
    <security>
      <description
                   value="1. See the [General Security Considerations](security.html) section for requirements and recommendations.
1. A server **SHALL** reject any unauthorized requests by returning an `HTTP 401` &quot;Unauthorized&quot;, `HTTP 403` &quot;Forbidden&quot;, or `HTTP 404` &quot;Not Found&quot;"/>
    </security>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="clinical-status"/>
        </extension>
      </extension>
      <type value="AllergyIntolerance"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core AllergyIntolerance Profile"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-allergyintolerance.html"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="clinical-status"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-clinical-status|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="category"/>
        </extension>
        <extension url="required">
          <valueString value="status"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="category"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="category"/>
        </extension>
        <extension url="required">
          <valueString value="date"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="category"/>
        </extension>
        <extension url="required">
          <valueString value="status"/>
        </extension>
        <extension url="required">
          <valueString value="date"/>
        </extension>
      </extension>
      <type value="CarePlan"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-careplan.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core CarePlan Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="category"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-careplan-category|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="date"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-careplan-date|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A client **SHALL** provide a value precise to the *second + time offset*.


A server **SHALL** support a value precise to the *second + time offset*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-careplan-patient|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="status"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-careplan-status|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="status"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="role"/>
        </extension>
      </extension>
      <type value="CareTeam"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-careteam.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core CareTeam Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchInclude value="CareTeam:participant:PractitionerRole">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
      </searchInclude>
      <searchInclude value="CareTeam:participant:Practitioner">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
      </searchInclude>
      <searchInclude value="CareTeam:participant:Patient">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
      </searchInclude>
      <searchInclude value="CareTeam:participant:RelatedPerson">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
      </searchInclude>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-careteam-patient|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="role"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-careteam-role|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="status"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-careteam-status|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="clinical-status"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="code"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="category"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="abatement-date"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="recorded-date"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="_lastUpdated"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="asserted-date"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="category"/>
        </extension>
        <extension url="required">
          <valueString value="clinical-status"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="onset-date"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="category"/>
        </extension>
        <extension url="required">
          <valueString value="encounter"/>
        </extension>
      </extension>
      <type value="Condition"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-condition-encounter-diagnosis.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Condition Encounter Diagnosis Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-condition-problems-health-concerns.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString
                       value="US Core Condition Problems and Health Concerns Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="abatement-date"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-abatement-date|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A client **SHALL** provide a value precise to the *second + time offset*.


A server **SHALL** support a value precise to the *second + time offset*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="asserted-date"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-asserted-date|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A client **SHALL** provide a value precise to the *second + time offset*.


A server **SHALL** support a value precise to the *second + time offset*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="category"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-category|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="clinical-status"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-clinical-status|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="code"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-code|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="encounter"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-encounter|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="onset-date"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-onset-date|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A client **SHALL** provide a value precise to the *second + time offset*.


A server **SHALL** support a value precise to the *second + time offset*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-patient|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="recorded-date"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-recorded-date|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A client **SHALL** provide a value precise to the *second + time offset*.


A server **SHALL** support a value precise to the *second + time offset*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="_lastUpdated"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-lastupdated|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A server **SHALL** document the types of changes that can be detected using this parameter.


A client **SHALL** provide a value precise to the *second + time offset*.


A server **SHALL** support a value precise to the *second + time offset*."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="Coverage"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-coverage|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-coverage.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Coverage Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-coverage-patient|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="type"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="status"/>
        </extension>
      </extension>
      <type value="Device"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-device|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-device.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Device Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-device-patient|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="status"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-device-status|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="type"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-device-type|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="code"/>
        </extension>
        <extension url="required">
          <valueString value="date"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="category"/>
        </extension>
        <extension url="required">
          <valueString value="_lastUpdated"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="category"/>
        </extension>
        <extension url="required">
          <valueString value="date"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="category"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="status"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="code"/>
        </extension>
      </extension>
      <type value="DiagnosticReport"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-diagnosticreport-note.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString
                       value="US Core DiagnosticReport Profile for Report and Note exchange"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-diagnosticreport-lab.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString
                       value="US Core DiagnosticReport Profile for Laboratory Results Reporting"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="create"/>
        <documentation
                       value="This conformance expectation applies **only**  to the *US Core DiagnosticReport Profile for Report and Note exchange* profile. The conformance expectation for the *US Core DiagnosticReport Profile for Laboratory Results Reporting* is  **MAY**."/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="category"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-category|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="code"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-code|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="date"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-date|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A client **SHALL** provide a value precise to the *second + time offset*.


A server **SHALL** support a value precise to the *second + time offset*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="_lastUpdated"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-lastupdated|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A server **SHALL** document the types of changes that can be detected using this parameter.


A client **SHALL** provide a value precise to the *second + time offset*.


A server **SHALL** support a value precise to the *second + time offset*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-patient|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="status"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-status|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="type"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="category"/>
        </extension>
        <extension url="required">
          <valueString value="date"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="category"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="type"/>
        </extension>
        <extension url="required">
          <valueString value="period"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="status"/>
        </extension>
      </extension>
      <type value="DocumentReference"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-documentreference.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core DocumentReference Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-adi-documentreference|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-adi-documentreference.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core ADI DocumentReference Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="_id"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-id|9.0.0"/>
        <type value="token"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="category"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-category|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="date"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-date|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A client **SHALL** provide a value precise to the *second + time offset*.


A server **SHALL** support a value precise to the *second + time offset*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-patient|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="period"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-period|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A client **SHALL** provide a value precise to the *second + time offset*.


A server **SHALL** support a value precise to the *second + time offset*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="status"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-status|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="type"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-type|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <operation>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="docref"/>
        <definition
                    value="http://hl7.org/fhir/us/core/OperationDefinition/docref|9.0.0">🔗 
          <extension
                     url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
            <valueUrl value="OperationDefinition-docref.html"/>
          </extension>
          <extension url="http://hl7.org/fhir/StructureDefinition/display">
            <valueString value="$docref"/>
          </extension>
        </definition>
        <documentation
                       value="A server **SHALL** be capable of responding to a $docref operation and  capable of returning at least a reference to a generated CCD document, if available. **MAY** provide references to other 'on-demand' and 'stable' documents (or 'delayed/deferred assembly') that meet the query parameters as well. If a context date range is supplied the server ** SHOULD**  provide references to any document that falls within the date range.  If no date range is supplied, then the server **SHALL** provide references to last or current document(s).  **SHOULD** document what resources, if any, are returned as included resources


`GET [base]/DocumentReference/$docref?patient=[id]`"/>
      </operation>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="type"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="class"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="status"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="_lastUpdated"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="location"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="date"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="discharge-disposition"/>
        </extension>
      </extension>
      <type value="Encounter"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-encounter.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Encounter Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="_id"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-id|9.0.0"/>
        <type value="token"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="class"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-class|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="date"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-date|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A client **SHALL** provide a value precise to the *second + time offset*.


A server **SHALL** support a value precise to the *second + time offset*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="_lastUpdated"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-lastupdated|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A server **SHALL** document the types of changes that can be detected using this parameter.


A client **SHALL** provide a value precise to the *second + time offset*.


A server **SHALL** support a value precise to the *second + time offset*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="discharge-disposition"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-discharge-disposition|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="identifier"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-identifier|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="location"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-location|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-patient|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="status"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-status|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="type"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-type|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="Endpoint"/>
      <documentation
                     value="The Endpoint Resource is a Must Support referenced resource when using the US Core PractitionerRole Profile."/>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="code"/>
        </extension>
      </extension>
      <type value="FamilyMemberHistory"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-familymemberhistory|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-familymemberhistory.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core FamilyMemberHistory Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-familymemberhistory-patient|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="code"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-familymemberhistory-code|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="description"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="target-date"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="lifecycle-status"/>
        </extension>
      </extension>
      <type value="Goal"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-goal.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Goal Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="description"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-goal-description|9.0.0"/>
        <type value="token"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="lifecycle-status"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-goal-lifecycle-status|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-goal-patient|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="target-date"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-goal-target-date|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A client **SHALL** provide a value precise to the *day*.


A server **SHALL** support a value a value precise to the *day*."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="MAY"/>
      </extension>
      <type value="HealthcareService"/>
      <documentation
                     value="The HealthcareService Resource is a referenced resource when using the US Core PractitionerRole Profile and subject to constraint us-core-13: &quot;SHALL have a practitioner, an organization, a healthcare service, or a location.&quot;"/>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="date"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="status"/>
        </extension>
      </extension>
      <type value="Immunization"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-immunization.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Immunization Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="date"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-immunization-date|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A client **SHALL** provide a value precise to the *second + time offset*.


A server **SHALL** support a value precise to the *second + time offset*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-immunization-patient|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="status"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-immunization-status|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="Location"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-location.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Location Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="address"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-location-address|9.0.0"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="address-city"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-location-address-city|9.0.0"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="address-postalcode"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-location-address-postalcode|9.0.0"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="address-state"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-location-address-state|9.0.0"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="name"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-location-name|9.0.0"/>
        <type value="string"/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="Medication"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-medication.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Medication Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="status"/>
        </extension>
        <extension url="required">
          <valueString value="type"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="status"/>
        </extension>
      </extension>
      <type value="MedicationDispense"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationdispense|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-medicationdispense.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core MedicationDispense Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchInclude value="MedicationDispense:medication">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
      </searchInclude>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationdispense-patient|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="status"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationdispense-status|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="type"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationdispense-type|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="intent"/>
        </extension>
        <extension url="required">
          <valueString value="authoredon"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="intent"/>
        </extension>
        <extension url="required">
          <valueString value="encounter"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="intent"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="intent"/>
        </extension>
        <extension url="required">
          <valueString value="status"/>
        </extension>
      </extension>
      <type value="MedicationRequest"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-medicationrequest.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core MedicationRequest Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchInclude value="MedicationRequest:medication">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
      </searchInclude>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="authoredon"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-authoredon|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A client **SHALL** provide a value precise to the *second + time offset*.


A server **SHALL** support a value precise to the *second + time offset*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="encounter"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-encounter|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="intent"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-intent|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-patient|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="status"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-status|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="code"/>
        </extension>
        <extension url="required">
          <valueString value="date"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="category"/>
        </extension>
        <extension url="required">
          <valueString value="_lastUpdated"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="category"/>
        </extension>
        <extension url="required">
          <valueString value="date"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="category"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="category"/>
        </extension>
        <extension url="required">
          <valueString value="status"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="code"/>
        </extension>
      </extension>
      <type value="Observation"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-adi-documentation|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-observation-adi-documentation.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Observation ADI Documentation Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-observation-lab.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Laboratory Result Observation Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-pregnancystatus|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-observation-pregnancystatus.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Observation Pregnancy Status Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-pregnancyintent|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-observation-pregnancyintent.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Observation Pregnancy Intent Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-occupation|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-observation-occupation.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Observation Occupation Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-respiratory-rate|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-respiratory-rate.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Respiratory Rate Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-simple-observation.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Simple Observation Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-treatment-intervention-preference|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-treatment-intervention-preference.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString
                       value="US Core Treatment Intervention Preference Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-care-experience-preference|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-care-experience-preference.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Care Experience Preference Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-heart-rate|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-heart-rate.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Heart Rate Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-temperature|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-body-temperature.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Body Temperature Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/pediatric-weight-for-height|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-pediatric-weight-for-height.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString
                       value="US Core Pediatric Weight for Height Observation Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-pulse-oximetry|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-pulse-oximetry.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Pulse Oximetry Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-smokingstatus.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Smoking Status Observation Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-sexual-orientation|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-observation-sexual-orientation.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString
                       value="US Core Observation Sexual Orientation Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-head-circumference|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-head-circumference.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Head Circumference Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-height|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-body-height.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Body Height Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-bmi|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-bmi.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core BMI Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-screening-assessment|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-observation-screening-assessment.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString
                       value="US Core Observation Screening Assessment Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-average-blood-pressure|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-average-blood-pressure.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Average Blood Pressure Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-blood-pressure|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-blood-pressure.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Blood Pressure Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-clinical-result|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-observation-clinical-result.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Observation Clinical Result Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-pediatric-bmi-for-age.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString
                       value="US Core Pediatric BMI for Age Observation Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/head-occipital-frontal-circumference-percentile|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-head-occipital-frontal-circumference-percentile.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString
                       value="US Core Pediatric Head Occipital Frontal Circumference Percentile Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-weight|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-body-weight.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Body Weight Profile"/>
        </extension>
      </supportedProfile>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-vital-signs|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-vital-signs.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Vital Signs Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="category"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-category|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="code"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-code|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="date"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-date|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A client **SHALL** provide a value precise to the *second + time offset*.


A server **SHALL** support a value precise to the *second + time offset*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="_lastUpdated"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-lastupdated|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A server **SHALL** document the types of changes that can be detected using this parameter.


A client **SHALL** provide a value precise to the *second + time offset*.


A server **SHALL** support a value precise to the *second + time offset*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-patient|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="status"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-status|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="Organization"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-organization.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Organization Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="address"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-organization-address|9.0.0"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="name"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-organization-name|9.0.0"/>
        <type value="string"/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="birthdate"/>
        </extension>
        <extension url="required">
          <valueString value="name"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="birthdate"/>
        </extension>
        <extension url="required">
          <valueString value="family"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="death-date"/>
        </extension>
        <extension url="required">
          <valueString value="family"/>
        </extension>
      </extension>
      <type value="Patient"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-patient.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Patient Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="_id"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-id|9.0.0"/>
        <type value="token"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="birthdate"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-birthdate|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A client **SHALL** provide a value precise to the *day*.


A server **SHALL** support a value a value precise to the *day*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="death-date"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-death-date|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A client **SHALL** provide a value precise to the *day*.


A server **SHALL** support a value a value precise to the *day*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="family"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-family|9.0.0"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="given"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-given|9.0.0"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="identifier"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-identifier|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="name"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-name|9.0.0"/>
        <type value="string"/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="Practitioner"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-practitioner.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Practitioner Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="_id"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-practitioner-id|9.0.0"/>
        <type value="token"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="identifier"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-practitioner-identifier|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="name"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-practitioner-name|9.0.0"/>
        <type value="string"/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="PractitionerRole"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-practitionerrole.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core PractitionerRole Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchInclude value="PractitionerRole:endpoint">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
      </searchInclude>
      <searchInclude value="PractitionerRole:practitioner">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
      </searchInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="practitioner"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-practitionerrole-practitioner|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="specialty"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-practitionerrole-specialty|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="code"/>
        </extension>
        <extension url="required">
          <valueString value="date"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="date"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="status"/>
        </extension>
      </extension>
      <type value="Procedure"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-procedure.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Procedure Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="code"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-procedure-code|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="date"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-procedure-date|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A client **SHALL** provide a value precise to the *second + time offset*.


A server **SHALL** support a value precise to the *second + time offset*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-procedure-patient|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="status"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-procedure-status|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="Provenance"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-provenance.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Provenance Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHOULD"/>
      </extension>
      <type value="Questionnaire"/>
      <supportedProfile
                        value="http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="http://hl7.org/fhir/uv/sdc/StructureDefinition-sdc-questionnaire.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="SDC Base Questionnaire Profile"/>
        </extension>
      </supportedProfile>
      <documentation
                     value="* US Core defines two ways to represent the questions and responses to screening and assessment instruments:
    - Observation: US Core Observation Screening Assessment Profile
    - Questionnaire/QuestionnaireResponse: SDC Base Questionnaire/US Core QuestionnaireResponse Profile
* US Core Servers **SHALL** support US Core Observation Screening Assessment Profile and **SHOULD** support the  SDC Base Questionnaire Profile/US Core QuestionnaireResponse Profile"/>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHOULD"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="questionnaire"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="authored"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="status"/>
        </extension>
      </extension>
      <type value="QuestionnaireResponse"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl
                    value="StructureDefinition-us-core-questionnaireresponse.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core QuestionnaireResponse Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="_id"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-questionnaireresponse-id|9.0.0"/>
        <type value="token"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="authored"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-questionnaireresponse-authored|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A client **SHALL** provide a value precise to the *second + time offset*.


A server **SHALL** support a value precise to the *second + time offset*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-questionnaireresponse-patient|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="questionnaire"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-questionnaireresponse-questionnaire|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="status"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-questionnaireresponse-status|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="name"/>
        </extension>
      </extension>
      <type value="RelatedPerson"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-relatedperson.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core RelatedPerson Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="_id"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-relatedperson-id|9.0.0"/>
        <type value="token"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="name"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-relatedperson-name|9.0.0"/>
        <type value="string"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-relatedperson-patient|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="code"/>
        </extension>
        <extension url="required">
          <valueString value="authored"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="category"/>
        </extension>
        <extension url="required">
          <valueString value="authored"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="category"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="status"/>
        </extension>
      </extension>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension url="required">
          <valueString value="patient"/>
        </extension>
        <extension url="required">
          <valueString value="code"/>
        </extension>
      </extension>
      <type value="ServiceRequest"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-servicerequest.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core ServiceRequest Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchRevInclude value="Provenance:target">
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
      </searchRevInclude>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="_id"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-id|9.0.0"/>
        <type value="token"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="authored"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-authored|9.0.0"/>
        <type value="date"/>
        <documentation
                       value="A client **SHALL** provide a value precise to the *second + time offset*.


A server **SHALL** support a value precise to the *second + time offset*."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="category"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-category|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="code"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-code|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-patient|9.0.0"/>
        <type value="reference"/>
        <documentation
                       value="The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.


The server **SHALL** support both."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <name value="status"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-status|9.0.0"/>
        <type value="token"/>
        <documentation
                       value="The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.


The server **SHALL** support both."/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="Specimen"/>
      <supportedProfile
                        value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-specimen|9.0.0">🔗 
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
          <valueUrl value="StructureDefinition-us-core-specimen.html"/>
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/display">
          <valueString value="US Core Specimen Profile"/>
        </extension>
      </supportedProfile>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="create"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="update"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="patch"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="delete"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <code value="history-instance"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="MAY"/>
        </extension>
        <code value="history-type"/>
      </interaction>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="_id"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-specimen-id|9.0.0"/>
        <type value="token"/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="patient"/>
        <definition
                    value="http://hl7.org/fhir/us/core/SearchParameter/us-core-specimen-patient|9.0.0"/>
        <type value="reference"/>
      </searchParam>
    </resource>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHOULD"/>
      </extension>
      <type value="ValueSet"/>
      <operation>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHOULD"/>
        </extension>
        <name value="expand"/>
        <definition
                    value="http://hl7.org/fhir/OperationDefinition/ValueSet-expand">
          <extension
                     url="http://hl7.org/fhir/StructureDefinition/narrativeLink">
            <valueUrl
                      value="http://hl7.org/fhir/R4/valueset-operation-expand.html"/>
          </extension>
          <extension url="http://hl7.org/fhir/StructureDefinition/display">
            <valueString value="$expand"/>
          </extension>
        </definition>
        <documentation
                       value="If a server supports DocumentReference for creating, using, and sharing clinical notes, it **SHOULD** also support the `context` and `contextdirection` parameters of the $expand operation to enable clients to determine the supported note and report types, as well as the supported read/write formats for notes on the server."/>
      </operation>
    </resource>
    <interaction>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="MAY"/>
      </extension>
      <code value="transaction"/>
    </interaction>
    <interaction>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="MAY"/>
      </extension>
      <code value="batch"/>
    </interaction>
    <interaction>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="MAY"/>
      </extension>
      <code value="search-system"/>
    </interaction>
    <interaction>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="MAY"/>
      </extension>
      <code value="history-system"/>
    </interaction>
  </rest>
</CapabilityStatement>