For AI agents: the documentation index is at /docs/aidbox/llms.txt. A Markdown version of this page is available at /docs/aidbox/notebooks.md or by requesting it with the Accept: text/markdown header.
Aidbox Docs
All notebooks

Find FHIR version

Fetch the metadata for the FHIR server & confirm fhirVersion

1 cell · updated Sep 12, 2024

This is a read-only view. Responses shown were saved when the notebook was published — open it in your own Aidbox to run the cells against live data.
REST Send Cells run only inside Aidbox. Use Run in Aidbox above to open this notebook in your own instance.
GET /fhir/metadata
Accept: application/fhir+json
Response: Body
Status: 200
{
  "format": [
    "json",
    "yaml",
    "edn"
  ],
  "date": "2021-09-09",
  "patchFormat": [
    "json-patch",
    "merge-patch"
  ],
  "fhirVersion": "4.0.1",
  "name": "aidbox",
  "resourceType": "CapabilityStatement",
  "title": "[a]idbox",
  "status": "active",
  "kind": "instance",
  "implementation": {
    "description": "Aidbox FHIR Server"
  },
  "rest": [
    {
      "mode": "server",
      "security": {
        "service": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/restful-security-service",
                "code": "SMART-on-FHIR"
              }
            ],
            "text": "OAuth2 using SMART-on-FHIR profile"
          }
        ],
        "extension": [
          {
            "url": "http://fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris",
            "extension": [
              {
                "url": "token",
                "valueUri": "http://sbvirapp1006.sw.ca:8888/auth/token"
              },
              {
                "url": "authorize",
                "valueUri": "http://sbvirapp1006.sw.ca:8888/auth/authorize"
              }
            ]
          }
        ]
      },
      "interaction": [
        {
          "code": "batch"
        },
        {
          "code": "transaction"
        }
      ],
      "operation": [
        {
          "name": "scim-search-users",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/scim-search-users"
        },
        {
          "name": "fhir-bulk-load",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-bulk-load"
        },
        {
          "name": "FhirConceptMapCreate",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirConceptMapCreate"
        },
        {
          "name": "sdc-forms",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/sdc-forms"
        },
        {
          "name": "Subsumes-get-id",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Subsumes-get-id"
        },
        {
          "name": "start-patient-level-export",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/start-patient-level-export"
        },
        {
          "name": "SubscriptionTopicDelete",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/SubscriptionTopicDelete"
        },
        {
          "name": "auth-token",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-token"
        },
        {
          "name": "fhir-process-response",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-process-response"
        },
        {
          "name": "FhirConditionalUpdate",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirConditionalUpdate"
        },
        {
          "name": "Update",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Update"
        },
        {
          "name": "Validate-update-delete",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Validate-update-delete"
        },
        {
          "name": "ConceptMap-create-put",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/ConceptMap-create-put"
        },
        {
          "name": "otel-telemetry-status",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/otel-telemetry-status"
        },
        {
          "name": "start-group-level-export",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/start-group-level-export"
        },
        {
          "name": "Expand-get-id",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Expand-get-id"
        },
        {
          "name": "Validate-create",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Validate-create"
        },
        {
          "name": "Lookup-post",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Lookup-post"
        },
        {
          "name": "get-metadata",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/get-metadata"
        },
        {
          "name": "routes",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/routes"
        },
        {
          "name": "Upload",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Upload"
        },
        {
          "name": "auth-external-provider-callback",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-external-provider-callback"
        },
        {
          "name": "re-notify",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/re-notify"
        },
        {
          "name": "test-exception",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/test-exception"
        },
        {
          "name": "fhir-bulk-import",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-bulk-import"
        },
        {
          "name": "encrypt-key",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/encrypt-key"
        },
        {
          "name": "sdc-debug",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/sdc-debug"
        },
        {
          "name": "rpc",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/rpc"
        },
        {
          "name": "bulk-import-v2",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/bulk-import-v2"
        },
        {
          "name": "SubscriptionTopicCreate",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/SubscriptionTopicCreate"
        },
        {
          "name": "Read",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Read"
        },
        {
          "name": "fhir-extract-questionnaire-response-id",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-extract-questionnaire-response-id"
        },
        {
          "name": "fhir-populate-questionnaire",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-populate-questionnaire"
        },
        {
          "name": "Lookup-get",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Lookup-get"
        },
        {
          "name": "ConceptMap-create-post",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/ConceptMap-create-post"
        },
        {
          "name": "FhirSubscriptionStatus",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirSubscriptionStatus"
        },
        {
          "name": "SubscriptionUpdateIdInBody",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/SubscriptionUpdateIdInBody"
        },
        {
          "name": "fhir-populate-questionnaire-id",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-populate-questionnaire-id"
        },
        {
          "name": "CustomQuery",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/CustomQuery"
        },
        {
          "name": "mapper-debug",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/mapper-debug"
        },
        {
          "name": "test-auth",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/test-auth"
        },
        {
          "name": "Expand-post-id",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Expand-post-id"
        },
        {
          "name": "FhirHistoryType",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirHistoryType"
        },
        {
          "name": "scim-delete-user",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/scim-delete-user"
        },
        {
          "name": "ccda-persist-document",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/ccda-persist-document"
        },
        {
          "name": "send-notification",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/send-notification"
        },
        {
          "name": "openid-configuration",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/openid-configuration"
        },
        {
          "name": "mapper-apply-batch",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/mapper-apply-batch"
        },
        {
          "name": "test-sleep",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/test-sleep"
        },
        {
          "name": "conditional-update-app",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/conditional-update-app"
        },
        {
          "name": "BundleValidate",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/BundleValidate"
        },
        {
          "name": "create-execution",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/create-execution"
        },
        {
          "name": "fhir-process-response-id",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-process-response-id"
        },
        {
          "name": "index",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/index"
        },
        {
          "name": "resource-changes",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/resource-changes"
        },
        {
          "name": "sof-view-def-create",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/sof-view-def-create"
        },
        {
          "name": "populate-questionnaire",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/populate-questionnaire"
        },
        {
          "name": "auth-signup",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-signup"
        },
        {
          "name": "SubscriptionTopicUpdateIdInBody",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/SubscriptionTopicUpdateIdInBody"
        },
        {
          "name": "clear-etags-cache",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/clear-etags-cache"
        },
        {
          "name": "auth-grants-view",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-grants-view"
        },
        {
          "name": "FhirCodeSystemUpdateIdInBody",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirCodeSystemUpdateIdInBody"
        },
        {
          "name": "lookup",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/lookup"
        },
        {
          "name": "HistoryResource",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/HistoryResource"
        },
        {
          "name": "scim-resource-types",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/scim-resource-types"
        },
        {
          "name": "sof-view-def-update-id-in-body",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/sof-view-def-update-id-in-body"
        },
        {
          "name": "auth-two-factor-view",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-two-factor-view"
        },
        {
          "name": "import-concepts",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/import-concepts"
        },
        {
          "name": "fhir-search-param-search",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-search-param-search"
        },
        {
          "name": "gsapi-write-url",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/gsapi-write-url"
        },
        {
          "name": "fhir-cancel-export",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-cancel-export"
        },
        {
          "name": "ConditionalUpdate",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/ConditionalUpdate"
        },
        {
          "name": "FhirSubscriptionTopicPatch",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirSubscriptionTopicPatch"
        },
        {
          "name": "config",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/config"
        },
        {
          "name": "sof-view-def-delete",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/sof-view-def-delete"
        },
        {
          "name": "SubscriptionUpdateIdInUrl",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/SubscriptionUpdateIdInUrl"
        },
        {
          "name": "Patch",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Patch"
        },
        {
          "name": "FhirValidateUpdateDelete",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirValidateUpdateDelete"
        },
        {
          "name": "fhir-validate-questionnaire-response-id",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-validate-questionnaire-response-id"
        },
        {
          "name": "validate-questionnaire-response",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/validate-questionnaire-response"
        },
        {
          "name": "bulk-csv",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/bulk-csv"
        },
        {
          "name": "drop-user-sessions",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/drop-user-sessions"
        },
        {
          "name": "FhirTransaction",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirTransaction"
        },
        {
          "name": "scim-put-me",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/scim-put-me"
        },
        {
          "name": "fhirlookup",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhirlookup"
        },
        {
          "name": "logs",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/logs"
        },
        {
          "name": "scim-get-me",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/scim-get-me"
        },
        {
          "name": "FhirSubscriptionEvents",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirSubscriptionEvents"
        },
        {
          "name": "FhirSubscriptionCreate",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirSubscriptionCreate"
        },
        {
          "name": "start-fhir-system-level-export-wf",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/start-fhir-system-level-export-wf"
        },
        {
          "name": "alpha-fhir-search",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/alpha-fhir-search"
        },
        {
          "name": "smart-configuration",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/smart-configuration"
        },
        {
          "name": "SubscriptionPatch",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/SubscriptionPatch"
        },
        {
          "name": "azure-container-read-url",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/azure-container-read-url"
        },
        {
          "name": "azure-container-write-url",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/azure-container-write-url"
        },
        {
          "name": "flush-otel-telemetry",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/flush-otel-telemetry"
        },
        {
          "name": "process-response-id",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/process-response-id"
        },
        {
          "name": "SubscriptionStatus",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/SubscriptionStatus"
        },
        {
          "name": "bulk-upsert",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/bulk-upsert"
        },
        {
          "name": "FhirConditionalPatch",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirConditionalPatch"
        },
        {
          "name": "sequence-nextval",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/sequence-nextval"
        },
        {
          "name": "fhir-validate-questionnaire-response",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-validate-questionnaire-response"
        },
        {
          "name": "Validate-code-post",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Validate-code-post"
        },
        {
          "name": "FhirSearch",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirSearch"
        },
        {
          "name": "reload-metadata",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/reload-metadata"
        },
        {
          "name": "scim-schema",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/scim-schema"
        },
        {
          "name": "fhir-init-app",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-init-app"
        },
        {
          "name": "fhir-export-status",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-export-status"
        },
        {
          "name": "sequence-currval",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/sequence-currval"
        },
        {
          "name": "Expand-get",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Expand-get"
        },
        {
          "name": "start-fhir-patient-level-export",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/start-fhir-patient-level-export"
        },
        {
          "name": "ConceptMap-delete",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/ConceptMap-delete"
        },
        {
          "name": "mdm-match",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/mdm-match"
        },
        {
          "name": "scim-search",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/scim-search"
        },
        {
          "name": "ccda-convert-to-fhir",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/ccda-convert-to-fhir"
        },
        {
          "name": "HistoryType",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/HistoryType"
        },
        {
          "name": "start-system-level-export-wf",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/start-system-level-export-wf"
        },
        {
          "name": "extract-questionnaire-response-id",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/extract-questionnaire-response-id"
        },
        {
          "name": "aws-bucket-read-url",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/aws-bucket-read-url"
        },
        {
          "name": "extract-questionnaire-response",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/extract-questionnaire-response"
        },
        {
          "name": "scim-put-user",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/scim-put-user"
        },
        {
          "name": "import-ig",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/import-ig"
        },
        {
          "name": "FhirConditionalDelete",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirConditionalDelete"
        },
        {
          "name": "populate-questionnaire-id",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/populate-questionnaire-id"
        },
        {
          "name": "FhirSubscriptionTopicSearch",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirSubscriptionTopicSearch"
        },
        {
          "name": "metrics-hours",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/metrics-hours"
        },
        {
          "name": "graphql-ui",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/graphql-ui"
        },
        {
          "name": "fhir-bulk-load-all",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-bulk-load-all"
        },
        {
          "name": "fhir-openid-configuration",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-openid-configuration"
        },
        {
          "name": "fhir-delete-app",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-delete-app"
        },
        {
          "name": "scim-patch-me",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/scim-patch-me"
        },
        {
          "name": "Validate-code-post-id",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Validate-code-post-id"
        },
        {
          "name": "devlogs",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/devlogs"
        },
        {
          "name": "CodeSystem-create-post",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/CodeSystem-create-post"
        },
        {
          "name": "clear-etags-cache-all",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/clear-etags-cache-all"
        },
        {
          "name": "encrypt",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/encrypt"
        },
        {
          "name": "FhirHistory",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirHistory"
        },
        {
          "name": "auth-login-view",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-login-view"
        },
        {
          "name": "auth-confirm",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-confirm"
        },
        {
          "name": "ObservationLastN",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/ObservationLastN"
        },
        {
          "name": "fhir-sof-view-def-create",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-sof-view-def-create"
        },
        {
          "name": "VRead",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/VRead"
        },
        {
          "name": "sequence-setval",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/sequence-setval"
        },
        {
          "name": "FhirConceptMapRead",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirConceptMapRead"
        },
        {
          "name": "FhirUpdate",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirUpdate"
        },
        {
          "name": "auth-grant-view",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-grant-view"
        },
        {
          "name": "CompartmentObservationLastn",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/CompartmentObservationLastn"
        },
        {
          "name": "bulk-copy",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/bulk-copy"
        },
        {
          "name": "auth-signup-view",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-signup-view"
        },
        {
          "name": "json-schema",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/json-schema"
        },
        {
          "name": "FhirSubscriptionTopicUpdateIdInUrl",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirSubscriptionTopicUpdateIdInUrl"
        },
        {
          "name": "CodeSystem-create-put-id-in-url",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/CodeSystem-create-put-id-in-url"
        },
        {
          "name": "scim-get-user",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/scim-get-user"
        },
        {
          "name": "Create",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Create"
        },
        {
          "name": "auth-external-provider-redirect",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-external-provider-redirect"
        },
        {
          "name": "ccda-to-html-endpoint",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/ccda-to-html-endpoint"
        },
        {
          "name": "loggy",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/loggy"
        },
        {
          "name": "delete-app",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/delete-app"
        },
        {
          "name": "FhirSubscriptionTopicById",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirSubscriptionTopicById"
        },
        {
          "name": "metrics-minutes",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/metrics-minutes"
        },
        {
          "name": "devlogs-truncate",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/devlogs-truncate"
        },
        {
          "name": "auth-external-provider-list",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-external-provider-list"
        },
        {
          "name": "test-ping",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/test-ping"
        },
        {
          "name": "Compose-post-id",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Compose-post-id"
        },
        {
          "name": "fhir-sof-view-def-update-id-in-body",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-sof-view-def-update-id-in-body"
        },
        {
          "name": "FhirConceptMapDelete",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirConceptMapDelete"
        },
        {
          "name": "bulk-load",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/bulk-load"
        },
        {
          "name": "auth-login-2fa-confirm",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-login-2fa-confirm"
        },
        {
          "name": "matcho",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/matcho"
        },
        {
          "name": "scim-service-provider",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/scim-service-provider"
        },
        {
          "name": "db-migrations-status",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/db-migrations-status"
        },
        {
          "name": "fhir-structure-def-search",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-structure-def-search"
        },
        {
          "name": "init-app",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/init-app"
        },
        {
          "name": "SubscriptionCreate",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/SubscriptionCreate"
        },
        {
          "name": "changes-stream",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/changes-stream"
        },
        {
          "name": "auth-confirm-view",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-confirm-view"
        },
        {
          "name": "auth-fhir-jwks-json",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-fhir-jwks-json"
        },
        {
          "name": "delete-sequence",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/delete-sequence"
        },
        {
          "name": "configurator",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/configurator"
        },
        {
          "name": "auth-two-factor-disable",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-two-factor-disable"
        },
        {
          "name": "FhirBundleValidate",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirBundleValidate"
        },
        {
          "name": "fhir-extract-questionnaire-response",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-extract-questionnaire-response"
        },
        {
          "name": "zen-ui",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/zen-ui"
        },
        {
          "name": "FhirSubscriptionUpdateIdInUrl",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirSubscriptionUpdateIdInUrl"
        },
        {
          "name": "FhirPostSearch",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirPostSearch"
        },
        {
          "name": "update-app",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/update-app"
        },
        {
          "name": "Subsumes-post-id",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Subsumes-post-id"
        },
        {
          "name": "auth-two-factor-enable",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-two-factor-enable"
        },
        {
          "name": "SubscriptionTopicById",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/SubscriptionTopicById"
        },
        {
          "name": "FhirCodeSystemCreate",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirCodeSystemCreate"
        },
        {
          "name": "Subsumes-get",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Subsumes-get"
        },
        {
          "name": "sql",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/sql"
        },
        {
          "name": "auth-authorization-server",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-authorization-server"
        },
        {
          "name": "SubscriptionEvents",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/SubscriptionEvents"
        },
        {
          "name": "aws-bucket-write-url",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/aws-bucket-write-url"
        },
        {
          "name": "FhirCodeSystemUpdateIdInUrl",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirCodeSystemUpdateIdInUrl"
        },
        {
          "name": "debug-notify",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/debug-notify"
        },
        {
          "name": "export-status",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/export-status"
        },
        {
          "name": "fhir-capability-redir",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-capability-redir"
        },
        {
          "name": "FhirRead",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirRead"
        },
        {
          "name": "fhir-conditional-update-app",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-conditional-update-app"
        },
        {
          "name": "auth-two-factor-enable-view",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-two-factor-enable-view"
        },
        {
          "name": "export-status-wf",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/export-status-wf"
        },
        {
          "name": "auth-signup-confirm-view",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-signup-confirm-view"
        },
        {
          "name": "cancel-export",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/cancel-export"
        },
        {
          "name": "PatientMatch",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/PatientMatch"
        },
        {
          "name": "Delete",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Delete"
        },
        {
          "name": "smart-apps-view",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/smart-apps-view"
        },
        {
          "name": "Compose-get",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Compose-get"
        },
        {
          "name": "ccda-make-doc-get",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/ccda-make-doc-get"
        },
        {
          "name": "gsapi-read-url",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/gsapi-read-url"
        },
        {
          "name": "export-selected-ig",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/export-selected-ig"
        },
        {
          "name": "fhir-structure-def-read",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-structure-def-read"
        },
        {
          "name": "basic-profile",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/basic-profile"
        },
        {
          "name": "fhir-sof-view-def-delete",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-sof-view-def-delete"
        },
        {
          "name": "auth-signup-sent-view",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-signup-sent-view"
        },
        {
          "name": "Compose-get-id",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Compose-get-id"
        },
        {
          "name": "process-response",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/process-response"
        },
        {
          "name": "scim-delete-me",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/scim-delete-me"
        },
        {
          "name": "CompartmentEverything",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/CompartmentEverything"
        },
        {
          "name": "Search-post",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Search-post"
        },
        {
          "name": "start-fhir-group-level-export",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/start-fhir-group-level-export"
        },
        {
          "name": "create-sequence",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/create-sequence"
        },
        {
          "name": "re-handshake",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/re-handshake"
        },
        {
          "name": "FhirConceptMapUpdate",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirConceptMapUpdate"
        },
        {
          "name": "fhir-sof-view-def-update-id-in-url",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-sof-view-def-update-id-in-url"
        },
        {
          "name": "bulk-cancel",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/bulk-cancel"
        },
        {
          "name": "auth-jwks-json",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-jwks-json"
        },
        {
          "name": "debug-search-query",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/debug-search-query"
        },
        {
          "name": "CodeSystem-create-put-id-in-body",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/CodeSystem-create-put-id-in-body"
        },
        {
          "name": "bulk-import-status",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/bulk-import-status"
        },
        {
          "name": "audit-trail",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/audit-trail"
        },
        {
          "name": "format-conv",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/format-conv"
        },
        {
          "name": "FhirSubscriptionTopicUpdateIdInBody",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirSubscriptionTopicUpdateIdInBody"
        },
        {
          "name": "fhir-capability",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-capability"
        },
        {
          "name": "ConditionalDelete",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/ConditionalDelete"
        },
        {
          "name": "health",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/health"
        },
        {
          "name": "bulk-resource-type",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/bulk-resource-type"
        },
        {
          "name": "FhirVread",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirVread"
        },
        {
          "name": "scim-create-user",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/scim-create-user"
        },
        {
          "name": "decrypt",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/decrypt"
        },
        {
          "name": "SubscriptionTopicUpdateIdInUrl",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/SubscriptionTopicUpdateIdInUrl"
        },
        {
          "name": "analyze-attributes",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/analyze-attributes"
        },
        {
          "name": "changes",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/changes"
        },
        {
          "name": "ConditionalPatch",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/ConditionalPatch"
        },
        {
          "name": "drop-session",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/drop-session"
        },
        {
          "name": "graphql",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/graphql"
        },
        {
          "name": "FhirCompartmentEverything",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirCompartmentEverything"
        },
        {
          "name": "sof-view-def-update-id-in-url",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/sof-view-def-update-id-in-url"
        },
        {
          "name": "CodeSystem-delete",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/CodeSystem-delete"
        },
        {
          "name": "Compose-post",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Compose-post"
        },
        {
          "name": "create-app",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/create-app"
        },
        {
          "name": "scim-patch-user",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/scim-patch-user"
        },
        {
          "name": "FhirCompartmentSearch",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirCompartmentSearch"
        },
        {
          "name": "console",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/console"
        },
        {
          "name": "auth-test-policy",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-test-policy"
        },
        {
          "name": "start-system-level-export",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/start-system-level-export"
        },
        {
          "name": "fhir-update-app",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-update-app"
        },
        {
          "name": "auth-sessions-view",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-sessions-view"
        },
        {
          "name": "CompartmentSearch",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/CompartmentSearch"
        },
        {
          "name": "auth-login",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-login"
        },
        {
          "name": "SubscriptionTopicPatch",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/SubscriptionTopicPatch"
        },
        {
          "name": "validate-questionnaire-response-id",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/validate-questionnaire-response-id"
        },
        {
          "name": "drop-cache",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/drop-cache"
        },
        {
          "name": "auth-two-factor-disable-view",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-two-factor-disable-view"
        },
        {
          "name": "ccda-convert-to-ccda",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/ccda-convert-to-ccda"
        },
        {
          "name": "bulk-sql",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/bulk-sql"
        },
        {
          "name": "ccda-validate",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/ccda-validate"
        },
        {
          "name": "StopJob",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/StopJob"
        },
        {
          "name": "get-execution",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/get-execution"
        },
        {
          "name": "auth-login-2fa-refresh",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-login-2fa-refresh"
        },
        {
          "name": "FhirValidateCreate",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirValidateCreate"
        },
        {
          "name": "alpha-search",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/alpha-search"
        },
        {
          "name": "notebook-psql",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/notebook-psql"
        },
        {
          "name": "auth-logout",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-logout"
        },
        {
          "name": "fhir-search-param-read",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-search-param-read"
        },
        {
          "name": "fhir-bulk-import-v2",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-bulk-import-v2"
        },
        {
          "name": "version",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/version"
        },
        {
          "name": "fhir-create-app",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-create-app"
        },
        {
          "name": "FhirSubscriptionUpdateIdInBody",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirSubscriptionUpdateIdInBody"
        },
        {
          "name": "FhirCreate",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirCreate"
        },
        {
          "name": "db-run-migrations",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/db-run-migrations"
        },
        {
          "name": "bulk-import",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/bulk-import"
        },
        {
          "name": "RunJob",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/RunJob"
        },
        {
          "name": "FhirPatch",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirPatch"
        },
        {
          "name": "Expand-post",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Expand-post"
        },
        {
          "name": "FhirConceptMapIdTranslate",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirConceptMapIdTranslate"
        },
        {
          "name": "Transaction",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Transaction"
        },
        {
          "name": "smart-launch",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/smart-launch"
        },
        {
          "name": "auth-userinfo",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-userinfo"
        },
        {
          "name": "FhirSubscriptionPatch",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirSubscriptionPatch"
        },
        {
          "name": "CustomQueryDebug",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/CustomQueryDebug"
        },
        {
          "name": "sdc-extract",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/sdc-extract"
        },
        {
          "name": "subscribe",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/subscribe"
        },
        {
          "name": "bulk-load-all",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/bulk-load-all"
        },
        {
          "name": "Search",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Search"
        },
        {
          "name": "FhirCodeSystemDelete",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirCodeSystemDelete"
        },
        {
          "name": "ccda-prepare-doc-post",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/ccda-prepare-doc-post"
        },
        {
          "name": "mapper-debug-noresource",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/mapper-debug-noresource"
        },
        {
          "name": "metadata",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/metadata"
        },
        {
          "name": "ccda-make-doc-post",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/ccda-make-doc-post"
        },
        {
          "name": "scim-bulk",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/scim-bulk"
        },
        {
          "name": "metrics",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/metrics"
        },
        {
          "name": "auth-fhir-authorization-server",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-fhir-authorization-server"
        },
        {
          "name": "fhir-smart-configuration",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-smart-configuration"
        },
        {
          "name": "ccda-prepare-doc-get",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/ccda-prepare-doc-get"
        },
        {
          "name": "auth-signup-confirm",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-signup-confirm"
        },
        {
          "name": "re-bulk-notify",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/re-bulk-notify"
        },
        {
          "name": "FhirDelete",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirDelete"
        },
        {
          "name": "FhirCompartmentObservationLastn",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirCompartmentObservationLastn"
        },
        {
          "name": "auth-authorization-request",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-authorization-request"
        },
        {
          "name": "Validate-code-get",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Validate-code-get"
        },
        {
          "name": "psql",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/psql"
        },
        {
          "name": "FhirSubscriptionTopicDelete",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirSubscriptionTopicDelete"
        },
        {
          "name": "auth-grant",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-grant"
        },
        {
          "name": "FhirObservationLastN",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirObservationLastN"
        },
        {
          "name": "cache-hash",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/cache-hash"
        },
        {
          "name": "about",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/about"
        },
        {
          "name": "SubscriptionTopicSearch",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/SubscriptionTopicSearch"
        },
        {
          "name": "FhirConceptMapTranslate",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirConceptMapTranslate"
        },
        {
          "name": "Validate-code-get-id",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Validate-code-get-id"
        },
        {
          "name": "Concept-translate",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Concept-translate"
        },
        {
          "name": "mapper-apply",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/mapper-apply"
        },
        {
          "name": "FhirSubscriptionTopicCreate",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/FhirSubscriptionTopicCreate"
        },
        {
          "name": "start-fhir-system-level-export",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/start-fhir-system-level-export"
        },
        {
          "name": "auth-login-2fa-confirm-view",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/auth-login-2fa-confirm-view"
        },
        {
          "name": "Subsumes-post",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/Subsumes-post"
        },
        {
          "name": "fhir-mdm-match",
          "definition": "http://sbvirapp1006.sw.ca:8888/fhir/Operation/fhir-mdm-match"
        }
      ],
      "resource": [
        {
          "searchParam": [
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Account.patient",
              "type": "reference"
            },
            {
              "name": "period",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Account.period",
              "type": "date"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Account.name",
              "type": "string"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Account.identifier",
              "type": "token"
            },
            {
              "name": "owner",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Account.owner",
              "type": "reference"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Account.subject",
              "type": "reference"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Account.type",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Account.status",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Account",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Account:patient",
            "Account:owner",
            "Account:subject"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.description",
              "type": "string"
            },
            {
              "name": "derived-from",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.derived-from",
              "type": "reference"
            },
            {
              "name": "successor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.successor",
              "type": "reference"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.context",
              "type": "token"
            },
            {
              "name": "predecessor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.predecessor",
              "type": "reference"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.url",
              "type": "uri"
            },
            {
              "name": "composed-of",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.composed-of",
              "type": "reference"
            },
            {
              "name": "topic",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.topic",
              "type": "token"
            },
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.context-quantity",
              "type": "quantity"
            },
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.jurisdiction",
              "type": "token"
            },
            {
              "name": "depends-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.depends-on",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.identifier",
              "type": "token"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.title",
              "type": "string"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.name",
              "type": "string"
            },
            {
              "name": "effective",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.effective",
              "type": "date"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.status",
              "type": "token"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.context-type",
              "type": "token"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.version",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.date",
              "type": "date"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ActivityDefinition.publisher",
              "type": "string"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "ActivityDefinition",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "ActivityDefinition:derived-from",
            "ActivityDefinition:successor",
            "ActivityDefinition:predecessor",
            "ActivityDefinition:composed-of",
            "ActivityDefinition:depends-on"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "resultingcondition",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AdverseEvent.resultingcondition",
              "type": "reference"
            },
            {
              "name": "severity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AdverseEvent.severity",
              "type": "token"
            },
            {
              "name": "actuality",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AdverseEvent.actuality",
              "type": "token"
            },
            {
              "name": "event",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AdverseEvent.event",
              "type": "token"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AdverseEvent.category",
              "type": "token"
            },
            {
              "name": "recorder",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AdverseEvent.recorder",
              "type": "reference"
            },
            {
              "name": "substance",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AdverseEvent.substance",
              "type": "reference"
            },
            {
              "name": "seriousness",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AdverseEvent.seriousness",
              "type": "token"
            },
            {
              "name": "location",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AdverseEvent.location",
              "type": "reference"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AdverseEvent.date",
              "type": "date"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AdverseEvent.subject",
              "type": "reference"
            },
            {
              "name": "study",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AdverseEvent.study",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "AdverseEvent",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "AdverseEvent:resultingcondition",
            "AdverseEvent:recorder",
            "AdverseEvent:substance",
            "AdverseEvent:location",
            "AdverseEvent:subject",
            "AdverseEvent:study"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "clinical-status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AllergyIntolerance.clinical-status",
              "type": "token"
            },
            {
              "name": "recorder",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AllergyIntolerance.recorder",
              "type": "reference"
            },
            {
              "name": "asserter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AllergyIntolerance.asserter",
              "type": "reference"
            },
            {
              "name": "manifestation",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AllergyIntolerance.manifestation",
              "type": "token"
            },
            {
              "name": "severity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AllergyIntolerance.severity",
              "type": "token"
            },
            {
              "name": "last-date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AllergyIntolerance.last-date",
              "type": "date"
            },
            {
              "name": "verification-status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AllergyIntolerance.verification-status",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AllergyIntolerance.identifier",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AllergyIntolerance.patient",
              "type": "reference"
            },
            {
              "name": "onset",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AllergyIntolerance.onset",
              "type": "date"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AllergyIntolerance.code",
              "type": "token"
            },
            {
              "name": "route",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AllergyIntolerance.route",
              "type": "token"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AllergyIntolerance.category",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AllergyIntolerance.date",
              "type": "date"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AllergyIntolerance.type",
              "type": "token"
            },
            {
              "name": "criticality",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AllergyIntolerance.criticality",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "AllergyIntolerance",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "AllergyIntolerance:recorder",
            "AllergyIntolerance:asserter",
            "AllergyIntolerance:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "location",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Appointment.location",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Appointment.patient",
              "type": "reference"
            },
            {
              "name": "service-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Appointment.service-type",
              "type": "token"
            },
            {
              "name": "practitioner",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Appointment.practitioner",
              "type": "reference"
            },
            {
              "name": "reason-reference",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Appointment.reason-reference",
              "type": "reference"
            },
            {
              "name": "actor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Appointment.actor",
              "type": "reference"
            },
            {
              "name": "appointment-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Appointment.appointment-type",
              "type": "token"
            },
            {
              "name": "service-category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Appointment.service-category",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Appointment.status",
              "type": "token"
            },
            {
              "name": "specialty",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Appointment.specialty",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Appointment.identifier",
              "type": "token"
            },
            {
              "name": "reason-code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Appointment.reason-code",
              "type": "token"
            },
            {
              "name": "based-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Appointment.based-on",
              "type": "reference"
            },
            {
              "name": "supporting-info",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Appointment.supporting-info",
              "type": "reference"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Appointment.date",
              "type": "date"
            },
            {
              "name": "slot",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Appointment.slot",
              "type": "reference"
            },
            {
              "name": "part-status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Appointment.part-status",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Appointment",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Appointment:location",
            "Appointment:patient",
            "Appointment:practitioner",
            "Appointment:reason-reference",
            "Appointment:actor",
            "Appointment:based-on",
            "Appointment:supporting-info",
            "Appointment:slot"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "location",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AppointmentResponse.location",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AppointmentResponse.identifier",
              "type": "token"
            },
            {
              "name": "appointment",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AppointmentResponse.appointment",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AppointmentResponse.patient",
              "type": "reference"
            },
            {
              "name": "part-status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AppointmentResponse.part-status",
              "type": "token"
            },
            {
              "name": "actor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AppointmentResponse.actor",
              "type": "reference"
            },
            {
              "name": "practitioner",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AppointmentResponse.practitioner",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "AppointmentResponse",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "AppointmentResponse:location",
            "AppointmentResponse:appointment",
            "AppointmentResponse:patient",
            "AppointmentResponse:actor",
            "AppointmentResponse:practitioner"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AuditEvent.date",
              "type": "date"
            },
            {
              "name": "site",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AuditEvent.site",
              "type": "token"
            },
            {
              "name": "entity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AuditEvent.entity",
              "type": "reference"
            },
            {
              "name": "subtype",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AuditEvent.subtype",
              "type": "token"
            },
            {
              "name": "agent-name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AuditEvent.agent-name",
              "type": "string"
            },
            {
              "name": "altid",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AuditEvent.altid",
              "type": "token"
            },
            {
              "name": "entity-role",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AuditEvent.entity-role",
              "type": "token"
            },
            {
              "name": "agent",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AuditEvent.agent",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AuditEvent.patient",
              "type": "reference"
            },
            {
              "name": "outcome",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AuditEvent.outcome",
              "type": "token"
            },
            {
              "name": "entity-name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AuditEvent.entity-name",
              "type": "string"
            },
            {
              "name": "entity-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AuditEvent.entity-type",
              "type": "token"
            },
            {
              "name": "policy",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AuditEvent.policy",
              "type": "uri"
            },
            {
              "name": "agent-role",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AuditEvent.agent-role",
              "type": "token"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AuditEvent.type",
              "type": "token"
            },
            {
              "name": "source",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AuditEvent.source",
              "type": "reference"
            },
            {
              "name": "address",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AuditEvent.address",
              "type": "string"
            },
            {
              "name": "action",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/AuditEvent.action",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "AuditEvent",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "AuditEvent:entity",
            "AuditEvent:agent",
            "AuditEvent:patient",
            "AuditEvent:source"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Basic.code",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Basic.patient",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Basic.identifier",
              "type": "token"
            },
            {
              "name": "author",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Basic.author",
              "type": "reference"
            },
            {
              "name": "created",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Basic.created",
              "type": "date"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Basic.subject",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Basic",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Basic:patient",
            "Basic:author",
            "Basic:subject"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Binary",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "BiologicallyDerivedProduct",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/BodyStructure.identifier",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/BodyStructure.patient",
              "type": "reference"
            },
            {
              "name": "morphology",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/BodyStructure.morphology",
              "type": "token"
            },
            {
              "name": "location",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/BodyStructure.location",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "BodyStructure",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "BodyStructure:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "timestamp",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Bundle.timestamp",
              "type": "date"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Bundle.identifier",
              "type": "token"
            },
            {
              "name": "message",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Bundle.message",
              "type": "reference"
            },
            {
              "name": "composition",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Bundle.composition",
              "type": "reference"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Bundle.type",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Bundle",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Bundle:message",
            "Bundle:composition"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "care-team",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.care-team",
              "type": "reference"
            },
            {
              "name": "replaces",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.replaces",
              "type": "reference"
            },
            {
              "name": "activity-date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.activity-date",
              "type": "date"
            },
            {
              "name": "based-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.based-on",
              "type": "reference"
            },
            {
              "name": "activity-reference",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.activity-reference",
              "type": "reference"
            },
            {
              "name": "part-of",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.part-of",
              "type": "reference"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.subject",
              "type": "reference"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.encounter",
              "type": "reference"
            },
            {
              "name": "intent",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.intent",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.patient",
              "type": "reference"
            },
            {
              "name": "instantiates-canonical",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.instantiates-canonical",
              "type": "reference"
            },
            {
              "name": "performer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.performer",
              "type": "reference"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.date",
              "type": "date"
            },
            {
              "name": "instantiates-uri",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.instantiates-uri",
              "type": "uri"
            },
            {
              "name": "activity-code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.activity-code",
              "type": "token"
            },
            {
              "name": "condition",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.condition",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.identifier",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.status",
              "type": "token"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.category",
              "type": "token"
            },
            {
              "name": "goal",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CarePlan.goal",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "CarePlan",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "CarePlan:care-team",
            "CarePlan:replaces",
            "CarePlan:based-on",
            "CarePlan:activity-reference",
            "CarePlan:part-of",
            "CarePlan:subject",
            "CarePlan:encounter",
            "CarePlan:patient",
            "CarePlan:instantiates-canonical",
            "CarePlan:performer",
            "CarePlan:condition",
            "CarePlan:goal"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CareTeam.status",
              "type": "token"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CareTeam.encounter",
              "type": "reference"
            },
            {
              "name": "participant",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CareTeam.participant",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CareTeam.patient",
              "type": "reference"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CareTeam.category",
              "type": "token"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CareTeam.subject",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CareTeam.identifier",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CareTeam.date",
              "type": "date"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "CareTeam",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "CareTeam:encounter",
            "CareTeam:participant",
            "CareTeam:patient",
            "CareTeam:subject"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "CatalogEntry",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "entered-date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItem.entered-date",
              "type": "date"
            },
            {
              "name": "price-override",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItem.price-override",
              "type": "quantity"
            },
            {
              "name": "quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItem.quantity",
              "type": "quantity"
            },
            {
              "name": "service",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItem.service",
              "type": "reference"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItem.code",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItem.identifier",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItem.patient",
              "type": "reference"
            },
            {
              "name": "performing-organization",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItem.performing-organization",
              "type": "reference"
            },
            {
              "name": "occurrence",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItem.occurrence",
              "type": "date"
            },
            {
              "name": "account",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItem.account",
              "type": "reference"
            },
            {
              "name": "requesting-organization",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItem.requesting-organization",
              "type": "reference"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItem.context",
              "type": "reference"
            },
            {
              "name": "enterer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItem.enterer",
              "type": "reference"
            },
            {
              "name": "performer-actor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItem.performer-actor",
              "type": "reference"
            },
            {
              "name": "factor-override",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItem.factor-override",
              "type": "number"
            },
            {
              "name": "performer-function",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItem.performer-function",
              "type": "token"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItem.subject",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "ChargeItem",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "ChargeItem:service",
            "ChargeItem:patient",
            "ChargeItem:performing-organization",
            "ChargeItem:account",
            "ChargeItem:requesting-organization",
            "ChargeItem:context",
            "ChargeItem:enterer",
            "ChargeItem:performer-actor",
            "ChargeItem:subject"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItemDefinition.description",
              "type": "string"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItemDefinition.version",
              "type": "token"
            },
            {
              "name": "effective",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItemDefinition.effective",
              "type": "date"
            },
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItemDefinition.jurisdiction",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItemDefinition.status",
              "type": "token"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItemDefinition.context",
              "type": "token"
            },
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItemDefinition.context-quantity",
              "type": "quantity"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItemDefinition.title",
              "type": "string"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItemDefinition.url",
              "type": "uri"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItemDefinition.publisher",
              "type": "string"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItemDefinition.context-type",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItemDefinition.identifier",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ChargeItemDefinition.date",
              "type": "date"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "ChargeItemDefinition",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "priority",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Claim.priority",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Claim.status",
              "type": "token"
            },
            {
              "name": "use",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Claim.use",
              "type": "token"
            },
            {
              "name": "procedure-udi",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Claim.procedure-udi",
              "type": "reference"
            },
            {
              "name": "item-udi",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Claim.item-udi",
              "type": "reference"
            },
            {
              "name": "detail-udi",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Claim.detail-udi",
              "type": "reference"
            },
            {
              "name": "enterer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Claim.enterer",
              "type": "reference"
            },
            {
              "name": "subdetail-udi",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Claim.subdetail-udi",
              "type": "reference"
            },
            {
              "name": "payee",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Claim.payee",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Claim.identifier",
              "type": "token"
            },
            {
              "name": "created",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Claim.created",
              "type": "date"
            },
            {
              "name": "care-team",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Claim.care-team",
              "type": "reference"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Claim.encounter",
              "type": "reference"
            },
            {
              "name": "facility",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Claim.facility",
              "type": "reference"
            },
            {
              "name": "insurer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Claim.insurer",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Claim.patient",
              "type": "reference"
            },
            {
              "name": "provider",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Claim.provider",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Claim",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Claim:procedure-udi",
            "Claim:item-udi",
            "Claim:detail-udi",
            "Claim:enterer",
            "Claim:subdetail-udi",
            "Claim:payee",
            "Claim:care-team",
            "Claim:encounter",
            "Claim:facility",
            "Claim:insurer",
            "Claim:patient",
            "Claim:provider"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "requestor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClaimResponse.requestor",
              "type": "reference"
            },
            {
              "name": "request",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClaimResponse.request",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClaimResponse.identifier",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClaimResponse.status",
              "type": "token"
            },
            {
              "name": "outcome",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClaimResponse.outcome",
              "type": "token"
            },
            {
              "name": "payment-date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClaimResponse.payment-date",
              "type": "date"
            },
            {
              "name": "created",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClaimResponse.created",
              "type": "date"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClaimResponse.patient",
              "type": "reference"
            },
            {
              "name": "use",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClaimResponse.use",
              "type": "token"
            },
            {
              "name": "disposition",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClaimResponse.disposition",
              "type": "string"
            },
            {
              "name": "insurer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClaimResponse.insurer",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "ClaimResponse",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "ClaimResponse:requestor",
            "ClaimResponse:request",
            "ClaimResponse:patient",
            "ClaimResponse:insurer"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "supporting-info",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClinicalImpression.supporting-info",
              "type": "reference"
            },
            {
              "name": "assessor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClinicalImpression.assessor",
              "type": "reference"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClinicalImpression.date",
              "type": "date"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClinicalImpression.identifier",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClinicalImpression.patient",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClinicalImpression.status",
              "type": "token"
            },
            {
              "name": "problem",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClinicalImpression.problem",
              "type": "reference"
            },
            {
              "name": "investigation",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClinicalImpression.investigation",
              "type": "reference"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClinicalImpression.encounter",
              "type": "reference"
            },
            {
              "name": "finding-ref",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClinicalImpression.finding-ref",
              "type": "reference"
            },
            {
              "name": "previous",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClinicalImpression.previous",
              "type": "reference"
            },
            {
              "name": "finding-code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClinicalImpression.finding-code",
              "type": "token"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ClinicalImpression.subject",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "ClinicalImpression",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "ClinicalImpression:supporting-info",
            "ClinicalImpression:assessor",
            "ClinicalImpression:patient",
            "ClinicalImpression:problem",
            "ClinicalImpression:investigation",
            "ClinicalImpression:encounter",
            "ClinicalImpression:finding-ref",
            "ClinicalImpression:previous",
            "ClinicalImpression:subject"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Communication.status",
              "type": "token"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Communication.encounter",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Communication.patient",
              "type": "reference"
            },
            {
              "name": "based-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Communication.based-on",
              "type": "reference"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Communication.subject",
              "type": "reference"
            },
            {
              "name": "instantiates-canonical",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Communication.instantiates-canonical",
              "type": "reference"
            },
            {
              "name": "part-of",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Communication.part-of",
              "type": "reference"
            },
            {
              "name": "medium",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Communication.medium",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Communication.identifier",
              "type": "token"
            },
            {
              "name": "received",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Communication.received",
              "type": "date"
            },
            {
              "name": "instantiates-uri",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Communication.instantiates-uri",
              "type": "uri"
            },
            {
              "name": "recipient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Communication.recipient",
              "type": "reference"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Communication.category",
              "type": "token"
            },
            {
              "name": "sent",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Communication.sent",
              "type": "date"
            },
            {
              "name": "sender",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Communication.sender",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Communication",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Communication:encounter",
            "Communication:patient",
            "Communication:based-on",
            "Communication:subject",
            "Communication:instantiates-canonical",
            "Communication:part-of",
            "Communication:recipient",
            "Communication:sender"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "recipient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CommunicationRequest.recipient",
              "type": "reference"
            },
            {
              "name": "authored",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CommunicationRequest.authored",
              "type": "date"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CommunicationRequest.subject",
              "type": "reference"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CommunicationRequest.category",
              "type": "token"
            },
            {
              "name": "medium",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CommunicationRequest.medium",
              "type": "token"
            },
            {
              "name": "sender",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CommunicationRequest.sender",
              "type": "reference"
            },
            {
              "name": "priority",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CommunicationRequest.priority",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CommunicationRequest.status",
              "type": "token"
            },
            {
              "name": "occurrence",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CommunicationRequest.occurrence",
              "type": "date"
            },
            {
              "name": "based-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CommunicationRequest.based-on",
              "type": "reference"
            },
            {
              "name": "replaces",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CommunicationRequest.replaces",
              "type": "reference"
            },
            {
              "name": "requester",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CommunicationRequest.requester",
              "type": "reference"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CommunicationRequest.encounter",
              "type": "reference"
            },
            {
              "name": "group-identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CommunicationRequest.group-identifier",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CommunicationRequest.identifier",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CommunicationRequest.patient",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "CommunicationRequest",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "CommunicationRequest:recipient",
            "CommunicationRequest:subject",
            "CommunicationRequest:sender",
            "CommunicationRequest:based-on",
            "CommunicationRequest:replaces",
            "CommunicationRequest:requester",
            "CommunicationRequest:encounter",
            "CommunicationRequest:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CompartmentDefinition.description",
              "type": "string"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CompartmentDefinition.version",
              "type": "token"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CompartmentDefinition.name",
              "type": "string"
            },
            {
              "name": "resource",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CompartmentDefinition.resource",
              "type": "token"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CompartmentDefinition.context",
              "type": "token"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CompartmentDefinition.url",
              "type": "uri"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CompartmentDefinition.status",
              "type": "token"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CompartmentDefinition.context-type",
              "type": "token"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CompartmentDefinition.code",
              "type": "token"
            },
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CompartmentDefinition.context-quantity",
              "type": "quantity"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CompartmentDefinition.publisher",
              "type": "string"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CompartmentDefinition.date",
              "type": "date"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "CompartmentDefinition",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "confidentiality",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Composition.confidentiality",
              "type": "token"
            },
            {
              "name": "entry",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Composition.entry",
              "type": "reference"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Composition.category",
              "type": "token"
            },
            {
              "name": "section",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Composition.section",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Composition.status",
              "type": "token"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Composition.subject",
              "type": "reference"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Composition.type",
              "type": "token"
            },
            {
              "name": "period",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Composition.period",
              "type": "date"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Composition.identifier",
              "type": "token"
            },
            {
              "name": "related-id",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Composition.related-id",
              "type": "token"
            },
            {
              "name": "related-ref",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Composition.related-ref",
              "type": "reference"
            },
            {
              "name": "attester",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Composition.attester",
              "type": "reference"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Composition.date",
              "type": "date"
            },
            {
              "name": "author",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Composition.author",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Composition.patient",
              "type": "reference"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Composition.title",
              "type": "string"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Composition.context",
              "type": "token"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Composition.encounter",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Composition",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Composition:entry",
            "Composition:subject",
            "Composition:related-ref",
            "Composition:attester",
            "Composition:author",
            "Composition:patient",
            "Composition:encounter"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.identifier",
              "type": "token"
            },
            {
              "name": "onset-date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.onset-date",
              "type": "date"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.category",
              "type": "token"
            },
            {
              "name": "verification-status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.verification-status",
              "type": "token"
            },
            {
              "name": "recorded-date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.recorded-date",
              "type": "date"
            },
            {
              "name": "onset-age",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.onset-age",
              "type": "quantity"
            },
            {
              "name": "stage",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.stage",
              "type": "token"
            },
            {
              "name": "abatement-string",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.abatement-string",
              "type": "string"
            },
            {
              "name": "evidence-detail",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.evidence-detail",
              "type": "reference"
            },
            {
              "name": "asserter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.asserter",
              "type": "reference"
            },
            {
              "name": "body-site",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.body-site",
              "type": "token"
            },
            {
              "name": "evidence",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.evidence",
              "type": "token"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.code",
              "type": "token"
            },
            {
              "name": "abatement-date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.abatement-date",
              "type": "date"
            },
            {
              "name": "abatement-age",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.abatement-age",
              "type": "quantity"
            },
            {
              "name": "onset-info",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.onset-info",
              "type": "string"
            },
            {
              "name": "severity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.severity",
              "type": "token"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.encounter",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.patient",
              "type": "reference"
            },
            {
              "name": "clinical-status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.clinical-status",
              "type": "token"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Condition.subject",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Condition",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Condition:evidence-detail",
            "Condition:asserter",
            "Condition:encounter",
            "Condition:patient",
            "Condition:subject"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "action",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Consent.action",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Consent.status",
              "type": "token"
            },
            {
              "name": "purpose",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Consent.purpose",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Consent.date",
              "type": "date"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Consent.identifier",
              "type": "token"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Consent.category",
              "type": "token"
            },
            {
              "name": "scope",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Consent.scope",
              "type": "token"
            },
            {
              "name": "consentor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Consent.consentor",
              "type": "reference"
            },
            {
              "name": "data",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Consent.data",
              "type": "reference"
            },
            {
              "name": "security-label",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Consent.security-label",
              "type": "token"
            },
            {
              "name": "source-reference",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Consent.source-reference",
              "type": "reference"
            },
            {
              "name": "period",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Consent.period",
              "type": "date"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Consent.patient",
              "type": "reference"
            },
            {
              "name": "actor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Consent.actor",
              "type": "reference"
            },
            {
              "name": "organization",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Consent.organization",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Consent",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Consent:consentor",
            "Consent:data",
            "Consent:source-reference",
            "Consent:patient",
            "Consent:actor",
            "Consent:organization"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "issued",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Contract.issued",
              "type": "date"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Contract.patient",
              "type": "reference"
            },
            {
              "name": "instantiates",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Contract.instantiates",
              "type": "uri"
            },
            {
              "name": "signer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Contract.signer",
              "type": "reference"
            },
            {
              "name": "domain",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Contract.domain",
              "type": "reference"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Contract.subject",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Contract.identifier",
              "type": "token"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Contract.url",
              "type": "uri"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Contract.status",
              "type": "token"
            },
            {
              "name": "authority",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Contract.authority",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Contract",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Contract:patient",
            "Contract:signer",
            "Contract:domain",
            "Contract:subject",
            "Contract:authority"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "class-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Coverage.class-type",
              "type": "token"
            },
            {
              "name": "payor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Coverage.payor",
              "type": "reference"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Coverage.type",
              "type": "token"
            },
            {
              "name": "dependent",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Coverage.dependent",
              "type": "string"
            },
            {
              "name": "beneficiary",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Coverage.beneficiary",
              "type": "reference"
            },
            {
              "name": "subscriber",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Coverage.subscriber",
              "type": "reference"
            },
            {
              "name": "class-value",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Coverage.class-value",
              "type": "string"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Coverage.patient",
              "type": "reference"
            },
            {
              "name": "policy-holder",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Coverage.policy-holder",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Coverage.identifier",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Coverage.status",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Coverage",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Coverage:payor",
            "Coverage:beneficiary",
            "Coverage:subscriber",
            "Coverage:patient",
            "Coverage:policy-holder"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "created",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CoverageEligibilityRequest.created",
              "type": "date"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CoverageEligibilityRequest.patient",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CoverageEligibilityRequest.status",
              "type": "token"
            },
            {
              "name": "enterer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CoverageEligibilityRequest.enterer",
              "type": "reference"
            },
            {
              "name": "facility",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CoverageEligibilityRequest.facility",
              "type": "reference"
            },
            {
              "name": "provider",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CoverageEligibilityRequest.provider",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CoverageEligibilityRequest.identifier",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "CoverageEligibilityRequest",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "CoverageEligibilityRequest:patient",
            "CoverageEligibilityRequest:enterer",
            "CoverageEligibilityRequest:facility",
            "CoverageEligibilityRequest:provider"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "outcome",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CoverageEligibilityResponse.outcome",
              "type": "token"
            },
            {
              "name": "requestor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CoverageEligibilityResponse.requestor",
              "type": "reference"
            },
            {
              "name": "request",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CoverageEligibilityResponse.request",
              "type": "reference"
            },
            {
              "name": "created",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CoverageEligibilityResponse.created",
              "type": "date"
            },
            {
              "name": "insurer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CoverageEligibilityResponse.insurer",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CoverageEligibilityResponse.identifier",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CoverageEligibilityResponse.status",
              "type": "token"
            },
            {
              "name": "disposition",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CoverageEligibilityResponse.disposition",
              "type": "string"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/CoverageEligibilityResponse.patient",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "CoverageEligibilityResponse",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "CoverageEligibilityResponse:requestor",
            "CoverageEligibilityResponse:request",
            "CoverageEligibilityResponse:insurer",
            "CoverageEligibilityResponse:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DetectedIssue.patient",
              "type": "reference"
            },
            {
              "name": "author",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DetectedIssue.author",
              "type": "reference"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DetectedIssue.code",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DetectedIssue.identifier",
              "type": "token"
            },
            {
              "name": "implicated",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DetectedIssue.implicated",
              "type": "reference"
            },
            {
              "name": "identified",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DetectedIssue.identified",
              "type": "date"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "DetectedIssue",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "DetectedIssue:patient",
            "DetectedIssue:author",
            "DetectedIssue:implicated"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Device.patient",
              "type": "reference"
            },
            {
              "name": "location",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Device.location",
              "type": "reference"
            },
            {
              "name": "organization",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Device.organization",
              "type": "reference"
            },
            {
              "name": "device-name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Device.device-name",
              "type": "string"
            },
            {
              "name": "model",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Device.model",
              "type": "string"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Device.identifier",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Device.status",
              "type": "token"
            },
            {
              "name": "udi-di",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Device.udi-di",
              "type": "string"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Device.type",
              "type": "token"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Device.url",
              "type": "uri"
            },
            {
              "name": "manufacturer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Device.manufacturer",
              "type": "string"
            },
            {
              "name": "udi-carrier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Device.udi-carrier",
              "type": "string"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Device",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Device:patient",
            "Device:location",
            "Device:organization"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "parent",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceDefinition.parent",
              "type": "reference"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceDefinition.type",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceDefinition.identifier",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "DeviceDefinition",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "DeviceDefinition:parent"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "parent",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceMetric.parent",
              "type": "reference"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceMetric.type",
              "type": "token"
            },
            {
              "name": "source",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceMetric.source",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceMetric.identifier",
              "type": "token"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceMetric.category",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "DeviceMetric",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "DeviceMetric:parent",
            "DeviceMetric:source"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "instantiates-uri",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceRequest.instantiates-uri",
              "type": "uri"
            },
            {
              "name": "device",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceRequest.device",
              "type": "reference"
            },
            {
              "name": "insurance",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceRequest.insurance",
              "type": "reference"
            },
            {
              "name": "requester",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceRequest.requester",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceRequest.status",
              "type": "token"
            },
            {
              "name": "based-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceRequest.based-on",
              "type": "reference"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceRequest.encounter",
              "type": "reference"
            },
            {
              "name": "intent",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceRequest.intent",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceRequest.identifier",
              "type": "token"
            },
            {
              "name": "group-identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceRequest.group-identifier",
              "type": "token"
            },
            {
              "name": "event-date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceRequest.event-date",
              "type": "date"
            },
            {
              "name": "prior-request",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceRequest.prior-request",
              "type": "reference"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceRequest.code",
              "type": "token"
            },
            {
              "name": "authored-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceRequest.authored-on",
              "type": "date"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceRequest.subject",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceRequest.patient",
              "type": "reference"
            },
            {
              "name": "instantiates-canonical",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceRequest.instantiates-canonical",
              "type": "reference"
            },
            {
              "name": "performer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceRequest.performer",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "DeviceRequest",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "DeviceRequest:device",
            "DeviceRequest:insurance",
            "DeviceRequest:requester",
            "DeviceRequest:based-on",
            "DeviceRequest:encounter",
            "DeviceRequest:prior-request",
            "DeviceRequest:subject",
            "DeviceRequest:patient",
            "DeviceRequest:instantiates-canonical",
            "DeviceRequest:performer"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceUseStatement.subject",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceUseStatement.identifier",
              "type": "token"
            },
            {
              "name": "device",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceUseStatement.device",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DeviceUseStatement.patient",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "DeviceUseStatement",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "DeviceUseStatement:subject",
            "DeviceUseStatement:device",
            "DeviceUseStatement:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DiagnosticReport.subject",
              "type": "reference"
            },
            {
              "name": "conclusion",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DiagnosticReport.conclusion",
              "type": "token"
            },
            {
              "name": "results-interpreter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DiagnosticReport.results-interpreter",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DiagnosticReport.identifier",
              "type": "token"
            },
            {
              "name": "media",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DiagnosticReport.media",
              "type": "reference"
            },
            {
              "name": "result",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DiagnosticReport.result",
              "type": "reference"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DiagnosticReport.encounter",
              "type": "reference"
            },
            {
              "name": "performer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DiagnosticReport.performer",
              "type": "reference"
            },
            {
              "name": "based-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DiagnosticReport.based-on",
              "type": "reference"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DiagnosticReport.category",
              "type": "token"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DiagnosticReport.code",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DiagnosticReport.date",
              "type": "date"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DiagnosticReport.status",
              "type": "token"
            },
            {
              "name": "issued",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DiagnosticReport.issued",
              "type": "date"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DiagnosticReport.patient",
              "type": "reference"
            },
            {
              "name": "specimen",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DiagnosticReport.specimen",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "DiagnosticReport",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "DiagnosticReport:subject",
            "DiagnosticReport:results-interpreter",
            "DiagnosticReport:media",
            "DiagnosticReport:result",
            "DiagnosticReport:encounter",
            "DiagnosticReport:performer",
            "DiagnosticReport:based-on",
            "DiagnosticReport:patient",
            "DiagnosticReport:specimen"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentManifest.patient",
              "type": "reference"
            },
            {
              "name": "related-id",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentManifest.related-id",
              "type": "token"
            },
            {
              "name": "created",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentManifest.created",
              "type": "date"
            },
            {
              "name": "related-ref",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentManifest.related-ref",
              "type": "reference"
            },
            {
              "name": "recipient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentManifest.recipient",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentManifest.identifier",
              "type": "token"
            },
            {
              "name": "item",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentManifest.item",
              "type": "reference"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentManifest.subject",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentManifest.status",
              "type": "token"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentManifest.description",
              "type": "string"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentManifest.type",
              "type": "token"
            },
            {
              "name": "author",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentManifest.author",
              "type": "reference"
            },
            {
              "name": "source",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentManifest.source",
              "type": "uri"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "DocumentManifest",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "DocumentManifest:patient",
            "DocumentManifest:related-ref",
            "DocumentManifest:recipient",
            "DocumentManifest:item",
            "DocumentManifest:subject",
            "DocumentManifest:author"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "contenttype",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.contenttype",
              "type": "token"
            },
            {
              "name": "security-label",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.security-label",
              "type": "token"
            },
            {
              "name": "authenticator",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.authenticator",
              "type": "reference"
            },
            {
              "name": "facility",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.facility",
              "type": "token"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.description",
              "type": "string"
            },
            {
              "name": "format",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.format",
              "type": "token"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.category",
              "type": "token"
            },
            {
              "name": "language",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.language",
              "type": "token"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.subject",
              "type": "reference"
            },
            {
              "name": "period",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.period",
              "type": "date"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.identifier",
              "type": "token"
            },
            {
              "name": "setting",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.setting",
              "type": "token"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.encounter",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.status",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.date",
              "type": "date"
            },
            {
              "name": "relatesto",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.relatesto",
              "type": "reference"
            },
            {
              "name": "relation",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.relation",
              "type": "token"
            },
            {
              "name": "event",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.event",
              "type": "token"
            },
            {
              "name": "location",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.location",
              "type": "uri"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.patient",
              "type": "reference"
            },
            {
              "name": "related",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.related",
              "type": "reference"
            },
            {
              "name": "custodian",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.custodian",
              "type": "reference"
            },
            {
              "name": "author",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.author",
              "type": "reference"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/DocumentReference.type",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "DocumentReference",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "DocumentReference:authenticator",
            "DocumentReference:subject",
            "DocumentReference:encounter",
            "DocumentReference:relatesto",
            "DocumentReference:patient",
            "DocumentReference:related",
            "DocumentReference:custodian",
            "DocumentReference:author"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EffectEvidenceSynthesis.context",
              "type": "token"
            },
            {
              "name": "effective",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EffectEvidenceSynthesis.effective",
              "type": "date"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EffectEvidenceSynthesis.context-type",
              "type": "token"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EffectEvidenceSynthesis.name",
              "type": "string"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EffectEvidenceSynthesis.date",
              "type": "date"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EffectEvidenceSynthesis.title",
              "type": "string"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EffectEvidenceSynthesis.description",
              "type": "string"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EffectEvidenceSynthesis.version",
              "type": "token"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EffectEvidenceSynthesis.publisher",
              "type": "string"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EffectEvidenceSynthesis.url",
              "type": "uri"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EffectEvidenceSynthesis.identifier",
              "type": "token"
            },
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EffectEvidenceSynthesis.jurisdiction",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EffectEvidenceSynthesis.status",
              "type": "token"
            },
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EffectEvidenceSynthesis.context-quantity",
              "type": "quantity"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "EffectEvidenceSynthesis",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "service-provider",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.service-provider",
              "type": "reference"
            },
            {
              "name": "length",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.length",
              "type": "quantity"
            },
            {
              "name": "reason-reference",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.reason-reference",
              "type": "reference"
            },
            {
              "name": "participant-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.participant-type",
              "type": "token"
            },
            {
              "name": "participant",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.participant",
              "type": "reference"
            },
            {
              "name": "reason-code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.reason-code",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.status",
              "type": "token"
            },
            {
              "name": "location-period",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.location-period",
              "type": "date"
            },
            {
              "name": "based-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.based-on",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.identifier",
              "type": "token"
            },
            {
              "name": "part-of",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.part-of",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.patient",
              "type": "reference"
            },
            {
              "name": "location",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.location",
              "type": "reference"
            },
            {
              "name": "class",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.class",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.date",
              "type": "date"
            },
            {
              "name": "account",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.account",
              "type": "reference"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.subject",
              "type": "reference"
            },
            {
              "name": "practitioner",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.practitioner",
              "type": "reference"
            },
            {
              "name": "special-arrangement",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.special-arrangement",
              "type": "token"
            },
            {
              "name": "diagnosis",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.diagnosis",
              "type": "reference"
            },
            {
              "name": "appointment",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.appointment",
              "type": "reference"
            },
            {
              "name": "episode-of-care",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.episode-of-care",
              "type": "reference"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Encounter.type",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Encounter",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Encounter:service-provider",
            "Encounter:reason-reference",
            "Encounter:participant",
            "Encounter:based-on",
            "Encounter:part-of",
            "Encounter:patient",
            "Encounter:location",
            "Encounter:account",
            "Encounter:subject",
            "Encounter:practitioner",
            "Encounter:diagnosis",
            "Encounter:appointment",
            "Encounter:episode-of-care"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "payload-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Endpoint.payload-type",
              "type": "token"
            },
            {
              "name": "connection-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Endpoint.connection-type",
              "type": "token"
            },
            {
              "name": "organization",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Endpoint.organization",
              "type": "reference"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Endpoint.name",
              "type": "string"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Endpoint.status",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Endpoint.identifier",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Endpoint",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Endpoint:organization"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EnrollmentRequest.subject",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EnrollmentRequest.identifier",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EnrollmentRequest.status",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EnrollmentRequest.patient",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "EnrollmentRequest",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "EnrollmentRequest:subject",
            "EnrollmentRequest:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EnrollmentResponse.status",
              "type": "token"
            },
            {
              "name": "request",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EnrollmentResponse.request",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EnrollmentResponse.identifier",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "EnrollmentResponse",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "EnrollmentResponse:request"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EpisodeOfCare.patient",
              "type": "reference"
            },
            {
              "name": "incoming-referral",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EpisodeOfCare.incoming-referral",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EpisodeOfCare.status",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EpisodeOfCare.date",
              "type": "date"
            },
            {
              "name": "condition",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EpisodeOfCare.condition",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EpisodeOfCare.identifier",
              "type": "token"
            },
            {
              "name": "organization",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EpisodeOfCare.organization",
              "type": "reference"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EpisodeOfCare.type",
              "type": "token"
            },
            {
              "name": "care-manager",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EpisodeOfCare.care-manager",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "EpisodeOfCare",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "EpisodeOfCare:patient",
            "EpisodeOfCare:incoming-referral",
            "EpisodeOfCare:condition",
            "EpisodeOfCare:organization",
            "EpisodeOfCare:care-manager"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "derived-from",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.derived-from",
              "type": "reference"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.url",
              "type": "uri"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.publisher",
              "type": "string"
            },
            {
              "name": "topic",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.topic",
              "type": "token"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.version",
              "type": "token"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.context-type",
              "type": "token"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.title",
              "type": "string"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.status",
              "type": "token"
            },
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.jurisdiction",
              "type": "token"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.context",
              "type": "token"
            },
            {
              "name": "predecessor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.predecessor",
              "type": "reference"
            },
            {
              "name": "composed-of",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.composed-of",
              "type": "reference"
            },
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.context-quantity",
              "type": "quantity"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.identifier",
              "type": "token"
            },
            {
              "name": "successor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.successor",
              "type": "reference"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.name",
              "type": "string"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.description",
              "type": "string"
            },
            {
              "name": "effective",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.effective",
              "type": "date"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.date",
              "type": "date"
            },
            {
              "name": "depends-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EventDefinition.depends-on",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "EventDefinition",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "EventDefinition:derived-from",
            "EventDefinition:predecessor",
            "EventDefinition:composed-of",
            "EventDefinition:successor",
            "EventDefinition:depends-on"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.context-quantity",
              "type": "quantity"
            },
            {
              "name": "derived-from",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.derived-from",
              "type": "reference"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.url",
              "type": "uri"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.version",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.status",
              "type": "token"
            },
            {
              "name": "topic",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.topic",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.identifier",
              "type": "token"
            },
            {
              "name": "predecessor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.predecessor",
              "type": "reference"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.description",
              "type": "string"
            },
            {
              "name": "effective",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.effective",
              "type": "date"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.title",
              "type": "string"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.date",
              "type": "date"
            },
            {
              "name": "composed-of",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.composed-of",
              "type": "reference"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.context-type",
              "type": "token"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.name",
              "type": "string"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.context",
              "type": "token"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.publisher",
              "type": "string"
            },
            {
              "name": "depends-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.depends-on",
              "type": "reference"
            },
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.jurisdiction",
              "type": "token"
            },
            {
              "name": "successor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Evidence.successor",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Evidence",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Evidence:derived-from",
            "Evidence:predecessor",
            "Evidence:composed-of",
            "Evidence:depends-on",
            "Evidence:successor"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "depends-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.depends-on",
              "type": "reference"
            },
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.jurisdiction",
              "type": "token"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.url",
              "type": "uri"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.title",
              "type": "string"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.status",
              "type": "token"
            },
            {
              "name": "topic",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.topic",
              "type": "token"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.context",
              "type": "token"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.description",
              "type": "string"
            },
            {
              "name": "successor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.successor",
              "type": "reference"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.version",
              "type": "token"
            },
            {
              "name": "composed-of",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.composed-of",
              "type": "reference"
            },
            {
              "name": "derived-from",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.derived-from",
              "type": "reference"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.date",
              "type": "date"
            },
            {
              "name": "effective",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.effective",
              "type": "date"
            },
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.context-quantity",
              "type": "quantity"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.name",
              "type": "string"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.identifier",
              "type": "token"
            },
            {
              "name": "predecessor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.predecessor",
              "type": "reference"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.publisher",
              "type": "string"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/EvidenceVariable.context-type",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "EvidenceVariable",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "EvidenceVariable:depends-on",
            "EvidenceVariable:successor",
            "EvidenceVariable:composed-of",
            "EvidenceVariable:derived-from",
            "EvidenceVariable:predecessor"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExampleScenario.publisher",
              "type": "string"
            },
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExampleScenario.context-quantity",
              "type": "quantity"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExampleScenario.version",
              "type": "token"
            },
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExampleScenario.jurisdiction",
              "type": "token"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExampleScenario.context-type",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExampleScenario.status",
              "type": "token"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExampleScenario.url",
              "type": "uri"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExampleScenario.context",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExampleScenario.date",
              "type": "date"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExampleScenario.name",
              "type": "string"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExampleScenario.identifier",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "ExampleScenario",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "detail-udi",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExplanationOfBenefit.detail-udi",
              "type": "reference"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExplanationOfBenefit.encounter",
              "type": "reference"
            },
            {
              "name": "payee",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExplanationOfBenefit.payee",
              "type": "reference"
            },
            {
              "name": "coverage",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExplanationOfBenefit.coverage",
              "type": "reference"
            },
            {
              "name": "enterer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExplanationOfBenefit.enterer",
              "type": "reference"
            },
            {
              "name": "subdetail-udi",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExplanationOfBenefit.subdetail-udi",
              "type": "reference"
            },
            {
              "name": "item-udi",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExplanationOfBenefit.item-udi",
              "type": "reference"
            },
            {
              "name": "facility",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExplanationOfBenefit.facility",
              "type": "reference"
            },
            {
              "name": "care-team",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExplanationOfBenefit.care-team",
              "type": "reference"
            },
            {
              "name": "procedure-udi",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExplanationOfBenefit.procedure-udi",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExplanationOfBenefit.identifier",
              "type": "token"
            },
            {
              "name": "created",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExplanationOfBenefit.created",
              "type": "date"
            },
            {
              "name": "provider",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExplanationOfBenefit.provider",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExplanationOfBenefit.status",
              "type": "token"
            },
            {
              "name": "claim",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExplanationOfBenefit.claim",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExplanationOfBenefit.patient",
              "type": "reference"
            },
            {
              "name": "disposition",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ExplanationOfBenefit.disposition",
              "type": "string"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "ExplanationOfBenefit",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "ExplanationOfBenefit:detail-udi",
            "ExplanationOfBenefit:encounter",
            "ExplanationOfBenefit:payee",
            "ExplanationOfBenefit:coverage",
            "ExplanationOfBenefit:enterer",
            "ExplanationOfBenefit:subdetail-udi",
            "ExplanationOfBenefit:item-udi",
            "ExplanationOfBenefit:facility",
            "ExplanationOfBenefit:care-team",
            "ExplanationOfBenefit:procedure-udi",
            "ExplanationOfBenefit:provider",
            "ExplanationOfBenefit:claim",
            "ExplanationOfBenefit:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/FamilyMemberHistory.code",
              "type": "token"
            },
            {
              "name": "sex",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/FamilyMemberHistory.sex",
              "type": "token"
            },
            {
              "name": "instantiates-canonical",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/FamilyMemberHistory.instantiates-canonical",
              "type": "reference"
            },
            {
              "name": "relationship",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/FamilyMemberHistory.relationship",
              "type": "token"
            },
            {
              "name": "instantiates-uri",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/FamilyMemberHistory.instantiates-uri",
              "type": "uri"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/FamilyMemberHistory.patient",
              "type": "reference"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/FamilyMemberHistory.date",
              "type": "date"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/FamilyMemberHistory.status",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/FamilyMemberHistory.identifier",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "FamilyMemberHistory",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "FamilyMemberHistory:instantiates-canonical",
            "FamilyMemberHistory:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Flag.encounter",
              "type": "reference"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Flag.subject",
              "type": "reference"
            },
            {
              "name": "author",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Flag.author",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Flag.patient",
              "type": "reference"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Flag.date",
              "type": "date"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Flag.identifier",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Flag",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Flag:encounter",
            "Flag:subject",
            "Flag:author",
            "Flag:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Goal.identifier",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Goal.patient",
              "type": "reference"
            },
            {
              "name": "start-date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Goal.start-date",
              "type": "date"
            },
            {
              "name": "lifecycle-status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Goal.lifecycle-status",
              "type": "token"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Goal.category",
              "type": "token"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Goal.subject",
              "type": "reference"
            },
            {
              "name": "achievement-status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Goal.achievement-status",
              "type": "token"
            },
            {
              "name": "target-date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Goal.target-date",
              "type": "date"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Goal",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Goal:patient",
            "Goal:subject"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/GraphDefinition.date",
              "type": "date"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/GraphDefinition.status",
              "type": "token"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/GraphDefinition.version",
              "type": "token"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/GraphDefinition.name",
              "type": "string"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/GraphDefinition.context",
              "type": "token"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/GraphDefinition.context-type",
              "type": "token"
            },
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/GraphDefinition.context-quantity",
              "type": "quantity"
            },
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/GraphDefinition.jurisdiction",
              "type": "token"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/GraphDefinition.url",
              "type": "uri"
            },
            {
              "name": "start",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/GraphDefinition.start",
              "type": "token"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/GraphDefinition.description",
              "type": "string"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/GraphDefinition.publisher",
              "type": "string"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "GraphDefinition",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "value",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Group.value",
              "type": "token"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Group.type",
              "type": "token"
            },
            {
              "name": "exclude",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Group.exclude",
              "type": "token"
            },
            {
              "name": "characteristic",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Group.characteristic",
              "type": "token"
            },
            {
              "name": "member",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Group.member",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Group.identifier",
              "type": "token"
            },
            {
              "name": "managing-entity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Group.managing-entity",
              "type": "reference"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Group.code",
              "type": "token"
            },
            {
              "name": "actual",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Group.actual",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Group",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Group:member",
            "Group:managing-entity"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/GuidanceResponse.patient",
              "type": "reference"
            },
            {
              "name": "request",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/GuidanceResponse.request",
              "type": "token"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/GuidanceResponse.subject",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/GuidanceResponse.identifier",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "GuidanceResponse",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "GuidanceResponse:patient",
            "GuidanceResponse:subject"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchRevInclude": [
            "PractitionerRole:service",
            "OrganizationAffiliation:service"
          ],
          "searchParam": [
            {
              "name": "active",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/HealthcareService.active",
              "type": "token"
            },
            {
              "name": "service-category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/HealthcareService.service-category",
              "type": "token"
            },
            {
              "name": "location",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/HealthcareService.location",
              "type": "reference"
            },
            {
              "name": "endpoint",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/HealthcareService.endpoint",
              "type": "reference"
            },
            {
              "name": "service-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/HealthcareService.service-type",
              "type": "token"
            },
            {
              "name": "organization",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/HealthcareService.organization",
              "type": "reference"
            },
            {
              "name": "program",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/HealthcareService.program",
              "type": "token"
            },
            {
              "name": "coverage-area",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/HealthcareService.coverage-area",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/HealthcareService.identifier",
              "type": "token"
            },
            {
              "name": "characteristic",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/HealthcareService.characteristic",
              "type": "token"
            },
            {
              "name": "specialty",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/HealthcareService.specialty",
              "type": "token"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/HealthcareService.name",
              "type": "string"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "HealthcareService",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "HealthcareService:location",
            "HealthcareService:endpoint",
            "HealthcareService:organization",
            "HealthcareService:coverage-area"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "reason",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImagingStudy.reason",
              "type": "token"
            },
            {
              "name": "bodysite",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImagingStudy.bodysite",
              "type": "token"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImagingStudy.subject",
              "type": "reference"
            },
            {
              "name": "series",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImagingStudy.series",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImagingStudy.status",
              "type": "token"
            },
            {
              "name": "interpreter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImagingStudy.interpreter",
              "type": "reference"
            },
            {
              "name": "performer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImagingStudy.performer",
              "type": "reference"
            },
            {
              "name": "referrer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImagingStudy.referrer",
              "type": "reference"
            },
            {
              "name": "started",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImagingStudy.started",
              "type": "date"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImagingStudy.encounter",
              "type": "reference"
            },
            {
              "name": "dicom-class",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImagingStudy.dicom-class",
              "type": "token"
            },
            {
              "name": "endpoint",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImagingStudy.endpoint",
              "type": "reference"
            },
            {
              "name": "basedon",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImagingStudy.basedon",
              "type": "reference"
            },
            {
              "name": "modality",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImagingStudy.modality",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImagingStudy.identifier",
              "type": "token"
            },
            {
              "name": "instance",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImagingStudy.instance",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImagingStudy.patient",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "ImagingStudy",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "ImagingStudy:subject",
            "ImagingStudy:interpreter",
            "ImagingStudy:performer",
            "ImagingStudy:referrer",
            "ImagingStudy:encounter",
            "ImagingStudy:endpoint",
            "ImagingStudy:basedon",
            "ImagingStudy:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "manufacturer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Immunization.manufacturer",
              "type": "reference"
            },
            {
              "name": "location",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Immunization.location",
              "type": "reference"
            },
            {
              "name": "lot-number",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Immunization.lot-number",
              "type": "string"
            },
            {
              "name": "reaction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Immunization.reaction",
              "type": "reference"
            },
            {
              "name": "vaccine-code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Immunization.vaccine-code",
              "type": "token"
            },
            {
              "name": "series",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Immunization.series",
              "type": "string"
            },
            {
              "name": "target-disease",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Immunization.target-disease",
              "type": "token"
            },
            {
              "name": "performer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Immunization.performer",
              "type": "reference"
            },
            {
              "name": "status-reason",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Immunization.status-reason",
              "type": "token"
            },
            {
              "name": "reason-reference",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Immunization.reason-reference",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Immunization.status",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Immunization.patient",
              "type": "reference"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Immunization.date",
              "type": "date"
            },
            {
              "name": "reason-code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Immunization.reason-code",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Immunization.identifier",
              "type": "token"
            },
            {
              "name": "reaction-date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Immunization.reaction-date",
              "type": "date"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Immunization",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Immunization:manufacturer",
            "Immunization:location",
            "Immunization:reaction",
            "Immunization:performer",
            "Immunization:reason-reference",
            "Immunization:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImmunizationEvaluation.identifier",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImmunizationEvaluation.date",
              "type": "date"
            },
            {
              "name": "dose-status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImmunizationEvaluation.dose-status",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImmunizationEvaluation.patient",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImmunizationEvaluation.status",
              "type": "token"
            },
            {
              "name": "immunization-event",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImmunizationEvaluation.immunization-event",
              "type": "reference"
            },
            {
              "name": "target-disease",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImmunizationEvaluation.target-disease",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "ImmunizationEvaluation",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "ImmunizationEvaluation:patient",
            "ImmunizationEvaluation:immunization-event"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImmunizationRecommendation.identifier",
              "type": "token"
            },
            {
              "name": "vaccine-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImmunizationRecommendation.vaccine-type",
              "type": "token"
            },
            {
              "name": "target-disease",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImmunizationRecommendation.target-disease",
              "type": "token"
            },
            {
              "name": "information",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImmunizationRecommendation.information",
              "type": "reference"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImmunizationRecommendation.date",
              "type": "date"
            },
            {
              "name": "support",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImmunizationRecommendation.support",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImmunizationRecommendation.status",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImmunizationRecommendation.patient",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "ImmunizationRecommendation",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "ImmunizationRecommendation:information",
            "ImmunizationRecommendation:support",
            "ImmunizationRecommendation:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImplementationGuide.jurisdiction",
              "type": "token"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImplementationGuide.publisher",
              "type": "string"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImplementationGuide.title",
              "type": "string"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImplementationGuide.context",
              "type": "token"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImplementationGuide.description",
              "type": "string"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImplementationGuide.context-type",
              "type": "token"
            },
            {
              "name": "experimental",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImplementationGuide.experimental",
              "type": "token"
            },
            {
              "name": "resource",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImplementationGuide.resource",
              "type": "reference"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImplementationGuide.date",
              "type": "date"
            },
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImplementationGuide.context-quantity",
              "type": "quantity"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImplementationGuide.name",
              "type": "string"
            },
            {
              "name": "depends-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImplementationGuide.depends-on",
              "type": "reference"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImplementationGuide.version",
              "type": "token"
            },
            {
              "name": "global",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImplementationGuide.global",
              "type": "reference"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImplementationGuide.url",
              "type": "uri"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ImplementationGuide.status",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "ImplementationGuide",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "ImplementationGuide:resource",
            "ImplementationGuide:depends-on",
            "ImplementationGuide:global"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "address",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/InsurancePlan.address",
              "type": "string"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/InsurancePlan.status",
              "type": "token"
            },
            {
              "name": "address-postalcode",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/InsurancePlan.address-postalcode",
              "type": "string"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/InsurancePlan.identifier",
              "type": "token"
            },
            {
              "name": "address-state",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/InsurancePlan.address-state",
              "type": "string"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/InsurancePlan.name",
              "type": "string"
            },
            {
              "name": "address-city",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/InsurancePlan.address-city",
              "type": "string"
            },
            {
              "name": "endpoint",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/InsurancePlan.endpoint",
              "type": "reference"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/InsurancePlan.type",
              "type": "token"
            },
            {
              "name": "administered-by",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/InsurancePlan.administered-by",
              "type": "reference"
            },
            {
              "name": "phonetic",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/InsurancePlan.phonetic",
              "type": "string"
            },
            {
              "name": "address-use",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/InsurancePlan.address-use",
              "type": "token"
            },
            {
              "name": "address-country",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/InsurancePlan.address-country",
              "type": "string"
            },
            {
              "name": "owned-by",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/InsurancePlan.owned-by",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "InsurancePlan",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "InsurancePlan:endpoint",
            "InsurancePlan:administered-by",
            "InsurancePlan:owned-by"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Invoice.subject",
              "type": "reference"
            },
            {
              "name": "participant-role",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Invoice.participant-role",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Invoice.identifier",
              "type": "token"
            },
            {
              "name": "totalnet",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Invoice.totalnet",
              "type": "quantity"
            },
            {
              "name": "account",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Invoice.account",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Invoice.patient",
              "type": "reference"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Invoice.date",
              "type": "date"
            },
            {
              "name": "participant",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Invoice.participant",
              "type": "reference"
            },
            {
              "name": "recipient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Invoice.recipient",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Invoice.status",
              "type": "token"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Invoice.type",
              "type": "token"
            },
            {
              "name": "issuer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Invoice.issuer",
              "type": "reference"
            },
            {
              "name": "totalgross",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Invoice.totalgross",
              "type": "quantity"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Invoice",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Invoice:subject",
            "Invoice:account",
            "Invoice:patient",
            "Invoice:participant",
            "Invoice:recipient",
            "Invoice:issuer"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.type",
              "type": "token"
            },
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.jurisdiction",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.identifier",
              "type": "token"
            },
            {
              "name": "topic",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.topic",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.status",
              "type": "token"
            },
            {
              "name": "depends-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.depends-on",
              "type": "reference"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.date",
              "type": "date"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.context-type",
              "type": "token"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.description",
              "type": "string"
            },
            {
              "name": "content-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.content-type",
              "type": "token"
            },
            {
              "name": "successor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.successor",
              "type": "reference"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.context",
              "type": "token"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.version",
              "type": "token"
            },
            {
              "name": "derived-from",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.derived-from",
              "type": "reference"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.publisher",
              "type": "string"
            },
            {
              "name": "predecessor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.predecessor",
              "type": "reference"
            },
            {
              "name": "composed-of",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.composed-of",
              "type": "reference"
            },
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.context-quantity",
              "type": "quantity"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.title",
              "type": "string"
            },
            {
              "name": "effective",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.effective",
              "type": "date"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.name",
              "type": "string"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Library.url",
              "type": "uri"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Library",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Library:depends-on",
            "Library:successor",
            "Library:derived-from",
            "Library:predecessor",
            "Library:composed-of"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "source",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Linkage.source",
              "type": "reference"
            },
            {
              "name": "item",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Linkage.item",
              "type": "reference"
            },
            {
              "name": "author",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Linkage.author",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Linkage",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Linkage:source",
            "Linkage:item",
            "Linkage:author"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/List.patient",
              "type": "reference"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/List.title",
              "type": "string"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/List.date",
              "type": "date"
            },
            {
              "name": "notes",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/List.notes",
              "type": "string"
            },
            {
              "name": "source",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/List.source",
              "type": "reference"
            },
            {
              "name": "item",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/List.item",
              "type": "reference"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/List.encounter",
              "type": "reference"
            },
            {
              "name": "empty-reason",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/List.empty-reason",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/List.status",
              "type": "token"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/List.code",
              "type": "token"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/List.subject",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/List.identifier",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "List",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "List:patient",
            "List:source",
            "List:item",
            "List:encounter",
            "List:subject"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchRevInclude": [
            "HealthcareService:location",
            "InsurancePlan:coverage-area",
            "OrganizationAffiliation:location",
            "PractitionerRole:location"
          ],
          "searchParam": [
            {
              "name": "address-city",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Location.address-city",
              "type": "string"
            },
            {
              "name": "organization",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Location.organization",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Location.identifier",
              "type": "token"
            },
            {
              "name": "address-country",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Location.address-country",
              "type": "string"
            },
            {
              "name": "operational-status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Location.operational-status",
              "type": "token"
            },
            {
              "name": "endpoint",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Location.endpoint",
              "type": "reference"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Location.name",
              "type": "string"
            },
            {
              "name": "partof",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Location.partof",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Location.status",
              "type": "token"
            },
            {
              "name": "address-postalcode",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Location.address-postalcode",
              "type": "string"
            },
            {
              "name": "address",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Location.address",
              "type": "string"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Location.type",
              "type": "token"
            },
            {
              "name": "address-use",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Location.address-use",
              "type": "token"
            },
            {
              "name": "address-state",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Location.address-state",
              "type": "string"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Location",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Location:organization",
            "Location:endpoint",
            "Location:partof"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.context-quantity",
              "type": "quantity"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.status",
              "type": "token"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.publisher",
              "type": "string"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.title",
              "type": "string"
            },
            {
              "name": "composed-of",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.composed-of",
              "type": "reference"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.name",
              "type": "string"
            },
            {
              "name": "effective",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.effective",
              "type": "date"
            },
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.jurisdiction",
              "type": "token"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.context",
              "type": "token"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.context-type",
              "type": "token"
            },
            {
              "name": "predecessor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.predecessor",
              "type": "reference"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.version",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.date",
              "type": "date"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.url",
              "type": "uri"
            },
            {
              "name": "derived-from",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.derived-from",
              "type": "reference"
            },
            {
              "name": "depends-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.depends-on",
              "type": "reference"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.description",
              "type": "string"
            },
            {
              "name": "successor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.successor",
              "type": "reference"
            },
            {
              "name": "topic",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.topic",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Measure.identifier",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Measure",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Measure:composed-of",
            "Measure:predecessor",
            "Measure:derived-from",
            "Measure:depends-on",
            "Measure:successor"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MeasureReport.status",
              "type": "token"
            },
            {
              "name": "period",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MeasureReport.period",
              "type": "date"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MeasureReport.date",
              "type": "date"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MeasureReport.identifier",
              "type": "token"
            },
            {
              "name": "reporter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MeasureReport.reporter",
              "type": "reference"
            },
            {
              "name": "measure",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MeasureReport.measure",
              "type": "reference"
            },
            {
              "name": "evaluated-resource",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MeasureReport.evaluated-resource",
              "type": "reference"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MeasureReport.subject",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MeasureReport.patient",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "MeasureReport",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "MeasureReport:reporter",
            "MeasureReport:measure",
            "MeasureReport:evaluated-resource",
            "MeasureReport:subject",
            "MeasureReport:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "based-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Media.based-on",
              "type": "reference"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Media.type",
              "type": "token"
            },
            {
              "name": "modality",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Media.modality",
              "type": "token"
            },
            {
              "name": "site",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Media.site",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Media.patient",
              "type": "reference"
            },
            {
              "name": "device",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Media.device",
              "type": "reference"
            },
            {
              "name": "created",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Media.created",
              "type": "date"
            },
            {
              "name": "view",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Media.view",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Media.status",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Media.identifier",
              "type": "token"
            },
            {
              "name": "operator",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Media.operator",
              "type": "reference"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Media.subject",
              "type": "reference"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Media.encounter",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Media",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Media:based-on",
            "Media:patient",
            "Media:device",
            "Media:operator",
            "Media:subject",
            "Media:encounter"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Medication.code",
              "type": "token"
            },
            {
              "name": "lot-number",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Medication.lot-number",
              "type": "token"
            },
            {
              "name": "expiration-date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Medication.expiration-date",
              "type": "date"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Medication.identifier",
              "type": "token"
            },
            {
              "name": "ingredient-code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Medication.ingredient-code",
              "type": "token"
            },
            {
              "name": "ingredient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Medication.ingredient",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Medication.status",
              "type": "token"
            },
            {
              "name": "form",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Medication.form",
              "type": "token"
            },
            {
              "name": "manufacturer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Medication.manufacturer",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Medication",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Medication:ingredient",
            "Medication:manufacturer"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationAdministration.status",
              "type": "token"
            },
            {
              "name": "reason-not-given",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationAdministration.reason-not-given",
              "type": "token"
            },
            {
              "name": "performer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationAdministration.performer",
              "type": "reference"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationAdministration.context",
              "type": "reference"
            },
            {
              "name": "device",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationAdministration.device",
              "type": "reference"
            },
            {
              "name": "reason-given",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationAdministration.reason-given",
              "type": "token"
            },
            {
              "name": "effective-time",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationAdministration.effective-time",
              "type": "date"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationAdministration.identifier",
              "type": "token"
            },
            {
              "name": "medication",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationAdministration.medication",
              "type": "reference"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationAdministration.code",
              "type": "token"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationAdministration.subject",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationAdministration.patient",
              "type": "reference"
            },
            {
              "name": "request",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationAdministration.request",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "MedicationAdministration",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "MedicationAdministration:performer",
            "MedicationAdministration:context",
            "MedicationAdministration:device",
            "MedicationAdministration:medication",
            "MedicationAdministration:subject",
            "MedicationAdministration:patient",
            "MedicationAdministration:request"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "prescription",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationDispense.prescription",
              "type": "reference"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationDispense.subject",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationDispense.identifier",
              "type": "token"
            },
            {
              "name": "receiver",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationDispense.receiver",
              "type": "reference"
            },
            {
              "name": "destination",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationDispense.destination",
              "type": "reference"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationDispense.code",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationDispense.patient",
              "type": "reference"
            },
            {
              "name": "medication",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationDispense.medication",
              "type": "reference"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationDispense.type",
              "type": "token"
            },
            {
              "name": "performer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationDispense.performer",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationDispense.status",
              "type": "token"
            },
            {
              "name": "whenprepared",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationDispense.whenprepared",
              "type": "date"
            },
            {
              "name": "whenhandedover",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationDispense.whenhandedover",
              "type": "date"
            },
            {
              "name": "responsibleparty",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationDispense.responsibleparty",
              "type": "reference"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationDispense.context",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "MedicationDispense",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "MedicationDispense:prescription",
            "MedicationDispense:subject",
            "MedicationDispense:receiver",
            "MedicationDispense:destination",
            "MedicationDispense:patient",
            "MedicationDispense:medication",
            "MedicationDispense:performer",
            "MedicationDispense:responsibleparty",
            "MedicationDispense:context"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "manufacturer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationKnowledge.manufacturer",
              "type": "reference"
            },
            {
              "name": "source-cost",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationKnowledge.source-cost",
              "type": "token"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationKnowledge.code",
              "type": "token"
            },
            {
              "name": "ingredient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationKnowledge.ingredient",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationKnowledge.status",
              "type": "token"
            },
            {
              "name": "doseform",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationKnowledge.doseform",
              "type": "token"
            },
            {
              "name": "classification",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationKnowledge.classification",
              "type": "token"
            },
            {
              "name": "ingredient-code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationKnowledge.ingredient-code",
              "type": "token"
            },
            {
              "name": "monitoring-program-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationKnowledge.monitoring-program-type",
              "type": "token"
            },
            {
              "name": "classification-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationKnowledge.classification-type",
              "type": "token"
            },
            {
              "name": "monograph",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationKnowledge.monograph",
              "type": "reference"
            },
            {
              "name": "monograph-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationKnowledge.monograph-type",
              "type": "token"
            },
            {
              "name": "monitoring-program-name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationKnowledge.monitoring-program-name",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "MedicationKnowledge",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "MedicationKnowledge:manufacturer",
            "MedicationKnowledge:ingredient",
            "MedicationKnowledge:monograph"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "intended-dispenser",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationRequest.intended-dispenser",
              "type": "reference"
            },
            {
              "name": "priority",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationRequest.priority",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationRequest.identifier",
              "type": "token"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationRequest.encounter",
              "type": "reference"
            },
            {
              "name": "requester",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationRequest.requester",
              "type": "reference"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationRequest.category",
              "type": "token"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationRequest.code",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationRequest.patient",
              "type": "reference"
            },
            {
              "name": "authoredon",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationRequest.authoredon",
              "type": "date"
            },
            {
              "name": "medication",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationRequest.medication",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationRequest.status",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationRequest.date",
              "type": "date"
            },
            {
              "name": "intended-performer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationRequest.intended-performer",
              "type": "reference"
            },
            {
              "name": "intended-performertype",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationRequest.intended-performertype",
              "type": "token"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationRequest.subject",
              "type": "reference"
            },
            {
              "name": "intent",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationRequest.intent",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "MedicationRequest",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "MedicationRequest:intended-dispenser",
            "MedicationRequest:encounter",
            "MedicationRequest:requester",
            "MedicationRequest:patient",
            "MedicationRequest:medication",
            "MedicationRequest:intended-performer",
            "MedicationRequest:subject"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationStatement.code",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationStatement.identifier",
              "type": "token"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationStatement.category",
              "type": "token"
            },
            {
              "name": "medication",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationStatement.medication",
              "type": "reference"
            },
            {
              "name": "part-of",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationStatement.part-of",
              "type": "reference"
            },
            {
              "name": "source",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationStatement.source",
              "type": "reference"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationStatement.subject",
              "type": "reference"
            },
            {
              "name": "effective",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationStatement.effective",
              "type": "date"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationStatement.context",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationStatement.status",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicationStatement.patient",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "MedicationStatement",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "MedicationStatement:medication",
            "MedicationStatement:part-of",
            "MedicationStatement:source",
            "MedicationStatement:subject",
            "MedicationStatement:context",
            "MedicationStatement:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "name-language",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicinalProduct.name-language",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicinalProduct.identifier",
              "type": "token"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicinalProduct.name",
              "type": "string"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "MedicinalProduct",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "holder",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicinalProductAuthorization.holder",
              "type": "reference"
            },
            {
              "name": "country",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicinalProductAuthorization.country",
              "type": "token"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicinalProductAuthorization.subject",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicinalProductAuthorization.status",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicinalProductAuthorization.identifier",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "MedicinalProductAuthorization",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "MedicinalProductAuthorization:holder",
            "MedicinalProductAuthorization:subject"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicinalProductContraindication.subject",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "MedicinalProductContraindication",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "MedicinalProductContraindication:subject"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicinalProductIndication.subject",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "MedicinalProductIndication",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "MedicinalProductIndication:subject"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "MedicinalProductIngredient",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicinalProductInteraction.subject",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "MedicinalProductInteraction",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "MedicinalProductInteraction:subject"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "MedicinalProductManufactured",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicinalProductPackaged.subject",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicinalProductPackaged.identifier",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "MedicinalProductPackaged",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "MedicinalProductPackaged:subject"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "target-species",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicinalProductPharmaceutical.target-species",
              "type": "token"
            },
            {
              "name": "route",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicinalProductPharmaceutical.route",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicinalProductPharmaceutical.identifier",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "MedicinalProductPharmaceutical",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MedicinalProductUndesirableEffect.subject",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "MedicinalProductUndesirableEffect",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "MedicinalProductUndesirableEffect:subject"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageDefinition.status",
              "type": "token"
            },
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageDefinition.jurisdiction",
              "type": "token"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageDefinition.title",
              "type": "string"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageDefinition.context",
              "type": "token"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageDefinition.context-type",
              "type": "token"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageDefinition.name",
              "type": "string"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageDefinition.publisher",
              "type": "string"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageDefinition.date",
              "type": "date"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageDefinition.category",
              "type": "token"
            },
            {
              "name": "focus",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageDefinition.focus",
              "type": "token"
            },
            {
              "name": "event",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageDefinition.event",
              "type": "token"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageDefinition.version",
              "type": "token"
            },
            {
              "name": "parent",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageDefinition.parent",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageDefinition.identifier",
              "type": "token"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageDefinition.description",
              "type": "string"
            },
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageDefinition.context-quantity",
              "type": "quantity"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageDefinition.url",
              "type": "uri"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "MessageDefinition",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "MessageDefinition:parent"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "enterer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageHeader.enterer",
              "type": "reference"
            },
            {
              "name": "response-id",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageHeader.response-id",
              "type": "token"
            },
            {
              "name": "author",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageHeader.author",
              "type": "reference"
            },
            {
              "name": "destination-uri",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageHeader.destination-uri",
              "type": "uri"
            },
            {
              "name": "source",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageHeader.source",
              "type": "string"
            },
            {
              "name": "event",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageHeader.event",
              "type": "token"
            },
            {
              "name": "source-uri",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageHeader.source-uri",
              "type": "uri"
            },
            {
              "name": "focus",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageHeader.focus",
              "type": "reference"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageHeader.code",
              "type": "token"
            },
            {
              "name": "sender",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageHeader.sender",
              "type": "reference"
            },
            {
              "name": "receiver",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageHeader.receiver",
              "type": "reference"
            },
            {
              "name": "destination",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageHeader.destination",
              "type": "string"
            },
            {
              "name": "responsible",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageHeader.responsible",
              "type": "reference"
            },
            {
              "name": "target",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MessageHeader.target",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "MessageHeader",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "MessageHeader:enterer",
            "MessageHeader:author",
            "MessageHeader:focus",
            "MessageHeader:sender",
            "MessageHeader:receiver",
            "MessageHeader:responsible",
            "MessageHeader:target"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MolecularSequence.patient",
              "type": "reference"
            },
            {
              "name": "chromosome",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MolecularSequence.chromosome",
              "type": "token"
            },
            {
              "name": "window-start",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MolecularSequence.window-start",
              "type": "number"
            },
            {
              "name": "window-end",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MolecularSequence.window-end",
              "type": "number"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MolecularSequence.type",
              "type": "token"
            },
            {
              "name": "variant-start",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MolecularSequence.variant-start",
              "type": "number"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MolecularSequence.identifier",
              "type": "token"
            },
            {
              "name": "referenceseqid",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MolecularSequence.referenceseqid",
              "type": "token"
            },
            {
              "name": "variant-end",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/MolecularSequence.variant-end",
              "type": "number"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "MolecularSequence",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "MolecularSequence:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "value",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NamingSystem.value",
              "type": "string"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NamingSystem.date",
              "type": "date"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NamingSystem.type",
              "type": "token"
            },
            {
              "name": "kind",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NamingSystem.kind",
              "type": "token"
            },
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NamingSystem.jurisdiction",
              "type": "token"
            },
            {
              "name": "responsible",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NamingSystem.responsible",
              "type": "string"
            },
            {
              "name": "telecom",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NamingSystem.telecom",
              "type": "token"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NamingSystem.description",
              "type": "string"
            },
            {
              "name": "contact",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NamingSystem.contact",
              "type": "string"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NamingSystem.status",
              "type": "token"
            },
            {
              "name": "period",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NamingSystem.period",
              "type": "date"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NamingSystem.publisher",
              "type": "string"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NamingSystem.context-type",
              "type": "token"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NamingSystem.name",
              "type": "string"
            },
            {
              "name": "id-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NamingSystem.id-type",
              "type": "token"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NamingSystem.context",
              "type": "token"
            },
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NamingSystem.context-quantity",
              "type": "quantity"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "NamingSystem",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "instantiates-uri",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NutritionOrder.instantiates-uri",
              "type": "uri"
            },
            {
              "name": "instantiates-canonical",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NutritionOrder.instantiates-canonical",
              "type": "reference"
            },
            {
              "name": "supplement",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NutritionOrder.supplement",
              "type": "token"
            },
            {
              "name": "datetime",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NutritionOrder.datetime",
              "type": "date"
            },
            {
              "name": "provider",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NutritionOrder.provider",
              "type": "reference"
            },
            {
              "name": "oraldiet",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NutritionOrder.oraldiet",
              "type": "token"
            },
            {
              "name": "additive",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NutritionOrder.additive",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NutritionOrder.identifier",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NutritionOrder.patient",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NutritionOrder.status",
              "type": "token"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NutritionOrder.encounter",
              "type": "reference"
            },
            {
              "name": "formula",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/NutritionOrder.formula",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "NutritionOrder",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "NutritionOrder:instantiates-canonical",
            "NutritionOrder:provider",
            "NutritionOrder:patient",
            "NutritionOrder:encounter"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "focus",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.focus",
              "type": "reference"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.encounter",
              "type": "reference"
            },
            {
              "name": "combo-data-absent-reason",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.combo-data-absent-reason",
              "type": "token"
            },
            {
              "name": "method",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.method",
              "type": "token"
            },
            {
              "name": "combo-value-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.combo-value-quantity",
              "type": "quantity"
            },
            {
              "name": "combo-code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.combo-code",
              "type": "token"
            },
            {
              "name": "component-value-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.component-value-quantity",
              "type": "quantity"
            },
            {
              "name": "component-code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.component-code",
              "type": "token"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.subject",
              "type": "reference"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.code",
              "type": "token"
            },
            {
              "name": "based-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.based-on",
              "type": "reference"
            },
            {
              "name": "specimen",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.specimen",
              "type": "reference"
            },
            {
              "name": "value-string",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.value-string",
              "type": "string"
            },
            {
              "name": "value-concept",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.value-concept",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.patient",
              "type": "reference"
            },
            {
              "name": "value-date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.value-date",
              "type": "date"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.identifier",
              "type": "token"
            },
            {
              "name": "data-absent-reason",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.data-absent-reason",
              "type": "token"
            },
            {
              "name": "performer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.performer",
              "type": "reference"
            },
            {
              "name": "combo-value-concept",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.combo-value-concept",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.status",
              "type": "token"
            },
            {
              "name": "component-data-absent-reason",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.component-data-absent-reason",
              "type": "token"
            },
            {
              "name": "derived-from",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.derived-from",
              "type": "reference"
            },
            {
              "name": "device",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.device",
              "type": "reference"
            },
            {
              "name": "value-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.value-quantity",
              "type": "quantity"
            },
            {
              "name": "part-of",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.part-of",
              "type": "reference"
            },
            {
              "name": "has-member",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.has-member",
              "type": "reference"
            },
            {
              "name": "component-value-concept",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.component-value-concept",
              "type": "token"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.category",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Observation.date",
              "type": "date"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Observation",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Observation:focus",
            "Observation:encounter",
            "Observation:subject",
            "Observation:based-on",
            "Observation:specimen",
            "Observation:patient",
            "Observation:performer",
            "Observation:derived-from",
            "Observation:device",
            "Observation:part-of",
            "Observation:has-member"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "ObservationDefinition",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "base",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.base",
              "type": "reference"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.context-type",
              "type": "token"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.version",
              "type": "token"
            },
            {
              "name": "kind",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.kind",
              "type": "token"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.code",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.date",
              "type": "date"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.status",
              "type": "token"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.publisher",
              "type": "string"
            },
            {
              "name": "instance",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.instance",
              "type": "token"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.description",
              "type": "string"
            },
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.context-quantity",
              "type": "quantity"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.title",
              "type": "string"
            },
            {
              "name": "system",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.system",
              "type": "token"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.type",
              "type": "token"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.url",
              "type": "uri"
            },
            {
              "name": "output-profile",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.output-profile",
              "type": "reference"
            },
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.jurisdiction",
              "type": "token"
            },
            {
              "name": "input-profile",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.input-profile",
              "type": "reference"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.context",
              "type": "token"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OperationDefinition.name",
              "type": "string"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "OperationDefinition",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "OperationDefinition:base",
            "OperationDefinition:output-profile",
            "OperationDefinition:input-profile"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "OperationOutcome",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchRevInclude": [
            "Endpoint:organization",
            "HealthcareService:organization",
            "InsurancePlan:administered-by",
            "InsurancePlan:owned-by",
            "OrganizationAffiliation:primary-organization",
            "PractitionerRole:organization",
            "PractitionerRole:network",
            "OrganizationAffiliation:participating-organization"
          ],
          "searchParam": [
            {
              "name": "phonetic",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Organization.phonetic",
              "type": "string"
            },
            {
              "name": "partof",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Organization.partof",
              "type": "reference"
            },
            {
              "name": "address-country",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Organization.address-country",
              "type": "string"
            },
            {
              "name": "address-city",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Organization.address-city",
              "type": "string"
            },
            {
              "name": "address-state",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Organization.address-state",
              "type": "string"
            },
            {
              "name": "address-use",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Organization.address-use",
              "type": "token"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Organization.name",
              "type": "string"
            },
            {
              "name": "address-postalcode",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Organization.address-postalcode",
              "type": "string"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Organization.identifier",
              "type": "token"
            },
            {
              "name": "endpoint",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Organization.endpoint",
              "type": "reference"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Organization.type",
              "type": "token"
            },
            {
              "name": "active",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Organization.active",
              "type": "token"
            },
            {
              "name": "address",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Organization.address",
              "type": "string"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Organization",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Organization:partof",
            "Organization:endpoint"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "specialty",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OrganizationAffiliation.specialty",
              "type": "token"
            },
            {
              "name": "participating-organization",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OrganizationAffiliation.participating-organization",
              "type": "reference"
            },
            {
              "name": "endpoint",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OrganizationAffiliation.endpoint",
              "type": "reference"
            },
            {
              "name": "network",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OrganizationAffiliation.network",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OrganizationAffiliation.identifier",
              "type": "token"
            },
            {
              "name": "service",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OrganizationAffiliation.service",
              "type": "reference"
            },
            {
              "name": "primary-organization",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OrganizationAffiliation.primary-organization",
              "type": "reference"
            },
            {
              "name": "location",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OrganizationAffiliation.location",
              "type": "reference"
            },
            {
              "name": "role",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OrganizationAffiliation.role",
              "type": "token"
            },
            {
              "name": "telecom",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OrganizationAffiliation.telecom",
              "type": "token"
            },
            {
              "name": "active",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OrganizationAffiliation.active",
              "type": "token"
            },
            {
              "name": "phone",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OrganizationAffiliation.phone",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OrganizationAffiliation.date",
              "type": "date"
            },
            {
              "name": "email",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/OrganizationAffiliation.email",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "OrganizationAffiliation",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "OrganizationAffiliation:participating-organization",
            "OrganizationAffiliation:endpoint",
            "OrganizationAffiliation:network",
            "OrganizationAffiliation:service",
            "OrganizationAffiliation:primary-organization",
            "OrganizationAffiliation:location"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Parameters",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "address-city",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.address-city",
              "type": "string"
            },
            {
              "name": "active",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.active",
              "type": "token"
            },
            {
              "name": "given",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.given",
              "type": "string"
            },
            {
              "name": "address-state",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.address-state",
              "type": "string"
            },
            {
              "name": "general-practitioner",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.general-practitioner",
              "type": "reference"
            },
            {
              "name": "gender",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.gender",
              "type": "token"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.name",
              "type": "string"
            },
            {
              "name": "family",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.family",
              "type": "string"
            },
            {
              "name": "telecom",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.telecom",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.identifier",
              "type": "token"
            },
            {
              "name": "link",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.link",
              "type": "reference"
            },
            {
              "name": "address-use",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.address-use",
              "type": "token"
            },
            {
              "name": "language",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.language",
              "type": "token"
            },
            {
              "name": "phonetic",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.phonetic",
              "type": "string"
            },
            {
              "name": "death-date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.death-date",
              "type": "date"
            },
            {
              "name": "deceased",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.deceased",
              "type": "token"
            },
            {
              "name": "address",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.address",
              "type": "string"
            },
            {
              "name": "email",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.email",
              "type": "token"
            },
            {
              "name": "organization",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.organization",
              "type": "reference"
            },
            {
              "name": "birthdate",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.birthdate",
              "type": "date"
            },
            {
              "name": "address-country",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.address-country",
              "type": "string"
            },
            {
              "name": "phone",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.phone",
              "type": "token"
            },
            {
              "name": "address-postalcode",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Patient.address-postalcode",
              "type": "string"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Patient",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Patient:general-practitioner",
            "Patient:link",
            "Patient:organization"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "provider",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PaymentNotice.provider",
              "type": "reference"
            },
            {
              "name": "created",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PaymentNotice.created",
              "type": "date"
            },
            {
              "name": "request",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PaymentNotice.request",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PaymentNotice.status",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PaymentNotice.identifier",
              "type": "token"
            },
            {
              "name": "payment-status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PaymentNotice.payment-status",
              "type": "token"
            },
            {
              "name": "response",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PaymentNotice.response",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "PaymentNotice",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "PaymentNotice:provider",
            "PaymentNotice:request",
            "PaymentNotice:response"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PaymentReconciliation.status",
              "type": "token"
            },
            {
              "name": "disposition",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PaymentReconciliation.disposition",
              "type": "string"
            },
            {
              "name": "requestor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PaymentReconciliation.requestor",
              "type": "reference"
            },
            {
              "name": "request",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PaymentReconciliation.request",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PaymentReconciliation.identifier",
              "type": "token"
            },
            {
              "name": "outcome",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PaymentReconciliation.outcome",
              "type": "token"
            },
            {
              "name": "payment-issuer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PaymentReconciliation.payment-issuer",
              "type": "reference"
            },
            {
              "name": "created",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PaymentReconciliation.created",
              "type": "date"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "PaymentReconciliation",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "PaymentReconciliation:requestor",
            "PaymentReconciliation:request",
            "PaymentReconciliation:payment-issuer"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "link",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Person.link",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Person.patient",
              "type": "reference"
            },
            {
              "name": "relatedperson",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Person.relatedperson",
              "type": "reference"
            },
            {
              "name": "organization",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Person.organization",
              "type": "reference"
            },
            {
              "name": "telecom",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Person.telecom",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Person.identifier",
              "type": "token"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Person.name",
              "type": "string"
            },
            {
              "name": "phonetic",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Person.phonetic",
              "type": "string"
            },
            {
              "name": "gender",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Person.gender",
              "type": "token"
            },
            {
              "name": "birthdate",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Person.birthdate",
              "type": "date"
            },
            {
              "name": "email",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Person.email",
              "type": "token"
            },
            {
              "name": "address-postalcode",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Person.address-postalcode",
              "type": "string"
            },
            {
              "name": "practitioner",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Person.practitioner",
              "type": "reference"
            },
            {
              "name": "address-state",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Person.address-state",
              "type": "string"
            },
            {
              "name": "phone",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Person.phone",
              "type": "token"
            },
            {
              "name": "address-use",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Person.address-use",
              "type": "token"
            },
            {
              "name": "address",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Person.address",
              "type": "string"
            },
            {
              "name": "address-country",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Person.address-country",
              "type": "string"
            },
            {
              "name": "address-city",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Person.address-city",
              "type": "string"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Person",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Person:link",
            "Person:patient",
            "Person:relatedperson",
            "Person:organization",
            "Person:practitioner"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.type",
              "type": "token"
            },
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.context-quantity",
              "type": "quantity"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.date",
              "type": "date"
            },
            {
              "name": "depends-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.depends-on",
              "type": "reference"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.url",
              "type": "uri"
            },
            {
              "name": "definition",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.definition",
              "type": "reference"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.context-type",
              "type": "token"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.title",
              "type": "string"
            },
            {
              "name": "topic",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.topic",
              "type": "token"
            },
            {
              "name": "derived-from",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.derived-from",
              "type": "reference"
            },
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.jurisdiction",
              "type": "token"
            },
            {
              "name": "predecessor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.predecessor",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.identifier",
              "type": "token"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.context",
              "type": "token"
            },
            {
              "name": "effective",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.effective",
              "type": "date"
            },
            {
              "name": "successor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.successor",
              "type": "reference"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.name",
              "type": "string"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.publisher",
              "type": "string"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.version",
              "type": "token"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.description",
              "type": "string"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.status",
              "type": "token"
            },
            {
              "name": "composed-of",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PlanDefinition.composed-of",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "PlanDefinition",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "PlanDefinition:depends-on",
            "PlanDefinition:definition",
            "PlanDefinition:derived-from",
            "PlanDefinition:predecessor",
            "PlanDefinition:successor",
            "PlanDefinition:composed-of"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchRevInclude": [
            "PractitionerRole:practitioner"
          ],
          "searchParam": [
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Practitioner.identifier",
              "type": "token"
            },
            {
              "name": "address-city",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Practitioner.address-city",
              "type": "string"
            },
            {
              "name": "given",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Practitioner.given",
              "type": "string"
            },
            {
              "name": "active",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Practitioner.active",
              "type": "token"
            },
            {
              "name": "address-state",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Practitioner.address-state",
              "type": "string"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Practitioner.name",
              "type": "string"
            },
            {
              "name": "phone",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Practitioner.phone",
              "type": "token"
            },
            {
              "name": "communication",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Practitioner.communication",
              "type": "token"
            },
            {
              "name": "telecom",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Practitioner.telecom",
              "type": "token"
            },
            {
              "name": "address-use",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Practitioner.address-use",
              "type": "token"
            },
            {
              "name": "email",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Practitioner.email",
              "type": "token"
            },
            {
              "name": "phonetic",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Practitioner.phonetic",
              "type": "string"
            },
            {
              "name": "gender",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Practitioner.gender",
              "type": "token"
            },
            {
              "name": "family",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Practitioner.family",
              "type": "string"
            },
            {
              "name": "address",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Practitioner.address",
              "type": "string"
            },
            {
              "name": "address-postalcode",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Practitioner.address-postalcode",
              "type": "string"
            },
            {
              "name": "address-country",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Practitioner.address-country",
              "type": "string"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Practitioner",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "endpoint",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PractitionerRole.endpoint",
              "type": "reference"
            },
            {
              "name": "organization",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PractitionerRole.organization",
              "type": "reference"
            },
            {
              "name": "email",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PractitionerRole.email",
              "type": "token"
            },
            {
              "name": "service",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PractitionerRole.service",
              "type": "reference"
            },
            {
              "name": "active",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PractitionerRole.active",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PractitionerRole.date",
              "type": "date"
            },
            {
              "name": "role",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PractitionerRole.role",
              "type": "token"
            },
            {
              "name": "practitioner",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PractitionerRole.practitioner",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PractitionerRole.identifier",
              "type": "token"
            },
            {
              "name": "phone",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PractitionerRole.phone",
              "type": "token"
            },
            {
              "name": "specialty",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PractitionerRole.specialty",
              "type": "token"
            },
            {
              "name": "location",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PractitionerRole.location",
              "type": "reference"
            },
            {
              "name": "telecom",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/PractitionerRole.telecom",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "PractitionerRole",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "PractitionerRole:endpoint",
            "PractitionerRole:organization",
            "PractitionerRole:service",
            "PractitionerRole:practitioner",
            "PractitionerRole:location"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchRevInclude": [
            "Provenance:target"
          ],
          "searchParam": [
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Procedure.patient",
              "type": "reference"
            },
            {
              "name": "based-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Procedure.based-on",
              "type": "reference"
            },
            {
              "name": "reason-reference",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Procedure.reason-reference",
              "type": "reference"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Procedure.subject",
              "type": "reference"
            },
            {
              "name": "location",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Procedure.location",
              "type": "reference"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Procedure.category",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Procedure.status",
              "type": "token"
            },
            {
              "name": "performer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Procedure.performer",
              "type": "reference"
            },
            {
              "name": "instantiates-uri",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Procedure.instantiates-uri",
              "type": "uri"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Procedure.date",
              "type": "date"
            },
            {
              "name": "instantiates-canonical",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Procedure.instantiates-canonical",
              "type": "reference"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Procedure.code",
              "type": "token"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Procedure.encounter",
              "type": "reference"
            },
            {
              "name": "reason-code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Procedure.reason-code",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Procedure.identifier",
              "type": "token"
            },
            {
              "name": "part-of",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Procedure.part-of",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Procedure",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Procedure:patient",
            "Procedure:based-on",
            "Procedure:reason-reference",
            "Procedure:subject",
            "Procedure:location",
            "Procedure:performer",
            "Procedure:instantiates-canonical",
            "Procedure:encounter",
            "Procedure:part-of"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Provenance.patient",
              "type": "reference"
            },
            {
              "name": "target",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Provenance.target",
              "type": "reference"
            },
            {
              "name": "agent-role",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Provenance.agent-role",
              "type": "token"
            },
            {
              "name": "agent",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Provenance.agent",
              "type": "reference"
            },
            {
              "name": "recorded",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Provenance.recorded",
              "type": "date"
            },
            {
              "name": "when",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Provenance.when",
              "type": "date"
            },
            {
              "name": "signature-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Provenance.signature-type",
              "type": "token"
            },
            {
              "name": "entity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Provenance.entity",
              "type": "reference"
            },
            {
              "name": "location",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Provenance.location",
              "type": "reference"
            },
            {
              "name": "agent-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Provenance.agent-type",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Provenance",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Provenance:patient",
            "Provenance:target",
            "Provenance:agent",
            "Provenance:entity",
            "Provenance:location"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "definition",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Questionnaire.definition",
              "type": "uri"
            },
            {
              "name": "effective",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Questionnaire.effective",
              "type": "date"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Questionnaire.code",
              "type": "token"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Questionnaire.title",
              "type": "string"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Questionnaire.identifier",
              "type": "token"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Questionnaire.publisher",
              "type": "string"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Questionnaire.description",
              "type": "string"
            },
            {
              "name": "subject-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Questionnaire.subject-type",
              "type": "token"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Questionnaire.context-type",
              "type": "token"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Questionnaire.context",
              "type": "token"
            },
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Questionnaire.context-quantity",
              "type": "quantity"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Questionnaire.url",
              "type": "uri"
            },
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Questionnaire.jurisdiction",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Questionnaire.date",
              "type": "date"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Questionnaire.status",
              "type": "token"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Questionnaire.name",
              "type": "string"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Questionnaire.version",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Questionnaire",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "part-of",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/QuestionnaireResponse.part-of",
              "type": "reference"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/QuestionnaireResponse.subject",
              "type": "reference"
            },
            {
              "name": "authored",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/QuestionnaireResponse.authored",
              "type": "date"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/QuestionnaireResponse.patient",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/QuestionnaireResponse.identifier",
              "type": "token"
            },
            {
              "name": "source",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/QuestionnaireResponse.source",
              "type": "reference"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/QuestionnaireResponse.encounter",
              "type": "reference"
            },
            {
              "name": "based-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/QuestionnaireResponse.based-on",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/QuestionnaireResponse.status",
              "type": "token"
            },
            {
              "name": "author",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/QuestionnaireResponse.author",
              "type": "reference"
            },
            {
              "name": "questionnaire",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/QuestionnaireResponse.questionnaire",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "QuestionnaireResponse",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "QuestionnaireResponse:part-of",
            "QuestionnaireResponse:subject",
            "QuestionnaireResponse:patient",
            "QuestionnaireResponse:source",
            "QuestionnaireResponse:encounter",
            "QuestionnaireResponse:based-on",
            "QuestionnaireResponse:author",
            "QuestionnaireResponse:questionnaire"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RelatedPerson.name",
              "type": "string"
            },
            {
              "name": "address-country",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RelatedPerson.address-country",
              "type": "string"
            },
            {
              "name": "address-postalcode",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RelatedPerson.address-postalcode",
              "type": "string"
            },
            {
              "name": "address",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RelatedPerson.address",
              "type": "string"
            },
            {
              "name": "address-use",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RelatedPerson.address-use",
              "type": "token"
            },
            {
              "name": "email",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RelatedPerson.email",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RelatedPerson.identifier",
              "type": "token"
            },
            {
              "name": "address-state",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RelatedPerson.address-state",
              "type": "string"
            },
            {
              "name": "active",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RelatedPerson.active",
              "type": "token"
            },
            {
              "name": "relationship",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RelatedPerson.relationship",
              "type": "token"
            },
            {
              "name": "gender",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RelatedPerson.gender",
              "type": "token"
            },
            {
              "name": "phone",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RelatedPerson.phone",
              "type": "token"
            },
            {
              "name": "phonetic",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RelatedPerson.phonetic",
              "type": "string"
            },
            {
              "name": "birthdate",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RelatedPerson.birthdate",
              "type": "date"
            },
            {
              "name": "telecom",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RelatedPerson.telecom",
              "type": "token"
            },
            {
              "name": "address-city",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RelatedPerson.address-city",
              "type": "string"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RelatedPerson.patient",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "RelatedPerson",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "RelatedPerson:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RequestGroup.encounter",
              "type": "reference"
            },
            {
              "name": "instantiates-canonical",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RequestGroup.instantiates-canonical",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RequestGroup.identifier",
              "type": "token"
            },
            {
              "name": "authored",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RequestGroup.authored",
              "type": "date"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RequestGroup.code",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RequestGroup.status",
              "type": "token"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RequestGroup.subject",
              "type": "reference"
            },
            {
              "name": "intent",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RequestGroup.intent",
              "type": "token"
            },
            {
              "name": "priority",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RequestGroup.priority",
              "type": "token"
            },
            {
              "name": "author",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RequestGroup.author",
              "type": "reference"
            },
            {
              "name": "participant",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RequestGroup.participant",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RequestGroup.patient",
              "type": "reference"
            },
            {
              "name": "instantiates-uri",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RequestGroup.instantiates-uri",
              "type": "uri"
            },
            {
              "name": "group-identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RequestGroup.group-identifier",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "RequestGroup",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "RequestGroup:encounter",
            "RequestGroup:instantiates-canonical",
            "RequestGroup:subject",
            "RequestGroup:author",
            "RequestGroup:participant",
            "RequestGroup:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.title",
              "type": "string"
            },
            {
              "name": "derived-from",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.derived-from",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.status",
              "type": "token"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.context",
              "type": "token"
            },
            {
              "name": "successor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.successor",
              "type": "reference"
            },
            {
              "name": "effective",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.effective",
              "type": "date"
            },
            {
              "name": "topic",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.topic",
              "type": "token"
            },
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.jurisdiction",
              "type": "token"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.publisher",
              "type": "string"
            },
            {
              "name": "predecessor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.predecessor",
              "type": "reference"
            },
            {
              "name": "depends-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.depends-on",
              "type": "reference"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.name",
              "type": "string"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.context-type",
              "type": "token"
            },
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.context-quantity",
              "type": "quantity"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.date",
              "type": "date"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.description",
              "type": "string"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.identifier",
              "type": "token"
            },
            {
              "name": "composed-of",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.composed-of",
              "type": "reference"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.version",
              "type": "token"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchDefinition.url",
              "type": "uri"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "ResearchDefinition",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "ResearchDefinition:derived-from",
            "ResearchDefinition:successor",
            "ResearchDefinition:predecessor",
            "ResearchDefinition:depends-on",
            "ResearchDefinition:composed-of"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.context-quantity",
              "type": "quantity"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.context",
              "type": "token"
            },
            {
              "name": "depends-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.depends-on",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.status",
              "type": "token"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.url",
              "type": "uri"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.version",
              "type": "token"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.name",
              "type": "string"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.publisher",
              "type": "string"
            },
            {
              "name": "topic",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.topic",
              "type": "token"
            },
            {
              "name": "effective",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.effective",
              "type": "date"
            },
            {
              "name": "predecessor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.predecessor",
              "type": "reference"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.date",
              "type": "date"
            },
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.jurisdiction",
              "type": "token"
            },
            {
              "name": "composed-of",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.composed-of",
              "type": "reference"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.title",
              "type": "string"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.context-type",
              "type": "token"
            },
            {
              "name": "derived-from",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.derived-from",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.identifier",
              "type": "token"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.description",
              "type": "string"
            },
            {
              "name": "successor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchElementDefinition.successor",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "ResearchElementDefinition",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "ResearchElementDefinition:depends-on",
            "ResearchElementDefinition:predecessor",
            "ResearchElementDefinition:composed-of",
            "ResearchElementDefinition:derived-from",
            "ResearchElementDefinition:successor"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "partof",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchStudy.partof",
              "type": "reference"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchStudy.category",
              "type": "token"
            },
            {
              "name": "focus",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchStudy.focus",
              "type": "token"
            },
            {
              "name": "location",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchStudy.location",
              "type": "token"
            },
            {
              "name": "sponsor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchStudy.sponsor",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchStudy.identifier",
              "type": "token"
            },
            {
              "name": "keyword",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchStudy.keyword",
              "type": "token"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchStudy.title",
              "type": "string"
            },
            {
              "name": "protocol",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchStudy.protocol",
              "type": "reference"
            },
            {
              "name": "principalinvestigator",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchStudy.principalinvestigator",
              "type": "reference"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchStudy.date",
              "type": "date"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchStudy.status",
              "type": "token"
            },
            {
              "name": "site",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchStudy.site",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "ResearchStudy",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "ResearchStudy:partof",
            "ResearchStudy:sponsor",
            "ResearchStudy:protocol",
            "ResearchStudy:principalinvestigator",
            "ResearchStudy:site"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "individual",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchSubject.individual",
              "type": "reference"
            },
            {
              "name": "study",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchSubject.study",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchSubject.patient",
              "type": "reference"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchSubject.date",
              "type": "date"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchSubject.identifier",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ResearchSubject.status",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "ResearchSubject",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "ResearchSubject:individual",
            "ResearchSubject:study",
            "ResearchSubject:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskAssessment.patient",
              "type": "reference"
            },
            {
              "name": "condition",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskAssessment.condition",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskAssessment.identifier",
              "type": "token"
            },
            {
              "name": "risk",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskAssessment.risk",
              "type": "token"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskAssessment.subject",
              "type": "reference"
            },
            {
              "name": "performer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskAssessment.performer",
              "type": "reference"
            },
            {
              "name": "method",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskAssessment.method",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskAssessment.date",
              "type": "date"
            },
            {
              "name": "probability",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskAssessment.probability",
              "type": "number"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskAssessment.encounter",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "RiskAssessment",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "RiskAssessment:patient",
            "RiskAssessment:condition",
            "RiskAssessment:subject",
            "RiskAssessment:performer",
            "RiskAssessment:encounter"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "effective",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskEvidenceSynthesis.effective",
              "type": "date"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskEvidenceSynthesis.status",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskEvidenceSynthesis.date",
              "type": "date"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskEvidenceSynthesis.identifier",
              "type": "token"
            },
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskEvidenceSynthesis.context-quantity",
              "type": "quantity"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskEvidenceSynthesis.version",
              "type": "token"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskEvidenceSynthesis.context-type",
              "type": "token"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskEvidenceSynthesis.url",
              "type": "uri"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskEvidenceSynthesis.description",
              "type": "string"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskEvidenceSynthesis.title",
              "type": "string"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskEvidenceSynthesis.publisher",
              "type": "string"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskEvidenceSynthesis.name",
              "type": "string"
            },
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskEvidenceSynthesis.jurisdiction",
              "type": "token"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/RiskEvidenceSynthesis.context",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "RiskEvidenceSynthesis",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "actor",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Schedule.actor",
              "type": "reference"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Schedule.date",
              "type": "date"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Schedule.identifier",
              "type": "token"
            },
            {
              "name": "active",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Schedule.active",
              "type": "token"
            },
            {
              "name": "specialty",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Schedule.specialty",
              "type": "token"
            },
            {
              "name": "service-category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Schedule.service-category",
              "type": "token"
            },
            {
              "name": "service-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Schedule.service-type",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Schedule",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Schedule:actor"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "specimen",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.specimen",
              "type": "reference"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.category",
              "type": "token"
            },
            {
              "name": "based-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.based-on",
              "type": "reference"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.encounter",
              "type": "reference"
            },
            {
              "name": "performer-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.performer-type",
              "type": "token"
            },
            {
              "name": "performer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.performer",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.identifier",
              "type": "token"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.subject",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.patient",
              "type": "reference"
            },
            {
              "name": "priority",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.priority",
              "type": "token"
            },
            {
              "name": "instantiates-uri",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.instantiates-uri",
              "type": "uri"
            },
            {
              "name": "replaces",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.replaces",
              "type": "reference"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.code",
              "type": "token"
            },
            {
              "name": "body-site",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.body-site",
              "type": "token"
            },
            {
              "name": "requester",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.requester",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.status",
              "type": "token"
            },
            {
              "name": "occurrence",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.occurrence",
              "type": "date"
            },
            {
              "name": "intent",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.intent",
              "type": "token"
            },
            {
              "name": "authored",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.authored",
              "type": "date"
            },
            {
              "name": "requisition",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.requisition",
              "type": "token"
            },
            {
              "name": "instantiates-canonical",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ServiceRequest.instantiates-canonical",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "ServiceRequest",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "ServiceRequest:specimen",
            "ServiceRequest:based-on",
            "ServiceRequest:encounter",
            "ServiceRequest:performer",
            "ServiceRequest:subject",
            "ServiceRequest:patient",
            "ServiceRequest:replaces",
            "ServiceRequest:requester",
            "ServiceRequest:instantiates-canonical"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "service-category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Slot.service-category",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Slot.identifier",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Slot.status",
              "type": "token"
            },
            {
              "name": "appointment-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Slot.appointment-type",
              "type": "token"
            },
            {
              "name": "service-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Slot.service-type",
              "type": "token"
            },
            {
              "name": "specialty",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Slot.specialty",
              "type": "token"
            },
            {
              "name": "schedule",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Slot.schedule",
              "type": "reference"
            },
            {
              "name": "start",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Slot.start",
              "type": "date"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Slot",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Slot:schedule"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Specimen.type",
              "type": "token"
            },
            {
              "name": "parent",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Specimen.parent",
              "type": "reference"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Specimen.subject",
              "type": "reference"
            },
            {
              "name": "collector",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Specimen.collector",
              "type": "reference"
            },
            {
              "name": "container",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Specimen.container",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Specimen.patient",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Specimen.identifier",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Specimen.status",
              "type": "token"
            },
            {
              "name": "bodysite",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Specimen.bodysite",
              "type": "token"
            },
            {
              "name": "accession",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Specimen.accession",
              "type": "token"
            },
            {
              "name": "container-id",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Specimen.container-id",
              "type": "token"
            },
            {
              "name": "collected",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Specimen.collected",
              "type": "date"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Specimen",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Specimen:parent",
            "Specimen:subject",
            "Specimen:collector",
            "Specimen:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "container",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/SpecimenDefinition.container",
              "type": "token"
            },
            {
              "name": "type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/SpecimenDefinition.type",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/SpecimenDefinition.identifier",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "SpecimenDefinition",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/StructureMap.jurisdiction",
              "type": "token"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/StructureMap.context",
              "type": "token"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/StructureMap.title",
              "type": "string"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/StructureMap.status",
              "type": "token"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/StructureMap.description",
              "type": "string"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/StructureMap.name",
              "type": "string"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/StructureMap.url",
              "type": "uri"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/StructureMap.context-type",
              "type": "token"
            },
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/StructureMap.context-quantity",
              "type": "quantity"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/StructureMap.date",
              "type": "date"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/StructureMap.identifier",
              "type": "token"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/StructureMap.version",
              "type": "token"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/StructureMap.publisher",
              "type": "string"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "StructureMap",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Substance.code",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Substance.identifier",
              "type": "token"
            },
            {
              "name": "container-identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Substance.container-identifier",
              "type": "token"
            },
            {
              "name": "substance-reference",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Substance.substance-reference",
              "type": "reference"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Substance.category",
              "type": "token"
            },
            {
              "name": "expiry",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Substance.expiry",
              "type": "date"
            },
            {
              "name": "quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Substance.quantity",
              "type": "quantity"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Substance.status",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Substance",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Substance:substance-reference"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "SubstanceNucleicAcid",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "SubstancePolymer",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "SubstanceProtein",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "SubstanceReferenceInformation",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "SubstanceSourceMaterial",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/SubstanceSpecification.code",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "SubstanceSpecification",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/SupplyDelivery.status",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/SupplyDelivery.identifier",
              "type": "token"
            },
            {
              "name": "receiver",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/SupplyDelivery.receiver",
              "type": "reference"
            },
            {
              "name": "supplier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/SupplyDelivery.supplier",
              "type": "reference"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/SupplyDelivery.patient",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "SupplyDelivery",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "SupplyDelivery:receiver",
            "SupplyDelivery:supplier",
            "SupplyDelivery:patient"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/SupplyRequest.date",
              "type": "date"
            },
            {
              "name": "supplier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/SupplyRequest.supplier",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/SupplyRequest.status",
              "type": "token"
            },
            {
              "name": "category",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/SupplyRequest.category",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/SupplyRequest.identifier",
              "type": "token"
            },
            {
              "name": "requester",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/SupplyRequest.requester",
              "type": "reference"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/SupplyRequest.subject",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "SupplyRequest",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "SupplyRequest:supplier",
            "SupplyRequest:requester",
            "SupplyRequest:subject"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "owner",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Task.owner",
              "type": "reference"
            },
            {
              "name": "part-of",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Task.part-of",
              "type": "reference"
            },
            {
              "name": "intent",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Task.intent",
              "type": "token"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Task.code",
              "type": "token"
            },
            {
              "name": "performer",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Task.performer",
              "type": "token"
            },
            {
              "name": "modified",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Task.modified",
              "type": "date"
            },
            {
              "name": "based-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Task.based-on",
              "type": "reference"
            },
            {
              "name": "priority",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Task.priority",
              "type": "token"
            },
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Task.patient",
              "type": "reference"
            },
            {
              "name": "period",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Task.period",
              "type": "date"
            },
            {
              "name": "authored-on",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Task.authored-on",
              "type": "date"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Task.identifier",
              "type": "token"
            },
            {
              "name": "focus",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Task.focus",
              "type": "reference"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Task.encounter",
              "type": "reference"
            },
            {
              "name": "requester",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Task.requester",
              "type": "reference"
            },
            {
              "name": "subject",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Task.subject",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Task.status",
              "type": "token"
            },
            {
              "name": "business-status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Task.business-status",
              "type": "token"
            },
            {
              "name": "group-identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/Task.group-identifier",
              "type": "token"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "Task",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "Task:owner",
            "Task:part-of",
            "Task:based-on",
            "Task:patient",
            "Task:focus",
            "Task:encounter",
            "Task:requester",
            "Task:subject"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "reference",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ValueSet.reference",
              "type": "uri"
            },
            {
              "name": "jurisdiction",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ValueSet.jurisdiction",
              "type": "token"
            },
            {
              "name": "url",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ValueSet.url",
              "type": "uri"
            },
            {
              "name": "context-quantity",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ValueSet.context-quantity",
              "type": "quantity"
            },
            {
              "name": "name",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ValueSet.name",
              "type": "string"
            },
            {
              "name": "code",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ValueSet.code",
              "type": "token"
            },
            {
              "name": "date",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ValueSet.date",
              "type": "date"
            },
            {
              "name": "description",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ValueSet.description",
              "type": "string"
            },
            {
              "name": "context",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ValueSet.context",
              "type": "token"
            },
            {
              "name": "publisher",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ValueSet.publisher",
              "type": "string"
            },
            {
              "name": "title",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ValueSet.title",
              "type": "string"
            },
            {
              "name": "context-type",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ValueSet.context-type",
              "type": "token"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ValueSet.status",
              "type": "token"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ValueSet.identifier",
              "type": "token"
            },
            {
              "name": "version",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ValueSet.version",
              "type": "token"
            },
            {
              "name": "expansion",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/ValueSet.expansion",
              "type": "uri"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "ValueSet",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "target",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/VerificationResult.target",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "VerificationResult",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "VerificationResult:target"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        },
        {
          "searchParam": [
            {
              "name": "patient",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/VisionPrescription.patient",
              "type": "reference"
            },
            {
              "name": "status",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/VisionPrescription.status",
              "type": "token"
            },
            {
              "name": "datewritten",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/VisionPrescription.datewritten",
              "type": "date"
            },
            {
              "name": "prescriber",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/VisionPrescription.prescriber",
              "type": "reference"
            },
            {
              "name": "identifier",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/VisionPrescription.identifier",
              "type": "token"
            },
            {
              "name": "encounter",
              "definition": "http://sbvirapp1006.sw.ca:8888/fhir/SearchParameter/VisionPrescription.encounter",
              "type": "reference"
            },
            {
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token"
            },
            {
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri"
            },
            {
              "name": "_lastUpdated",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated",
              "type": "date"
            }
          ],
          "conditionalUpdate": true,
          "conditionalRead": "full-support",
          "referencePolicy": [
            "local"
          ],
          "readHistory": true,
          "type": "VisionPrescription",
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "update"
            },
            {
              "code": "patch"
            },
            {
              "code": "delete"
            },
            {
              "code": "create"
            },
            {
              "code": "search-type"
            },
            {
              "code": "vread"
            },
            {
              "code": "history-instance"
            },
            {
              "code": "history-type"
            }
          ],
          "updateCreate": true,
          "conditionalCreate": true,
          "searchInclude": [
            "VisionPrescription:patient",
            "VisionPrescription:prescriber",
            "VisionPrescription:encounter"
          ],
          "versioning": "versioned-update",
          "conditionalDelete": "single"
        }
      ]
    }
  ]
}