@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server> a fhir:CapabilityStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "us-core-server"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <!-- TODO\n    Jurisdiction\n    Prohibited extension - http://hl7.org/fhir/StructureDefinition/capabilitystatement-prohibited -->\n      <!-- set include_symbols = false to turn off confonrmance symbols and legend, true to turn on -->\n  \n\n     <!-- This is already rendered by the ig publisher in the header and footer\n  <h2 id=\"title\">US Core Server CapabilityStatement</h2>\n  <ul>\n    <li><b>Title:</b>US Core Server CapabilityStatement</li>\n    <li><b>Implementation Guide Version:</b> 9.0.0</li>\n    <li><b>FHIR Version:</b> 4.0.1</li>\n    <li><b>Intended Use:</b> Requirements</li>\n    <li><b>Supported Formats: </b>\n\n    \n      \n      \n        <strong>SHALL</strong> support\n      \n      json;\n    \n      , \n      \n        <strong>SHOULD</strong> support\n      \n      xml;\n    \n\n    </li>\n    \n      <li><b>Supported Patch Formats:</b>\n      \n        \n        \n          <strong>SHOULD</strong> support\n        \n        application/json-patch+json;\n      \n      </li>\n    \n    <li><b>Published:</b> 2026-04-16</li>\n\n    <li><b>Published by:</b> HL7 International / Cross-Group Projects</li>\n    <li><b>Status:</b> Active</li>\n    <li><b>Copyright:</b> </li>\n  </ul>\n  <br/>\n\n\n\n  \n    <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>\n</div></div>\n  \n  <br/> -->\n\n  \n\n\n\n    <h3>Support and Requirements for Other Artifacts</h3>\n    \n    \n    \n        <h4>Supports other guides:</h4>\n          <ul>\n         \n          \n          \n          \n            <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>\n         \n          </ul>\n    \n  \n\n      <!-- <br/>\n   TODO - Make this a summary of capabilities, including system wide and each paradigm\n  <p>\n    <b>Jump to:</b>\n  </p>\n  <ul>\n    \n      <li><a href=\"#Server\">REST Server</a></li>\n    \n    \n    \n  </ul> -->\n\n      <!-- REST Capabilities -->\n  \n       <!-- <br/> -->\n    <a name=\"Server\"> </a>\n    <h3 id=\"behavior\">FHIR Server RESTful Capabilities</h3>\n    \n      <div><div><p>The US Core Server <strong>SHALL</strong>:</p>\n<ol>\n<li>\n<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>\n<ul>\n<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>\n</ul>\n</li>\n<li>\n<p>Follow the narrative requirements documented in the:</p>\n<ul>\n<li><a href=\"conformance.html\">Conformance</a> pages</li>\n<li><a href=\"guidance.html\">Guidance</a> pages</li>\n<li>Profile Specific Implementation Guidance for each Profile that the US Core Server supports.</li>\n</ul>\n<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>\n</li>\n<li>\n<p>Return the following response classes:</p>\n<ul>\n<li>(Status 400): invalid parameter</li>\n<li>(Status 401/4xx): unauthorized request</li>\n<li>(Status 403): insufficient scopes</li>\n<li>(Status 404): unknown resource</li>\n</ul>\n</li>\n<li>\n<p>Support JSON source formats for all US Core interactions.</p>\n</li>\n</ol>\n<p>The US Core Server <strong>SHOULD</strong>:</p>\n<ol>\n<li>Follow the guidance documented in the <a href=\"general-guidance.html\">General Guidance</a> page</li>\n<li>Support XML source formats for all US Core interactions.</li>\n<li>Identify the US Core profiles supported as part of the FHIR <code>meta.profile</code> attribute for each instance.</li>\n</ol>\n<blockquote>\n<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>\n<ul>\n<li><code>multipleAnd</code></li>\n<li><code>multipleOr</code></li>\n<li><code>comparator</code></li>\n<li><code>modifier</code></li>\n<li><code>chain</code></li>\n</ul>\n<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>\n</blockquote>\n</div></div>\n    \n\n        <!-- REST Security -->\n    \n      <br/>\n      <p id=\"security\"><strong>Security:</strong></p>\n      \n        <div><div><ol>\n<li>See the <a href=\"security.html\">General Security Considerations</a> section for requirements and recommendations.</li>\n<li>A server <strong>SHALL</strong> reject any unauthorized requests by returning an <code>HTTP 401</code> \"Unauthorized\", <code>HTTP 403</code> \"Forbidden\", or <code>HTTP 404</code> \"Not Found\"</li>\n</ol>\n</div></div>\n      \n      \n    \n\n        <!-- REST System wide Capabilities -->\n    \n      <h3>System-wide Server Capabilities</h3>\n\n          <!-- REST System wide interactions -->\n      \n        <h4>Interactions</h4>\n\n        <ul>\n          \n            <li>\n              \n                <strong>MAY</strong> support the\n              \n              <code>transaction</code> interaction.</li>\n          \n            <li>\n              \n                <strong>MAY</strong> support the\n              \n              <code>batch</code> interaction.</li>\n          \n            <li>\n              \n                <strong>MAY</strong> support the\n              \n              <code>search-system</code> interaction.</li>\n          \n            <li>\n              \n                <strong>MAY</strong> support the\n              \n              <code>history-system</code> interaction.</li>\n          \n        </ul>\n        \n          \n        \n          \n        \n          \n        \n          \n        \n      \n\n          <!-- REST System wide operations -->\n      \n\n\n          <!-- REST System wide search parameters -->\n      \n    \n\n\n\n        <!-- Resource Capabilities Summary Table -->\n    \n\n      <h4>Summary of Resource/Profile Capabilities</h4>\n      <table style=\"width: 100%;\" class=\"grid\">\n          <colgroup>\n            <col style=\"width: 15%;\"/>      <!-- First column: 20% -->\n            <col style=\"width: 25%;\"/>       <!-- Second: 20% -->\n            <col style=\"width: 15%;\"/>      <!-- Third: 15% -->\n            <col style=\"width: 20%;\"/>      <!-- fourth column: 20% -->\n            <col style=\"width: 15%;\"/>       <!-- fifth: 15% -->\n            <col style=\"width: 10%;\"/>       <!-- six: 10% -->\n          </colgroup>\n          <thead>\n          <tr>\n            <th>Resource Type</th>\n               <!-- <th>Supported Interactions</th> -->\n            <th>Supported Profiles</th>\n            <th>Supported Searches</th>\n            <th>Supported <code>_includes</code></th>\n            <th>Supported <code>_revincludes</code></th>\n            <th>Supported Operations</th>\n          </tr>\n        </thead>\n        <tbody>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_AllergyIntolerance\"><span style=\"white-space: nowrap;\">AllergyIntolerance</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-allergyintolerance.html\">US Core AllergyIntolerance Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                clinical-status, patient\n                \n                     <!-- Each set of optional and required combo search parameters -->\n                  , patient+clinical-status\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_CarePlan\"><span style=\"white-space: nowrap;\">CarePlan</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-careplan.html\">US Core CarePlan Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                category, date, patient, status\n                \n                     <!-- Each set of optional and required combo search parameters -->\n                  , patient+category+status, patient+category, patient+category+date, patient+category+status+date\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_CareTeam\"><span style=\"white-space: nowrap;\">CareTeam</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-careteam.html\">US Core CareTeam Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                patient, role, status\n                \n                     <!-- Each set of optional and required combo search parameters -->\n                  , patient+status, patient+role\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                CareTeam:participant:PractitionerRole\nCareTeam:participant:Practitioner\nCareTeam:participant:Patient\nCareTeam:participant:RelatedPerson\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_Condition\"><span style=\"white-space: nowrap;\">Condition</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-condition-encounter-diagnosis.html\">US Core Condition Encounter Diagnosis Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <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/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                abatement-date, asserted-date, category, clinical-status, code, encounter, onset-date, patient, recorded-date, _lastUpdated\n                \n                     <!-- Each set of optional and required combo search parameters -->\n                  , 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\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_Coverage\"><span style=\"white-space: nowrap;\">Coverage</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-coverage.html\">US Core Coverage Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                patient\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_Device\"><span style=\"white-space: nowrap;\">Device</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-device.html\">US Core Device Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                patient, status, type\n                \n                     <!-- Each set of optional and required combo search parameters -->\n                  , patient+type, patient+status\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_DiagnosticReport\"><span style=\"white-space: nowrap;\">DiagnosticReport</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-diagnosticreport-note.html\">US Core DiagnosticReport Profile for Report and Note exchange</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-diagnosticreport-lab.html\">US Core DiagnosticReport Profile for Laboratory Results Reporting</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                category, code, date, _lastUpdated, patient, status\n                \n                     <!-- Each set of optional and required combo search parameters -->\n                  , patient+code+date, patient+category+_lastUpdated, patient+category+date, patient+category, patient+status, patient+code\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_DocumentReference\"><span style=\"white-space: nowrap;\">DocumentReference</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-documentreference.html\">US Core DocumentReference Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-adi-documentreference.html\">US Core ADI DocumentReference Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                _id, category, date, patient, period, status, type\n                \n                     <!-- Each set of optional and required combo search parameters -->\n                  , patient+type, patient+category+date, patient+category, patient+type+period, patient+status\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                  $docref\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_Encounter\"><span style=\"white-space: nowrap;\">Encounter</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-encounter.html\">US Core Encounter Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                _id, class, date, _lastUpdated, discharge-disposition, identifier, location, patient, status, type\n                \n                     <!-- Each set of optional and required combo search parameters -->\n                  , patient+type, class+patient, patient+status, patient+_lastUpdated, patient+location, date+patient, patient+discharge-disposition\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_Endpoint\"><span style=\"white-space: nowrap;\">Endpoint</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_FamilyMemberHistory\"><span style=\"white-space: nowrap;\">FamilyMemberHistory</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-familymemberhistory.html\">US Core FamilyMemberHistory Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                patient, code\n                \n                     <!-- Each set of optional and required combo search parameters -->\n                  , patient+code\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_Goal\"><span style=\"white-space: nowrap;\">Goal</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-goal.html\">US Core Goal Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                description, lifecycle-status, patient, target-date\n                \n                     <!-- Each set of optional and required combo search parameters -->\n                  , patient+description, patient+target-date, patient+lifecycle-status\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_HealthcareService\"><span style=\"white-space: nowrap;\">HealthcareService</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_Immunization\"><span style=\"white-space: nowrap;\">Immunization</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-immunization.html\">US Core Immunization Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                date, patient, status\n                \n                     <!-- Each set of optional and required combo search parameters -->\n                  , patient+date, patient+status\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_Location\"><span style=\"white-space: nowrap;\">Location</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-location.html\">US Core Location Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                address, address-city, address-postalcode, address-state, name\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_Medication\"><span style=\"white-space: nowrap;\">Medication</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-medication.html\">US Core Medication Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_MedicationDispense\"><span style=\"white-space: nowrap;\">MedicationDispense</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-medicationdispense.html\">US Core MedicationDispense Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                patient, status, type\n                \n                     <!-- Each set of optional and required combo search parameters -->\n                  , patient+status+type, patient+status\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                MedicationDispense:medication\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_MedicationRequest\"><span style=\"white-space: nowrap;\">MedicationRequest</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-medicationrequest.html\">US Core MedicationRequest Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                authoredon, encounter, intent, patient, status\n                \n                     <!-- Each set of optional and required combo search parameters -->\n                  , patient+intent+authoredon, patient+intent+encounter, patient+intent, patient+intent+status\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                MedicationRequest:medication\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_Observation\"><span style=\"white-space: nowrap;\">Observation</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-observation-adi-documentation.html\">US Core Observation ADI Documentation Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-observation-lab.html\">US Core Laboratory Result Observation Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-observation-pregnancystatus.html\">US Core Observation Pregnancy Status Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-observation-pregnancyintent.html\">US Core Observation Pregnancy Intent Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-observation-occupation.html\">US Core Observation Occupation Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-respiratory-rate.html\">US Core Respiratory Rate Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-simple-observation.html\">US Core Simple Observation Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-treatment-intervention-preference.html\">US Core Treatment Intervention Preference Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-care-experience-preference.html\">US Core Care Experience Preference Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-heart-rate.html\">US Core Heart Rate Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-body-temperature.html\">US Core Body Temperature Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-pediatric-weight-for-height.html\">US Core Pediatric Weight for Height Observation Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-pulse-oximetry.html\">US Core Pulse Oximetry Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-smokingstatus.html\">US Core Smoking Status Observation Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-observation-sexual-orientation.html\">US Core Observation Sexual Orientation Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-head-circumference.html\">US Core Head Circumference Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-body-height.html\">US Core Body Height Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-bmi.html\">US Core BMI Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-observation-screening-assessment.html\">US Core Observation Screening Assessment Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-average-blood-pressure.html\">US Core Average Blood Pressure Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-blood-pressure.html\">US Core Blood Pressure Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-observation-clinical-result.html\">US Core Observation Clinical Result Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-pediatric-bmi-for-age.html\">US Core Pediatric BMI for Age Observation Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <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/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-body-weight.html\">US Core Body Weight Profile</a><br/>\n                        \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-vital-signs.html\">US Core Vital Signs Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                category, code, date, _lastUpdated, patient, status\n                \n                     <!-- Each set of optional and required combo search parameters -->\n                  , patient+code+date, patient+category+_lastUpdated, patient+category+date, patient+category, patient+category+status, patient+code\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_Organization\"><span style=\"white-space: nowrap;\">Organization</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-organization.html\">US Core Organization Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                address, name\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_Patient\"><span style=\"white-space: nowrap;\">Patient</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-patient.html\">US Core Patient Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                _id, birthdate, death-date, family, given, identifier, name\n                \n                     <!-- Each set of optional and required combo search parameters -->\n                  , birthdate+name, birthdate+family, death-date+family\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_Practitioner\"><span style=\"white-space: nowrap;\">Practitioner</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-practitioner.html\">US Core Practitioner Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                _id, identifier, name\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_PractitionerRole\"><span style=\"white-space: nowrap;\">PractitionerRole</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-practitionerrole.html\">US Core PractitionerRole Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                practitioner, specialty\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                PractitionerRole:endpoint\nPractitionerRole:practitioner\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_Procedure\"><span style=\"white-space: nowrap;\">Procedure</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-procedure.html\">US Core Procedure Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                code, date, patient, status\n                \n                     <!-- Each set of optional and required combo search parameters -->\n                  , patient+code+date, patient+date, patient+status\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_Provenance\"><span style=\"white-space: nowrap;\">Provenance</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-provenance.html\">US Core Provenance Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_Questionnaire\"><span style=\"white-space: nowrap;\">Questionnaire</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"http://hl7.org/fhir/uv/sdc/StructureDefinition-sdc-questionnaire.html\">SDC Base Questionnaire Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_QuestionnaireResponse\"><span style=\"white-space: nowrap;\">QuestionnaireResponse</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-questionnaireresponse.html\">US Core QuestionnaireResponse Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                _id, authored, patient, questionnaire, status\n                \n                     <!-- Each set of optional and required combo search parameters -->\n                  , patient+questionnaire, patient+authored, patient+status\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_RelatedPerson\"><span style=\"white-space: nowrap;\">RelatedPerson</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-relatedperson.html\">US Core RelatedPerson Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                _id, name, patient\n                \n                     <!-- Each set of optional and required combo search parameters -->\n                  , patient+name\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_ServiceRequest\"><span style=\"white-space: nowrap;\">ServiceRequest</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-servicerequest.html\">US Core ServiceRequest Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                _id, authored, category, code, patient, status\n                \n                     <!-- Each set of optional and required combo search parameters -->\n                  , patient+code+authored, patient+category+authored, patient+category, patient+status, patient+code\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                Provenance:target\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_Specimen\"><span style=\"white-space: nowrap;\">Specimen</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n                \n                <span style=\"white-space: nowrap;\">create</span>,\n                \n                <span style=\"white-space: nowrap;\">search-type</span>,\n                \n                <span style=\"white-space: nowrap;\">read</span>,\n                \n                <span style=\"white-space: nowrap;\">vread</span>,\n                \n                <span style=\"white-space: nowrap;\">update</span>,\n                \n                <span style=\"white-space: nowrap;\">patch</span>,\n                \n                <span style=\"white-space: nowrap;\">delete</span>,\n                \n                <span style=\"white-space: nowrap;\">history-instance</span>,\n                \n                <span style=\"white-space: nowrap;\">history-type</span>,\n                \n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                      \n                          \n                          \n                        \n                          <span style=\"color: grey;\">•</span><a href=\"StructureDefinition-us-core-specimen.html\">US Core Specimen Profile</a><br/>\n                        \n                      \n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                _id, patient\n                \n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n          </tr>\n          \n          <tr>\n            <td>\n              <a href=\"#Server_ValueSet\"><span style=\"white-space: nowrap;\">ValueSet</span></a>\n            </td>\n\n                <!-- Supported Interactions\n            <td>\n              \n            </td> -->\n\n                <!-- Supported Profiles -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported Searches will need to do some sort of mapping instead of join to get the expectations printed out -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _includes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported _revincludes -->\n            <td>\n              \n                 <span style=\"color: grey;\">-</span>\n              \n            </td>\n\n                <!-- Supported Operations -->\n            <td>\n              \n                  $expand\n              \n            </td>\n          </tr>\n          \n        </tbody>\n      </table>\n      <br/>\n\n      <h3 id=\"resource-details\" class=\"no_toc\">RESTful Server Capabilities by Resource/Profile:</h3>\n\n\n          <!-- Resource Detail -->\n\n      \n        <h4 id=\"Server_AllergyIntolerance\" class=\"no_toc\">AllergyIntolerance</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-allergyintolerance.html\">US Core AllergyIntolerance Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a AllergyIntolerance resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/AllergyIntolerance {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing AllergyIntolerance resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/AllergyIntolerance/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing AllergyIntolerance resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/AllergyIntolerance/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a AllergyIntolerance resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/AllergyIntolerance/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning AllergyIntolerance resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/AllergyIntolerance/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a AllergyIntolerance resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/AllergyIntolerance/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a AllergyIntolerance resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/AllergyIntolerance/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a AllergyIntolerance using:\n                  <code class=\"highlighter-rouge\">GET [base]/AllergyIntolerance/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of AllergyIntolerance resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/AllergyIntolerance/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n              \n                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/AllergyIntolerance?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-allergyintolerance-patient.html\">patient</a>\n                </td>\n                <td>\n                  Reference\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/AllergyIntolerance?patient=[type]/[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n                \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-allergyintolerance-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-allergyintolerance-clinical-status.html\">clinical-status</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/AllergyIntolerance?patient=[type]/[id]&amp;clinical-status=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_CarePlan\" class=\"no_toc\">CarePlan</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-careplan.html\">US Core CarePlan Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a CarePlan resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/CarePlan {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing CarePlan resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/CarePlan/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing CarePlan resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/CarePlan/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a CarePlan resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/CarePlan/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning CarePlan resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/CarePlan/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a CarePlan resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/CarePlan/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a CarePlan resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/CarePlan/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a CarePlan using:\n                  <code class=\"highlighter-rouge\">GET [base]/CarePlan/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of CarePlan resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/CarePlan/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n              \n                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/CarePlan?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              \n                \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/CarePlan?patient=[type]/[id]&amp;category=[system]|[code]&amp;status=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-careplan-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-careplan-category.html\">category</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/CarePlan?patient=[type]/[id]&amp;category=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/CarePlan?patient=[type]/[id]&amp;category=[system]|[code]&amp;date=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Token+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/CarePlan?patient=[type]/[id]&amp;category=[system]|[code]&amp;status=[system]|[code]&amp;date=[dateTime]</code>\n                  </td>\n                </tr>\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_CareTeam\" class=\"no_toc\">CareTeam</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-careteam.html\">US Core CareTeam Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a CareTeam resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/CareTeam {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing CareTeam resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/CareTeam/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing CareTeam resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/CareTeam/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a CareTeam resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/CareTeam/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning CareTeam resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/CareTeam/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a CareTeam resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/CareTeam/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a CareTeam resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/CareTeam/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a CareTeam using:\n                  <code class=\"highlighter-rouge\">GET [base]/CareTeam/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of CareTeam resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/CareTeam/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n              \n              \n              \n                <li>A Server <strong>SHOULD</strong> be capable of supporting the following _includes:\n                  <ul>\n                    \n                      \n                        <li>CareTeam:participant:PractitionerRole - <code class=\"highlighter-rouge\">GET [base]/CareTeam?[parameter=value]&amp;_include=CareTeam:participant:PractitionerRole</code></li>\n                      \n                    \n                      \n                        <li>CareTeam:participant:Practitioner - <code class=\"highlighter-rouge\">GET [base]/CareTeam?[parameter=value]&amp;_include=CareTeam:participant:Practitioner</code></li>\n                      \n                    \n                      \n                        <li>CareTeam:participant:Patient - <code class=\"highlighter-rouge\">GET [base]/CareTeam?[parameter=value]&amp;_include=CareTeam:participant:Patient</code></li>\n                      \n                    \n                      \n                        <li>CareTeam:participant:RelatedPerson - <code class=\"highlighter-rouge\">GET [base]/CareTeam?[parameter=value]&amp;_include=CareTeam:participant:RelatedPerson</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n            \n\n            \n              \n                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/CareTeam?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHOULD</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-careteam-role.html\">role</a>\n                </td>\n                <td>\n                  Token\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/CareTeam?role=[system]|[code]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n                \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-careteam-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-careteam-status.html\">status</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/CareTeam?patient=[type]/[id]&amp;status=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-careteam-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-careteam-role.html\">role</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/CareTeam?patient=[type]/[id]&amp;role=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_Condition\" class=\"no_toc\">Condition</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-condition-encounter-diagnosis.html\">US Core Condition Encounter Diagnosis Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-condition-problems-health-concerns.html\">US Core Condition Problems and Health Concerns Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a Condition resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/Condition {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing Condition resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/Condition/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing Condition resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/Condition/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a Condition resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/Condition/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Condition resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/Condition/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Condition resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Condition/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Condition resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Condition/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Condition using:\n                  <code class=\"highlighter-rouge\">GET [base]/Condition/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Condition resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/Condition/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n              \n                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/Condition?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-condition-patient.html\">patient</a>\n                </td>\n                <td>\n                  Reference\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Condition?patient=[type]/[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n                \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-condition-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-condition-clinical-status.html\">clinical-status</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Condition?patient=[type]/[id]&amp;clinical-status=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-condition-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-condition-code.html\">code</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Condition?patient=[type]/[id]&amp;code=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-condition-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-condition-category.html\">category</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Condition?patient=[type]/[id]&amp;category=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-condition-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-condition-abatement-date.html\">abatement-date</a>\n                  </td>\n                  <td>\n                    Reference+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Condition?patient=[type]/[id]&amp;abatement-date=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-condition-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-condition-recorded-date.html\">recorded-date</a>\n                  </td>\n                  <td>\n                    Reference+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Condition?patient=[type]/[id]&amp;recorded-date=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-condition-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-condition-lastupdated.html\">_lastUpdated</a>\n                  </td>\n                  <td>\n                    Reference+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Condition?patient=[type]/[id]&amp;_lastUpdated=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-condition-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-condition-asserted-date.html\">asserted-date</a>\n                  </td>\n                  <td>\n                    Reference+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Condition?patient=[type]/[id]&amp;asserted-date=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Condition?patient=[type]/[id]&amp;category=[system]|[code]&amp;clinical-status=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-condition-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-condition-onset-date.html\">onset-date</a>\n                  </td>\n                  <td>\n                    Reference+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Condition?patient=[type]/[id]&amp;onset-date=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Reference\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Condition?patient=[type]/[id]&amp;category=[system]|[code]&amp;encounter=[type]/[id]</code>\n                  </td>\n                </tr>\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>\n</div></li>\n              \n                <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>\n<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>\n</div></li>\n              \n                <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>\n<p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>\n<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_Coverage\" class=\"no_toc\">Coverage</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-coverage.html\">US Core Coverage Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a Coverage resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/Coverage {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing Coverage resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/Coverage/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing Coverage resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/Coverage/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a Coverage resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/Coverage/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Coverage resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/Coverage/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Coverage resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Coverage/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Coverage resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Coverage/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Coverage using:\n                  <code class=\"highlighter-rouge\">GET [base]/Coverage/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Coverage resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/Coverage/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n              \n                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/Coverage?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-coverage-patient.html\">patient</a>\n                </td>\n                <td>\n                  Reference\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Coverage?patient=[type]/[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_Device\" class=\"no_toc\">Device</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-device.html\">US Core Device Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a Device resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/Device {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing Device resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/Device/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing Device resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/Device/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a Device resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/Device/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Device resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/Device/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Device resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Device/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Device resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Device/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Device using:\n                  <code class=\"highlighter-rouge\">GET [base]/Device/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Device resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/Device/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n              \n                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/Device?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-device-patient.html\">patient</a>\n                </td>\n                <td>\n                  Reference\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Device?patient=[type]/[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n                \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-device-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-device-type.html\">type</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Device?patient=[type]/[id]&amp;type=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-device-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-device-status.html\">status</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Device?patient=[type]/[id]&amp;status=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_DiagnosticReport\" class=\"no_toc\">DiagnosticReport</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-diagnosticreport-note.html\">US Core DiagnosticReport Profile for Report and Note exchange</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-diagnosticreport-lab.html\">US Core DiagnosticReport Profile for Laboratory Results Reporting</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support create, search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of creating a DiagnosticReport resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/DiagnosticReport {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing DiagnosticReport resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/DiagnosticReport/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing DiagnosticReport resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/DiagnosticReport/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a DiagnosticReport resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/DiagnosticReport/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning DiagnosticReport resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a DiagnosticReport resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a DiagnosticReport resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a DiagnosticReport using:\n                  <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of DiagnosticReport resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n              \n                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n              <blockquote>\n                <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>\n</div>\n              </blockquote>\n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-diagnosticreport-patient.html\">patient</a>\n                </td>\n                <td>\n                  Reference\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?patient=[type]/[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n                \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?patient=[type]/[id]&amp;code=[system]|[code]&amp;date=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?patient=[type]/[id]&amp;category=[system]|[code]&amp;_lastUpdated=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?patient=[type]/[id]&amp;category=[system]|[code]&amp;date=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-diagnosticreport-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-diagnosticreport-category.html\">category</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?patient=[type]/[id]&amp;category=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-diagnosticreport-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-diagnosticreport-status.html\">status</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?patient=[type]/[id]&amp;status=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-diagnosticreport-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-diagnosticreport-code.html\">code</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/DiagnosticReport?patient=[type]/[id]&amp;code=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>\n</div></li>\n              \n                <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>\n<p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>\n<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_DocumentReference\" class=\"no_toc\">DocumentReference</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-documentreference.html\">US Core DocumentReference Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-adi-documentreference.html\">US Core ADI DocumentReference Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support create, search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of creating a DocumentReference resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/DocumentReference {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing DocumentReference resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/DocumentReference/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing DocumentReference resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/DocumentReference/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a DocumentReference resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/DocumentReference/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning DocumentReference resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/DocumentReference/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a DocumentReference resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/DocumentReference/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a DocumentReference resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/DocumentReference/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a DocumentReference using:\n                  <code class=\"highlighter-rouge\">GET [base]/DocumentReference/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of DocumentReference resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/DocumentReference/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n              \n                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/DocumentReference?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-documentreference-id.html\">_id</a>\n                </td>\n                <td>\n                  Token\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/DocumentReference?_id=[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-documentreference-patient.html\">patient</a>\n                </td>\n                <td>\n                  Reference\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/DocumentReference?patient=[type]/[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n                \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-documentreference-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-documentreference-type.html\">type</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/DocumentReference?patient=[type]/[id]&amp;type=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/DocumentReference?patient=[type]/[id]&amp;category=[system]|[code]&amp;date=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-documentreference-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-documentreference-category.html\">category</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/DocumentReference?patient=[type]/[id]&amp;category=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/DocumentReference?patient=[type]/[id]&amp;type=[system]|[code]&amp;period=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-documentreference-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-documentreference-status.html\">status</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/DocumentReference?patient=[type]/[id]&amp;status=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        <p>FHIR Operations:</p>\n        \n\n               <ul>\n          \n          \n            <li> <strong>SHALL</strong> support\n            \n              \n              \n              <a href=\"OperationDefinition-docref.html\"><code>$docref</code></a>\n            \n           </li>\n          \n\n          \n          \n\n          \n          \n\n          \n          \n\n           \n          \n\n          </ul>\n\n          \n            \n              <blockquote>\n                <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>\n<p><code>GET [base]/DocumentReference/$docref?patient=[id]</code></p>\n</div>\n              </blockquote>\n            \n          \n        \n\n        <hr/>\n      \n        <h4 id=\"Server_Encounter\" class=\"no_toc\">Encounter</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-encounter.html\">US Core Encounter Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a Encounter resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/Encounter {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing Encounter resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/Encounter/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing Encounter resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/Encounter/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a Encounter resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/Encounter/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Encounter resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/Encounter/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Encounter resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Encounter/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Encounter resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Encounter/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Encounter using:\n                  <code class=\"highlighter-rouge\">GET [base]/Encounter/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Encounter resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/Encounter/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n              \n                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/Encounter?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-encounter-id.html\">_id</a>\n                </td>\n                <td>\n                  Token\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Encounter?_id=[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              <tr>\n                <td>\n                  <strong>SHOULD</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-encounter-identifier.html\">identifier</a>\n                </td>\n                <td>\n                  Token\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Encounter?identifier=[system]|[code]\n                    </code>\n                </td>\n              </tr>\n\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-encounter-patient.html\">patient</a>\n                </td>\n                <td>\n                  Reference\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Encounter?patient=[type]/[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n                \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-encounter-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-encounter-type.html\">type</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Encounter?patient=[type]/[id]&amp;type=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-encounter-class.html\">class</a>+<a href=\"SearchParameter-us-core-encounter-patient.html\">patient</a>\n                  </td>\n                  <td>\n                    Token+Reference\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Encounter?class=[system]|[code]&amp;patient=[type]/[id]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-encounter-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-encounter-status.html\">status</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Encounter?patient=[type]/[id]&amp;status=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-encounter-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-encounter-lastupdated.html\">_lastUpdated</a>\n                  </td>\n                  <td>\n                    Reference+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Encounter?patient=[type]/[id]&amp;_lastUpdated=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-encounter-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-encounter-location.html\">location</a>\n                  </td>\n                  <td>\n                    Reference+Reference\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Encounter?patient=[type]/[id]&amp;location=[type]/[id]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-encounter-date.html\">date</a>+<a href=\"SearchParameter-us-core-encounter-patient.html\">patient</a>\n                  </td>\n                  <td>\n                    Date/DateTime+Reference\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Encounter?date=[dateTime]&amp;patient=[type]/[id]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-encounter-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-encounter-discharge-disposition.html\">discharge-disposition</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Encounter?patient=[type]/[id]&amp;discharge-disposition=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>\n</div></li>\n              \n                <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>\n<p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>\n<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_Endpoint\" class=\"no_toc\">Endpoint</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          <p>Resource Specific Documentation:</p>\n            <blockquote><div><p>The Endpoint Resource is a Must Support referenced resource when using the US Core PractitionerRole Profile.</p>\n</div></blockquote>\n\n          \n\n              <!-- supported profiles -->\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n            \n            \n              <li><strong>SHOULD</strong> support read, vread</li>\n            \n            \n              <li><strong>MAY</strong> support create, search-type, update, patch, delete, history-instance, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a Endpoint resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/Endpoint {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing Endpoint resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/Endpoint/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing Endpoint resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/Endpoint/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a Endpoint resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/Endpoint/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>search-type</code> interaction returning Endpoint resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/Endpoint/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>read</code> interaction returning a Endpoint resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Endpoint/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Endpoint resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Endpoint/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-instance</code> interaction returning a history of a Endpoint using:\n                  <code class=\"highlighter-rouge\">GET [base]/Endpoint/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Endpoint resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/Endpoint/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_FamilyMemberHistory\" class=\"no_toc\">FamilyMemberHistory</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-familymemberhistory.html\">US Core FamilyMemberHistory Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a FamilyMemberHistory resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/FamilyMemberHistory {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing FamilyMemberHistory resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/FamilyMemberHistory/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing FamilyMemberHistory resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/FamilyMemberHistory/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a FamilyMemberHistory resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/FamilyMemberHistory/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning FamilyMemberHistory resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/FamilyMemberHistory/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a FamilyMemberHistory resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/FamilyMemberHistory/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a FamilyMemberHistory resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/FamilyMemberHistory/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a FamilyMemberHistory using:\n                  <code class=\"highlighter-rouge\">GET [base]/FamilyMemberHistory/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of FamilyMemberHistory resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/FamilyMemberHistory/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n              \n                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/FamilyMemberHistory?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-familymemberhistory-patient.html\">patient</a>\n                </td>\n                <td>\n                  Reference\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/FamilyMemberHistory?patient=[type]/[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n                \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-familymemberhistory-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-familymemberhistory-code.html\">code</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/FamilyMemberHistory?patient=[type]/[id]&amp;code=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_Goal\" class=\"no_toc\">Goal</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-goal.html\">US Core Goal Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a Goal resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/Goal {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing Goal resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/Goal/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing Goal resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/Goal/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a Goal resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/Goal/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Goal resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/Goal/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Goal resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Goal/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Goal resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Goal/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Goal using:\n                  <code class=\"highlighter-rouge\">GET [base]/Goal/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Goal resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/Goal/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n              \n                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/Goal?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-goal-patient.html\">patient</a>\n                </td>\n                <td>\n                  Reference\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Goal?patient=[type]/[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n                \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-goal-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-goal-description.html\">description</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Goal?patient=[type]/[id]&amp;description=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-goal-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-goal-target-date.html\">target-date</a>\n                  </td>\n                  <td>\n                    Reference+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Goal?patient=[type]/[id]&amp;target-date=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-goal-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-goal-lifecycle-status.html\">lifecycle-status</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Goal?patient=[type]/[id]&amp;lifecycle-status=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>A server <strong>SHALL</strong> support a value a value precise to the <em>day</em>.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_HealthcareService\" class=\"no_toc\">HealthcareService</h4>\n\n          <p>Conformance Expectation:	<strong>MAY</strong></p>\n              <!-- Documenation -->\n          <p>Resource Specific Documentation:</p>\n            <blockquote><div><p>The HealthcareService Resource is a referenced resource when using the US Core PractitionerRole Profile and subject to constraint us-core-13: \"SHALL have a practitioner, an organization, a healthcare service, or a location.\"</p>\n</div></blockquote>\n\n          \n\n              <!-- supported profiles -->\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n            \n            \n              <li><strong>SHOULD</strong> support read, vread</li>\n            \n            \n              <li><strong>MAY</strong> support create, search-type, update, patch, delete, history-instance, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a HealthcareService resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/HealthcareService {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing HealthcareService resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/HealthcareService/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing HealthcareService resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/HealthcareService/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a HealthcareService resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/HealthcareService/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>search-type</code> interaction returning HealthcareService resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/HealthcareService/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>read</code> interaction returning a HealthcareService resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/HealthcareService/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a HealthcareService resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/HealthcareService/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-instance</code> interaction returning a history of a HealthcareService using:\n                  <code class=\"highlighter-rouge\">GET [base]/HealthcareService/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of HealthcareService resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/HealthcareService/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_Immunization\" class=\"no_toc\">Immunization</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-immunization.html\">US Core Immunization Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a Immunization resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/Immunization {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing Immunization resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/Immunization/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing Immunization resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/Immunization/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a Immunization resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/Immunization/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Immunization resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/Immunization/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Immunization resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Immunization/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Immunization resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Immunization/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Immunization using:\n                  <code class=\"highlighter-rouge\">GET [base]/Immunization/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Immunization resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/Immunization/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n              \n                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/Immunization?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-immunization-patient.html\">patient</a>\n                </td>\n                <td>\n                  Reference\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Immunization?patient=[type]/[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n                \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-immunization-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-immunization-date.html\">date</a>\n                  </td>\n                  <td>\n                    Reference+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Immunization?patient=[type]/[id]&amp;date=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-immunization-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-immunization-status.html\">status</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Immunization?patient=[type]/[id]&amp;status=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_Location\" class=\"no_toc\">Location</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-location.html\">US Core Location Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a Location resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/Location {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing Location resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/Location/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing Location resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/Location/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a Location resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/Location/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Location resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/Location/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Location resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Location/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Location resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Location/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Location using:\n                  <code class=\"highlighter-rouge\">GET [base]/Location/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Location resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/Location/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-location-address.html\">address</a>\n                </td>\n                <td>\n                  String\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Location?address=[address]\n                    </code>\n                </td>\n              </tr>\n\n              \n              <tr>\n                <td>\n                  <strong>SHOULD</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-location-address-city.html\">address-city</a>\n                </td>\n                <td>\n                  String\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Location?address-city=[address-city]\n                    </code>\n                </td>\n              </tr>\n\n              \n              <tr>\n                <td>\n                  <strong>SHOULD</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-location-address-postalcode.html\">address-postalcode</a>\n                </td>\n                <td>\n                  String\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Location?address-postalcode=[address-postalcode]\n                    </code>\n                </td>\n              </tr>\n\n              \n              <tr>\n                <td>\n                  <strong>SHOULD</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-location-address-state.html\">address-state</a>\n                </td>\n                <td>\n                  String\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Location?address-state=[address-state]\n                    </code>\n                </td>\n              </tr>\n\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-location-name.html\">name</a>\n                </td>\n                <td>\n                  String\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Location?name=[name]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_Medication\" class=\"no_toc\">Medication</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-medication.html\">US Core Medication Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, search-type, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a Medication resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/Medication {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing Medication resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/Medication/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing Medication resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/Medication/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a Medication resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/Medication/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>search-type</code> interaction returning Medication resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/Medication/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Medication resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Medication/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Medication resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Medication/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Medication using:\n                  <code class=\"highlighter-rouge\">GET [base]/Medication/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Medication resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/Medication/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_MedicationDispense\" class=\"no_toc\">MedicationDispense</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-medicationdispense.html\">US Core MedicationDispense Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a MedicationDispense resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/MedicationDispense {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing MedicationDispense resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/MedicationDispense/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing MedicationDispense resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/MedicationDispense/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a MedicationDispense resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/MedicationDispense/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning MedicationDispense resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/MedicationDispense/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a MedicationDispense resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/MedicationDispense/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a MedicationDispense resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/MedicationDispense/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a MedicationDispense using:\n                  <code class=\"highlighter-rouge\">GET [base]/MedicationDispense/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of MedicationDispense resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/MedicationDispense/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n              \n              \n              \n                <li>A Server <strong>SHOULD</strong> be capable of supporting the following _includes:\n                  <ul>\n                    \n                      \n                        <li>MedicationDispense:medication - <code class=\"highlighter-rouge\">GET [base]/MedicationDispense?[parameter=value]&amp;_include=MedicationDispense:medication</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n            \n\n            \n              \n                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/MedicationDispense?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-medicationdispense-patient.html\">patient</a>\n                </td>\n                <td>\n                  Reference\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/MedicationDispense?patient=[type]/[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n                \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/MedicationDispense?patient=[type]/[id]&amp;status=[system]|[code]&amp;type=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-medicationdispense-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-medicationdispense-status.html\">status</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/MedicationDispense?patient=[type]/[id]&amp;status=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_MedicationRequest\" class=\"no_toc\">MedicationRequest</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-medicationrequest.html\">US Core MedicationRequest Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a MedicationRequest resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/MedicationRequest {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing MedicationRequest resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/MedicationRequest/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing MedicationRequest resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/MedicationRequest/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a MedicationRequest resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/MedicationRequest/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning MedicationRequest resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/MedicationRequest/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a MedicationRequest resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/MedicationRequest/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a MedicationRequest resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/MedicationRequest/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a MedicationRequest using:\n                  <code class=\"highlighter-rouge\">GET [base]/MedicationRequest/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of MedicationRequest resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/MedicationRequest/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n              \n              \n              \n                <li>A Server <strong>SHOULD</strong> be capable of supporting the following _includes:\n                  <ul>\n                    \n                      \n                        <li>MedicationRequest:medication - <code class=\"highlighter-rouge\">GET [base]/MedicationRequest?[parameter=value]&amp;_include=MedicationRequest:medication</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n            \n\n            \n              \n                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/MedicationRequest?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              \n                \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/MedicationRequest?patient=[type]/[id]&amp;intent=[system]|[code]&amp;authoredon=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Reference\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/MedicationRequest?patient=[type]/[id]&amp;intent=[system]|[code]&amp;encounter=[type]/[id]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-medicationrequest-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-medicationrequest-intent.html\">intent</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/MedicationRequest?patient=[type]/[id]&amp;intent=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/MedicationRequest?patient=[type]/[id]&amp;intent=[system]|[code]&amp;status=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_Observation\" class=\"no_toc\">Observation</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-observation-adi-documentation.html\">US Core Observation ADI Documentation Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-observation-lab.html\">US Core Laboratory Result Observation Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-observation-pregnancystatus.html\">US Core Observation Pregnancy Status Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-observation-pregnancyintent.html\">US Core Observation Pregnancy Intent Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-observation-occupation.html\">US Core Observation Occupation Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-respiratory-rate.html\">US Core Respiratory Rate Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-simple-observation.html\">US Core Simple Observation Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-treatment-intervention-preference.html\">US Core Treatment Intervention Preference Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-care-experience-preference.html\">US Core Care Experience Preference Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-heart-rate.html\">US Core Heart Rate Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-body-temperature.html\">US Core Body Temperature Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-pediatric-weight-for-height.html\">US Core Pediatric Weight for Height Observation Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-pulse-oximetry.html\">US Core Pulse Oximetry Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-smokingstatus.html\">US Core Smoking Status Observation Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>MAY</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-observation-sexual-orientation.html\">US Core Observation Sexual Orientation Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-head-circumference.html\">US Core Head Circumference Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-body-height.html\">US Core Body Height Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-bmi.html\">US Core BMI Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-observation-screening-assessment.html\">US Core Observation Screening Assessment Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-average-blood-pressure.html\">US Core Average Blood Pressure Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-blood-pressure.html\">US Core Blood Pressure Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-observation-clinical-result.html\">US Core Observation Clinical Result Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-pediatric-bmi-for-age.html\">US Core Pediatric BMI for Age Observation Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-head-occipital-frontal-circumference-percentile.html\">US Core Pediatric Head Occipital Frontal Circumference Percentile Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-body-weight.html\">US Core Body Weight Profile</a>\n                        \n                </li>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-vital-signs.html\">US Core Vital Signs Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a Observation resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/Observation {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing Observation resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/Observation/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing Observation resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/Observation/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a Observation resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/Observation/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Observation resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/Observation/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Observation resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Observation/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Observation resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Observation/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Observation using:\n                  <code class=\"highlighter-rouge\">GET [base]/Observation/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Observation resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/Observation/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n              \n                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/Observation?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              \n                \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Observation?patient=[type]/[id]&amp;code=[system]|[code]&amp;date=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Observation?patient=[type]/[id]&amp;category=[system]|[code]&amp;_lastUpdated=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Observation?patient=[type]/[id]&amp;category=[system]|[code]&amp;date=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-observation-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-observation-category.html\">category</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Observation?patient=[type]/[id]&amp;category=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Observation?patient=[type]/[id]&amp;category=[system]|[code]&amp;status=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-observation-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-observation-code.html\">code</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Observation?patient=[type]/[id]&amp;code=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>\n</div></li>\n              \n                <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>\n<p>A client <strong>SHALL</strong> provide a value precise to the <em>second + time offset</em>.</p>\n<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_Organization\" class=\"no_toc\">Organization</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-organization.html\">US Core Organization Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a Organization resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/Organization {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing Organization resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/Organization/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing Organization resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/Organization/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a Organization resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/Organization/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Organization resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/Organization/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Organization resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Organization/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Organization resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Organization/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Organization using:\n                  <code class=\"highlighter-rouge\">GET [base]/Organization/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Organization resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/Organization/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-organization-address.html\">address</a>\n                </td>\n                <td>\n                  String\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Organization?address=[address]\n                    </code>\n                </td>\n              </tr>\n\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-organization-name.html\">name</a>\n                </td>\n                <td>\n                  String\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Organization?name=[name]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_Patient\" class=\"no_toc\">Patient</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-patient.html\">US Core Patient Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a Patient resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/Patient {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing Patient resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/Patient/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing Patient resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/Patient/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a Patient resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/Patient/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Patient resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/Patient/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Patient resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Patient/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Patient resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Patient/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Patient using:\n                  <code class=\"highlighter-rouge\">GET [base]/Patient/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Patient resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/Patient/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n              \n                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/Patient?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-patient-id.html\">_id</a>\n                </td>\n                <td>\n                  Token\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Patient?_id=[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-patient-identifier.html\">identifier</a>\n                </td>\n                <td>\n                  Token\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Patient?identifier=[system]|[code]\n                    </code>\n                </td>\n              </tr>\n\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-patient-name.html\">name</a>\n                </td>\n                <td>\n                  String\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Patient?name=[name]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n                \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-patient-birthdate.html\">birthdate</a>+<a href=\"SearchParameter-us-core-patient-name.html\">name</a>\n                  </td>\n                  <td>\n                    Date/DateTime+String\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Patient?birthdate=[dateTime]&amp;name=[name]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-patient-birthdate.html\">birthdate</a>+<a href=\"SearchParameter-us-core-patient-family.html\">family</a>\n                  </td>\n                  <td>\n                    Date/DateTime+String\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Patient?birthdate=[dateTime]&amp;family=[family]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-patient-death-date.html\">death-date</a>+<a href=\"SearchParameter-us-core-patient-family.html\">family</a>\n                  </td>\n                  <td>\n                    Date/DateTime+String\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Patient?death-date=[dateTime]&amp;family=[family]</code>\n                  </td>\n                </tr>\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>A server <strong>SHALL</strong> support a value a value precise to the <em>day</em>.</p>\n</div></li>\n              \n                <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>\n<p>A server <strong>SHALL</strong> support a value a value precise to the <em>day</em>.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_Practitioner\" class=\"no_toc\">Practitioner</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-practitioner.html\">US Core Practitioner Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a Practitioner resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/Practitioner {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing Practitioner resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/Practitioner/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing Practitioner resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/Practitioner/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a Practitioner resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/Practitioner/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Practitioner resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/Practitioner/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Practitioner resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Practitioner/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Practitioner resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Practitioner/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Practitioner using:\n                  <code class=\"highlighter-rouge\">GET [base]/Practitioner/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Practitioner resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/Practitioner/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHOULD</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-practitioner-id.html\">_id</a>\n                </td>\n                <td>\n                  Token\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Practitioner?_id=[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-practitioner-identifier.html\">identifier</a>\n                </td>\n                <td>\n                  Token\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Practitioner?identifier=[system]|[code]\n                    </code>\n                </td>\n              </tr>\n\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-practitioner-name.html\">name</a>\n                </td>\n                <td>\n                  String\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Practitioner?name=[name]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_PractitionerRole\" class=\"no_toc\">PractitionerRole</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-practitionerrole.html\">US Core PractitionerRole Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a PractitionerRole resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/PractitionerRole {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing PractitionerRole resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/PractitionerRole/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing PractitionerRole resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/PractitionerRole/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a PractitionerRole resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/PractitionerRole/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning PractitionerRole resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/PractitionerRole/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a PractitionerRole resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/PractitionerRole/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a PractitionerRole resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/PractitionerRole/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a PractitionerRole using:\n                  <code class=\"highlighter-rouge\">GET [base]/PractitionerRole/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of PractitionerRole resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/PractitionerRole/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n              \n              \n              \n                <li>A Server <strong>SHOULD</strong> be capable of supporting the following _includes:\n                  <ul>\n                    \n                      \n                        <li>PractitionerRole:endpoint - <code class=\"highlighter-rouge\">GET [base]/PractitionerRole?[parameter=value]&amp;_include=PractitionerRole:endpoint</code></li>\n                      \n                    \n                      \n                        <li>PractitionerRole:practitioner - <code class=\"highlighter-rouge\">GET [base]/PractitionerRole?[parameter=value]&amp;_include=PractitionerRole:practitioner</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n            \n\n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-practitionerrole-practitioner.html\">practitioner</a>\n                </td>\n                <td>\n                  Reference\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/PractitionerRole?practitioner=[type]/[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-practitionerrole-specialty.html\">specialty</a>\n                </td>\n                <td>\n                  Token\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/PractitionerRole?specialty=[system]|[code]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_Procedure\" class=\"no_toc\">Procedure</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-procedure.html\">US Core Procedure Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a Procedure resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/Procedure {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing Procedure resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/Procedure/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing Procedure resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/Procedure/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a Procedure resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/Procedure/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning Procedure resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/Procedure/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Procedure resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Procedure/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Procedure resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Procedure/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Procedure using:\n                  <code class=\"highlighter-rouge\">GET [base]/Procedure/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Procedure resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/Procedure/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n              \n                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/Procedure?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-procedure-patient.html\">patient</a>\n                </td>\n                <td>\n                  Reference\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Procedure?patient=[type]/[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n                \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Procedure?patient=[type]/[id]&amp;code=[system]|[code]&amp;date=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-procedure-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-procedure-date.html\">date</a>\n                  </td>\n                  <td>\n                    Reference+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Procedure?patient=[type]/[id]&amp;date=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-procedure-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-procedure-status.html\">status</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/Procedure?patient=[type]/[id]&amp;status=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_Provenance\" class=\"no_toc\">Provenance</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-provenance.html\">US Core Provenance Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, search-type, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a Provenance resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/Provenance {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing Provenance resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/Provenance/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing Provenance resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/Provenance/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a Provenance resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/Provenance/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>search-type</code> interaction returning Provenance resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/Provenance/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Provenance resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Provenance/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Provenance resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Provenance/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Provenance using:\n                  <code class=\"highlighter-rouge\">GET [base]/Provenance/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Provenance resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/Provenance/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_Questionnaire\" class=\"no_toc\">Questionnaire</h4>\n\n          <p>Conformance Expectation:	<strong>SHOULD</strong></p>\n              <!-- Documenation -->\n          <p>Resource Specific Documentation:</p>\n            <blockquote><div><ul>\n<li>US Core defines two ways to represent the questions and responses to screening and assessment instruments:\n<ul>\n<li>Observation: US Core Observation Screening Assessment Profile</li>\n<li>Questionnaire/QuestionnaireResponse: SDC Base Questionnaire/US Core QuestionnaireResponse Profile</li>\n</ul>\n</li>\n<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>\n</ul>\n</div></blockquote>\n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"http://hl7.org/fhir/uv/sdc/StructureDefinition-sdc-questionnaire.html\">SDC Base Questionnaire Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n            \n            \n              <li><strong>SHOULD</strong> support read, vread</li>\n            \n            \n              <li><strong>MAY</strong> support create, search-type, update, patch, delete, history-instance, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a Questionnaire resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/Questionnaire {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing Questionnaire resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/Questionnaire/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing Questionnaire resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/Questionnaire/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a Questionnaire resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/Questionnaire/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>search-type</code> interaction returning Questionnaire resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/Questionnaire/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>read</code> interaction returning a Questionnaire resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Questionnaire/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Questionnaire resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Questionnaire/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-instance</code> interaction returning a history of a Questionnaire using:\n                  <code class=\"highlighter-rouge\">GET [base]/Questionnaire/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Questionnaire resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/Questionnaire/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_QuestionnaireResponse\" class=\"no_toc\">QuestionnaireResponse</h4>\n\n          <p>Conformance Expectation:	<strong>SHOULD</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-questionnaireresponse.html\">US Core QuestionnaireResponse Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n            \n            \n              <li><strong>SHOULD</strong> support search-type, read, vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a QuestionnaireResponse resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/QuestionnaireResponse {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing QuestionnaireResponse resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/QuestionnaireResponse/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing QuestionnaireResponse resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/QuestionnaireResponse/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a QuestionnaireResponse resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/QuestionnaireResponse/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>search-type</code> interaction returning QuestionnaireResponse resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/QuestionnaireResponse/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>read</code> interaction returning a QuestionnaireResponse resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/QuestionnaireResponse/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a QuestionnaireResponse resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/QuestionnaireResponse/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a QuestionnaireResponse using:\n                  <code class=\"highlighter-rouge\">GET [base]/QuestionnaireResponse/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of QuestionnaireResponse resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/QuestionnaireResponse/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n              \n              \n              \n                <li>A Server <strong>SHOULD</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/QuestionnaireResponse?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-questionnaireresponse-id.html\">_id</a>\n                </td>\n                <td>\n                  Token\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/QuestionnaireResponse?_id=[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-questionnaireresponse-patient.html\">patient</a>\n                </td>\n                <td>\n                  Reference\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/QuestionnaireResponse?patient=[type]/[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n                \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-questionnaireresponse-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-questionnaireresponse-questionnaire.html\">questionnaire</a>\n                  </td>\n                  <td>\n                    Reference+Reference\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/QuestionnaireResponse?patient=[type]/[id]&amp;questionnaire=[type]/[id]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-questionnaireresponse-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-questionnaireresponse-authored.html\">authored</a>\n                  </td>\n                  <td>\n                    Reference+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/QuestionnaireResponse?patient=[type]/[id]&amp;authored=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-questionnaireresponse-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-questionnaireresponse-status.html\">status</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/QuestionnaireResponse?patient=[type]/[id]&amp;status=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_RelatedPerson\" class=\"no_toc\">RelatedPerson</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-relatedperson.html\">US Core RelatedPerson Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support search-type, read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a RelatedPerson resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/RelatedPerson {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing RelatedPerson resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/RelatedPerson/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing RelatedPerson resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/RelatedPerson/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a RelatedPerson resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/RelatedPerson/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>search-type</code> interaction returning RelatedPerson resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/RelatedPerson/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a RelatedPerson resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/RelatedPerson/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a RelatedPerson resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/RelatedPerson/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a RelatedPerson using:\n                  <code class=\"highlighter-rouge\">GET [base]/RelatedPerson/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of RelatedPerson resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/RelatedPerson/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n              \n                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/RelatedPerson?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-relatedperson-id.html\">_id</a>\n                </td>\n                <td>\n                  Token\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/RelatedPerson?_id=[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              <tr>\n                <td>\n                  <strong>SHOULD</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-relatedperson-name.html\">name</a>\n                </td>\n                <td>\n                  String\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/RelatedPerson?name=[name]\n                    </code>\n                </td>\n              </tr>\n\n              \n              <tr>\n                <td>\n                  <strong>SHOULD</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-relatedperson-patient.html\">patient</a>\n                </td>\n                <td>\n                  Reference\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/RelatedPerson?patient=[type]/[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n                \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-relatedperson-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-relatedperson-name.html\">name</a>\n                  </td>\n                  <td>\n                    Reference+String\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/RelatedPerson?patient=[type]/[id]&amp;name=[name]</code>\n                  </td>\n                </tr>\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_ServiceRequest\" class=\"no_toc\">ServiceRequest</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-servicerequest.html\">US Core ServiceRequest Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, search-type, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a ServiceRequest resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/ServiceRequest {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing ServiceRequest resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/ServiceRequest/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing ServiceRequest resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/ServiceRequest/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a ServiceRequest resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/ServiceRequest/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>search-type</code> interaction returning ServiceRequest resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/ServiceRequest/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a ServiceRequest resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/ServiceRequest/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a ServiceRequest resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/ServiceRequest/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a ServiceRequest using:\n                  <code class=\"highlighter-rouge\">GET [base]/ServiceRequest/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of ServiceRequest resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/ServiceRequest/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n              \n                <li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:\n                  <ul>\n                    \n                      \n                        <li>Provenance:target - <code class=\"highlighter-rouge\">GET [base]/ServiceRequest?[parameter=value]&amp;_revinclude=Provenance:target</code></li>\n                      \n                    \n                  </ul>\n                </li>\n              \n              \n              \n              \n              \n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-servicerequest-id.html\">_id</a>\n                </td>\n                <td>\n                  Token\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/ServiceRequest?_id=[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-servicerequest-patient.html\">patient</a>\n                </td>\n                <td>\n                  Reference\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/ServiceRequest?patient=[type]/[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n                \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/ServiceRequest?patient=[type]/[id]&amp;code=[system]|[code]&amp;authored=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <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>\n                  </td>\n                  <td>\n                    Reference+Token+Date/DateTime\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/ServiceRequest?patient=[type]/[id]&amp;category=[system]|[code]&amp;authored=[dateTime]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-servicerequest-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-servicerequest-category.html\">category</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/ServiceRequest?patient=[type]/[id]&amp;category=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHOULD</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-servicerequest-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-servicerequest-status.html\">status</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/ServiceRequest?patient=[type]/[id]&amp;status=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n                \n                <tr>\n                  <td>\n                    <strong>SHALL</strong>\n                  </td>\n                  <td>\n                    <a href=\"SearchParameter-us-core-servicerequest-patient.html\">patient</a>+<a href=\"SearchParameter-us-core-servicerequest-code.html\">code</a>\n                  </td>\n                  <td>\n                    Reference+Token\n                  </td>\n                  <td>\n                    <code class=\"highlighter-rouge\">GET [base]/ServiceRequest?patient=[type]/[id]&amp;code=[system]|[code]</code>\n                  </td>\n                </tr>\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n          <div>\n                <!-- <p>Search Parameter Requirements (When Used Alone or in Combination):</p> -->\n            <ul>\n              \n                <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>\n<p>A server <strong>SHALL</strong> support a value precise to the <em>second + time offset</em>.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n                <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>\n<p>The server <strong>SHALL</strong> support both.</p>\n</div></li>\n              \n            </ul>\n          </div>\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_Specimen\" class=\"no_toc\">Specimen</h4>\n\n          <p>Conformance Expectation:	<strong>SHALL</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          <p>Supported Profiles:</p>\n            <ul>\n              \n                 \n                 \n                 \n                <li><strong>SHALL</strong> support \n                       \n                          <a href=\"StructureDefinition-us-core-specimen.html\">US Core Specimen Profile</a>\n                        \n                </li>\n              \n            </ul>\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        <p>FHIR RESTful Interactions</p>\n        <div style=\"padding-left: 2em;\">\n        <p>Summary:</p>\n          <ul>\n            \n              <li><strong>SHALL</strong> support read</li>\n            \n            \n            \n              <li><strong>SHOULD</strong> support vread, history-instance</li>\n            \n            \n              <li><strong>MAY</strong> support create, search-type, update, patch, delete, history-type</li>\n            \n            \n          </ul>\n\n            <!-- Rest Modify Criteria Details: interaction details -->\n        \n          <br/>\n          <p>Modify Criteria Details:</p>\n          <ul>\n            \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of creating a Specimen resource using:\n                  <code class=\"highlighter-rouge\">POST [base]/Specimen {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n                <li>\n                      <!-- TODO change note if server allows putting of a new one (with a specified ID) -->\n                  A Server <strong>MAY</strong> be capable of updating a existing Specimen resource using:\n                  <code class=\"highlighter-rouge\">PUT [base]/Specimen/[id] {?_format=[mime-type]}</code>\n                  \n                </li>\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of patching an existing Specimen resource using:\n                  <code class=\"highlighter-rouge\">PATCH [base]/Specimen/[id] {?_format=[mime-type]}</code>\n                </li>\n              \n            \n              \n\n              \n\n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of deleting a Specimen resource using:\n                  <code class=\"highlighter-rouge\">DELETE [base]/Specimen/[id]</code>\n                  \n                </li>\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n              \n\n              \n\n              \n              \n            \n          </ul>\n        \n\n            <!-- Rest Fetch and Search Criteria Details interaction details -->\n        \n          <br/>\n          <p>Fetch and Search Criteria Details:</p>\n          <ul>\n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>search-type</code> interaction returning Specimen resources matching a search query using:\n                  <code class=\"highlighter-rouge\">GET [base]/Specimen/[id]{?[parameters]{&amp;_format=[mime-type]}}</code>\n                </li>\n              \n              \n              \n            \n              \n                <li>\n                  A Server <strong>SHALL</strong> be capable of a <code>read</code> interaction returning a Specimen resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Specimen/[id]</code>\n                  \n                </li>\n              \n              \n              \n              \n              \n            \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>vread</code> interaction returning a Specimen resource using:\n                  <code class=\"highlighter-rouge\">GET [base]/Specimen/[id]/_history/vid</code>\n                </li>\n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n              \n            \n              \n              \n              \n              \n                <li>\n                  A Server <strong>SHOULD</strong> be capable of a <code>history-instance</code> interaction returning a history of a Specimen using:\n                  <code class=\"highlighter-rouge\">GET [base]/Specimen/[id]/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n              \n            \n              \n              \n              \n              \n              \n                <li>\n                  A Server <strong>MAY</strong> be capable of a <code>history-type</code> interaction returning the history of Specimen resources using:\n                  <code class=\"highlighter-rouge\">GET [base]/Specimen/_history{?[parameters]&amp;_format=[mime-type]}</code>\n                </li>\n              \n            \n\n            \n\n            \n\n          </ul>\n        \n\n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n            \n          \n\n        \n          <br/>\n          <p>Search Parameter Requirements (When Used Alone or in Combination):</p>\n          <table style=\"margin-left: 1em;\" class=\"grid\">\n            <thead>\n              <tr>\n                <th style=\"white-space: nowrap;\">Conformance</th>\n                <th>Parameter</th>\n                <th>Type</th>\n                <th>Example</th>\n              </tr>\n            </thead>\n            <tbody>\n                  <!-- search parameters be limited to only SHALL and SHOULD\n               http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient\n               https://hl7.org/fhir/us/core/SearchParameter-us-core-careplan-patient.html -->\n              \n              <tr>\n                <td>\n                  <strong>SHALL</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-specimen-id.html\">_id</a>\n                </td>\n                <td>\n                  Token\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Specimen?_id=[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              <tr>\n                <td>\n                  <strong>SHOULD</strong>\n                </td>\n                <td>\n                  <a href=\"SearchParameter-us-core-specimen-patient.html\">patient</a>\n                </td>\n                <td>\n                  Reference\n                </td>\n                <td>\n                  <code class=\"highlighter-rouge\">GET [base]/Specimen?patient=[type]/[id]\n                    </code>\n                </td>\n              </tr>\n\n              \n              \n            </tbody>\n          </table>\n        \n\n        \n\n        </div>     <!-- end padding left -->\n       \n\n        \n\n        <hr/>\n      \n        <h4 id=\"Server_ValueSet\" class=\"no_toc\">ValueSet</h4>\n\n          <p>Conformance Expectation:	<strong>SHOULD</strong></p>\n              <!-- Documenation -->\n          \n\n          \n\n              <!-- supported profiles -->\n          \n\n        <p>\n          \n\n          \n\n          \n\n          \n        </p>\n\n            <!-- Resource Interactions -->\n        \n\n        <p>FHIR Operations:</p>\n        \n\n               <ul>\n          \n          \n\n          \n          \n            <li> <strong>SHOULD</strong> support\n            \n              \n              \n              <a href=\"http://hl7.org/fhir/R4/valueset-operation-expand.html\"><code>$expand</code></a>\n            \n           </li>\n          \n\n          \n          \n\n          \n          \n\n           \n          \n\n          </ul>\n\n          \n            \n              <blockquote>\n                <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>\n</div>\n              </blockquote>\n            \n          \n        \n\n        <hr/>\n      \n    \n  \n\n      <!-- Messaging Capabilities -->\n  \n\n      <!-- Document Capabilities -->\n  \n\n</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "cgp"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 3 ;
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom>
         ] ;
         fhir:value [
           a fhir:Canonical ;
           fhir:v "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core>
         ]
       ] )
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "trial-use" ;
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom>
         ] ;
         fhir:value [
           a fhir:Canonical ;
           fhir:v "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core>
         ]
       ] )
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server>
  ] ; # 
  fhir:version [ fhir:v "9.0.0"] ; # 
  fhir:name [ fhir:v "UsCoreServerCapabilityStatement"] ; # 
  fhir:title [ fhir:v "US Core Server CapabilityStatement"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-04-16"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / Cross-Group Projects"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International / Cross-Group Projects" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cgp" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "cgp@lists.HL7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "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)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "US" ]
     ] )
  ] ) ; # 
  fhir:kind [ fhir:v "requirements"] ; # 
  fhir:fhirVersion [ fhir:v "4.0.1"] ; # 
  fhir:format ( [
     fhir:v "json" ;
     fhir:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
       ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SHALL"
       ]
     ] )
  ] [
     fhir:v "xml" ;
     fhir:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
       ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SHOULD"
       ]
     ] )
  ] ) ; # 
  fhir:patchFormat ( [
     fhir:v "application/json-patch+json" ;
     fhir:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
       ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SHOULD"
       ]
     ] )
  ] ) ; # 
  fhir:implementationGuide ( [
     fhir:v "http://hl7.org/fhir/smart-app-launch/ImplementationGuide/hl7.fhir.uv.smart-app-launch"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/smart-app-launch/ImplementationGuide/hl7.fhir.uv.smart-app-launch> ;
     fhir:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
       ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SHOULD"
       ]
     ] [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
       ] ;
       fhir:value [
         a fhir:Url ;
         fhir:v "https://hl7.org/fhir/smart-app-launch/STU2/index.html"^^xsd:anyURI ;
         fhir:l <https://hl7.org/fhir/smart-app-launch/STU2/index.html>
       ]
     ] [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/display>
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "SMART App Launch version 2.0.0 and later"
       ]
     ] )
  ] ) ; # 
  fhir:rest ( [
     fhir:mode [ fhir:v "server" ] ;
     fhir:documentation [ fhir:v "The US Core Server **SHALL**:\n\n1. 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.\n    -  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.\n1. Follow the narrative requirements documented in the:\n    - [Conformance](conformance.html) pages\n    - [Guidance](guidance.html) pages\n    - Profile Specific Implementation Guidance for each Profile that the US Core Server supports.\n\n    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.\n1. Return the following response classes:\n    - (Status 400): invalid parameter\n    - (Status 401/4xx): unauthorized request\n    - (Status 403): insufficient scopes\n    - (Status 404): unknown resource\n1. Support JSON source formats for all US Core interactions.\n\nThe US Core Server **SHOULD**:\n\n1. Follow the guidance documented in the [General Guidance](general-guidance.html) page\n1. Support XML source formats for all US Core interactions.\n1. Identify the US Core profiles supported as part of the FHIR `meta.profile` attribute for each instance.\n\n> **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:\n> - `multipleAnd`\n> - `multipleOr`\n> - `comparator`\n> - `modifier`\n> - `chain`\n>\n> They **SHALL NOT** be interpreted as search parameters for search. Servers and Clients **SHOULD** use the standard FHIR SearchParameters." ] ;
     fhir:security [
       fhir:description [ fhir:v "1. See the [General Security Considerations](security.html) section for requirements and recommendations.\n1. A server **SHALL** reject any unauthorized requests by returning an `HTTP 401` \"Unauthorized\", `HTTP 403` \"Forbidden\", or `HTTP 404` \"Not Found\"" ]
     ] ;
     fhir:resource ( [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "clinical-status"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] ) ;
       fhir:type [ fhir:v "AllergyIntolerance" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core AllergyIntolerance Profile"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-allergyintolerance.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-allergyintolerance.html
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "clinical-status" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-clinical-status|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-clinical-status?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-allergyintolerance-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "category"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "status"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "category"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "category"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "date"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "category"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "status"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "date"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] ) ;
       fhir:type [ fhir:v "CarePlan" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-careplan.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-careplan.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core CarePlan Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "category" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-careplan-category|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-careplan-category?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "date" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-careplan-date|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-careplan-date?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A client **SHALL** provide a value precise to the *second + time offset*.\n\n\nA server **SHALL** support a value precise to the *second + time offset*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-careplan-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-careplan-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "status" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-careplan-status|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-careplan-status?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "status"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "role"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] ) ;
       fhir:type [ fhir:v "CareTeam" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-careteam.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-careteam.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core CareTeam Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchInclude ( [
         fhir:v "CareTeam:participant:PractitionerRole" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] )
       ] [
         fhir:v "CareTeam:participant:Practitioner" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] )
       ] [
         fhir:v "CareTeam:participant:Patient" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] )
       ] [
         fhir:v "CareTeam:participant:RelatedPerson" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] )
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-careteam-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-careteam-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:name [ fhir:v "role" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-careteam-role|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-careteam-role?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "status" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-careteam-status|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-careteam-status?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "clinical-status"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "code"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "category"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "abatement-date"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "recorded-date"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "_lastUpdated"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "asserted-date"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "category"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "clinical-status"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "onset-date"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "category"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "encounter"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] ) ;
       fhir:type [ fhir:v "Condition" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-encounter-diagnosis?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-condition-encounter-diagnosis.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-condition-encounter-diagnosis.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Condition Encounter Diagnosis Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-condition-problems-health-concerns.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-condition-problems-health-concerns.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Condition Problems and Health Concerns Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "abatement-date" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-abatement-date|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-abatement-date?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A client **SHALL** provide a value precise to the *second + time offset*.\n\n\nA server **SHALL** support a value precise to the *second + time offset*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "asserted-date" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-asserted-date|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-asserted-date?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A client **SHALL** provide a value precise to the *second + time offset*.\n\n\nA server **SHALL** support a value precise to the *second + time offset*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "category" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-category|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-category?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "clinical-status" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-clinical-status|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-clinical-status?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "code" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-code|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-code?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "encounter" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-encounter|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-encounter?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "onset-date" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-onset-date|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-onset-date?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A client **SHALL** provide a value precise to the *second + time offset*.\n\n\nA server **SHALL** support a value precise to the *second + time offset*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "recorded-date" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-recorded-date|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-recorded-date?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A client **SHALL** provide a value precise to the *second + time offset*.\n\n\nA server **SHALL** support a value precise to the *second + time offset*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "_lastUpdated" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-lastupdated|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-condition-lastupdated?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A server **SHALL** document the types of changes that can be detected using this parameter.\n\n\nA client **SHALL** provide a value precise to the *second + time offset*.\n\n\nA server **SHALL** support a value precise to the *second + time offset*." ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] ) ;
       fhir:type [ fhir:v "Coverage" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-coverage|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-coverage?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-coverage.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-coverage.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Coverage Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-coverage-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-coverage-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "type"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "status"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] ) ;
       fhir:type [ fhir:v "Device" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-device|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-device?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-device.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-device.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Device Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-device-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-device-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "status" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-device-status|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-device-status?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "type" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-device-type|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-device-type?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "code"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "date"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "category"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "_lastUpdated"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "category"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "date"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "category"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "status"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "code"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] ) ;
       fhir:type [ fhir:v "DiagnosticReport" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-diagnosticreport-note.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-diagnosticreport-note.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core DiagnosticReport Profile for Report and Note exchange"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-diagnosticreport-lab.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-diagnosticreport-lab.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core DiagnosticReport Profile for Laboratory Results Reporting"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ] ;
         fhir:documentation [ fhir:v "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**." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "category" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-category|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-category?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "code" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-code|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-code?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "date" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-date|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-date?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A client **SHALL** provide a value precise to the *second + time offset*.\n\n\nA server **SHALL** support a value precise to the *second + time offset*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "_lastUpdated" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-lastupdated|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-lastupdated?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A server **SHALL** document the types of changes that can be detected using this parameter.\n\n\nA client **SHALL** provide a value precise to the *second + time offset*.\n\n\nA server **SHALL** support a value precise to the *second + time offset*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "status" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-status|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-diagnosticreport-status?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "type"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "category"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "date"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "category"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "type"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "period"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "status"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] ) ;
       fhir:type [ fhir:v "DocumentReference" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-documentreference.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-documentreference.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core DocumentReference Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-adi-documentreference|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-adi-documentreference?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-adi-documentreference.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-adi-documentreference.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core ADI DocumentReference Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "_id" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-id|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-id?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "category" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-category|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-category?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "date" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-date|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-date?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A client **SHALL** provide a value precise to the *second + time offset*.\n\n\nA server **SHALL** support a value precise to the *second + time offset*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "period" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-period|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-period?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A client **SHALL** provide a value precise to the *second + time offset*.\n\n\nA server **SHALL** support a value precise to the *second + time offset*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "status" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-status|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-status?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "type" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-type|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-documentreference-type?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] ) ;
       fhir:operation ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "docref" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/OperationDefinition/docref|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/OperationDefinition/docref?version=9.0.0> ;
           fhir:extension ( [
             fhir:url [
               fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
               fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
             ] ;
             fhir:value [
               a fhir:Url ;
               fhir:v "OperationDefinition-docref.html"^^xsd:anyURI ;
               fhir:l fhir:OperationDefinition-docref.html
             ]
           ] [
             fhir:url [
               fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
               fhir:l <http://hl7.org/fhir/StructureDefinition/display>
             ] ;
             fhir:value [
               a fhir:String ;
               fhir:v "$docref"
             ]
           ] )
         ] ;
         fhir:documentation [ fhir:v "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\n\n\n`GET [base]/DocumentReference/$docref?patient=[id]`" ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "type"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "class"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "status"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "_lastUpdated"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "location"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "date"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "discharge-disposition"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] ) ;
       fhir:type [ fhir:v "Encounter" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-encounter.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-encounter.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Encounter Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "_id" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-id|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-id?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "class" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-class|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-class?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "date" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-date|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-date?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A client **SHALL** provide a value precise to the *second + time offset*.\n\n\nA server **SHALL** support a value precise to the *second + time offset*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "_lastUpdated" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-lastupdated|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-lastupdated?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A server **SHALL** document the types of changes that can be detected using this parameter.\n\n\nA client **SHALL** provide a value precise to the *second + time offset*.\n\n\nA server **SHALL** support a value precise to the *second + time offset*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "discharge-disposition" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-discharge-disposition|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-discharge-disposition?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:name [ fhir:v "identifier" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-identifier|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-identifier?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "location" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-location|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-location?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "status" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-status|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-status?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "type" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-type|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-encounter-type?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] ) ;
       fhir:type [ fhir:v "Endpoint" ] ;
       fhir:documentation [ fhir:v "The Endpoint Resource is a Must Support referenced resource when using the US Core PractitionerRole Profile." ] ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "code"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] ) ;
       fhir:type [ fhir:v "FamilyMemberHistory" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-familymemberhistory|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-familymemberhistory?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-familymemberhistory.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-familymemberhistory.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core FamilyMemberHistory Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-familymemberhistory-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-familymemberhistory-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "code" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-familymemberhistory-code|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-familymemberhistory-code?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "description"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "target-date"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "lifecycle-status"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] ) ;
       fhir:type [ fhir:v "Goal" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-goal.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-goal.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Goal Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "description" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-goal-description|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-goal-description?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "lifecycle-status" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-goal-lifecycle-status|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-goal-lifecycle-status?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-goal-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-goal-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "target-date" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-goal-target-date|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-goal-target-date?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A client **SHALL** provide a value precise to the *day*.\n\n\nA server **SHALL** support a value a value precise to the *day*." ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "MAY"
         ]
       ] ) ;
       fhir:type [ fhir:v "HealthcareService" ] ;
       fhir:documentation [ fhir:v "The HealthcareService Resource is a referenced resource when using the US Core PractitionerRole Profile and subject to constraint us-core-13: \"SHALL have a practitioner, an organization, a healthcare service, or a location.\"" ] ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "date"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "status"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] ) ;
       fhir:type [ fhir:v "Immunization" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-immunization.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-immunization.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Immunization Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "date" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-immunization-date|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-immunization-date?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A client **SHALL** provide a value precise to the *second + time offset*.\n\n\nA server **SHALL** support a value precise to the *second + time offset*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-immunization-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-immunization-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "status" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-immunization-status|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-immunization-status?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] ) ;
       fhir:type [ fhir:v "Location" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-location?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-location.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-location.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Location Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "address" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-location-address|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-location-address?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "string" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:name [ fhir:v "address-city" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-location-address-city|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-location-address-city?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "string" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:name [ fhir:v "address-postalcode" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-location-address-postalcode|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-location-address-postalcode?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "string" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:name [ fhir:v "address-state" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-location-address-state|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-location-address-state?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "string" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "name" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-location-name|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-location-name?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "string" ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] ) ;
       fhir:type [ fhir:v "Medication" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-medication.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-medication.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Medication Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "status"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "type"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "status"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] ) ;
       fhir:type [ fhir:v "MedicationDispense" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationdispense|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationdispense?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-medicationdispense.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-medicationdispense.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core MedicationDispense Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchInclude ( [
         fhir:v "MedicationDispense:medication" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] )
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationdispense-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationdispense-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "status" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationdispense-status|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationdispense-status?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "type" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationdispense-type|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationdispense-type?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "intent"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "authoredon"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "intent"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "encounter"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "intent"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "intent"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "status"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] ) ;
       fhir:type [ fhir:v "MedicationRequest" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-medicationrequest.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-medicationrequest.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core MedicationRequest Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchInclude ( [
         fhir:v "MedicationRequest:medication" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] )
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "authoredon" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-authoredon|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-authoredon?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A client **SHALL** provide a value precise to the *second + time offset*.\n\n\nA server **SHALL** support a value precise to the *second + time offset*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "encounter" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-encounter|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-encounter?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "intent" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-intent|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-intent?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "status" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-status|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-medicationrequest-status?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "code"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "date"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "category"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "_lastUpdated"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "category"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "date"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "category"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "category"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "status"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "code"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] ) ;
       fhir:type [ fhir:v "Observation" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-adi-documentation|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-adi-documentation?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-observation-adi-documentation.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-observation-adi-documentation.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Observation ADI Documentation Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-observation-lab.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-observation-lab.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Laboratory Result Observation Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-pregnancystatus|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-pregnancystatus?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-observation-pregnancystatus.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-observation-pregnancystatus.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Observation Pregnancy Status Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-pregnancyintent|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-pregnancyintent?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-observation-pregnancyintent.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-observation-pregnancyintent.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Observation Pregnancy Intent Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-occupation|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-occupation?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-observation-occupation.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-observation-occupation.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Observation Occupation Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-respiratory-rate|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-respiratory-rate?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-respiratory-rate.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-respiratory-rate.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Respiratory Rate Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-simple-observation.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-simple-observation.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Simple Observation Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-treatment-intervention-preference|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-treatment-intervention-preference?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-treatment-intervention-preference.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-treatment-intervention-preference.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Treatment Intervention Preference Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-care-experience-preference|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-care-experience-preference?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-care-experience-preference.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-care-experience-preference.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Care Experience Preference Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-heart-rate|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-heart-rate?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-heart-rate.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-heart-rate.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Heart Rate Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-temperature|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-temperature?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-body-temperature.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-body-temperature.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Body Temperature Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/pediatric-weight-for-height|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/pediatric-weight-for-height?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-pediatric-weight-for-height.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-pediatric-weight-for-height.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Pediatric Weight for Height Observation Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-pulse-oximetry|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-pulse-oximetry?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-pulse-oximetry.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-pulse-oximetry.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Pulse Oximetry Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-smokingstatus.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-smokingstatus.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Smoking Status Observation Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-sexual-orientation|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-sexual-orientation?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-observation-sexual-orientation.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-observation-sexual-orientation.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Observation Sexual Orientation Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-head-circumference|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-head-circumference?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-head-circumference.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-head-circumference.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Head Circumference Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-height|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-height?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-body-height.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-body-height.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Body Height Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-bmi|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-bmi?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-bmi.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-bmi.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core BMI Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-screening-assessment|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-screening-assessment?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-observation-screening-assessment.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-observation-screening-assessment.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Observation Screening Assessment Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-average-blood-pressure|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-average-blood-pressure?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-average-blood-pressure.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-average-blood-pressure.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Average Blood Pressure Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-blood-pressure|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-blood-pressure?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-blood-pressure.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-blood-pressure.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Blood Pressure Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-clinical-result|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-clinical-result?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-observation-clinical-result.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-observation-clinical-result.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Observation Clinical Result Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-pediatric-bmi-for-age.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-pediatric-bmi-for-age.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Pediatric BMI for Age Observation Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/head-occipital-frontal-circumference-percentile|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/head-occipital-frontal-circumference-percentile?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-head-occipital-frontal-circumference-percentile.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-head-occipital-frontal-circumference-percentile.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Pediatric Head Occipital Frontal Circumference Percentile Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-weight|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-weight?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-body-weight.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-body-weight.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Body Weight Profile"
           ]
         ] )
       ] [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-vital-signs|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-vital-signs?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-vital-signs.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-vital-signs.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Vital Signs Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "category" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-category|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-category?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "code" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-code|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-code?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "date" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-date|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-date?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A client **SHALL** provide a value precise to the *second + time offset*.\n\n\nA server **SHALL** support a value precise to the *second + time offset*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "_lastUpdated" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-lastupdated|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-lastupdated?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A server **SHALL** document the types of changes that can be detected using this parameter.\n\n\nA client **SHALL** provide a value precise to the *second + time offset*.\n\n\nA server **SHALL** support a value precise to the *second + time offset*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "status" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-status|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-observation-status?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] ) ;
       fhir:type [ fhir:v "Organization" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-organization.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-organization.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Organization Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "address" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-organization-address|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-organization-address?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "string" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "name" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-organization-name|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-organization-name?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "string" ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "birthdate"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "name"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "birthdate"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "family"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "death-date"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "family"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] ) ;
       fhir:type [ fhir:v "Patient" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-patient.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-patient.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Patient Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "_id" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-id|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-id?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "birthdate" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-birthdate|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-birthdate?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A client **SHALL** provide a value precise to the *day*.\n\n\nA server **SHALL** support a value a value precise to the *day*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "death-date" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-death-date|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-death-date?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A client **SHALL** provide a value precise to the *day*.\n\n\nA server **SHALL** support a value a value precise to the *day*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "family" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-family|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-family?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "string" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "given" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-given|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-given?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "string" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "identifier" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-identifier|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-identifier?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "name" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-name|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-patient-name?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "string" ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] ) ;
       fhir:type [ fhir:v "Practitioner" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-practitioner.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-practitioner.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Practitioner Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:name [ fhir:v "_id" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-practitioner-id|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-practitioner-id?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "identifier" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-practitioner-identifier|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-practitioner-identifier?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "name" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-practitioner-name|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-practitioner-name?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "string" ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] ) ;
       fhir:type [ fhir:v "PractitionerRole" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-practitionerrole.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-practitionerrole.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core PractitionerRole Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchInclude ( [
         fhir:v "PractitionerRole:endpoint" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] )
       ] [
         fhir:v "PractitionerRole:practitioner" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "practitioner" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-practitionerrole-practitioner|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-practitionerrole-practitioner?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "specialty" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-practitionerrole-specialty|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-practitionerrole-specialty?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "code"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "date"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "date"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "status"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] ) ;
       fhir:type [ fhir:v "Procedure" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-procedure.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-procedure.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Procedure Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "code" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-procedure-code|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-procedure-code?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "date" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-procedure-date|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-procedure-date?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A client **SHALL** provide a value precise to the *second + time offset*.\n\n\nA server **SHALL** support a value precise to the *second + time offset*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-procedure-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-procedure-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "status" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-procedure-status|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-procedure-status?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] ) ;
       fhir:type [ fhir:v "Provenance" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-provenance.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-provenance.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Provenance Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHOULD"
         ]
       ] ) ;
       fhir:type [ fhir:v "Questionnaire" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition-sdc-questionnaire.html"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/uv/sdc/StructureDefinition-sdc-questionnaire.html>
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "SDC Base Questionnaire Profile"
           ]
         ] )
       ] ) ;
       fhir:documentation [ fhir:v "* US Core defines two ways to represent the questions and responses to screening and assessment instruments:\n    - Observation: US Core Observation Screening Assessment Profile\n    - Questionnaire/QuestionnaireResponse: SDC Base Questionnaire/US Core QuestionnaireResponse Profile\n* US Core Servers **SHALL** support US Core Observation Screening Assessment Profile and **SHOULD** support the  SDC Base Questionnaire Profile/US Core QuestionnaireResponse Profile" ] ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHOULD"
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "questionnaire"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "authored"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "status"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] ) ;
       fhir:type [ fhir:v "QuestionnaireResponse" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-questionnaireresponse.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-questionnaireresponse.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core QuestionnaireResponse Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "_id" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-questionnaireresponse-id|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-questionnaireresponse-id?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "authored" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-questionnaireresponse-authored|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-questionnaireresponse-authored?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A client **SHALL** provide a value precise to the *second + time offset*.\n\n\nA server **SHALL** support a value precise to the *second + time offset*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-questionnaireresponse-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-questionnaireresponse-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "questionnaire" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-questionnaireresponse-questionnaire|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-questionnaireresponse-questionnaire?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "status" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-questionnaireresponse-status|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-questionnaireresponse-status?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "name"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] ) ;
       fhir:type [ fhir:v "RelatedPerson" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-relatedperson.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-relatedperson.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core RelatedPerson Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "_id" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-relatedperson-id|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-relatedperson-id?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:name [ fhir:v "name" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-relatedperson-name|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-relatedperson-name?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "string" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-relatedperson-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-relatedperson-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "code"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "authored"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "category"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "authored"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "category"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "status"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "patient"
           ]
         ] [
           fhir:url [
             fhir:v "required"^^xsd:anyURI ;
             fhir:l fhir:required
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "code"
           ]
         ] ) ;
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-search-parameter-combination>
         ]
       ] ) ;
       fhir:type [ fhir:v "ServiceRequest" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-servicerequest.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-servicerequest.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core ServiceRequest Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchRevInclude ( [
         fhir:v "Provenance:target" ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] )
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "_id" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-id|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-id?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "authored" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-authored|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-authored?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "date" ] ;
         fhir:documentation [ fhir:v "A client **SHALL** provide a value precise to the *second + time offset*.\n\n\nA server **SHALL** support a value precise to the *second + time offset*." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "category" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-category|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-category?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "code" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-code|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-code?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a id value and **MAY** provide both the Type and id values.\n\n\nThe server **SHALL** support both." ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:name [ fhir:v "status" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-status|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-servicerequest-status?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ] ;
         fhir:documentation [ fhir:v "The client **SHALL** provide at least a code value and **MAY** provide both the system and code values.\n\n\nThe server **SHALL** support both." ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHALL"
         ]
       ] ) ;
       fhir:type [ fhir:v "Specimen" ] ;
       fhir:supportedProfile ( [
         fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-specimen|9.0.0"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/core/StructureDefinition/us-core-specimen?version=9.0.0> ;
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
           ] ;
           fhir:value [
             a fhir:Url ;
             fhir:v "StructureDefinition-us-core-specimen.html"^^xsd:anyURI ;
             fhir:l fhir:StructureDefinition-us-core-specimen.html
           ]
         ] [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/display>
           ] ;
           fhir:value [
             a fhir:String ;
             fhir:v "US Core Specimen Profile"
           ]
         ] )
       ] ) ;
       fhir:interaction ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "create" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "search-type" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:code [ fhir:v "read" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "vread" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "update" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "patch" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "delete" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-instance" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "MAY"
           ]
         ] ) ;
         fhir:code [ fhir:v "history-type" ]
       ] ) ;
       fhir:searchParam ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHALL"
           ]
         ] ) ;
         fhir:name [ fhir:v "_id" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-specimen-id|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-specimen-id?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "token" ]
       ] [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:name [ fhir:v "patient" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/us/core/SearchParameter/us-core-specimen-patient|9.0.0"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/us/core/SearchParameter/us-core-specimen-patient?version=9.0.0>
         ] ;
         fhir:type [ fhir:v "reference" ]
       ] )
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "SHOULD"
         ]
       ] ) ;
       fhir:type [ fhir:v "ValueSet" ] ;
       fhir:operation ( [
         fhir:extension ( [
           fhir:url [
             fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
             fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
           ] ;
           fhir:value [
             a fhir:Code ;
             fhir:v "SHOULD"
           ]
         ] ) ;
         fhir:name [ fhir:v "expand" ] ;
         fhir:definition [
           fhir:v "http://hl7.org/fhir/OperationDefinition/ValueSet-expand"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/OperationDefinition/ValueSet-expand> ;
           fhir:extension ( [
             fhir:url [
               fhir:v "http://hl7.org/fhir/StructureDefinition/narrativeLink"^^xsd:anyURI ;
               fhir:l <http://hl7.org/fhir/StructureDefinition/narrativeLink>
             ] ;
             fhir:value [
               a fhir:Url ;
               fhir:v "http://hl7.org/fhir/R4/valueset-operation-expand.html"^^xsd:anyURI ;
               fhir:l <http://hl7.org/fhir/R4/valueset-operation-expand.html>
             ]
           ] [
             fhir:url [
               fhir:v "http://hl7.org/fhir/StructureDefinition/display"^^xsd:anyURI ;
               fhir:l <http://hl7.org/fhir/StructureDefinition/display>
             ] ;
             fhir:value [
               a fhir:String ;
               fhir:v "$expand"
             ]
           ] )
         ] ;
         fhir:documentation [ fhir:v "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." ]
       ] )
     ] ) ;
     fhir:interaction ( [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "MAY"
         ]
       ] ) ;
       fhir:code [ fhir:v "transaction" ]
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "MAY"
         ]
       ] ) ;
       fhir:code [ fhir:v "batch" ]
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "MAY"
         ]
       ] ) ;
       fhir:code [ fhir:v "search-system" ]
     ] [
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation>
         ] ;
         fhir:value [
           a fhir:Code ;
           fhir:v "MAY"
         ]
       ] ) ;
       fhir:code [ fhir:v "history-system" ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

