{
  "resourceType": "CapabilityStatement",
  "status": "active",
  "date": "2021-06-28",
  "publisher": "BlueCross BlueShield of Minnesota",
  "kind": "instance",
  "software": {
    "name": "BCBS MN FHIR Server",
    "version": "0.5.0"
  },
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "https://fhir-developer.bluecrossmn.com/"
        }
      ]
    }
  ],
  "description": "CMS Patient Access API",
  "implementation": {
    "description": "CMS Patient Access API",
    "url": "https://interop-preview.bluecrossmn.com/fhir/"
  },
  "fhirVersion": "4.0.1",
  "format": [
    "application/fhir+json"
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "type": "AllergyIntolerance",
          "profile": "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance",
          "supportedProfile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "patient",
              "type": "reference",
              "documentation": "Who the sensitivity is for<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            }
          ],
          "searchRevInclude": [
            "Provenance:target"
          ]
        },
        {
          "type": "CarePlan",
          "profile": "http://hl7.org/fhir/StructureDefinition/CarePlan",
          "supportedProfile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "patient",
              "type": "reference",
              "documentation": "Who the care plan is for<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            },
            {
              "name": "category",
              "type": "token",
              "documentation": "Type of plan<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            }
          ],
          "searchRevInclude": [
            "Provenance:target"
          ]
        },
        {
          "type": "CareTeam",
          "profile": "http://hl7.org/fhir/StructureDefinition/CareTeam",
          "supportedProfile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "patient",
              "type": "reference",
              "documentation": "Who care team is for<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            },
            {
              "name": "status",
              "type": "token",
              "documentation": "proposed | active | suspended | inactive | entered-in-error<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            }
          ],
          "searchRevInclude": [
            "Provenance:target"
          ]
        },
        {
          "type": "Condition",
          "profile": "http://hl7.org/fhir/StructureDefinition/Condition",
          "supportedProfile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "patient",
              "type": "reference",
              "documentation": "Who has the condition?<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            }
          ],
          "searchRevInclude": [
            "Provenance:target"
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount",
              "valueDecimal": 394
            }
          ],
          "type": "Coverage",
          "profile": "http://hl7.org/fhir/StructureDefinition/Coverage",
          "supportedProfile": [
            "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Coverage"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [
            "Coverage:payor"
          ],
          "searchParam": [
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            }
          ],
          "searchRevInclude": []
        },
        {
          "type": "Device",
          "profile": "http://hl7.org/fhir/StructureDefinition/Device",
          "supportedProfile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "patient",
              "type": "reference",
              "documentation": "Patient information, if the resource is affixed to a person<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            }
          ],
          "searchRevInclude": [
            "Provenance:target"
          ]
        },
        {
          "type": "DiagnosticReport",
          "profile": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
          "supportedProfile": [
            "http://hl7.org/fhir/StructureDefinition/diagnosticreport-genetics",
            "http://hl7.org/fhir/StructureDefinition/hlaresult",
            "http://hl7.org/fhir/StructureDefinition/lipidprofile",
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-lab",
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "date",
              "type": "date",
              "documentation": "The clinically relevant time of the report<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "code",
              "type": "token",
              "documentation": "The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "patient",
              "type": "reference",
              "documentation": "The subject of the report if a patient<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            },
            {
              "name": "category",
              "type": "token",
              "documentation": "Which diagnostic discipline/department created the report<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            }
          ],
          "searchRevInclude": [
            "Provenance:target"
          ]
        },
        {
          "type": "DocumentReference",
          "profile": "http://hl7.org/fhir/StructureDefinition/DocumentReference",
          "supportedProfile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "date",
              "type": "date",
              "documentation": "When this document reference was created<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "type",
              "type": "token",
              "documentation": "Kind of document (LOINC if possible)<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "patient",
              "type": "reference",
              "documentation": "Who/what is the subject of the document<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "Logical id of this artifact<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "category",
              "type": "token",
              "documentation": "Categorization of document<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            }
          ],
          "searchRevInclude": [
            "Provenance:target"
          ]
        },
        {
          "type": "Encounter",
          "profile": "http://hl7.org/fhir/StructureDefinition/Encounter",
          "supportedProfile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "date",
              "type": "date",
              "documentation": "A date within the period the Encounter lasted<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "patient",
              "type": "reference",
              "documentation": "The patient or group present at the encounter<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "Logical id of this artifact<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            }
          ],
          "searchRevInclude": [
            "Provenance:target"
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount",
              "valueDecimal": 248
            }
          ],
          "type": "ExplanationOfBenefit",
          "profile": "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit",
          "supportedProfile": [
            "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit",
            "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Inpatient-Institutional",
            "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Outpatient-Institutional",
            "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Pharmacy",
            "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Professional-NonClinician"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [
            "*",
            "ExplanationOfBenefit:care-team",
            "ExplanationOfBenefit:coverage",
            "ExplanationOfBenefit:patient",
            "ExplanationOfBenefit:insurer",
            "ExplanationOfBenefit:provider"
          ],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "identifier",
              "type": "token",
              "documentation": "The business/claim identifier of the Explanation of Benefit"
            },
            {
              "name": "service-date",
              "type": "date",
              "documentation": "Date of the service for the EOB. The service-date search parameter simplifies search, since a client doesn't need to know that for inpatient and outpatient institutional EOB dates they need to search by billablePeriod.period.start, for a pharmacy EOB by item.servicedDate, and for a professional and non-clinician EOB - by item.servicedPeriod.period.start."
            },
            {
              "name": "type",
              "type": "token",
              "documentation": "The type of the ExplanationOfBenefit"
            },
            {
              "name": "patient",
              "type": "reference",
              "documentation": "The reference to the patient"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            }
          ],
          "searchRevInclude": []
        },
        {
          "type": "Goal",
          "profile": "http://hl7.org/fhir/StructureDefinition/Goal",
          "supportedProfile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "patient",
              "type": "reference",
              "documentation": "Who this goal is intended for<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            }
          ],
          "searchRevInclude": [
            "Provenance:target"
          ]
        },
        {
          "type": "Immunization",
          "profile": "http://hl7.org/fhir/StructureDefinition/Immunization",
          "supportedProfile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "patient",
              "type": "reference",
              "documentation": "The patient for the vaccination record<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            }
          ],
          "searchRevInclude": [
            "Provenance:target"
          ]
        },
        {
          "type": "List",
          "profile": "http://hl7.org/fhir/StructureDefinition/ListResource",
          "supportedProfile": [
            "http://hl7.org/fhir/us/davinci-drug-formulary/StructureDefinition/usdf-CoveragePlan"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "identifier",
              "type": "token",
              "documentation": "Business identifier"
            }
          ],
          "searchRevInclude": []
        },
        {
          "type": "Location",
          "profile": "http://hl7.org/fhir/StructureDefinition/Location",
          "supportedProfile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "address-state",
              "type": "string",
              "documentation": "A state specified in an address<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "address-city",
              "type": "string",
              "documentation": "A city specified in an address<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "address",
              "type": "string",
              "documentation": "A (part of the) address of the location<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "address-postalcode",
              "type": "string",
              "documentation": "A postal code specified in an address<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "name",
              "type": "string",
              "documentation": "A portion of the location's name or alias<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            }
          ],
          "searchRevInclude": []
        },
        {
          "type": "Medication",
          "profile": "http://hl7.org/fhir/StructureDefinition/Medication",
          "supportedProfile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medication"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            }
          ],
          "searchRevInclude": []
        },
        {
          "type": "MedicationKnowledge",
          "profile": "http://hl7.org/fhir/StructureDefinition/MedicationKnowledge",
          "supportedProfile": [
            "http://hl7.org/fhir/us/davinci-drug-formulary/StructureDefinition/usdf-FormularyDrug"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "code",
              "type": "token",
              "documentation": "Code that identifies this medication"
            },
            {
              "name": "DrugName",
              "type": "string",
              "documentation": "Accesses the Descriptive Name of a FormularyDrug"
            },
            {
              "name": "DrugPlan",
              "type": "string",
              "documentation": "Accesses the DrugPlan ID of a FormularyDrug"
            },
            {
              "name": "DrugTier",
              "type": "string",
              "documentation": "Accesses the DrugTier of a FormularyDrug"
            }
          ],
          "searchRevInclude": []
        },
        {
          "type": "MedicationRequest",
          "profile": "http://hl7.org/fhir/StructureDefinition/MedicationRequest",
          "supportedProfile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [
            "MedicationRequest:medication"
          ],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "intent",
              "type": "token",
              "documentation": "Returns prescriptions with different intents<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "patient",
              "type": "reference",
              "documentation": "Returns prescriptions for a specific patient<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            },
            {
              "name": "status",
              "type": "token",
              "documentation": "Status of the prescription<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            }
          ],
          "searchRevInclude": [
            "Provenance:target"
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount",
              "valueDecimal": 3
            }
          ],
          "type": "Observation",
          "profile": "http://hl7.org/fhir/StructureDefinition/Observation",
          "supportedProfile": [
            "http://hl7.org/fhir/StructureDefinition/bmi",
            "http://hl7.org/fhir/StructureDefinition/bodyheight",
            "http://hl7.org/fhir/StructureDefinition/bodytemp",
            "http://hl7.org/fhir/StructureDefinition/bodyweight",
            "http://hl7.org/fhir/StructureDefinition/bp",
            "http://hl7.org/fhir/StructureDefinition/cholesterol",
            "http://hl7.org/fhir/StructureDefinition/devicemetricobservation",
            "http://hl7.org/fhir/StructureDefinition/hdlcholesterol",
            "http://hl7.org/fhir/StructureDefinition/headcircum",
            "http://hl7.org/fhir/StructureDefinition/heartrate",
            "http://hl7.org/fhir/StructureDefinition/ldlcholesterol",
            "http://hl7.org/fhir/StructureDefinition/observation-genetics",
            "http://hl7.org/fhir/StructureDefinition/oxygensat",
            "http://hl7.org/fhir/StructureDefinition/resprate",
            "http://hl7.org/fhir/StructureDefinition/triglyceride",
            "http://hl7.org/fhir/StructureDefinition/vitalsigns",
            "http://hl7.org/fhir/StructureDefinition/vitalspanel",
            "http://hl7.org/fhir/us/core/StructureDefinition/head-occipital-frontal-circumference-percentile",
            "http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age",
            "http://hl7.org/fhir/us/core/StructureDefinition/pediatric-weight-for-height",
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-lab",
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-pulse-oximetry",
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "date",
              "type": "date",
              "documentation": "Obtained date/time. If the obtained element is a period, a date that falls in the period<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "code",
              "type": "token",
              "documentation": "The code of the observation type<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "patient",
              "type": "reference",
              "documentation": "The subject that the observation is about (if patient)<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            },
            {
              "name": "category",
              "type": "token",
              "documentation": "The classification of the type of observation<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            }
          ],
          "searchRevInclude": [
            "Provenance:target"
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount",
              "valueDecimal": 98
            }
          ],
          "type": "Organization",
          "profile": "http://hl7.org/fhir/StructureDefinition/Organization",
          "supportedProfile": [
            "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization",
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "address",
              "type": "string",
              "documentation": "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "name",
              "type": "string",
              "documentation": "A portion of the organization's name or alias<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            }
          ],
          "searchRevInclude": []
        },
        {
          "extension": [
            {
              "url": "http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount",
              "valueDecimal": 396
            }
          ],
          "type": "Patient",
          "profile": "http://hl7.org/fhir/StructureDefinition/Patient",
          "supportedProfile": [
            "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient",
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "birthdate",
              "type": "date",
              "documentation": "The patient's date of birth<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "gender",
              "type": "token",
              "documentation": "Gender of the patient<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "given",
              "type": "string",
              "documentation": "A portion of the given name of the patient<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "identifier",
              "type": "token",
              "documentation": "A patient identifier<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "name",
              "type": "string",
              "documentation": "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "Logical id of this artifact<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "family",
              "type": "string",
              "documentation": "A portion of the family name of the patient<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            }
          ],
          "searchRevInclude": [
            "Provenance:target"
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount",
              "valueDecimal": 16
            }
          ],
          "type": "RelatedPerson",
          "profile": "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            }
          ],
          "searchRevInclude": []
        },
        {
          "type": "Practitioner",
          "profile": "http://hl7.org/fhir/StructureDefinition/Practitioner",
          "supportedProfile": [
            "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Practitioner",
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "identifier",
              "type": "token",
              "documentation": "A practitioner's Identifier<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "name",
              "type": "string",
              "documentation": "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            }
          ],
          "searchRevInclude": []
        },
        {
          "type": "PractitionerRole",
          "profile": "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
          "supportedProfile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [
            "PractitionerRole:endpoint",
            "PractitionerRole:practitioner"
          ],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "specialty",
              "type": "token",
              "documentation": "The practitioner has this specialty at an organization<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "practitioner",
              "type": "reference",
              "documentation": "Practitioner that is able to provide the defined services for the organization<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            }
          ],
          "searchRevInclude": [
            "Provenance:target"
          ]
        },
        {
          "type": "Procedure",
          "profile": "http://hl7.org/fhir/StructureDefinition/Procedure",
          "supportedProfile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date",
              "documentation": "When the resource version last changed"
            },
            {
              "name": "date",
              "type": "date",
              "documentation": "When the procedure was performed<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "patient",
              "type": "reference",
              "documentation": "Search by subject - a patient<br />\n<em>NOTE</em>: This US Core SearchParameter definition extends the usage context of\n<a href=\"http://hl7.org/fhir/R4/extension-capabilitystatement-expectation.html\">capabilitystatement-expectation</a>\n extension to formally express implementer conformance expectations for these elements:<br />\n - multipleAnd<br />\n - multipleOr<br />\n - comparator<br />\n - modifier<br />\n - chain<br />"
            },
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            }
          ],
          "searchRevInclude": [
            "Provenance:target"
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount",
              "valueDecimal": 8
            }
          ],
          "type": "Provenance",
          "profile": "http://hl7.org/fhir/StructureDefinition/Provenance",
          "supportedProfile": [
            "http://hl7.org/fhir/StructureDefinition/ehrsrle-provenance",
            "http://hl7.org/fhir/StructureDefinition/provenance-relevant-history",
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance"
          ],
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [
            {
              "name": "_id",
              "type": "token",
              "documentation": "The ID of the resource"
            }
          ],
          "searchRevInclude": []
        },
        {
          "extension": [
            {
              "url": "http://hl7api.sourceforge.net/hapi-fhir/res/extdefs.html#resourceCount",
              "valueDecimal": 73
            }
          ],
          "type": "ValueSet",
          "profile": "http://hl7.org/fhir/StructureDefinition/ValueSet",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "versioning": "versioned-update",
          "conditionalCreate": false,
          "conditionalUpdate": false,
          "conditionalDelete": "not-supported",
          "searchInclude": [],
          "searchParam": [],
          "searchRevInclude": []
        }
      ],
      "interaction": [
        {
          "code": "history-system"
        },
        {
          "code": "transaction"
        }
      ],
      "operation": [
        {
          "name": "accumulators",
          "definition": "http://careevolution.com/fhir/Operation/accumulators"
        },
        {
          "name": "add",
          "definition": "http://careevolution.com/fhir/Operation/group-add"
        },
        {
          "name": "classify",
          "definition": "http://careevolution.com/fhir/Operation/classify"
        },
        {
          "name": "classify-visits",
          "definition": "http://careevolution.com/fhir/Operation/classify-visits"
        },
        {
          "name": "code-terms",
          "definition": "http://careevolution.com/fhir/Operation/code-terms"
        },
        {
          "name": "compose-coding-system",
          "definition": "http://careevolution.com/fhir/Operation/compose-coding-system"
        },
        {
          "name": "compose-demographic-identifier-system",
          "definition": "http://careevolution.com/fhir/Operation/compose-demographic-identifier-system"
        },
        {
          "name": "compose-identifier-system",
          "definition": "http://careevolution.com/fhir/Operation/compose-identifier-system"
        },
        {
          "name": "docref",
          "definition": "https://www.hl7.org/fhir/us/core/OperationDefinition-docref.html"
        },
        {
          "name": "emergency-department",
          "definition": "http://careevolution.com/fhir/Operation/claims-emergency-department"
        },
        {
          "name": "everything",
          "definition": "http://hl7.org/fhir/OperationDefinition/Patient-everything"
        },
        {
          "name": "getPage",
          "definition": "http://careevolution.com/fhir/Operation/group-getPage"
        },
        {
          "name": "get-page",
          "definition": "http://careevolution.com/fhir/Operation/get-page"
        },
        {
          "name": "inpatient",
          "definition": "http://careevolution.com/fhir/Operation/claims-inpatient"
        },
        {
          "name": "office-visits",
          "definition": "http://careevolution.com/fhir/Operation/claim-office-visits"
        },
        {
          "name": "process-message",
          "definition": "http://hl7.org/fhir/OperationDefinition/MessageHeader-process-message"
        },
        {
          "name": "remove",
          "definition": "http://careevolution.com/fhir/Operation/group-remove"
        },
        {
          "name": "remove-wrong-code-terms",
          "definition": "http://careevolution.com/fhir/Operation/remove-wrong-code-terms"
        },
        {
          "name": "text-search",
          "definition": "http://careevolution.com/fhir/Operation/report-text-search"
        },
        {
          "name": "validate",
          "definition": "http://hl7.org/fhir/OperationDefinition/Resource-validate"
        },
        {
          "name": "validate-coding-system",
          "definition": "http://careevolution.com/fhir/Operation/validate-coding-system"
        },
        {
          "name": "validate-identifier-system",
          "definition": "http://careevolution.com/fhir/Operation/validate-identifier-system"
        },
        {
          "name": "visits",
          "definition": "http://careevolution.com/fhir/Operation/visits"
        }
      ],
      "security": {
        "extension": [
          {
            "extension": [
              {
                "url": "token",
                "valueUri": "https://interop-preview.bluecrossmn.com/fhir/token"
              },
              {
                "url": "authorize",
                "valueUri": "https://interop-preview.bluecrossmn.com/fhir/authorize"
              },
              {
                "url": "introspect",
                "valueUri": "https://bluecrossmn3.okta.com/oauth2/ausb48v7sRjhrmr4V4h6/v1/introspect"
              },
              {
                "url": "revoke",
                "valueUri": "https://bluecrossmn3.okta.com/oauth2/ausb48v7sRjhrmr4V4h6/v1/revoke"
              },
              {
                "url": "register",
                "valueUri": "https://bluecrossmn3.okta.com/oauth2/v1/clients"
              }
            ],
            "url": "http://fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris"
          }
        ],
        "service": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/restful-security-service",
                "code": "SMART-on-FHIR"
              }
            ]
          }
        ]
      }
    }
  ]
}