R4 Ballot #1 (Mixed Normative/Trial use)

This page is part of the FHIR Specification (v3.3.0: R4 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Capabilitystatement-base.ttl

FHIR Infrastructure Work GroupMaturity Level: N/ABallot Status: Informative

Raw Turtle,

Base Capability Statement

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CapabilityStatement;
  fhir:Resource.id [ fhir:value "base"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:CapabilityStatement.url [ fhir:value "http://hl7.org/fhir/CapabilityStatement/base"];
  fhir:CapabilityStatement.version [ fhir:value "3.3.0-13671"];
  fhir:CapabilityStatement.name [ fhir:value "Base FHIR Capability Statement (Full)"];
  fhir:CapabilityStatement.status [ fhir:value "draft"];
  fhir:CapabilityStatement.experimental [ fhir:value "true"];
  fhir:CapabilityStatement.date [ fhir:value "2018-04-03T12:05:46+10:00"];
  fhir:CapabilityStatement.publisher [ fhir:value "FHIR Project Team"];
  fhir:CapabilityStatement.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ]
  ];
  fhir:CapabilityStatement.description [ fhir:value "This is the base Capability Statement for FHIR. It represents a server that provides the full set of functionality defined by FHIR. It is provided to use as a template for system designers to build their own Capability Statements from"];
  fhir:CapabilityStatement.kind [ fhir:value "capability"];
  fhir:CapabilityStatement.software [
     fhir:CapabilityStatement.name [ fhir:value "Insert your softwware name here..." ]
  ];
  fhir:CapabilityStatement.fhirVersion [ fhir:value "3.3.0"];
  fhir:CapabilityStatement.format [
     fhir:value "xml";
     fhir:index 0
  ], [
     fhir:value "json";
     fhir:index 1
  ];
  fhir:CapabilityStatement.rest [
     fhir:index 0;
     fhir:CapabilityStatement.mode [ fhir:value "server" ];
     fhir:CapabilityStatement.documentation [ fhir:value "All the functionality defined in FHIR" ];
     fhir:CapabilityStatement.security [
       fhir:CapabilityStatement.cors [ fhir:value "true" ];
       fhir:CapabilityStatement.service [
         fhir:index 0;
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://hl7.org/fhir/restful-security-service" ];
           fhir:Coding.code [ fhir:value "SMART-on-FHIR" ];
           fhir:Coding.display [ fhir:value "SMART-on-FHIR" ]
         ];
         fhir:CodeableConcept.text [ fhir:value "See http://docs.smarthealthit.org/" ]
       ];
       fhir:CapabilityStatement.description [ fhir:value "This is the Capability Statement to declare that the server supports SMART-on-FHIR. See the SMART-on-FHIR docs for the extension that would go with such a server" ]
     ];
     fhir:CapabilityStatement.resource [
       fhir:index 0;
       fhir:CapabilityStatement.type [ fhir:value "Account" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Account" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Account.owner";
         fhir:index 0
       ], [
         fhir:value "Account.subject";
         fhir:index 1
       ], [
         fhir:value "Account.patient";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "ChargeItem.account";
         fhir:index 0
       ], [
         fhir:value "Encounter.account";
         fhir:index 1
       ], [
         fhir:value "Invoice.account";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "owner" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Account-owner" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who is responsible?" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Account-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Account number" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "period" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Account-period" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Transaction window" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Account-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What is account tied to?" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Account-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What is account tied to?" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Account-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Human-readable label" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Account-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "E.g. patient, expense, depreciation" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Account-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "active | inactive | entered-in-error | on-hold | unknown" ]
       ]
     ], [
       fhir:index 1;
       fhir:CapabilityStatement.type [ fhir:value "ActivityDefinition" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "ActivityDefinition.successor";
         fhir:index 0
       ], [
         fhir:value "ActivityDefinition.derived-from";
         fhir:index 1
       ], [
         fhir:value "ActivityDefinition.predecessor";
         fhir:index 2
       ], [
         fhir:value "ActivityDefinition.composed-of";
         fhir:index 3
       ], [
         fhir:value "ActivityDefinition.depends-on";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "PlanDefinition.definition";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The activity definition publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the activity definition" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "successor" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-successor" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the activity definition" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the activity definition" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "derived-from" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-derived-from" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "context-type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A type of use context assigned to the activity definition" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "predecessor" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-predecessor" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "title" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-title" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the activity definition" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "composed-of" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-composed-of" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the activity definition" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the activity definition" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "effective" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-effective" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The time during which the activity definition is intended to be in use" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "depends-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-depends-on" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the activity definition" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the activity definition" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "topic" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-topic" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Topics associated with the module" ]
       ], [
         fhir:index 17;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the activity definition" ]
       ]
     ], [
       fhir:index 2;
       fhir:CapabilityStatement.type [ fhir:value "AdverseEvent" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/AdverseEvent" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "AdverseEvent.recorder";
         fhir:index 0
       ], [
         fhir:value "AdverseEvent.study";
         fhir:index 1
       ], [
         fhir:value "AdverseEvent.subject";
         fhir:index 2
       ], [
         fhir:value "AdverseEvent.resultingcondition";
         fhir:index 3
       ], [
         fhir:value "AdverseEvent.substance";
         fhir:index 4
       ], [
         fhir:value "AdverseEvent.location";
         fhir:index 5
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When the event occurred" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "severity" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-severity" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Mild | Moderate | Severe" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "recorder" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-recorder" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who recorded the adverse event" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "study" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-study" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "AdverseEvent.study" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "actuality" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-actuality" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "actual | potential" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "seriousness" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-seriousness" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Seriousness of the event" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Subject impacted by event" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "resultingcondition" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-resultingcondition" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Effect on the subject due to this event" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "substance" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-substance" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Refers to the specific entity that caused the adverse event" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "location" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-location" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Location where adverse event occurred" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "ProductProblem | ProductQuality | ProductUseError | WrongDose | IncorrectPrescribingInformation | WrongTechnique | WrongRouteOfAdministration | WrongRate | WrongDuration | WrongTime | ExpiredDrug | MedicalDeviceUseError | ProblemDifferentManufacturer | UnsafePhysicalEnvironment" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "event" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-event" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Type of the event itself in relation to the subject" ]
       ]
     ], [
       fhir:index 3;
       fhir:CapabilityStatement.type [ fhir:value "AllergyIntolerance" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "AllergyIntolerance.recorder";
         fhir:index 0
       ], [
         fhir:value "AllergyIntolerance.asserter";
         fhir:index 1
       ], [
         fhir:value "AllergyIntolerance.patient";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "ClinicalImpression.problem";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "severity" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-severity" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "mild | moderate | severe (of event as a whole)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Date record was believed accurate" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External ids for this item" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "manifestation" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Clinical symptoms/signs associated with the Event" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "recorder" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-recorder" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who recorded the sensitivity" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Code that identifies the allergy or intolerance" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "verification-status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-verification-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "unconfirmed | confirmed | refuted | entered-in-error" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "criticality" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-criticality" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "low | high | unable-to-assess" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "clinical-status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-clinical-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "active | inactive | resolved" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "allergy | intolerance - Underlying mechanism (if known)" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "onset" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-onset" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Date(/time) when manifestations showed" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "route" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-route" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "How the subject was exposed to the substance" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "asserter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-asserter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Source of the information about the allergy" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who the sensitivity is for" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "food | medication | environment | biologic" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "last-date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-last-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Date(/time) of last known occurrence of a reaction" ]
       ]
     ], [
       fhir:index 4;
       fhir:CapabilityStatement.type [ fhir:value "Appointment" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Appointment" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Appointment.actor";
         fhir:index 0
       ], [
         fhir:value "Appointment.based-on";
         fhir:index 1
       ], [
         fhir:value "Appointment.practitioner";
         fhir:index 2
       ], [
         fhir:value "Appointment.patient";
         fhir:index 3
       ], [
         fhir:value "Appointment.location";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "AppointmentResponse.appointment";
         fhir:index 0
       ], [
         fhir:value "CarePlan.activity-reference";
         fhir:index 1
       ], [
         fhir:value "ClinicalImpression.action";
         fhir:index 2
       ], [
         fhir:value "Encounter.appointment";
         fhir:index 3
       ], [
         fhir:value "ImagingStudy.basedon";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Appointment-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Appointment date/time." ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "actor" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Appointment-actor" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Any one of the individuals participating in the appointment" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Appointment-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "An Identifier of the Appointment" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "based-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Appointment-based-on" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The service request this appointment is allocated to assess" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "practitioner" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Appointment-practitioner" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "One of the individuals of the appointment is this practitioner" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "part-status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Appointment-part-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The Participation status of the subject, or other participant on the appointment. Can be used to locate participants that have not responded to meeting requests." ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Appointment-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "One of the individuals of the appointment is this patient" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "appointment-type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Appointment-appointment-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The style of appointment or patient that has been booked in the slot (not service type)" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "service-type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Appointment-service-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The specific service that is to be performed during this appointment" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "location" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Appointment-location" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "This location is listed in the participants of the appointment" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Appointment-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The overall status of the appointment" ]
       ]
     ], [
       fhir:index 5;
       fhir:CapabilityStatement.type [ fhir:value "AppointmentResponse" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/AppointmentResponse" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "AppointmentResponse.actor";
         fhir:index 0
       ], [
         fhir:value "AppointmentResponse.practitioner";
         fhir:index 1
       ], [
         fhir:value "AppointmentResponse.patient";
         fhir:index 2
       ], [
         fhir:value "AppointmentResponse.appointment";
         fhir:index 3
       ], [
         fhir:value "AppointmentResponse.location";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "ImagingStudy.basedon";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "actor" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AppointmentResponse-actor" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The Person, Location/HealthcareService or Device that this appointment response replies for" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AppointmentResponse-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "An Identifier in this appointment response" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "practitioner" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AppointmentResponse-practitioner" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "This Response is for this Practitioner" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "part-status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AppointmentResponse-part-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The participants acceptance status for this appointment" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AppointmentResponse-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "This Response is for this Patient" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "appointment" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AppointmentResponse-appointment" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The appointment that the response is attached to" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "location" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AppointmentResponse-location" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "This Response is for this Location" ]
       ]
     ], [
       fhir:index 6;
       fhir:CapabilityStatement.type [ fhir:value "AuditEvent" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/AuditEvent" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "AuditEvent.agent";
         fhir:index 0
       ], [
         fhir:value "AuditEvent.patient";
         fhir:index 1
       ], [
         fhir:value "AuditEvent.entity";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Time when the event was recorded" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "entity-type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Type of entity involved" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "agent" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-agent" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Direct reference to resource" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "address" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-address" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Identifier for the network access point of the user device" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "entity-role" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-role" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What role the entity played" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "source" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-source" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of source detecting the event" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Type/identifier of event" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "altid" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-altid" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Alternative User id e.g. authentication" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "site" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-site" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Logical source location within the enterprise" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "agent-name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-agent-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Human-meaningful name for the agent" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "entity-name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Descriptor for entity" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "subtype" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-subtype" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "More specific type/id for the event" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Direct reference to resource" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "action" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-action" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Type of action performed during the event" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "agent-role" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-agent-role" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Agent role in the event" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "user" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-user" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Unique identifier for the user" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "entity" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-entity" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Specific instance of resource" ]
       ], [
         fhir:index 17;
         fhir:CapabilityStatement.name [ fhir:value "entity-id" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-id" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Specific instance of object" ]
       ], [
         fhir:index 18;
         fhir:CapabilityStatement.name [ fhir:value "outcome" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-outcome" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Whether the event succeeded or failed" ]
       ], [
         fhir:index 19;
         fhir:CapabilityStatement.name [ fhir:value "policy" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-policy" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Policy that authorized event" ]
       ]
     ], [
       fhir:index 7;
       fhir:CapabilityStatement.type [ fhir:value "Basic" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Basic" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Basic.subject";
         fhir:index 0
       ], [
         fhir:value "Basic.patient";
         fhir:index 1
       ], [
         fhir:value "Basic.author";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Basic-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Business identifier" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Basic-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Kind of Resource" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Basic-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Identifies the focus of this resource" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "created" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Basic-created" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When created" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Basic-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Identifies the focus of this resource" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "author" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Basic-author" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who created" ]
       ]
     ], [
       fhir:index 8;
       fhir:CapabilityStatement.type [ fhir:value "Binary" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Binary" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ]
     ], [
       fhir:index 9;
       fhir:CapabilityStatement.type [ fhir:value "BiologicallyDerivedProduct" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ]
     ], [
       fhir:index 10;
       fhir:CapabilityStatement.type [ fhir:value "BodyStructure" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/BodyStructure" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "BodyStructure.patient";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/BodyStructure-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Bodystructure identifier" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "morphology" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/BodyStructure-morphology" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Kind of Structure" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/BodyStructure-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who this is about" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "location" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/BodyStructure-location" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Body site" ]
       ]
     ], [
       fhir:index 11;
       fhir:CapabilityStatement.type [ fhir:value "Bundle" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Bundle" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Bundle.composition";
         fhir:index 0
       ], [
         fhir:value "Bundle.message";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Bundle-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Persistent identifier for the bundle" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "composition" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Bundle-composition" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The first resource in the bundle, if the bundle type is \"document\" - this is a composition, and this parameter provides access to searches its contents" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Bundle-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "message" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Bundle-message" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The first resource in the bundle, if the bundle type is \"message\" - this is a message header, and this parameter provides access to search its contents" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "timestamp" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Bundle-timestamp" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When the bundle was assembled" ]
       ]
     ], [
       fhir:index 12;
       fhir:CapabilityStatement.type [ fhir:value "CapabilityStatement" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "CapabilityStatement.resource-profile";
         fhir:index 0
       ], [
         fhir:value "CapabilityStatement.supported-profile";
         fhir:index 1
       ], [
         fhir:value "CapabilityStatement.guide";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The capability statement publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "resource-profile" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource-profile" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A profile id invoked in a capability statement" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "software" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-software" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Part of a the name of a software application" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "resource" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of a resource mentioned in a capability statement" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the capability statement" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "format" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-format" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "formats supported (xml | json | ttl | mime type)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the capability statement" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "title" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-title" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the capability statement" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "fhirversion" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-fhirversion" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The version of FHIR" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the capability statement" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the capability statement" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "supported-profile" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-supported-profile" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Profiles for use cases supported" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "mode" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-mode" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Mode - restful (server/client) or messaging (sender/receiver)" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "security-service" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-security-service" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the capability statement" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the capability statement" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "guide" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-guide" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implementation guides supported" ]
       ], [
         fhir:index 17;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the capability statement" ]
       ]
     ], [
       fhir:index 13;
       fhir:CapabilityStatement.type [ fhir:value "CarePlan" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/CarePlan" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "CarePlan.care-team";
         fhir:index 0
       ], [
         fhir:value "CarePlan.performer";
         fhir:index 1
       ], [
         fhir:value "CarePlan.goal";
         fhir:index 2
       ], [
         fhir:value "CarePlan.subject";
         fhir:index 3
       ], [
         fhir:value "CarePlan.replaces";
         fhir:index 4
       ], [
         fhir:value "CarePlan.part-of";
         fhir:index 5
       ], [
         fhir:value "CarePlan.encounter";
         fhir:index 6
       ], [
         fhir:value "CarePlan.activity-reference";
         fhir:index 7
       ], [
         fhir:value "CarePlan.condition";
         fhir:index 8
       ], [
         fhir:value "CarePlan.based-on";
         fhir:index 9
       ], [
         fhir:value "CarePlan.patient";
         fhir:index 10
       ], [
         fhir:value "CarePlan.context";
         fhir:index 11
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "CarePlan.replaces";
         fhir:index 0
       ], [
         fhir:value "CarePlan.part-of";
         fhir:index 1
       ], [
         fhir:value "CarePlan.based-on";
         fhir:index 2
       ], [
         fhir:value "DiagnosticReport.based-on";
         fhir:index 3
       ], [
         fhir:value "ImagingStudy.basedon";
         fhir:index 4
       ], [
         fhir:value "Media.based-on";
         fhir:index 5
       ], [
         fhir:value "Observation.based-on";
         fhir:index 6
       ], [
         fhir:value "Procedure.based-on";
         fhir:index 7
       ], [
         fhir:value "QuestionnaireResponse.based-on";
         fhir:index 8
       ], [
         fhir:value "ServiceRequest.based-on";
         fhir:index 9
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Time period plan covers" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "care-team" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-care-team" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who's involved in plan?" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External Ids for this plan" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "instantiates" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-instantiates" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Protocol or definition" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "performer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-performer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Matches if the practitioner is listed as a performer in any of the \"simple\" activities.  (For performers of the detailed activities, chain through the activitydetail search parameter.)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "goal" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-goal" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Desired outcome of plan" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who the care plan is for" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "replaces" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-replaces" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "CarePlan replaced by this CarePlan" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "part-of" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-part-of" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Part of referenced CarePlan" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-encounter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Created in context of" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "intent" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-intent" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "proposal | plan | order | option" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "activity-reference" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-activity-reference" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Activity details defined in specific resource" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "condition" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-condition" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Health issues this plan addresses" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "based-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-based-on" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Fulfills CarePlan" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who the care plan is for" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Created in context of" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "activity-date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-activity-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Specified date occurs within period specified by CarePlan.activity.timingSchedule" ]
       ], [
         fhir:index 17;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Type of plan" ]
       ], [
         fhir:index 18;
         fhir:CapabilityStatement.name [ fhir:value "activity-code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-activity-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Detail type of activity" ]
       ], [
         fhir:index 19;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "draft | active | suspended | completed | entered-in-error | cancelled | unknown" ]
       ]
     ], [
       fhir:index 14;
       fhir:CapabilityStatement.type [ fhir:value "CareTeam" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/CareTeam" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "CareTeam.patient";
         fhir:index 0
       ], [
         fhir:value "CareTeam.subject";
         fhir:index 1
       ], [
         fhir:value "CareTeam.context";
         fhir:index 2
       ], [
         fhir:value "CareTeam.encounter";
         fhir:index 3
       ], [
         fhir:value "CareTeam.participant";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "CarePlan.care-team";
         fhir:index 0
       ], [
         fhir:value "CarePlan.performer";
         fhir:index 1
       ], [
         fhir:value "CareTeam.participant";
         fhir:index 2
       ], [
         fhir:value "Communication.recipient";
         fhir:index 3
       ], [
         fhir:value "CommunicationRequest.recipient";
         fhir:index 4
       ], [
         fhir:value "Consent.actor";
         fhir:index 5
       ], [
         fhir:value "DeviceRequest.performer";
         fhir:index 6
       ], [
         fhir:value "DiagnosticReport.performer";
         fhir:index 7
       ], [
         fhir:value "DiagnosticReport.results-interpreter";
         fhir:index 8
       ], [
         fhir:value "ImagingStudy.performer";
         fhir:index 9
       ], [
         fhir:value "Media.operator";
         fhir:index 10
       ], [
         fhir:value "MedicationRequest.intended-performer";
         fhir:index 11
       ], [
         fhir:value "Observation.performer";
         fhir:index 12
       ], [
         fhir:value "ServiceRequest.performer";
         fhir:index 13
       ], [
         fhir:value "Task.owner";
         fhir:index 14
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Time period team covers" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External Ids for this team" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who care team is for" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CareTeam-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who care team is for" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CareTeam-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Encounter or episode associated with CareTeam" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CareTeam-encounter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Encounter or episode associated with CareTeam" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CareTeam-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Type of team" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "participant" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CareTeam-participant" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who is involved" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CareTeam-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "proposed | active | suspended | inactive | entered-in-error" ]
       ]
     ], [
       fhir:index 15;
       fhir:CapabilityStatement.type [ fhir:value "ChargeItem" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ChargeItem" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "ChargeItem.performing-organization";
         fhir:index 0
       ], [
         fhir:value "ChargeItem.subject";
         fhir:index 1
       ], [
         fhir:value "ChargeItem.participant-actor";
         fhir:index 2
       ], [
         fhir:value "ChargeItem.patient";
         fhir:index 3
       ], [
         fhir:value "ChargeItem.service";
         fhir:index 4
       ], [
         fhir:value "ChargeItem.context";
         fhir:index 5
       ], [
         fhir:value "ChargeItem.enterer";
         fhir:index 6
       ], [
         fhir:value "ChargeItem.account";
         fhir:index 7
       ], [
         fhir:value "ChargeItem.requesting-organization";
         fhir:index 8
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Business Identifier for item" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "performing-organization" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-performing-organization" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Organization providing the charged sevice" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A code that identifies the charge, like a billing code" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "quantity" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-quantity" ];
         fhir:CapabilityStatement.type [ fhir:value "quantity" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Quantity of which the charge item has been serviced" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Individual service was done for/to" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "participant-role" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-participant-role" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What type of performance was done" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "participant-actor" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-participant-actor" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Individual who was performing" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "occurrence" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-occurrence" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When the charged service was applied" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "entered-date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-entered-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Date the charge item was entered" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Individual service was done for/to" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "factor-override" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-factor-override" ];
         fhir:CapabilityStatement.type [ fhir:value "number" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Factor overriding the associated rules" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "service" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-service" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Which rendered service is being charged?" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "price-override" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-price-override" ];
         fhir:CapabilityStatement.type [ fhir:value "quantity" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Price overriding the associated rules" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Encounter / Episode associated with event" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "enterer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-enterer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Individual who was entering" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "account" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-account" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Account to place this charge" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "requesting-organization" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-requesting-organization" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Organization requesting the charged service" ]
       ]
     ], [
       fhir:index 16;
       fhir:CapabilityStatement.type [ fhir:value "Claim" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Claim" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Claim.care-team";
         fhir:index 0
       ], [
         fhir:value "Claim.encounter";
         fhir:index 1
       ], [
         fhir:value "Claim.payee";
         fhir:index 2
       ], [
         fhir:value "Claim.provider";
         fhir:index 3
       ], [
         fhir:value "Claim.patient";
         fhir:index 4
       ], [
         fhir:value "Claim.insurer";
         fhir:index 5
       ], [
         fhir:value "Claim.enterer";
         fhir:index 6
       ], [
         fhir:value "Claim.facility";
         fhir:index 7
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "ClaimResponse.request";
         fhir:index 0
       ], [
         fhir:value "ExplanationOfBenefit.claim";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "care-team" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-care-team" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Member of the CareTeam" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The primary identifier of the financial resource" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "use" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-use" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The kind of financial resource" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "created" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-created" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The creation date for the Claim" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-encounter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Encounters associated with a billed line item" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "priority" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-priority" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Processing priority requested" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "payee" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-payee" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The party receiving any payment for the Claim" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "provider" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-provider" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Provider responsible for the Claim" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Patient receiving the services" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "insurer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-insurer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The target payor/insurer for the Claim" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "enterer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-enterer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The party responsible for the entry of the Claim" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "facility" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-facility" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Facility responsible for the goods and services" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the Claim instance." ]
       ]
     ], [
       fhir:index 17;
       fhir:CapabilityStatement.type [ fhir:value "ClaimResponse" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ClaimResponse" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "ClaimResponse.request";
         fhir:index 0
       ], [
         fhir:value "ClaimResponse.insurer";
         fhir:index 1
       ], [
         fhir:value "ClaimResponse.patient";
         fhir:index 2
       ], [
         fhir:value "ClaimResponse.request-provider";
         fhir:index 3
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "DeviceRequest.insurance";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClaimResponse-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of the claimresponse" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "request" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClaimResponse-request" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The claim reference" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "disposition" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClaimResponse-disposition" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The contents of the disposition message" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "insurer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClaimResponse-insurer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The organization who generated this resource" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "created" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClaimResponse-created" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The creation date" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClaimResponse-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The subject of care." ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "payment-date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClaimResponse-payment-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The expected paymentDate" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "request-provider" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClaimResponse-request-provider" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The Provider of the claim" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "outcome" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClaimResponse-outcome" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The processing outcome" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClaimResponse-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the claim response" ]
       ]
     ], [
       fhir:index 18;
       fhir:CapabilityStatement.type [ fhir:value "ClinicalImpression" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ClinicalImpression" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "ClinicalImpression.previous";
         fhir:index 0
       ], [
         fhir:value "ClinicalImpression.assessor";
         fhir:index 1
       ], [
         fhir:value "ClinicalImpression.subject";
         fhir:index 2
       ], [
         fhir:value "ClinicalImpression.finding-ref";
         fhir:index 3
       ], [
         fhir:value "ClinicalImpression.problem";
         fhir:index 4
       ], [
         fhir:value "ClinicalImpression.patient";
         fhir:index 5
       ], [
         fhir:value "ClinicalImpression.context";
         fhir:index 6
       ], [
         fhir:value "ClinicalImpression.investigation";
         fhir:index 7
       ], [
         fhir:value "ClinicalImpression.action";
         fhir:index 8
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "ClinicalImpression.previous";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When the assessment was documented" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Business identifier" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "previous" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-previous" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Reference to last assessment" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "finding-code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What was found" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "assessor" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-assessor" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The clinician performing the assessment" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Patient or group assessed" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "finding-ref" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-ref" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What was found" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "problem" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-problem" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Relevant impressions of patient state" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Patient or group assessed" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Encounter or Episode created from" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "investigation" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-investigation" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Record of a specific investigation" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "action" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-action" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Action taken as part of assessment procedure" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "draft | completed | entered-in-error" ]
       ]
     ], [
       fhir:index 19;
       fhir:CapabilityStatement.type [ fhir:value "CodeSystem" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/CodeSystem" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "CodeSystem.supplements";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "CodeSystem.supplements";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The code system publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the code system" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CodeSystem-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A code defined in the code system" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "content-mode" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CodeSystem-content-mode" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "not-present | example | fragment | complete | supplement" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the code system" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the code system" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "language" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CodeSystem-language" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A language in which a designation is provided" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "title" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-title" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the code system" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the code system" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the code system" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "supplements" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CodeSystem-supplements" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Code System this adds designations and properties to" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "system" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CodeSystem-system" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The system for any codes defined by this code system (same as 'url')" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the code system" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the code system" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the code system" ]
       ]
     ], [
       fhir:index 20;
       fhir:CapabilityStatement.type [ fhir:value "Communication" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Communication" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Communication.subject";
         fhir:index 0
       ], [
         fhir:value "Communication.part-of";
         fhir:index 1
       ], [
         fhir:value "Communication.encounter";
         fhir:index 2
       ], [
         fhir:value "Communication.based-on";
         fhir:index 3
       ], [
         fhir:value "Communication.sender";
         fhir:index 4
       ], [
         fhir:value "Communication.patient";
         fhir:index 5
       ], [
         fhir:value "Communication.recipient";
         fhir:index 6
       ], [
         fhir:value "Communication.context";
         fhir:index 7
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Unique identifier" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "instantiates" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-instantiates" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Instantiates protocol or definition" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Focus of message" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "received" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-received" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When received" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "part-of" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-part-of" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Part of this action" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "medium" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-medium" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A channel of communication" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-encounter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Encounter leading to message" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "sent" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-sent" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When sent" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "based-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-based-on" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Request fulfilled by this communication" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "sender" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-sender" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Message sender" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Focus of message" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "recipient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-recipient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Message recipient" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Encounter or episode leading to message" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Message category" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "preparation | in-progress | not-done | suspended | aborted | completed | entered-in-error" ]
       ]
     ], [
       fhir:index 21;
       fhir:CapabilityStatement.type [ fhir:value "CommunicationRequest" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/CommunicationRequest" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "CommunicationRequest.requester";
         fhir:index 0
       ], [
         fhir:value "CommunicationRequest.subject";
         fhir:index 1
       ], [
         fhir:value "CommunicationRequest.replaces";
         fhir:index 2
       ], [
         fhir:value "CommunicationRequest.encounter";
         fhir:index 3
       ], [
         fhir:value "CommunicationRequest.based-on";
         fhir:index 4
       ], [
         fhir:value "CommunicationRequest.sender";
         fhir:index 5
       ], [
         fhir:value "CommunicationRequest.patient";
         fhir:index 6
       ], [
         fhir:value "CommunicationRequest.recipient";
         fhir:index 7
       ], [
         fhir:value "CommunicationRequest.context";
         fhir:index 8
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "CarePlan.activity-reference";
         fhir:index 0
       ], [
         fhir:value "CommunicationRequest.replaces";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "requester" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-requester" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who/what is requesting service" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "authored" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-authored" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When request transitioned to being actionable" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Unique identifier" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Focus of message" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "replaces" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-replaces" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Request(s) replaced by this request" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "medium" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-medium" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A channel of communication" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "occurrence" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-occurrence" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When scheduled" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-encounter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Encounter leading to message" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "priority" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-priority" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Message urgency" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "group-identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-group-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Composite request this is part of" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "based-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-based-on" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Fulfills plan or proposal" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "sender" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-sender" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Message sender" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Focus of message" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "recipient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-recipient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Message recipient" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Encounter or episode leading to message" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Message category" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "draft | active | suspended | cancelled | completed | entered-in-error | unknown" ]
       ]
     ], [
       fhir:index 22;
       fhir:CapabilityStatement.type [ fhir:value "CompartmentDefinition" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/CompartmentDefinition" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The compartment definition publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CompartmentDefinition-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Patient | Encounter | RelatedPerson | Practitioner | Device" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "resource" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CompartmentDefinition-resource" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of resource type" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the compartment definition" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the compartment definition" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the compartment definition" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the compartment definition" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "context-type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-context-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A type of use context assigned to the compartment definition" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "title" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-title" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the compartment definition" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the compartment definition" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the compartment definition" ]
       ]
     ], [
       fhir:index 23;
       fhir:CapabilityStatement.type [ fhir:value "Composition" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Composition" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Composition.subject";
         fhir:index 0
       ], [
         fhir:value "Composition.author";
         fhir:index 1
       ], [
         fhir:value "Composition.encounter";
         fhir:index 2
       ], [
         fhir:value "Composition.attester";
         fhir:index 3
       ], [
         fhir:value "Composition.entry";
         fhir:index 4
       ], [
         fhir:value "Composition.related-ref";
         fhir:index 5
       ], [
         fhir:value "Composition.patient";
         fhir:index 6
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "Composition.related-ref";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Composition editing time" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Version-independent identifier for the Composition" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "period" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-period" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The period covered by the documentation" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "related-id" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-related-id" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Target of the relationship" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who and/or what the composition is about" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "author" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-author" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who and/or what authored the composition" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "confidentiality" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-confidentiality" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "As defined by affinity domain" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "section" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-section" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Classification of section (recommended)" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Context of the Composition" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Kind of composition (LOINC if possible)" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "title" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-title" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Human Readable name/title" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "attester" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-attester" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who attested the composition" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "entry" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-entry" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A reference to data that supports this section" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "related-ref" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-related-ref" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Target of the relationship" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who and/or what the composition is about" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-context" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Code(s) that apply to the event being documented" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "class" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-class" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Categorization of Composition" ]
       ], [
         fhir:index 17;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "preliminary | final | amended | entered-in-error" ]
       ]
     ], [
       fhir:index 24;
       fhir:CapabilityStatement.type [ fhir:value "ConceptMap" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ConceptMap" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "ConceptMap.other";
         fhir:index 0
       ], [
         fhir:value "ConceptMap.source";
         fhir:index 1
       ], [
         fhir:value "ConceptMap.target";
         fhir:index 2
       ], [
         fhir:value "ConceptMap.source-uri";
         fhir:index 3
       ], [
         fhir:value "ConceptMap.target-uri";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "ConceptMap.other";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The concept map publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the concept map" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "product" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-product" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Reference to property mapping depends on" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "other" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-other" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Canonical URI for an additional ConceptMap to use for mapping if the source concept is unmapped" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "target-system" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-target-system" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Target system that the concepts are to be mapped to" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "dependson" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-dependson" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Reference to property mapping depends on" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the concept map" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the concept map" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "source" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-source" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The source value set that contains the concepts that are being mapped" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "title" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-title" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the concept map" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the concept map" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the concept map" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "target" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-target" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The target value set which provides context for the mappings" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "source-code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-source-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Identifies element being mapped" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "source-uri" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-source-uri" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The source value set that contains the concepts that are being mapped" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the concept map" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the concept map" ]
       ], [
         fhir:index 17;
         fhir:CapabilityStatement.name [ fhir:value "source-system" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-source-system" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Source system where concepts to be mapped are defined" ]
       ], [
         fhir:index 18;
         fhir:CapabilityStatement.name [ fhir:value "target-code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-target-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Code that identifies the target element" ]
       ], [
         fhir:index 19;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the concept map" ]
       ], [
         fhir:index 20;
         fhir:CapabilityStatement.name [ fhir:value "target-uri" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-target-uri" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The target value set which provides context for the mappings" ]
       ]
     ], [
       fhir:index 25;
       fhir:CapabilityStatement.type [ fhir:value "Condition" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Condition" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Condition.evidence-detail";
         fhir:index 0
       ], [
         fhir:value "Condition.subject";
         fhir:index 1
       ], [
         fhir:value "Condition.encounter";
         fhir:index 2
       ], [
         fhir:value "Condition.asserter";
         fhir:index 3
       ], [
         fhir:value "Condition.patient";
         fhir:index 4
       ], [
         fhir:value "Condition.context";
         fhir:index 5
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "AdverseEvent.resultingcondition";
         fhir:index 0
       ], [
         fhir:value "CarePlan.condition";
         fhir:index 1
       ], [
         fhir:value "ClinicalImpression.finding-ref";
         fhir:index 2
       ], [
         fhir:value "ClinicalImpression.problem";
         fhir:index 3
       ], [
         fhir:value "Encounter.diagnosis";
         fhir:index 4
       ], [
         fhir:value "EpisodeOfCare.condition";
         fhir:index 5
       ], [
         fhir:value "Immunization.reason-reference";
         fhir:index 6
       ], [
         fhir:value "RiskAssessment.condition";
         fhir:index 7
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "severity" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-severity" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The severity of the condition" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "evidence-detail" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-evidence-detail" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Supporting information found elsewhere" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A unique identifier of the condition record" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "onset-info" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-onset-info" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Onsets as a string" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Code for the condition" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "evidence" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-evidence" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Manifestation/symptom" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who has the condition?" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "verification-status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-verification-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "unconfirmed | provisional | differential | confirmed | refuted | entered-in-error" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "clinical-status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-clinical-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The clinical status of the condition" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-encounter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Encounter when condition first asserted" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "onset-date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-onset-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Date related onsets (dateTime and Period)" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "abatement-date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-abatement-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Date-related abatements (dateTime and period)" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "asserter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-asserter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Person who asserts this condition" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "stage" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-stage" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Simple summary (disease specific)" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "abatement-string" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-abatement-string" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Abatement as a string" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who has the condition?" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Encounter or episode when condition first asserted" ]
       ], [
         fhir:index 17;
         fhir:CapabilityStatement.name [ fhir:value "onset-age" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-onset-age" ];
         fhir:CapabilityStatement.type [ fhir:value "quantity" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Onsets as age or age range" ]
       ], [
         fhir:index 18;
         fhir:CapabilityStatement.name [ fhir:value "abatement-age" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-abatement-age" ];
         fhir:CapabilityStatement.type [ fhir:value "quantity" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Abatement as age or age range" ]
       ], [
         fhir:index 19;
         fhir:CapabilityStatement.name [ fhir:value "asserted-date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-asserted-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Date record was believed accurate" ]
       ], [
         fhir:index 20;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The category of the condition" ]
       ], [
         fhir:index 21;
         fhir:CapabilityStatement.name [ fhir:value "body-site" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-body-site" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Anatomical location, if relevant" ]
       ]
     ], [
       fhir:index 26;
       fhir:CapabilityStatement.type [ fhir:value "Consent" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Consent" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Consent.data";
         fhir:index 0
       ], [
         fhir:value "Consent.source-reference";
         fhir:index 1
       ], [
         fhir:value "Consent.actor";
         fhir:index 2
       ], [
         fhir:value "Consent.patient";
         fhir:index 3
       ], [
         fhir:value "Consent.organization";
         fhir:index 4
       ], [
         fhir:value "Consent.consentor";
         fhir:index 5
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "Consent.source-reference";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When this Consent was created or indexed" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Identifier for this record (external references)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "securitylabel" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Consent-securitylabel" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Security Labels that define affected resources" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "period" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Consent-period" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Timeframe for this rule" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "data" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Consent-data" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The actual data reference" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "purpose" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Consent-purpose" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Context of activities covered by this rule" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "source-reference" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Consent-source-reference" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by reference to a Consent, DocumentReference, Contract  or QuestionnaireResponse" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "source-identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Consent-source-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by token to an identifier" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "actor" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Consent-actor" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Resource for the actor (or group, by role)" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who the consent applies to" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "organization" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Consent-organization" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Custodian of the consent" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "scope" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Consent-scope" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Which of the four areas this resource covers (extensible)" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "action" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Consent-action" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Actions controlled by this rule" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "consentor" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Consent-consentor" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who is agreeing to the policy and rules" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Consent-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Classification of the consent statement - for indexing/retrieval" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Consent-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "draft | proposed | active | rejected | inactive | entered-in-error" ]
       ]
     ], [
       fhir:index 27;
       fhir:CapabilityStatement.type [ fhir:value "Contract" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Contract" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Contract.patient";
         fhir:index 0
       ], [
         fhir:value "Contract.subject";
         fhir:index 1
       ], [
         fhir:value "Contract.authority";
         fhir:index 2
       ], [
         fhir:value "Contract.domain";
         fhir:index 3
       ], [
         fhir:value "Contract.signer";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "Consent.source-reference";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Contract-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of the contract" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Contract-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of the subject of the contract (if a patient)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Contract-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of the subject of the contract" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "authority" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Contract-authority" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The authority of the contract" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "domain" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Contract-domain" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The domain of the contract" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "issued" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Contract-issued" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The date/time the contract was issued" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "signer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Contract-signer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Contract Signatory Party" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Contract-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the contract" ]
       ]
     ], [
       fhir:index 28;
       fhir:CapabilityStatement.type [ fhir:value "Coverage" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Coverage" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Coverage.payor";
         fhir:index 0
       ], [
         fhir:value "Coverage.subscriber";
         fhir:index 1
       ], [
         fhir:value "Coverage.beneficiary";
         fhir:index 2
       ], [
         fhir:value "Coverage.patient";
         fhir:index 3
       ], [
         fhir:value "Coverage.policy-holder";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "DeviceRequest.insurance";
         fhir:index 0
       ], [
         fhir:value "ExplanationOfBenefit.coverage";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Coverage-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The primary identifier of the insured and the coverage" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "payor" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Coverage-payor" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of the insurer or party paying for services" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "subscriber" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Coverage-subscriber" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Reference to the subscriber" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "beneficiary" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Coverage-beneficiary" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Covered party" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Coverage-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Retrieve coverages for a patient" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Coverage-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The kind of coverage (health plan, auto, Workers Compensation)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "dependent" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Coverage-dependent" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Dependent number" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "policy-holder" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Coverage-policy-holder" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Reference to the policyholder" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Coverage-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the Coverage" ]
       ]
     ], [
       fhir:index 29;
       fhir:CapabilityStatement.type [ fhir:value "DetectedIssue" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/DetectedIssue" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "DetectedIssue.patient";
         fhir:index 0
       ], [
         fhir:value "DetectedIssue.author";
         fhir:index 1
       ], [
         fhir:value "DetectedIssue.implicated";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When identified" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Unique id for the detected issue" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Associated patient" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "author" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DetectedIssue-author" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The provider or device that identified the issue" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "implicated" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DetectedIssue-implicated" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Problem resource" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DetectedIssue-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Issue Category, e.g. drug-drug, duplicate therapy, etc." ]
       ]
     ], [
       fhir:index 30;
       fhir:CapabilityStatement.type [ fhir:value "Device" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Device" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Device.patient";
         fhir:index 0
       ], [
         fhir:value "Device.organization";
         fhir:index 1
       ], [
         fhir:value "Device.location";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "Account.subject";
         fhir:index 0
       ], [
         fhir:value "Account.patient";
         fhir:index 1
       ], [
         fhir:value "AdverseEvent.substance";
         fhir:index 2
       ], [
         fhir:value "Appointment.actor";
         fhir:index 3
       ], [
         fhir:value "Appointment.practitioner";
         fhir:index 4
       ], [
         fhir:value "Appointment.patient";
         fhir:index 5
       ], [
         fhir:value "Appointment.location";
         fhir:index 6
       ], [
         fhir:value "AppointmentResponse.actor";
         fhir:index 7
       ], [
         fhir:value "AppointmentResponse.practitioner";
         fhir:index 8
       ], [
         fhir:value "AppointmentResponse.patient";
         fhir:index 9
       ], [
         fhir:value "AppointmentResponse.location";
         fhir:index 10
       ], [
         fhir:value "AuditEvent.agent";
         fhir:index 11
       ], [
         fhir:value "AuditEvent.patient";
         fhir:index 12
       ], [
         fhir:value "CarePlan.performer";
         fhir:index 13
       ], [
         fhir:value "ChargeItem.participant-actor";
         fhir:index 14
       ], [
         fhir:value "ChargeItem.enterer";
         fhir:index 15
       ], [
         fhir:value "Communication.sender";
         fhir:index 16
       ], [
         fhir:value "Communication.recipient";
         fhir:index 17
       ], [
         fhir:value "CommunicationRequest.requester";
         fhir:index 18
       ], [
         fhir:value "CommunicationRequest.sender";
         fhir:index 19
       ], [
         fhir:value "CommunicationRequest.recipient";
         fhir:index 20
       ], [
         fhir:value "Composition.author";
         fhir:index 21
       ], [
         fhir:value "Consent.actor";
         fhir:index 22
       ], [
         fhir:value "DetectedIssue.author";
         fhir:index 23
       ], [
         fhir:value "DeviceComponent.source";
         fhir:index 24
       ], [
         fhir:value "DeviceMetric.source";
         fhir:index 25
       ], [
         fhir:value "DeviceRequest.requester";
         fhir:index 26
       ], [
         fhir:value "DeviceRequest.performer";
         fhir:index 27
       ], [
         fhir:value "DeviceRequest.subject";
         fhir:index 28
       ], [
         fhir:value "DeviceRequest.patient";
         fhir:index 29
       ], [
         fhir:value "DeviceRequest.device";
         fhir:index 30
       ], [
         fhir:value "DeviceUseStatement.device";
         fhir:index 31
       ], [
         fhir:value "DiagnosticReport.subject";
         fhir:index 32
       ], [
         fhir:value "DiagnosticReport.patient";
         fhir:index 33
       ], [
         fhir:value "DocumentManifest.agent";
         fhir:index 34
       ], [
         fhir:value "DocumentManifest.subject";
         fhir:index 35
       ], [
         fhir:value "DocumentManifest.patient";
         fhir:index 36
       ], [
         fhir:value "DocumentReference.agent";
         fhir:index 37
       ], [
         fhir:value "DocumentReference.subject";
         fhir:index 38
       ], [
         fhir:value "DocumentReference.patient";
         fhir:index 39
       ], [
         fhir:value "Flag.author";
         fhir:index 40
       ], [
         fhir:value "Group.member";
         fhir:index 41
       ], [
         fhir:value "ImagingStudy.performer";
         fhir:index 42
       ], [
         fhir:value "ImagingStudy.subject";
         fhir:index 43
       ], [
         fhir:value "ImagingStudy.patient";
         fhir:index 44
       ], [
         fhir:value "Invoice.participant";
         fhir:index 45
       ], [
         fhir:value "List.subject";
         fhir:index 46
       ], [
         fhir:value "List.patient";
         fhir:index 47
       ], [
         fhir:value "List.source";
         fhir:index 48
       ], [
         fhir:value "MeasureReport.patient";
         fhir:index 49
       ], [
         fhir:value "MeasureReport.subject";
         fhir:index 50
       ], [
         fhir:value "Media.subject";
         fhir:index 51
       ], [
         fhir:value "Media.operator";
         fhir:index 52
       ], [
         fhir:value "Media.patient";
         fhir:index 53
       ], [
         fhir:value "Media.device";
         fhir:index 54
       ], [
         fhir:value "MedicationAdministration.performer";
         fhir:index 55
       ], [
         fhir:value "MedicationAdministration.device";
         fhir:index 56
       ], [
         fhir:value "MedicationDispense.performer";
         fhir:index 57
       ], [
         fhir:value "MedicationRequest.requester";
         fhir:index 58
       ], [
         fhir:value "MedicationRequest.intended-performer";
         fhir:index 59
       ], [
         fhir:value "MessageHeader.target";
         fhir:index 60
       ], [
         fhir:value "Observation.subject";
         fhir:index 61
       ], [
         fhir:value "Observation.patient";
         fhir:index 62
       ], [
         fhir:value "Observation.device";
         fhir:index 63
       ], [
         fhir:value "Procedure.performer";
         fhir:index 64
       ], [
         fhir:value "Provenance.agent";
         fhir:index 65
       ], [
         fhir:value "QuestionnaireResponse.author";
         fhir:index 66
       ], [
         fhir:value "RequestGroup.author";
         fhir:index 67
       ], [
         fhir:value "RiskAssessment.performer";
         fhir:index 68
       ], [
         fhir:value "Schedule.actor";
         fhir:index 69
       ], [
         fhir:value "ServiceRequest.requester";
         fhir:index 70
       ], [
         fhir:value "ServiceRequest.performer";
         fhir:index 71
       ], [
         fhir:value "ServiceRequest.subject";
         fhir:index 72
       ], [
         fhir:value "ServiceRequest.patient";
         fhir:index 73
       ], [
         fhir:value "Specimen.subject";
         fhir:index 74
       ], [
         fhir:value "Specimen.patient";
         fhir:index 75
       ], [
         fhir:value "SupplyRequest.requester";
         fhir:index 76
       ], [
         fhir:value "Task.owner";
         fhir:index 77
       ], [
         fhir:value "Task.requester";
         fhir:index 78
       ], [
         fhir:value "UserSession.user";
         fhir:index 79
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "udi-di" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-udi-di" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The udi Device Identifier (DI)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Instance id from manufacturer, owner, and others" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "udi-carrier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-udi-carrier" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "UDI Barcode (RFID or other technology) string either in HRF format or AIDC format converted to base64 string." ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "device-name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-device-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the Device.udi.name  or Device.type.coding.display or  Device.type.text" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Patient information, if the resource is affixed to a person" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "organization" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-organization" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The organization responsible for the device" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "model" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-model" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The model of the device" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "location" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-location" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A location, where the resource is found" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The type of the device" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Network address to contact device" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "manufacturer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-manufacturer" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The manufacturer of the device" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "active | inactive | entered-in-error | unknown" ]
       ]
     ], [
       fhir:index 31;
       fhir:CapabilityStatement.type [ fhir:value "DeviceComponent" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/DeviceComponent" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "DeviceComponent.parent";
         fhir:index 0
       ], [
         fhir:value "DeviceComponent.source";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "DeviceComponent.parent";
         fhir:index 0
       ], [
         fhir:value "DeviceMetric.parent";
         fhir:index 1
       ], [
         fhir:value "Media.device";
         fhir:index 2
       ], [
         fhir:value "Observation.device";
         fhir:index 3
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "parent" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceComponent-parent" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The parent DeviceComponent resource" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceComponent-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identifier of the component" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "source" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceComponent-source" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The device source" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceComponent-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The device component type" ]
       ]
     ], [
       fhir:index 32;
       fhir:CapabilityStatement.type [ fhir:value "DeviceMetric" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/DeviceMetric" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "DeviceMetric.parent";
         fhir:index 0
       ], [
         fhir:value "DeviceMetric.source";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "Media.device";
         fhir:index 0
       ], [
         fhir:value "Observation.device";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "parent" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceMetric-parent" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The parent DeviceMetric resource" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceMetric-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identifier of the metric" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "source" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceMetric-source" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The device resource" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceMetric-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The component type" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceMetric-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The category of the metric" ]
       ]
     ], [
       fhir:index 33;
       fhir:CapabilityStatement.type [ fhir:value "DeviceRequest" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/DeviceRequest" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "DeviceRequest.requester";
         fhir:index 0
       ], [
         fhir:value "DeviceRequest.insurance";
         fhir:index 1
       ], [
         fhir:value "DeviceRequest.performer";
         fhir:index 2
       ], [
         fhir:value "DeviceRequest.subject";
         fhir:index 3
       ], [
         fhir:value "DeviceRequest.encounter";
         fhir:index 4
       ], [
         fhir:value "DeviceRequest.based-on";
         fhir:index 5
       ], [
         fhir:value "DeviceRequest.priorrequest";
         fhir:index 6
       ], [
         fhir:value "DeviceRequest.patient";
         fhir:index 7
       ], [
         fhir:value "DeviceRequest.device";
         fhir:index 8
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "CarePlan.activity-reference";
         fhir:index 0
       ], [
         fhir:value "Observation.based-on";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "requester" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-requester" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who/what is requesting service" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "insurance" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-insurance" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Associated insurance coverage" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "instantiates" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Protocol or definition followed by this request" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Business identifier for request/order" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Code for what is being requested/ordered" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "performer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-performer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Desired performer for service" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "event-date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-event-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When service should occur" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Individual the service is ordered for" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Encounter or Episode during which request was created" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "authored-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-authored-on" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When the request transitioned to being actionable" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "intent" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-intent" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "proposal | plan | original-order |reflex-order" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "group-identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-group-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Composite request this is part of" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "based-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-based-on" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Plan/proposal/order fulfilled by this request" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "priorrequest" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-priorrequest" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Request takes the place of referenced completed or terminated requests" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Individual the service is ordered for" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "device" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-device" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Reference to resource that is being requested/ordered" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "entered-in-error | draft | active |suspended | completed" ]
       ]
     ], [
       fhir:index 34;
       fhir:CapabilityStatement.type [ fhir:value "DeviceUseStatement" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/DeviceUseStatement" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "DeviceUseStatement.subject";
         fhir:index 0
       ], [
         fhir:value "DeviceUseStatement.patient";
         fhir:index 1
       ], [
         fhir:value "DeviceUseStatement.device";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceUseStatement-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by identifier" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceUseStatement-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by subject" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by subject - a patient" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "device" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceUseStatement-device" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by device" ]
       ]
     ], [
       fhir:index 35;
       fhir:CapabilityStatement.type [ fhir:value "DiagnosticReport" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "DiagnosticReport.performer";
         fhir:index 0
       ], [
         fhir:value "DiagnosticReport.subject";
         fhir:index 1
       ], [
         fhir:value "DiagnosticReport.media";
         fhir:index 2
       ], [
         fhir:value "DiagnosticReport.encounter";
         fhir:index 3
       ], [
         fhir:value "DiagnosticReport.result";
         fhir:index 4
       ], [
         fhir:value "DiagnosticReport.based-on";
         fhir:index 5
       ], [
         fhir:value "DiagnosticReport.patient";
         fhir:index 6
       ], [
         fhir:value "DiagnosticReport.specimen";
         fhir:index 7
       ], [
         fhir:value "DiagnosticReport.context";
         fhir:index 8
       ], [
         fhir:value "DiagnosticReport.results-interpreter";
         fhir:index 9
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "ChargeItem.service";
         fhir:index 0
       ], [
         fhir:value "ClinicalImpression.investigation";
         fhir:index 1
       ], [
         fhir:value "Immunization.reason-reference";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The clinically relevant time of the report" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "An identifier for the report" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "performer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DiagnosticReport-performer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who is responsible for the report" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DiagnosticReport-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The subject of the report" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "diagnosis" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DiagnosticReport-diagnosis" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A coded diagnosis on the report" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "media" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DiagnosticReport-media" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A reference to the image source." ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The Encounter when the order was made" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "result" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DiagnosticReport-result" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Link to an atomic result (observation resource)" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "based-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DiagnosticReport-based-on" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Reference to the service request." ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The subject of the report if a patient" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "specimen" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DiagnosticReport-specimen" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The specimen details" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DiagnosticReport-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Healthcare event (Episode of Care or Encounter) related to the report" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "issued" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DiagnosticReport-issued" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When the report was issued" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DiagnosticReport-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Which diagnostic discipline/department created the report" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "results-interpreter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DiagnosticReport-results-interpreter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who was the source of the report" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DiagnosticReport-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the report" ]
       ]
     ], [
       fhir:index 36;
       fhir:CapabilityStatement.type [ fhir:value "DocumentManifest" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/DocumentManifest" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "DocumentManifest.agent";
         fhir:index 0
       ], [
         fhir:value "DocumentManifest.item";
         fhir:index 1
       ], [
         fhir:value "DocumentManifest.subject";
         fhir:index 2
       ], [
         fhir:value "DocumentManifest.related-ref";
         fhir:index 3
       ], [
         fhir:value "DocumentManifest.patient";
         fhir:index 4
       ], [
         fhir:value "DocumentManifest.recipient";
         fhir:index 5
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Unique Identifier for the set of documents" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "agent" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentManifest-agent" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who and/or what had an agent participation" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "item" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentManifest-item" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Items in manifest" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "related-id" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentManifest-related-id" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Identifiers of things that are related" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentManifest-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The subject of the set of documents" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "created" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentManifest-created" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When this document manifest created" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentManifest-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Human-readable description (title)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "source" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentManifest-source" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The source system/application/software" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Kind of document set" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "related-ref" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentManifest-related-ref" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Related Resource" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The subject of the set of documents" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "recipient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentManifest-recipient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended to get notified about this set of documents" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentManifest-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "current | superseded | entered-in-error" ]
       ]
     ], [
       fhir:index 37;
       fhir:CapabilityStatement.type [ fhir:value "DocumentReference" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/DocumentReference" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "DocumentReference.agent";
         fhir:index 0
       ], [
         fhir:value "DocumentReference.subject";
         fhir:index 1
       ], [
         fhir:value "DocumentReference.patient";
         fhir:index 2
       ], [
         fhir:value "DocumentReference.authenticator";
         fhir:index 3
       ], [
         fhir:value "DocumentReference.custodian";
         fhir:index 4
       ], [
         fhir:value "DocumentReference.encounter";
         fhir:index 5
       ], [
         fhir:value "DocumentReference.related-ref";
         fhir:index 6
       ], [
         fhir:value "DocumentReference.relatesto";
         fhir:index 7
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "Consent.source-reference";
         fhir:index 0
       ], [
         fhir:value "DocumentReference.relatesto";
         fhir:index 1
       ], [
         fhir:value "Observation.derived-from";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When this document reference was created" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "securitylabel" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-securitylabel" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Document security-tags" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "agent" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-agent" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who and/or what authored the document" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who/what is the subject of the document" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Human-readable description (title)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "language" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-language" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Human language of the content (BCP-47)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Kind of document (LOINC if possible)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "relation" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-relation" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "replaces | transforms | signs | appends" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "setting" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-setting" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Additional details about where the content was created (e.g. clinical specialty)" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who/what is the subject of the document" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "relationship" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-relationship" ];
         fhir:CapabilityStatement.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Combination of relation and relatesTo" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "event" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-event" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Main clinical acts documented" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "class" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-class" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Categorization of document" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "authenticator" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-authenticator" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who/what authenticated the document" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Master Version Specific Identifier" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "period" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-period" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Time of service that is being documented" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "related-id" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-related-id" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Identifier of related objects or events" ]
       ], [
         fhir:index 17;
         fhir:CapabilityStatement.name [ fhir:value "custodian" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-custodian" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Organization which maintains the document" ]
       ], [
         fhir:index 18;
         fhir:CapabilityStatement.name [ fhir:value "created" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-created" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Document creation time" ]
       ], [
         fhir:index 19;
         fhir:CapabilityStatement.name [ fhir:value "format" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-format" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Format/content rules for the document" ]
       ], [
         fhir:index 20;
         fhir:CapabilityStatement.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Context of the document  content" ]
       ], [
         fhir:index 21;
         fhir:CapabilityStatement.name [ fhir:value "contenttype" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-contenttype" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Mime type of the content, with charset etc." ]
       ], [
         fhir:index 22;
         fhir:CapabilityStatement.name [ fhir:value "related-ref" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-related-ref" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Related Resource" ]
       ], [
         fhir:index 23;
         fhir:CapabilityStatement.name [ fhir:value "location" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-location" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Uri where the data can be found" ]
       ], [
         fhir:index 24;
         fhir:CapabilityStatement.name [ fhir:value "relatesto" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-relatesto" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Target of the relationship" ]
       ], [
         fhir:index 25;
         fhir:CapabilityStatement.name [ fhir:value "facility" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-facility" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Kind of facility where patient was seen" ]
       ], [
         fhir:index 26;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentReference-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "current | superseded | entered-in-error" ]
       ]
     ], [
       fhir:index 38;
       fhir:CapabilityStatement.type [ fhir:value "EligibilityRequest" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/EligibilityRequest" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "EligibilityRequest.provider";
         fhir:index 0
       ], [
         fhir:value "EligibilityRequest.patient";
         fhir:index 1
       ], [
         fhir:value "EligibilityRequest.enterer";
         fhir:index 2
       ], [
         fhir:value "EligibilityRequest.facility";
         fhir:index 3
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "EligibilityResponse.request";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EligibilityRequest-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business identifier of the Eligibility" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "provider" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EligibilityRequest-provider" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The reference to the provider" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EligibilityRequest-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The reference to the patient" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "created" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EligibilityRequest-created" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The creation date for the EOB" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "enterer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EligibilityRequest-enterer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The party who is responsible for the request" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "facility" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EligibilityRequest-facility" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Facility responsible for the goods and services" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EligibilityRequest-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the EligibilityRequest" ]
       ]
     ], [
       fhir:index 39;
       fhir:CapabilityStatement.type [ fhir:value "EligibilityResponse" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/EligibilityResponse" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "EligibilityResponse.request";
         fhir:index 0
       ], [
         fhir:value "EligibilityResponse.insurer";
         fhir:index 1
       ], [
         fhir:value "EligibilityResponse.request-provider";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EligibilityResponse-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business identifier" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "request" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EligibilityResponse-request" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The EligibilityRequest reference" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "disposition" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EligibilityResponse-disposition" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The contents of the disposition message" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "insurer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EligibilityResponse-insurer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The organization which generated this resource" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "created" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EligibilityResponse-created" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The creation date" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "request-provider" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EligibilityResponse-request-provider" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The EligibilityRequest provider" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "outcome" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EligibilityResponse-outcome" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The processing outcome" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EligibilityResponse-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The EligibilityRequest status" ]
       ]
     ], [
       fhir:index 40;
       fhir:CapabilityStatement.type [ fhir:value "Encounter" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Encounter" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Encounter.episodeofcare";
         fhir:index 0
       ], [
         fhir:value "Encounter.practitioner";
         fhir:index 1
       ], [
         fhir:value "Encounter.subject";
         fhir:index 2
       ], [
         fhir:value "Encounter.diagnosis";
         fhir:index 3
       ], [
         fhir:value "Encounter.appointment";
         fhir:index 4
       ], [
         fhir:value "Encounter.part-of";
         fhir:index 5
       ], [
         fhir:value "Encounter.participant";
         fhir:index 6
       ], [
         fhir:value "Encounter.based-on";
         fhir:index 7
       ], [
         fhir:value "Encounter.patient";
         fhir:index 8
       ], [
         fhir:value "Encounter.location";
         fhir:index 9
       ], [
         fhir:value "Encounter.service-provider";
         fhir:index 10
       ], [
         fhir:value "Encounter.account";
         fhir:index 11
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "CarePlan.encounter";
         fhir:index 0
       ], [
         fhir:value "CarePlan.context";
         fhir:index 1
       ], [
         fhir:value "CareTeam.context";
         fhir:index 2
       ], [
         fhir:value "CareTeam.encounter";
         fhir:index 3
       ], [
         fhir:value "ChargeItem.context";
         fhir:index 4
       ], [
         fhir:value "Claim.encounter";
         fhir:index 5
       ], [
         fhir:value "ClinicalImpression.context";
         fhir:index 6
       ], [
         fhir:value "Communication.encounter";
         fhir:index 7
       ], [
         fhir:value "Communication.context";
         fhir:index 8
       ], [
         fhir:value "CommunicationRequest.encounter";
         fhir:index 9
       ], [
         fhir:value "CommunicationRequest.context";
         fhir:index 10
       ], [
         fhir:value "Composition.encounter";
         fhir:index 11
       ], [
         fhir:value "Condition.encounter";
         fhir:index 12
       ], [
         fhir:value "Condition.context";
         fhir:index 13
       ], [
         fhir:value "DeviceRequest.encounter";
         fhir:index 14
       ], [
         fhir:value "DiagnosticReport.encounter";
         fhir:index 15
       ], [
         fhir:value "DiagnosticReport.context";
         fhir:index 16
       ], [
         fhir:value "DocumentReference.encounter";
         fhir:index 17
       ], [
         fhir:value "Encounter.part-of";
         fhir:index 18
       ], [
         fhir:value "ExplanationOfBenefit.encounter";
         fhir:index 19
       ], [
         fhir:value "Flag.encounter";
         fhir:index 20
       ], [
         fhir:value "ImagingStudy.context";
         fhir:index 21
       ], [
         fhir:value "List.encounter";
         fhir:index 22
       ], [
         fhir:value "Media.context";
         fhir:index 23
       ], [
         fhir:value "MedicationAdministration.context";
         fhir:index 24
       ], [
         fhir:value "MedicationDispense.context";
         fhir:index 25
       ], [
         fhir:value "MedicationRequest.context";
         fhir:index 26
       ], [
         fhir:value "MedicationStatement.context";
         fhir:index 27
       ], [
         fhir:value "NutritionOrder.context";
         fhir:index 28
       ], [
         fhir:value "Observation.context";
         fhir:index 29
       ], [
         fhir:value "Observation.encounter";
         fhir:index 30
       ], [
         fhir:value "Procedure.encounter";
         fhir:index 31
       ], [
         fhir:value "Procedure.context";
         fhir:index 32
       ], [
         fhir:value "QuestionnaireResponse.context";
         fhir:index 33
       ], [
         fhir:value "RequestGroup.encounter";
         fhir:index 34
       ], [
         fhir:value "RequestGroup.context";
         fhir:index 35
       ], [
         fhir:value "RiskAssessment.encounter";
         fhir:index 36
       ], [
         fhir:value "ServiceRequest.encounter";
         fhir:index 37
       ], [
         fhir:value "ServiceRequest.context";
         fhir:index 38
       ], [
         fhir:value "Task.context";
         fhir:index 39
       ], [
         fhir:value "VisionPrescription.encounter";
         fhir:index 40
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A date within the period the Encounter lasted" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Identifier(s) by which this encounter is known" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "reason" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-reason" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Reason the encounter takes place (code)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "episodeofcare" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-episodeofcare" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Episode(s) of care that this encounter should be recorded against" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "participant-type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-participant-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Role of participant in encounter" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "practitioner" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-practitioner" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Persons involved in the encounter other than the patient" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The patient or group present at the encounter" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "length" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-length" ];
         fhir:CapabilityStatement.type [ fhir:value "quantity" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Length of encounter in days" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "diagnosis" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-diagnosis" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Reason the encounter takes place (resource)" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "appointment" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-appointment" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The appointment that scheduled this encounter" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "part-of" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-part-of" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Another Encounter this encounter is part of" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Specific type of encounter" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "participant" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-participant" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Persons involved in the encounter other than the patient" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "based-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-based-on" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The ServiceRequest that initiated this encounter" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The patient or group present at the encounter" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "location-period" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-location-period" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Time period during which the patient was present at the location" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "location" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-location" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Location the encounter takes place" ]
       ], [
         fhir:index 17;
         fhir:CapabilityStatement.name [ fhir:value "service-provider" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-service-provider" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The organization (facility) responsible for this encounter" ]
       ], [
         fhir:index 18;
         fhir:CapabilityStatement.name [ fhir:value "special-arrangement" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-special-arrangement" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Wheelchair, translator, stretcher, etc." ]
       ], [
         fhir:index 19;
         fhir:CapabilityStatement.name [ fhir:value "class" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-class" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Classification of patient encounter" ]
       ], [
         fhir:index 20;
         fhir:CapabilityStatement.name [ fhir:value "account" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-account" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The set of accounts that may be used for billing for this Encounter" ]
       ], [
         fhir:index 21;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "planned | arrived | triaged | in-progress | onleave | finished | cancelled +" ]
       ]
     ], [
       fhir:index 41;
       fhir:CapabilityStatement.type [ fhir:value "Endpoint" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Endpoint" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Endpoint.organization";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "HealthcareService.endpoint";
         fhir:index 0
       ], [
         fhir:value "ImagingStudy.endpoint";
         fhir:index 1
       ], [
         fhir:value "Location.endpoint";
         fhir:index 2
       ], [
         fhir:value "Organization.endpoint";
         fhir:index 3
       ], [
         fhir:value "OrganizationRole.endpoint";
         fhir:index 4
       ], [
         fhir:value "PractitionerRole.endpoint";
         fhir:index 5
       ], [
         fhir:value "ProductPlan.endpoint";
         fhir:index 6
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "payload-type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Endpoint-payload-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The type of content that may be used at this endpoint (e.g. XDS Discharge summaries)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Endpoint-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Identifies this endpoint across multiple systems" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "organization" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Endpoint-organization" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The organization that is managing the endpoint" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "connection-type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Endpoint-connection-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Protocol/Profile/Standard to be used with this endpoint connection" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Endpoint-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A name that this endpoint can be identified by" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Endpoint-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the Endpoint (usually expected to be active)" ]
       ]
     ], [
       fhir:index 42;
       fhir:CapabilityStatement.type [ fhir:value "EnrollmentRequest" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "EnrollmentRequest.subject";
         fhir:index 0
       ], [
         fhir:value "EnrollmentRequest.patient";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "EnrollmentResponse.request";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business identifier of the Enrollment" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The party to be enrolled" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The party to be enrolled" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status fo the enrollment" ]
       ]
     ], [
       fhir:index 43;
       fhir:CapabilityStatement.type [ fhir:value "EnrollmentResponse" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/EnrollmentResponse" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "EnrollmentResponse.request";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business identifier of the EnrollmentResponse" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "request" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-request" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The reference to the claim" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the enrollment response" ]
       ]
     ], [
       fhir:index 44;
       fhir:CapabilityStatement.type [ fhir:value "EntryDefinition" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/EntryDefinition" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ]
     ], [
       fhir:index 45;
       fhir:CapabilityStatement.type [ fhir:value "EpisodeOfCare" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "EpisodeOfCare.condition";
         fhir:index 0
       ], [
         fhir:value "EpisodeOfCare.incomingreferral";
         fhir:index 1
       ], [
         fhir:value "EpisodeOfCare.patient";
         fhir:index 2
       ], [
         fhir:value "EpisodeOfCare.organization";
         fhir:index 3
       ], [
         fhir:value "EpisodeOfCare.care-manager";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "CarePlan.encounter";
         fhir:index 0
       ], [
         fhir:value "CarePlan.context";
         fhir:index 1
       ], [
         fhir:value "CareTeam.context";
         fhir:index 2
       ], [
         fhir:value "CareTeam.encounter";
         fhir:index 3
       ], [
         fhir:value "ChargeItem.context";
         fhir:index 4
       ], [
         fhir:value "ClinicalImpression.context";
         fhir:index 5
       ], [
         fhir:value "Communication.encounter";
         fhir:index 6
       ], [
         fhir:value "Communication.context";
         fhir:index 7
       ], [
         fhir:value "CommunicationRequest.encounter";
         fhir:index 8
       ], [
         fhir:value "CommunicationRequest.context";
         fhir:index 9
       ], [
         fhir:value "Condition.encounter";
         fhir:index 10
       ], [
         fhir:value "Condition.context";
         fhir:index 11
       ], [
         fhir:value "DeviceRequest.encounter";
         fhir:index 12
       ], [
         fhir:value "DiagnosticReport.encounter";
         fhir:index 13
       ], [
         fhir:value "DiagnosticReport.context";
         fhir:index 14
       ], [
         fhir:value "Encounter.episodeofcare";
         fhir:index 15
       ], [
         fhir:value "ImagingStudy.context";
         fhir:index 16
       ], [
         fhir:value "Media.context";
         fhir:index 17
       ], [
         fhir:value "MedicationAdministration.context";
         fhir:index 18
       ], [
         fhir:value "MedicationDispense.context";
         fhir:index 19
       ], [
         fhir:value "MedicationRequest.context";
         fhir:index 20
       ], [
         fhir:value "MedicationStatement.context";
         fhir:index 21
       ], [
         fhir:value "NutritionOrder.context";
         fhir:index 22
       ], [
         fhir:value "Observation.context";
         fhir:index 23
       ], [
         fhir:value "Observation.encounter";
         fhir:index 24
       ], [
         fhir:value "Procedure.encounter";
         fhir:index 25
       ], [
         fhir:value "Procedure.context";
         fhir:index 26
       ], [
         fhir:value "QuestionnaireResponse.context";
         fhir:index 27
       ], [
         fhir:value "RequestGroup.encounter";
         fhir:index 28
       ], [
         fhir:value "RequestGroup.context";
         fhir:index 29
       ], [
         fhir:value "RiskAssessment.encounter";
         fhir:index 30
       ], [
         fhir:value "ServiceRequest.encounter";
         fhir:index 31
       ], [
         fhir:value "ServiceRequest.context";
         fhir:index 32
       ], [
         fhir:value "Task.context";
         fhir:index 33
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The provided date search value falls within the episode of care's period" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Business Identifier(s) relevant for this EpisodeOfCare" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "condition" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-condition" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Conditions/problems/diagnoses this episode of care is for" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "incomingreferral" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-incomingreferral" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Incoming Referral Request" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The patient who is the focus of this episode of care" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "organization" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-organization" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The organization that has assumed the specific responsibilities of this EpisodeOfCare" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Type/class  - e.g. specialist referral, disease management" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "care-manager" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-care-manager" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Care manager/care coordinator for the patient" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the Episode of Care as provided (does not check the status history collection)" ]
       ]
     ], [
       fhir:index 46;
       fhir:CapabilityStatement.type [ fhir:value "EventDefinition" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/EventDefinition" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "EventDefinition.successor";
         fhir:index 0
       ], [
         fhir:value "EventDefinition.derived-from";
         fhir:index 1
       ], [
         fhir:value "EventDefinition.predecessor";
         fhir:index 2
       ], [
         fhir:value "EventDefinition.composed-of";
         fhir:index 3
       ], [
         fhir:value "EventDefinition.depends-on";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EventDefinition-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The event definition publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EventDefinition-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the event definition" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "successor" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EventDefinition-successor" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EventDefinition-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the event definition" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EventDefinition-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the event definition" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "derived-from" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EventDefinition-derived-from" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "predecessor" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EventDefinition-predecessor" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "title" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EventDefinition-title" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the event definition" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "composed-of" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EventDefinition-composed-of" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EventDefinition-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the event definition" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EventDefinition-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the event definition" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "effective" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EventDefinition-effective" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The time during which the event definition is intended to be in use" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "depends-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EventDefinition-depends-on" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EventDefinition-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the event definition" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EventDefinition-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the event definition" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "topic" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EventDefinition-topic" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Topics associated with the module" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EventDefinition-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the event definition" ]
       ]
     ], [
       fhir:index 47;
       fhir:CapabilityStatement.type [ fhir:value "ExampleScenario" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ExampleScenario" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExampleScenario-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The example scenario publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExampleScenario-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the example scenario" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExampleScenario-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the example scenario" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExampleScenario-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the example scenario" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExampleScenario-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the example scenario" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExampleScenario-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the example scenario" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExampleScenario-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the example scenario" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExampleScenario-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the example scenario" ]
       ]
     ], [
       fhir:index 48;
       fhir:CapabilityStatement.type [ fhir:value "ExpansionProfile" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ExpansionProfile" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The expansion profile publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the expansion profile" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the expansion profile" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the expansion profile" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the expansion profile" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the expansion profile" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the expansion profile" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the expansion profile" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the expansion profile" ]
       ]
     ], [
       fhir:index 49;
       fhir:CapabilityStatement.type [ fhir:value "ExplanationOfBenefit" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "ExplanationOfBenefit.coverage";
         fhir:index 0
       ], [
         fhir:value "ExplanationOfBenefit.care-team";
         fhir:index 1
       ], [
         fhir:value "ExplanationOfBenefit.encounter";
         fhir:index 2
       ], [
         fhir:value "ExplanationOfBenefit.payee";
         fhir:index 3
       ], [
         fhir:value "ExplanationOfBenefit.provider";
         fhir:index 4
       ], [
         fhir:value "ExplanationOfBenefit.patient";
         fhir:index 5
       ], [
         fhir:value "ExplanationOfBenefit.claim";
         fhir:index 6
       ], [
         fhir:value "ExplanationOfBenefit.enterer";
         fhir:index 7
       ], [
         fhir:value "ExplanationOfBenefit.facility";
         fhir:index 8
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "coverage" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-coverage" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The plan under which the claim was adjudicated" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "care-team" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-care-team" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Member of the CareTeam" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business identifier of the Explanation of Benefit" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "created" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-created" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The creation date for the EOB" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-encounter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Encounters associated with a billed line item" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "payee" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-payee" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The party receiving any payment for the Claim" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "disposition" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-disposition" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The contents of the disposition message" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "provider" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-provider" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The reference to the provider" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The reference to the patient" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "claim" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-claim" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The reference to the claim" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "enterer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-enterer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The party responsible for the entry of the Claim" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "facility" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-facility" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Facility responsible for the goods and services" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Status of the instance" ]
       ]
     ], [
       fhir:index 50;
       fhir:CapabilityStatement.type [ fhir:value "FamilyMemberHistory" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "FamilyMemberHistory.patient";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "ClinicalImpression.investigation";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When history was recorded or last updated" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A search by a record identifier" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "instantiates" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Instantiates protocol or definition" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A search by a condition code" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "gender" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-gender" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A search by a gender code of a family member" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of a subject to list family member history items for" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "relationship" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-relationship" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A search by a relationship type" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "partial | completed | entered-in-error | health-unknown" ]
       ]
     ], [
       fhir:index 51;
       fhir:CapabilityStatement.type [ fhir:value "Flag" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Flag" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Flag.subject";
         fhir:index 0
       ], [
         fhir:value "Flag.patient";
         fhir:index 1
       ], [
         fhir:value "Flag.author";
         fhir:index 2
       ], [
         fhir:value "Flag.encounter";
         fhir:index 3
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Time period when flag is active" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Flag-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Business identifier" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Flag-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of a subject to list flags for" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of a subject to list flags for" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "author" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Flag-author" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Flag creator" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Alert relevant during encounter" ]
       ]
     ], [
       fhir:index 52;
       fhir:CapabilityStatement.type [ fhir:value "Goal" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Goal" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Goal.patient";
         fhir:index 0
       ], [
         fhir:value "Goal.subject";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "CarePlan.goal";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External Ids for this goal" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who this goal is intended for" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Goal-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who this goal is intended for" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "start-date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Goal-start-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When goal pursuit begins" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Goal-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "E.g. Treatment, dietary, behavioral, etc." ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "target-date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Goal-target-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Reach goal on or before" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Goal-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "proposed | accepted | planned | in-progress | on-target | ahead-of-target | behind-target | sustaining | achieved | on-hold | cancelled | entered-in-error | rejected" ]
       ]
     ], [
       fhir:index 53;
       fhir:CapabilityStatement.type [ fhir:value "GraphDefinition" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/GraphDefinition" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The graph definition publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the graph definition" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the graph definition" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "start" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/GraphDefinition-start" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Type of resource at which the graph starts" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the graph definition" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the graph definition" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the graph definition" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the graph definition" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the graph definition" ]
       ]
     ], [
       fhir:index 54;
       fhir:CapabilityStatement.type [ fhir:value "Group" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Group" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Group.member";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "AdverseEvent.subject";
         fhir:index 0
       ], [
         fhir:value "CarePlan.subject";
         fhir:index 1
       ], [
         fhir:value "CarePlan.patient";
         fhir:index 2
       ], [
         fhir:value "CareTeam.patient";
         fhir:index 3
       ], [
         fhir:value "CareTeam.subject";
         fhir:index 4
       ], [
         fhir:value "ChargeItem.subject";
         fhir:index 5
       ], [
         fhir:value "ChargeItem.patient";
         fhir:index 6
       ], [
         fhir:value "ClinicalImpression.subject";
         fhir:index 7
       ], [
         fhir:value "ClinicalImpression.patient";
         fhir:index 8
       ], [
         fhir:value "Communication.subject";
         fhir:index 9
       ], [
         fhir:value "Communication.patient";
         fhir:index 10
       ], [
         fhir:value "Communication.recipient";
         fhir:index 11
       ], [
         fhir:value "CommunicationRequest.subject";
         fhir:index 12
       ], [
         fhir:value "CommunicationRequest.patient";
         fhir:index 13
       ], [
         fhir:value "CommunicationRequest.recipient";
         fhir:index 14
       ], [
         fhir:value "Condition.subject";
         fhir:index 15
       ], [
         fhir:value "Condition.patient";
         fhir:index 16
       ], [
         fhir:value "Consent.actor";
         fhir:index 17
       ], [
         fhir:value "DeviceRequest.subject";
         fhir:index 18
       ], [
         fhir:value "DeviceRequest.patient";
         fhir:index 19
       ], [
         fhir:value "DeviceUseStatement.subject";
         fhir:index 20
       ], [
         fhir:value "DeviceUseStatement.patient";
         fhir:index 21
       ], [
         fhir:value "DiagnosticReport.subject";
         fhir:index 22
       ], [
         fhir:value "DiagnosticReport.patient";
         fhir:index 23
       ], [
         fhir:value "DocumentManifest.subject";
         fhir:index 24
       ], [
         fhir:value "DocumentManifest.patient";
         fhir:index 25
       ], [
         fhir:value "DocumentReference.subject";
         fhir:index 26
       ], [
         fhir:value "DocumentReference.patient";
         fhir:index 27
       ], [
         fhir:value "Encounter.subject";
         fhir:index 28
       ], [
         fhir:value "Encounter.patient";
         fhir:index 29
       ], [
         fhir:value "Flag.subject";
         fhir:index 30
       ], [
         fhir:value "Flag.patient";
         fhir:index 31
       ], [
         fhir:value "Goal.patient";
         fhir:index 32
       ], [
         fhir:value "Goal.subject";
         fhir:index 33
       ], [
         fhir:value "GuidanceResponse.patient";
         fhir:index 34
       ], [
         fhir:value "GuidanceResponse.subject";
         fhir:index 35
       ], [
         fhir:value "ImagingStudy.subject";
         fhir:index 36
       ], [
         fhir:value "ImagingStudy.patient";
         fhir:index 37
       ], [
         fhir:value "Invoice.subject";
         fhir:index 38
       ], [
         fhir:value "Invoice.patient";
         fhir:index 39
       ], [
         fhir:value "List.subject";
         fhir:index 40
       ], [
         fhir:value "List.patient";
         fhir:index 41
       ], [
         fhir:value "MeasureReport.patient";
         fhir:index 42
       ], [
         fhir:value "MeasureReport.subject";
         fhir:index 43
       ], [
         fhir:value "Media.subject";
         fhir:index 44
       ], [
         fhir:value "Media.patient";
         fhir:index 45
       ], [
         fhir:value "MedicationAdministration.subject";
         fhir:index 46
       ], [
         fhir:value "MedicationAdministration.patient";
         fhir:index 47
       ], [
         fhir:value "MedicationDispense.subject";
         fhir:index 48
       ], [
         fhir:value "MedicationDispense.patient";
         fhir:index 49
       ], [
         fhir:value "MedicationRequest.subject";
         fhir:index 50
       ], [
         fhir:value "MedicationRequest.patient";
         fhir:index 51
       ], [
         fhir:value "MedicationStatement.subject";
         fhir:index 52
       ], [
         fhir:value "MedicationStatement.patient";
         fhir:index 53
       ], [
         fhir:value "Observation.subject";
         fhir:index 54
       ], [
         fhir:value "Observation.patient";
         fhir:index 55
       ], [
         fhir:value "Procedure.subject";
         fhir:index 56
       ], [
         fhir:value "Procedure.patient";
         fhir:index 57
       ], [
         fhir:value "RequestGroup.subject";
         fhir:index 58
       ], [
         fhir:value "RequestGroup.patient";
         fhir:index 59
       ], [
         fhir:value "RiskAssessment.subject";
         fhir:index 60
       ], [
         fhir:value "RiskAssessment.patient";
         fhir:index 61
       ], [
         fhir:value "ServiceRequest.subject";
         fhir:index 62
       ], [
         fhir:value "ServiceRequest.patient";
         fhir:index 63
       ], [
         fhir:value "Specimen.subject";
         fhir:index 64
       ], [
         fhir:value "Specimen.patient";
         fhir:index 65
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "actual" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Group-actual" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Descriptive or actual" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Group-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Unique id" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "characteristic-value" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Group-characteristic-value" ];
         fhir:CapabilityStatement.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A composite of both characteristic and value" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Group-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The kind of resources contained" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "member" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Group-member" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Reference to the group member" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "exclude" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Group-exclude" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Group includes or excludes" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Group-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The type of resources the group contains" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "value" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Group-value" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Value held by characteristic" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "characteristic" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Group-characteristic" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Kind of characteristic" ]
       ]
     ], [
       fhir:index 55;
       fhir:CapabilityStatement.type [ fhir:value "GuidanceResponse" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/GuidanceResponse" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "GuidanceResponse.patient";
         fhir:index 0
       ], [
         fhir:value "GuidanceResponse.subject";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "request" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/GuidanceResponse-request" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identifier of the request associated with the response" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/GuidanceResponse-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identifier of the guidance response" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/GuidanceResponse-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to search for guidance response results" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/GuidanceResponse-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The subject that the guidance response is about" ]
       ]
     ], [
       fhir:index 56;
       fhir:CapabilityStatement.type [ fhir:value "HealthcareService" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/HealthcareService" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "HealthcareService.endpoint";
         fhir:index 0
       ], [
         fhir:value "HealthcareService.organization";
         fhir:index 1
       ], [
         fhir:value "HealthcareService.location";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "Account.subject";
         fhir:index 0
       ], [
         fhir:value "Account.patient";
         fhir:index 1
       ], [
         fhir:value "Appointment.actor";
         fhir:index 2
       ], [
         fhir:value "Appointment.practitioner";
         fhir:index 3
       ], [
         fhir:value "Appointment.patient";
         fhir:index 4
       ], [
         fhir:value "Appointment.location";
         fhir:index 5
       ], [
         fhir:value "AppointmentResponse.actor";
         fhir:index 6
       ], [
         fhir:value "AppointmentResponse.practitioner";
         fhir:index 7
       ], [
         fhir:value "AppointmentResponse.patient";
         fhir:index 8
       ], [
         fhir:value "AppointmentResponse.location";
         fhir:index 9
       ], [
         fhir:value "CarePlan.performer";
         fhir:index 10
       ], [
         fhir:value "CommunicationRequest.sender";
         fhir:index 11
       ], [
         fhir:value "DeviceRequest.performer";
         fhir:index 12
       ], [
         fhir:value "OrganizationRole.service";
         fhir:index 13
       ], [
         fhir:value "PractitionerRole.service";
         fhir:index 14
       ], [
         fhir:value "Schedule.actor";
         fhir:index 15
       ], [
         fhir:value "ServiceRequest.performer";
         fhir:index 16
       ], [
         fhir:value "SupplyRequest.supplier";
         fhir:index 17
       ], [
         fhir:value "Task.owner";
         fhir:index 18
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifiers for this item" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "endpoint" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-endpoint" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Technical endpoints providing access to services operated for the location" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "organization" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-organization" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The organization that provides this Healthcare Service" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A portion of the Healthcare service name" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "programname" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-programname" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "One of the Program Names serviced by this HealthcareService" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "active" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-active" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The Healthcare Service is currently marked as active" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "location" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-location" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The location of the Healthcare Service" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Service Category of the Healthcare Service" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The type of service provided by this healthcare service" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "characteristic" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-characteristic" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "One of the HealthcareService's characteristics" ]
       ]
     ], [
       fhir:index 57;
       fhir:CapabilityStatement.type [ fhir:value "ImagingStudy" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ImagingStudy" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "ImagingStudy.performer";
         fhir:index 0
       ], [
         fhir:value "ImagingStudy.subject";
         fhir:index 1
       ], [
         fhir:value "ImagingStudy.endpoint";
         fhir:index 2
       ], [
         fhir:value "ImagingStudy.patient";
         fhir:index 3
       ], [
         fhir:value "ImagingStudy.context";
         fhir:index 4
       ], [
         fhir:value "ImagingStudy.basedon";
         fhir:index 5
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "ChargeItem.service";
         fhir:index 0
       ], [
         fhir:value "ClinicalImpression.investigation";
         fhir:index 1
       ], [
         fhir:value "Observation.derived-from";
         fhir:index 2
       ], [
         fhir:value "Observation.part-of";
         fhir:index 3
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Other identifiers for the Study" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "reason" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImagingStudy-reason" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The reason for the study" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "study" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImagingStudy-study" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The study identifier for the image" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "dicom-class" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImagingStudy-dicom-class" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The type of the instance" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "modality" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImagingStudy-modality" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The modality of the series" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "bodysite" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImagingStudy-bodysite" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The body site studied" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "performer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImagingStudy-performer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The person who performed the study" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImagingStudy-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who the study is about" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "started" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImagingStudy-started" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When the study was started" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "accession" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImagingStudy-accession" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The accession identifier for the study" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "inst-id" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImagingStudy-inst-id" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The instance unique identifier" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "endpoint" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImagingStudy-endpoint" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The endpoint for the study or series" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who the study is about" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "series" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImagingStudy-series" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identifier of the series of images" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImagingStudy-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The context of the study" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "basedon" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImagingStudy-basedon" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The order for the image" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImagingStudy-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the study" ]
       ]
     ], [
       fhir:index 58;
       fhir:CapabilityStatement.type [ fhir:value "Immunization" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Immunization" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Immunization.performer";
         fhir:index 0
       ], [
         fhir:value "Immunization.patient";
         fhir:index 1
       ], [
         fhir:value "Immunization.reason-reference";
         fhir:index 2
       ], [
         fhir:value "Immunization.location";
         fhir:index 3
       ], [
         fhir:value "Immunization.manufacturer";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "AdverseEvent.substance";
         fhir:index 0
       ], [
         fhir:value "ChargeItem.service";
         fhir:index 1
       ], [
         fhir:value "ImmunizationEvaluation.immunization-event";
         fhir:index 2
       ], [
         fhir:value "ImmunizationRecommendation.support";
         fhir:index 3
       ], [
         fhir:value "Observation.part-of";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Vaccination  (non)-Administration Date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Business identifier" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "performer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Immunization-performer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The practitioner or organization who played a role in the vaccination" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "lot-number" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Immunization-lot-number" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Vaccine Lot Number" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The patient for the vaccination record" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "vaccine-code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Immunization-vaccine-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Vaccine Product Administered" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "reason-reference" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Immunization-reason-reference" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Why immunization occurred" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "location" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Immunization-location" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The service delivery location or facility in which the vaccine was / was to be administered" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "status-reason" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Immunization-status-reason" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Reason why the vaccine was not administered" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "reason-code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Immunization-reason-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Reason why the vaccine was administered" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "manufacturer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Immunization-manufacturer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Vaccine Manufacturer" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Immunization-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Immunization event status" ]
       ]
     ], [
       fhir:index 59;
       fhir:CapabilityStatement.type [ fhir:value "ImmunizationEvaluation" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ImmunizationEvaluation" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "ImmunizationEvaluation.patient";
         fhir:index 0
       ], [
         fhir:value "ImmunizationEvaluation.immunization-event";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "ImmunizationRecommendation.support";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Date the evaluation was generated" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "ID of the evaluation" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "target-disease" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-target-disease" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The vaccine preventable disease being evaluated against" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The patient being evaluated" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "dose-status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-dose-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the dose relative to published recommendations" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "immunization-event" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-immunization-event" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The vaccine administration event being evaluated" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Immunization evaluation status" ]
       ]
     ], [
       fhir:index 60;
       fhir:CapabilityStatement.type [ fhir:value "ImmunizationRecommendation" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "ImmunizationRecommendation.patient";
         fhir:index 0
       ], [
         fhir:value "ImmunizationRecommendation.information";
         fhir:index 1
       ], [
         fhir:value "ImmunizationRecommendation.support";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "DiagnosticReport.based-on";
         fhir:index 0
       ], [
         fhir:value "Observation.based-on";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Date recommendation(s) created" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Business identifier" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "dose-sequence" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-dose-sequence" ];
         fhir:CapabilityStatement.type [ fhir:value "number" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Recommended number of doses for immunity" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "target-disease" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-target-disease" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Disease to be immunized against" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who this profile is for" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "vaccine-type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-vaccine-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Vaccine  or vaccine group recommendation applies to" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "dose-number" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-dose-number" ];
         fhir:CapabilityStatement.type [ fhir:value "number" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Recommended dose number within series" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "information" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-information" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Patient observations supporting recommendation" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "support" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-support" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Past immunizations supporting recommendation" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Vaccine recommendation status" ]
       ]
     ], [
       fhir:index 61;
       fhir:CapabilityStatement.type [ fhir:value "ImplementationGuide" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ImplementationGuide" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "ImplementationGuide.depends-on";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "CapabilityStatement.guide";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The implementation guide publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "depends-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImplementationGuide-depends-on" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Identity of the IG that this depends on" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the implementation guide" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the implementation guide" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the implementation guide" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the implementation guide" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "experimental" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImplementationGuide-experimental" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "For testing purposes, not real usage" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the implementation guide" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the implementation guide" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the implementation guide" ]
       ]
     ], [
       fhir:index 62;
       fhir:CapabilityStatement.type [ fhir:value "Invoice" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Invoice" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Invoice.subject";
         fhir:index 0
       ], [
         fhir:value "Invoice.issuer";
         fhir:index 1
       ], [
         fhir:value "Invoice.participant";
         fhir:index 2
       ], [
         fhir:value "Invoice.patient";
         fhir:index 3
       ], [
         fhir:value "Invoice.recipient";
         fhir:index 4
       ], [
         fhir:value "Invoice.account";
         fhir:index 5
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Invoice-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Invoice date / posting date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Invoice-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Business Identifier for item" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "totalgross" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Invoice-totalgross" ];
         fhir:CapabilityStatement.type [ fhir:value "quantity" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Gross toal of this Invoice" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Invoice-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Recipient(s) of goods and services" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "participant-role" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Invoice-participant-role" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Type of involevent in creation of this Invoice" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Invoice-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Type of Invoice" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "issuer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Invoice-issuer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Issuing Organization of Invoice" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "participant" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Invoice-participant" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Individual who was involved" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "totalnet" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Invoice-totalnet" ];
         fhir:CapabilityStatement.type [ fhir:value "quantity" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Net total of this Invoice" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Invoice-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Recipient(s) of goods and services" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "recipient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Invoice-recipient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Recipient of this invoice" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "account" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Invoice-account" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Account that is being balanced" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Invoice-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "draft | issued | balanced | cancelled | entered-in-error" ]
       ]
     ], [
       fhir:index 63;
       fhir:CapabilityStatement.type [ fhir:value "ItemInstance" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ItemInstance" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "ItemInstance.subject";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ItemInstance-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identifier of the patient who has devices assigned to" ]
       ]
     ], [
       fhir:index 64;
       fhir:CapabilityStatement.type [ fhir:value "Library" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Library" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Library.successor";
         fhir:index 0
       ], [
         fhir:value "Library.derived-from";
         fhir:index 1
       ], [
         fhir:value "Library.predecessor";
         fhir:index 2
       ], [
         fhir:value "Library.composed-of";
         fhir:index 3
       ], [
         fhir:value "Library.depends-on";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "ActivityDefinition.depends-on";
         fhir:index 0
       ], [
         fhir:value "Measure.depends-on";
         fhir:index 1
       ], [
         fhir:value "PlanDefinition.depends-on";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The library publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the library" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "successor" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-successor" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the library" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the library" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "derived-from" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-derived-from" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "predecessor" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-predecessor" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "title" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-title" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the library" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "composed-of" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-composed-of" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The type of the library (e.g. logic-library, model-definition, asset-collection, module-definition)" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the library" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the library" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "effective" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-effective" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The time during which the library is intended to be in use" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "depends-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-depends-on" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the library" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the library" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "topic" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-topic" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Topics associated with the module" ]
       ], [
         fhir:index 17;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the library" ]
       ]
     ], [
       fhir:index 65;
       fhir:CapabilityStatement.type [ fhir:value "Linkage" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Linkage" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Linkage.item";
         fhir:index 0
       ], [
         fhir:value "Linkage.author";
         fhir:index 1
       ], [
         fhir:value "Linkage.source";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "item" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Linkage-item" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Matches on any item in the Linkage" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "author" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Linkage-author" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Author of the Linkage" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "source" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Linkage-source" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Matches on any item in the Linkage with a type of 'source'" ]
       ]
     ], [
       fhir:index 66;
       fhir:CapabilityStatement.type [ fhir:value "List" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/List" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "List.item";
         fhir:index 0
       ], [
         fhir:value "List.subject";
         fhir:index 1
       ], [
         fhir:value "List.patient";
         fhir:index 2
       ], [
         fhir:value "List.source";
         fhir:index 3
       ], [
         fhir:value "List.encounter";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When the list was prepared" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Business identifier" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "item" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/List-item" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Actual entry" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "empty-reason" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/List-empty-reason" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Why list is empty" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What the purpose of this list is" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "notes" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/List-notes" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The annotation  - text content" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/List-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "If all resources have the same subject" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "If all resources have the same subject" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "source" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/List-source" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who and/or what defined the list contents (aka Author)" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Context in which list created" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "title" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/List-title" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Descriptive name for the list" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/List-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "current | retired | entered-in-error" ]
       ]
     ], [
       fhir:index 67;
       fhir:CapabilityStatement.type [ fhir:value "Location" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Location" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Location.partof";
         fhir:index 0
       ], [
         fhir:value "Location.endpoint";
         fhir:index 1
       ], [
         fhir:value "Location.organization";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "Account.subject";
         fhir:index 0
       ], [
         fhir:value "Account.patient";
         fhir:index 1
       ], [
         fhir:value "AdverseEvent.location";
         fhir:index 2
       ], [
         fhir:value "Appointment.actor";
         fhir:index 3
       ], [
         fhir:value "Appointment.practitioner";
         fhir:index 4
       ], [
         fhir:value "Appointment.patient";
         fhir:index 5
       ], [
         fhir:value "Appointment.location";
         fhir:index 6
       ], [
         fhir:value "AppointmentResponse.actor";
         fhir:index 7
       ], [
         fhir:value "AppointmentResponse.practitioner";
         fhir:index 8
       ], [
         fhir:value "AppointmentResponse.patient";
         fhir:index 9
       ], [
         fhir:value "AppointmentResponse.location";
         fhir:index 10
       ], [
         fhir:value "Claim.facility";
         fhir:index 11
       ], [
         fhir:value "Contract.domain";
         fhir:index 12
       ], [
         fhir:value "Device.location";
         fhir:index 13
       ], [
         fhir:value "DeviceRequest.subject";
         fhir:index 14
       ], [
         fhir:value "DeviceRequest.patient";
         fhir:index 15
       ], [
         fhir:value "DiagnosticReport.subject";
         fhir:index 16
       ], [
         fhir:value "DiagnosticReport.patient";
         fhir:index 17
       ], [
         fhir:value "EligibilityRequest.facility";
         fhir:index 18
       ], [
         fhir:value "Encounter.location";
         fhir:index 19
       ], [
         fhir:value "ExplanationOfBenefit.facility";
         fhir:index 20
       ], [
         fhir:value "Flag.subject";
         fhir:index 21
       ], [
         fhir:value "Flag.patient";
         fhir:index 22
       ], [
         fhir:value "HealthcareService.location";
         fhir:index 23
       ], [
         fhir:value "Immunization.location";
         fhir:index 24
       ], [
         fhir:value "List.subject";
         fhir:index 25
       ], [
         fhir:value "List.patient";
         fhir:index 26
       ], [
         fhir:value "Location.partof";
         fhir:index 27
       ], [
         fhir:value "MeasureReport.patient";
         fhir:index 28
       ], [
         fhir:value "MeasureReport.subject";
         fhir:index 29
       ], [
         fhir:value "Media.subject";
         fhir:index 30
       ], [
         fhir:value "Media.patient";
         fhir:index 31
       ], [
         fhir:value "MedicationDispense.destination";
         fhir:index 32
       ], [
         fhir:value "Observation.subject";
         fhir:index 33
       ], [
         fhir:value "Observation.patient";
         fhir:index 34
       ], [
         fhir:value "OrganizationRole.location";
         fhir:index 35
       ], [
         fhir:value "PractitionerRole.location";
         fhir:index 36
       ], [
         fhir:value "Procedure.location";
         fhir:index 37
       ], [
         fhir:value "Provenance.location";
         fhir:index 38
       ], [
         fhir:value "ResearchStudy.site";
         fhir:index 39
       ], [
         fhir:value "Schedule.actor";
         fhir:index 40
       ], [
         fhir:value "ServiceRequest.subject";
         fhir:index 41
       ], [
         fhir:value "ServiceRequest.patient";
         fhir:index 42
       ], [
         fhir:value "Specimen.subject";
         fhir:index 43
       ], [
         fhir:value "Specimen.patient";
         fhir:index 44
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "An identifier for the location" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "partof" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-partof" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A location of which this location is a part" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "near-distance" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-near-distance" ];
         fhir:CapabilityStatement.type [ fhir:value "quantity" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A distance quantity to limit the near search to locations within a specific distance\n\nRequires the near parameter to also be included" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "address" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-address" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A (part of the) address of the location" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "address-state" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-address-state" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A state specified in an address" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "operational-status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-operational-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A code for the type of location" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "address-postalcode" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-address-postalcode" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A postal code specified in an address" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "address-country" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-address-country" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A country specified in an address" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "endpoint" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-endpoint" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Technical endpoints providing access to services operated for the location" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "organization" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-organization" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Searches for locations that are managed by the provided organization" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A portion of the location's name or alias" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "address-use" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-address-use" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A use code specified in an address" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "near" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-near" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The coordinates expressed as [latitude]:[longitude] (using the WGS84 datum, see notes) to find locations near to (servers may search using a square rather than a circle for efficiency)\n\nRequires the near-distance parameter to be provided also" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "address-city" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-address-city" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A city specified in an address" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Searches for locations with a specific kind of status" ]
       ]
     ], [
       fhir:index 68;
       fhir:CapabilityStatement.type [ fhir:value "Measure" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Measure" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Measure.successor";
         fhir:index 0
       ], [
         fhir:value "Measure.derived-from";
         fhir:index 1
       ], [
         fhir:value "Measure.predecessor";
         fhir:index 2
       ], [
         fhir:value "Measure.composed-of";
         fhir:index 3
       ], [
         fhir:value "Measure.depends-on";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The measure publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the measure" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "successor" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-successor" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the measure" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the measure" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "derived-from" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-derived-from" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "predecessor" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-predecessor" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "title" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-title" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the measure" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "composed-of" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-composed-of" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the measure" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the measure" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "effective" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-effective" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The time during which the measure is intended to be in use" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "depends-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-depends-on" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the measure" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the measure" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "topic" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-topic" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Topics associated with the measure" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the measure" ]
       ]
     ], [
       fhir:index 69;
       fhir:CapabilityStatement.type [ fhir:value "MeasureReport" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/MeasureReport" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "MeasureReport.patient";
         fhir:index 0
       ], [
         fhir:value "MeasureReport.subject";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MeasureReport-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifier of the measure report to be returned" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MeasureReport-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to search for individual measure report results for" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MeasureReport-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of a subject to search for individual measure report results for" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MeasureReport-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the measure report" ]
       ]
     ], [
       fhir:index 70;
       fhir:CapabilityStatement.type [ fhir:value "Media" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Media" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Media.subject";
         fhir:index 0
       ], [
         fhir:value "Media.operator";
         fhir:index 1
       ], [
         fhir:value "Media.based-on";
         fhir:index 2
       ], [
         fhir:value "Media.patient";
         fhir:index 3
       ], [
         fhir:value "Media.context";
         fhir:index 4
       ], [
         fhir:value "Media.device";
         fhir:index 5
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "ClinicalImpression.finding-ref";
         fhir:index 0
       ], [
         fhir:value "ClinicalImpression.investigation";
         fhir:index 1
       ], [
         fhir:value "DiagnosticReport.media";
         fhir:index 2
       ], [
         fhir:value "Observation.derived-from";
         fhir:index 3
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Identifier(s) for the image" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "modality" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-modality" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The type of acquisition equipment/process" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who/What this Media is a record of" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "created" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-created" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When Media was collected" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Classification of media as image, video, or audio" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "operator" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-operator" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The person who generated the image" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "view" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-view" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Imaging view, e.g. Lateral or Antero-posterior" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "site" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-site" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Observed body part" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "based-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-based-on" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Procedure that caused this media to be created" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who/What this Media is a record of" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Encounter / Episode associated with media" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "device" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-device" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Observing Device" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "preparation | in-progress | not-done | suspended | aborted | completed | entered-in-error | unknown" ]
       ]
     ], [
       fhir:index 71;
       fhir:CapabilityStatement.type [ fhir:value "Medication" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Medication" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Medication.ingredient";
         fhir:index 0
       ], [
         fhir:value "Medication.manufacturer";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "AdverseEvent.substance";
         fhir:index 0
       ], [
         fhir:value "Flag.subject";
         fhir:index 1
       ], [
         fhir:value "Flag.patient";
         fhir:index 2
       ], [
         fhir:value "Group.member";
         fhir:index 3
       ], [
         fhir:value "Medication.ingredient";
         fhir:index 4
       ], [
         fhir:value "MedicationAdministration.medication";
         fhir:index 5
       ], [
         fhir:value "MedicationDispense.medication";
         fhir:index 6
       ], [
         fhir:value "MedicationRequest.medication";
         fhir:index 7
       ], [
         fhir:value "MedicationStatement.medication";
         fhir:index 8
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "ingredient-code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Medication-ingredient-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The product contained" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Codes that identify this medication" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "ingredient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Medication-ingredient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The product contained" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "form" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Medication-form" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "powder | tablets | capsule +" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "lot-number" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Medication-lot-number" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Identifier assigned to batch" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "serial-number" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Medication-serial-number" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Identifier assigned to a drug at the time of manufacture" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "expiration-date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Medication-expiration-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When batch will expire" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "manufacturer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Medication-manufacturer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Manufacturer of the item" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Medication-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "active | inactive | entered-in-error" ]
       ]
     ], [
       fhir:index 72;
       fhir:CapabilityStatement.type [ fhir:value "MedicationAdministration" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/MedicationAdministration" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "MedicationAdministration.request";
         fhir:index 0
       ], [
         fhir:value "MedicationAdministration.performer";
         fhir:index 1
       ], [
         fhir:value "MedicationAdministration.subject";
         fhir:index 2
       ], [
         fhir:value "MedicationAdministration.medication";
         fhir:index 3
       ], [
         fhir:value "MedicationAdministration.patient";
         fhir:index 4
       ], [
         fhir:value "MedicationAdministration.context";
         fhir:index 5
       ], [
         fhir:value "MedicationAdministration.device";
         fhir:index 6
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "AdverseEvent.substance";
         fhir:index 0
       ], [
         fhir:value "ChargeItem.service";
         fhir:index 1
       ], [
         fhir:value "MedicationStatement.part-of";
         fhir:index 2
       ], [
         fhir:value "Observation.part-of";
         fhir:index 3
       ], [
         fhir:value "Procedure.part-of";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return administrations with this external identifier" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "request" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationAdministration-request" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of a request to list administrations from" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return administrations of this medication code" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "performer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationAdministration-performer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of the individual who administered the medication" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationAdministration-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of the individual or group to list administrations for" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "medication" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-medication" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return administrations of this medication resource" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "reason-given" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-given" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Reasons for administering the medication" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to list administrations  for" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "effective-time" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationAdministration-effective-time" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Date administration happened (or did not happen)" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationAdministration-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return administrations that share this encounter or episode of care" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "reason-not-given" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-not-given" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Reasons for not administering the medication" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "device" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationAdministration-device" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return administrations with this administration device identity" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "MedicationAdministration event status (for example one of active/paused/completed/nullified)" ]
       ]
     ], [
       fhir:index 73;
       fhir:CapabilityStatement.type [ fhir:value "MedicationDispense" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/MedicationDispense" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "MedicationDispense.performer";
         fhir:index 0
       ], [
         fhir:value "MedicationDispense.receiver";
         fhir:index 1
       ], [
         fhir:value "MedicationDispense.subject";
         fhir:index 2
       ], [
         fhir:value "MedicationDispense.destination";
         fhir:index 3
       ], [
         fhir:value "MedicationDispense.medication";
         fhir:index 4
       ], [
         fhir:value "MedicationDispense.responsibleparty";
         fhir:index 5
       ], [
         fhir:value "MedicationDispense.prescription";
         fhir:index 6
       ], [
         fhir:value "MedicationDispense.patient";
         fhir:index 7
       ], [
         fhir:value "MedicationDispense.context";
         fhir:index 8
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "ChargeItem.service";
         fhir:index 0
       ], [
         fhir:value "MedicationStatement.part-of";
         fhir:index 1
       ], [
         fhir:value "Observation.part-of";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns dispenses with this external identifier" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "performer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationDispense-performer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns dispenses performed by a specific individual" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns dispenses of this medicine code" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "receiver" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationDispense-receiver" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of a receiver to list dispenses for" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationDispense-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient for whom to list dispenses" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "destination" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationDispense-destination" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns dispenses that should be sent to a specific destination" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "medication" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-medication" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns dispenses of this medicine resource" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "responsibleparty" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationDispense-responsibleparty" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns dispenses with the specified responsible party" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationDispense-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns dispenses of a specific type" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "whenhandedover" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationDispense-whenhandedover" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns dispenses handed over on this date" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "whenprepared" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationDispense-whenprepared" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns dispenses prepared on this date" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "prescription" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-prescription" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of a prescription to list dispenses from" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to list dispenses  for" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationDispense-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns dispenses with a specific context (episode or episode of care)" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns dispenses with a specified dispense status" ]
       ]
     ], [
       fhir:index 74;
       fhir:CapabilityStatement.type [ fhir:value "MedicationRequest" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/MedicationRequest" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "MedicationRequest.requester";
         fhir:index 0
       ], [
         fhir:value "MedicationRequest.intended-dispenser";
         fhir:index 1
       ], [
         fhir:value "MedicationRequest.subject";
         fhir:index 2
       ], [
         fhir:value "MedicationRequest.medication";
         fhir:index 3
       ], [
         fhir:value "MedicationRequest.patient";
         fhir:index 4
       ], [
         fhir:value "MedicationRequest.intended-performer";
         fhir:index 5
       ], [
         fhir:value "MedicationRequest.context";
         fhir:index 6
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "CarePlan.activity-reference";
         fhir:index 0
       ], [
         fhir:value "ClinicalImpression.action";
         fhir:index 1
       ], [
         fhir:value "DiagnosticReport.based-on";
         fhir:index 2
       ], [
         fhir:value "MedicationAdministration.request";
         fhir:index 3
       ], [
         fhir:value "MedicationDispense.prescription";
         fhir:index 4
       ], [
         fhir:value "Observation.based-on";
         fhir:index 5
       ], [
         fhir:value "ServiceRequest.based-on";
         fhir:index 6
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "requester" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationRequest-requester" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns prescriptions prescribed by this prescriber" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns medication request to be administered on a specific date" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions with this external identifier" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "intended-dispenser" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-dispenser" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns prescriptions intended to be dispensed by this Organization" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "authoredon" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationRequest-authoredon" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions written on this date" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions of this medication code" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationRequest-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to list orders  for" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "medication" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-medication" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions for this medication reference" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "priority" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationRequest-priority" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns prescriptions with different priorities" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "intent" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationRequest-intent" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns prescriptions with different intents" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns prescriptions for a specific patient" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "intended-performer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns the intended performer of the administration of the medication request" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationRequest-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions with this encounter or episode of care identifier" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "intended-performertype" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performertype" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns requests for a specific type of performer" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationRequest-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns prescriptions with different categories" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Status of the prescription" ]
       ]
     ], [
       fhir:index 75;
       fhir:CapabilityStatement.type [ fhir:value "MedicationStatement" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/MedicationStatement" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "MedicationStatement.subject";
         fhir:index 0
       ], [
         fhir:value "MedicationStatement.patient";
         fhir:index 1
       ], [
         fhir:value "MedicationStatement.context";
         fhir:index 2
       ], [
         fhir:value "MedicationStatement.medication";
         fhir:index 3
       ], [
         fhir:value "MedicationStatement.part-of";
         fhir:index 4
       ], [
         fhir:value "MedicationStatement.source";
         fhir:index 5
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "AdverseEvent.substance";
         fhir:index 0
       ], [
         fhir:value "MedicationStatement.part-of";
         fhir:index 1
       ], [
         fhir:value "Observation.part-of";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return statements with this external identifier" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "effective" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationStatement-effective" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Date when patient was taking (or not taking) the medication" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return statements of this medication code" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationStatement-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient, animal or group to list statements for" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns statements for a specific patient." ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationStatement-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns statements for a specific context (episode or episode of Care)." ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "medication" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-medication" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return statements of this medication reference" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "part-of" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationStatement-part-of" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns statements that are part of another event." ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "source" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationStatement-source" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who or where the information in the statement came from" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationStatement-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Returns statements of this category of medicationstatement" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return statements that match the given status" ]
       ]
     ], [
       fhir:index 76;
       fhir:CapabilityStatement.type [ fhir:value "MedicinalProduct" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/MedicinalProduct" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ]
     ], [
       fhir:index 77;
       fhir:CapabilityStatement.type [ fhir:value "MedicinalProductAuthorization" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/MedicinalProductAuthorization" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ]
     ], [
       fhir:index 78;
       fhir:CapabilityStatement.type [ fhir:value "MedicinalProductClinicals" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/MedicinalProductClinicals" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ]
     ], [
       fhir:index 79;
       fhir:CapabilityStatement.type [ fhir:value "MedicinalProductDeviceSpec" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/MedicinalProductDeviceSpec" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ]
     ], [
       fhir:index 80;
       fhir:CapabilityStatement.type [ fhir:value "MedicinalProductIngredient" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/MedicinalProductIngredient" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ]
     ], [
       fhir:index 81;
       fhir:CapabilityStatement.type [ fhir:value "MedicinalProductPackaged" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/MedicinalProductPackaged" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ]
     ], [
       fhir:index 82;
       fhir:CapabilityStatement.type [ fhir:value "MedicinalProductPharmaceutical" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/MedicinalProductPharmaceutical" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ]
     ], [
       fhir:index 83;
       fhir:CapabilityStatement.type [ fhir:value "MessageDefinition" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/MessageDefinition" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The message definition publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the message definition" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the message definition" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the message definition" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "focus" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageDefinition-focus" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A resource that is a permitted focus of the message" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "title" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-title" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the message definition" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the message definition" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the message definition" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the message definition" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the message definition" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "event" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageDefinition-event" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The event that triggers the message or link to the event definition." ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageDefinition-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The behavior associated with the message" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the message definition" ]
       ]
     ], [
       fhir:index 84;
       fhir:CapabilityStatement.type [ fhir:value "MessageHeader" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/MessageHeader" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "MessageHeader.receiver";
         fhir:index 0
       ], [
         fhir:value "MessageHeader.author";
         fhir:index 1
       ], [
         fhir:value "MessageHeader.focus";
         fhir:index 2
       ], [
         fhir:value "MessageHeader.target";
         fhir:index 3
       ], [
         fhir:value "MessageHeader.sender";
         fhir:index 4
       ], [
         fhir:value "MessageHeader.responsible";
         fhir:index 5
       ], [
         fhir:value "MessageHeader.enterer";
         fhir:index 6
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "ok | transient-error | fatal-error" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "receiver" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-receiver" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended \"real-world\" recipient for the data" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "author" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-author" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The source of the decision" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "destination" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-destination" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of system" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "focus" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-focus" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The actual content of the message" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "source" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-source" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of system" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "target" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-target" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Particular delivery destination within the destination" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "destination-uri" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-destination-uri" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Actual destination address or id" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "source-uri" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-source-uri" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Actual message source address or id" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "sender" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-sender" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Real world sender of the message" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "responsible" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-responsible" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Final responsibility for event" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "enterer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-enterer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The source of the data entry" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "response-id" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-response-id" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Id of original message" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "event" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-event" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Code for the event this message represents or link to event definition" ]
       ]
     ], [
       fhir:index 85;
       fhir:CapabilityStatement.type [ fhir:value "NamingSystem" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/NamingSystem" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The naming system publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "period" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NamingSystem-period" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When is identifier valid?" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "kind" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NamingSystem-kind" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "codesystem | identifier | root" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the naming system" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the naming system" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NamingSystem-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "e.g. driver,  provider,  patient, bank etc." ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "id-type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NamingSystem-id-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "oid | uuid | uri | other" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "responsible" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NamingSystem-responsible" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who maintains system namespace?" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "contact" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NamingSystem-contact" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of an individual to contact" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the naming system" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the naming system" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "telecom" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NamingSystem-telecom" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Contact details for individual or organization" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "value" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NamingSystem-value" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The unique identifier" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the naming system" ]
       ]
     ], [
       fhir:index 86;
       fhir:CapabilityStatement.type [ fhir:value "NutritionOrder" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/NutritionOrder" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "NutritionOrder.provider";
         fhir:index 0
       ], [
         fhir:value "NutritionOrder.patient";
         fhir:index 1
       ], [
         fhir:value "NutritionOrder.context";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "CarePlan.activity-reference";
         fhir:index 0
       ], [
         fhir:value "DiagnosticReport.based-on";
         fhir:index 1
       ], [
         fhir:value "Observation.based-on";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return nutrition orders with this external identifier" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "datetime" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NutritionOrder-datetime" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return nutrition orders requested on this date" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "provider" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NutritionOrder-provider" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of the provider who placed the nutrition order" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of the person who requires the diet, formula or nutritional supplement" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "supplement" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NutritionOrder-supplement" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Type of supplement product requested" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NutritionOrder-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return nutrition orders with this encounter identifier" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "formula" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NutritionOrder-formula" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Type of enteral or infant formula" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "oraldiet" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NutritionOrder-oraldiet" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Type of diet that can be consumed orally (i.e., take via the mouth)." ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NutritionOrder-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Status of the nutrition order." ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "additive" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NutritionOrder-additive" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Type of module component to add to the feeding" ]
       ]
     ], [
       fhir:index 87;
       fhir:CapabilityStatement.type [ fhir:value "Observation" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Observation" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Observation.subject";
         fhir:index 0
       ], [
         fhir:value "Observation.focus";
         fhir:index 1
       ], [
         fhir:value "Observation.derived-from";
         fhir:index 2
       ], [
         fhir:value "Observation.part-of";
         fhir:index 3
       ], [
         fhir:value "Observation.has-member";
         fhir:index 4
       ], [
         fhir:value "Observation.based-on";
         fhir:index 5
       ], [
         fhir:value "Observation.patient";
         fhir:index 6
       ], [
         fhir:value "Observation.specimen";
         fhir:index 7
       ], [
         fhir:value "Observation.context";
         fhir:index 8
       ], [
         fhir:value "Observation.performer";
         fhir:index 9
       ], [
         fhir:value "Observation.encounter";
         fhir:index 10
       ], [
         fhir:value "Observation.device";
         fhir:index 11
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "ChargeItem.service";
         fhir:index 0
       ], [
         fhir:value "ClinicalImpression.finding-ref";
         fhir:index 1
       ], [
         fhir:value "ClinicalImpression.investigation";
         fhir:index 2
       ], [
         fhir:value "DiagnosticReport.result";
         fhir:index 3
       ], [
         fhir:value "Immunization.reason-reference";
         fhir:index 4
       ], [
         fhir:value "MedicationStatement.part-of";
         fhir:index 5
       ], [
         fhir:value "Observation.derived-from";
         fhir:index 6
       ], [
         fhir:value "Observation.has-member";
         fhir:index 7
       ], [
         fhir:value "Procedure.part-of";
         fhir:index 8
       ], [
         fhir:value "QuestionnaireResponse.part-of";
         fhir:index 9
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Obtained date/time. If the obtained element is a period, a date that falls in the period" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "combo-data-absent-reason" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing." ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The code of the observation type" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "combo-code-value-quantity" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-quantity" ];
         fhir:CapabilityStatement.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Code and quantity value parameter pair, including in components" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The subject that the observation is about" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "component-data-absent-reason" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-component-data-absent-reason" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The reason why the expected value in the element Observation.component.value[x] is missing." ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "value-concept" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-value-concept" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The value of the observation, if the value is a CodeableConcept" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "value-date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-value-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The value of the observation, if the value is a date or period of time" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "focus" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-focus" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The focus of an observation when the focus is not the patient of record." ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "derived-from" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-derived-from" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Related measurements the observation is made from" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "part-of" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-part-of" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Part of referenced event" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "has-member" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-has-member" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Related resource that belongs to the Observation group" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "code-value-string" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-code-value-string" ];
         fhir:CapabilityStatement.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Code and string value parameter pair" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "component-code-value-quantity" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-quantity" ];
         fhir:CapabilityStatement.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Component code and component quantity value parameter pair" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "based-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-based-on" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Reference to the service request." ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "code-value-date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-code-value-date" ];
         fhir:CapabilityStatement.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Code and date/time value parameter pair" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The subject that the observation is about (if patient)" ]
       ], [
         fhir:index 17;
         fhir:CapabilityStatement.name [ fhir:value "specimen" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-specimen" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Specimen used for this observation" ]
       ], [
         fhir:index 18;
         fhir:CapabilityStatement.name [ fhir:value "component-code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-component-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The component code of the observation type" ]
       ], [
         fhir:index 19;
         fhir:CapabilityStatement.name [ fhir:value "code-value-quantity" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-code-value-quantity" ];
         fhir:CapabilityStatement.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Code and quantity value parameter pair" ]
       ], [
         fhir:index 20;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Healthcare event  (Episode-of-care or Encounter) related to the observation" ]
       ], [
         fhir:index 21;
         fhir:CapabilityStatement.name [ fhir:value "combo-code-value-concept" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-concept" ];
         fhir:CapabilityStatement.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Code and coded value parameter pair, including in components" ]
       ], [
         fhir:index 22;
         fhir:CapabilityStatement.name [ fhir:value "value-string" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-value-string" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The value of the observation, if the value is a string, and also searches in CodeableConcept.text" ]
       ], [
         fhir:index 23;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The unique id for a particular observation" ]
       ], [
         fhir:index 24;
         fhir:CapabilityStatement.name [ fhir:value "performer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-performer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who performed the observation" ]
       ], [
         fhir:index 25;
         fhir:CapabilityStatement.name [ fhir:value "combo-code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-combo-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The code of the observation type or component type" ]
       ], [
         fhir:index 26;
         fhir:CapabilityStatement.name [ fhir:value "method" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-method" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The method used for the observation" ]
       ], [
         fhir:index 27;
         fhir:CapabilityStatement.name [ fhir:value "value-quantity" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-value-quantity" ];
         fhir:CapabilityStatement.type [ fhir:value "quantity" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)" ]
       ], [
         fhir:index 28;
         fhir:CapabilityStatement.name [ fhir:value "component-value-quantity" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity" ];
         fhir:CapabilityStatement.type [ fhir:value "quantity" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)" ]
       ], [
         fhir:index 29;
         fhir:CapabilityStatement.name [ fhir:value "data-absent-reason" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-data-absent-reason" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The reason why the expected value in the element Observation.value[x] is missing." ]
       ], [
         fhir:index 30;
         fhir:CapabilityStatement.name [ fhir:value "combo-value-quantity" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity" ];
         fhir:CapabilityStatement.type [ fhir:value "quantity" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The value or component value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)" ]
       ], [
         fhir:index 31;
         fhir:CapabilityStatement.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Encounter related to the observation" ]
       ], [
         fhir:index 32;
         fhir:CapabilityStatement.name [ fhir:value "code-value-concept" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-code-value-concept" ];
         fhir:CapabilityStatement.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Code and coded value parameter pair" ]
       ], [
         fhir:index 33;
         fhir:CapabilityStatement.name [ fhir:value "component-code-value-concept" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-concept" ];
         fhir:CapabilityStatement.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Component code and component coded value parameter pair" ]
       ], [
         fhir:index 34;
         fhir:CapabilityStatement.name [ fhir:value "component-value-concept" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-component-value-concept" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The value of the component observation, if the value is a CodeableConcept" ]
       ], [
         fhir:index 35;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The classification of the type of observation" ]
       ], [
         fhir:index 36;
         fhir:CapabilityStatement.name [ fhir:value "device" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-device" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The Device that generated the observation data." ]
       ], [
         fhir:index 37;
         fhir:CapabilityStatement.name [ fhir:value "combo-value-concept" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The value or component value of the observation, if the value is a CodeableConcept" ]
       ], [
         fhir:index 38;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the observation" ]
       ]
     ], [
       fhir:index 88;
       fhir:CapabilityStatement.type [ fhir:value "ObservationDefinition" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ObservationDefinition" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ]
     ], [
       fhir:index 89;
       fhir:CapabilityStatement.type [ fhir:value "OccupationalData" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/OccupationalData" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "OccupationalData.recorder";
         fhir:index 0
       ], [
         fhir:value "OccupationalData.subject";
         fhir:index 1
       ], [
         fhir:value "OccupationalData.informant";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OccupationalData-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Obtained date/time. If the obtained element is a period, a date that falls in the period" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OccupationalData-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A business identifier for a particular occupational data record" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "recorder" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OccupationalData-recorder" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The person who recorded or updated the occupational data record" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OccupationalData-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The subject that the occupational data record is about" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OccupationalData-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the occupational data record" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "informant" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OccupationalData-informant" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The person who provided the subject's health-related occupational data." ]
       ]
     ], [
       fhir:index 90;
       fhir:CapabilityStatement.type [ fhir:value "OperationDefinition" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/OperationDefinition" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "OperationDefinition.input-profile";
         fhir:index 0
       ], [
         fhir:value "OperationDefinition.output-profile";
         fhir:index 1
       ], [
         fhir:value "OperationDefinition.base";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "OperationDefinition.base";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The operation definition publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OperationDefinition-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name used to invoke the operation" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "instance" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OperationDefinition-instance" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Invoke on an instance?" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "kind" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OperationDefinition-kind" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "operation | query" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the operation definition" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the operation definition" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "context-type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-context-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A type of use context assigned to the operation definition" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OperationDefinition-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Invoke at the type level?" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the operation definition" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the operation definition" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "input-profile" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OperationDefinition-input-profile" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Validation information for in parameters" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "output-profile" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OperationDefinition-output-profile" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Validation information for out parameters" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "system" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OperationDefinition-system" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Invoke at the system level?" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the operation definition" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the operation definition" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the operation definition" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "base" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OperationDefinition-base" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Marks this as a profile of the base" ]
       ]
     ], [
       fhir:index 91;
       fhir:CapabilityStatement.type [ fhir:value "OperationOutcome" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/OperationOutcome" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ]
     ], [
       fhir:index 92;
       fhir:CapabilityStatement.type [ fhir:value "Organization" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Organization" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Organization.partof";
         fhir:index 0
       ], [
         fhir:value "Organization.endpoint";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "Account.owner";
         fhir:index 0
       ], [
         fhir:value "Account.subject";
         fhir:index 1
       ], [
         fhir:value "Account.patient";
         fhir:index 2
       ], [
         fhir:value "AuditEvent.agent";
         fhir:index 3
       ], [
         fhir:value "AuditEvent.patient";
         fhir:index 4
       ], [
         fhir:value "CarePlan.performer";
         fhir:index 5
       ], [
         fhir:value "CareTeam.participant";
         fhir:index 6
       ], [
         fhir:value "ChargeItem.performing-organization";
         fhir:index 7
       ], [
         fhir:value "ChargeItem.participant-actor";
         fhir:index 8
       ], [
         fhir:value "ChargeItem.enterer";
         fhir:index 9
       ], [
         fhir:value "ChargeItem.requesting-organization";
         fhir:index 10
       ], [
         fhir:value "Claim.care-team";
         fhir:index 11
       ], [
         fhir:value "Claim.payee";
         fhir:index 12
       ], [
         fhir:value "Claim.provider";
         fhir:index 13
       ], [
         fhir:value "Claim.insurer";
         fhir:index 14
       ], [
         fhir:value "ClaimResponse.insurer";
         fhir:index 15
       ], [
         fhir:value "ClaimResponse.request-provider";
         fhir:index 16
       ], [
         fhir:value "Communication.sender";
         fhir:index 17
       ], [
         fhir:value "Communication.recipient";
         fhir:index 18
       ], [
         fhir:value "CommunicationRequest.requester";
         fhir:index 19
       ], [
         fhir:value "CommunicationRequest.sender";
         fhir:index 20
       ], [
         fhir:value "CommunicationRequest.recipient";
         fhir:index 21
       ], [
         fhir:value "Composition.author";
         fhir:index 22
       ], [
         fhir:value "Composition.attester";
         fhir:index 23
       ], [
         fhir:value "Consent.actor";
         fhir:index 24
       ], [
         fhir:value "Consent.organization";
         fhir:index 25
       ], [
         fhir:value "Consent.consentor";
         fhir:index 26
       ], [
         fhir:value "Contract.authority";
         fhir:index 27
       ], [
         fhir:value "Contract.signer";
         fhir:index 28
       ], [
         fhir:value "Coverage.payor";
         fhir:index 29
       ], [
         fhir:value "Coverage.policy-holder";
         fhir:index 30
       ], [
         fhir:value "Device.organization";
         fhir:index 31
       ], [
         fhir:value "DeviceRequest.requester";
         fhir:index 32
       ], [
         fhir:value "DeviceRequest.performer";
         fhir:index 33
       ], [
         fhir:value "DiagnosticReport.performer";
         fhir:index 34
       ], [
         fhir:value "DiagnosticReport.results-interpreter";
         fhir:index 35
       ], [
         fhir:value "DocumentManifest.agent";
         fhir:index 36
       ], [
         fhir:value "DocumentManifest.recipient";
         fhir:index 37
       ], [
         fhir:value "DocumentReference.agent";
         fhir:index 38
       ], [
         fhir:value "DocumentReference.authenticator";
         fhir:index 39
       ], [
         fhir:value "DocumentReference.custodian";
         fhir:index 40
       ], [
         fhir:value "EligibilityRequest.provider";
         fhir:index 41
       ], [
         fhir:value "EligibilityResponse.insurer";
         fhir:index 42
       ], [
         fhir:value "EligibilityResponse.request-provider";
         fhir:index 43
       ], [
         fhir:value "Encounter.service-provider";
         fhir:index 44
       ], [
         fhir:value "Endpoint.organization";
         fhir:index 45
       ], [
         fhir:value "EpisodeOfCare.organization";
         fhir:index 46
       ], [
         fhir:value "ExplanationOfBenefit.care-team";
         fhir:index 47
       ], [
         fhir:value "ExplanationOfBenefit.payee";
         fhir:index 48
       ], [
         fhir:value "ExplanationOfBenefit.provider";
         fhir:index 49
       ], [
         fhir:value "Flag.subject";
         fhir:index 50
       ], [
         fhir:value "Flag.patient";
         fhir:index 51
       ], [
         fhir:value "Flag.author";
         fhir:index 52
       ], [
         fhir:value "Goal.patient";
         fhir:index 53
       ], [
         fhir:value "Goal.subject";
         fhir:index 54
       ], [
         fhir:value "HealthcareService.organization";
         fhir:index 55
       ], [
         fhir:value "ImagingStudy.performer";
         fhir:index 56
       ], [
         fhir:value "Immunization.performer";
         fhir:index 57
       ], [
         fhir:value "Immunization.manufacturer";
         fhir:index 58
       ], [
         fhir:value "Invoice.issuer";
         fhir:index 59
       ], [
         fhir:value "Invoice.participant";
         fhir:index 60
       ], [
         fhir:value "Invoice.recipient";
         fhir:index 61
       ], [
         fhir:value "Linkage.author";
         fhir:index 62
       ], [
         fhir:value "Location.organization";
         fhir:index 63
       ], [
         fhir:value "Media.operator";
         fhir:index 64
       ], [
         fhir:value "Medication.manufacturer";
         fhir:index 65
       ], [
         fhir:value "MedicationDispense.performer";
         fhir:index 66
       ], [
         fhir:value "MedicationRequest.requester";
         fhir:index 67
       ], [
         fhir:value "MedicationRequest.intended-dispenser";
         fhir:index 68
       ], [
         fhir:value "MedicationRequest.intended-performer";
         fhir:index 69
       ], [
         fhir:value "MedicationStatement.source";
         fhir:index 70
       ], [
         fhir:value "MessageHeader.receiver";
         fhir:index 71
       ], [
         fhir:value "MessageHeader.sender";
         fhir:index 72
       ], [
         fhir:value "MessageHeader.responsible";
         fhir:index 73
       ], [
         fhir:value "Observation.performer";
         fhir:index 74
       ], [
         fhir:value "Organization.partof";
         fhir:index 75
       ], [
         fhir:value "OrganizationRole.primary-organization";
         fhir:index 76
       ], [
         fhir:value "OrganizationRole.network";
         fhir:index 77
       ], [
         fhir:value "OrganizationRole.participating-organization";
         fhir:index 78
       ], [
         fhir:value "Patient.general-practitioner";
         fhir:index 79
       ], [
         fhir:value "Patient.organization";
         fhir:index 80
       ], [
         fhir:value "PaymentNotice.provider";
         fhir:index 81
       ], [
         fhir:value "PaymentReconciliation.organization";
         fhir:index 82
       ], [
         fhir:value "PaymentReconciliation.request-provider";
         fhir:index 83
       ], [
         fhir:value "Person.organization";
         fhir:index 84
       ], [
         fhir:value "PractitionerRole.organization";
         fhir:index 85
       ], [
         fhir:value "Procedure.performer";
         fhir:index 86
       ], [
         fhir:value "ProcessRequest.provider";
         fhir:index 87
       ], [
         fhir:value "ProcessResponse.organization";
         fhir:index 88
       ], [
         fhir:value "ProcessResponse.request-provider";
         fhir:index 89
       ], [
         fhir:value "ProductPlan.owned-by";
         fhir:index 90
       ], [
         fhir:value "ProductPlan.administered-by";
         fhir:index 91
       ], [
         fhir:value "Provenance.agent";
         fhir:index 92
       ], [
         fhir:value "ResearchStudy.sponsor";
         fhir:index 93
       ], [
         fhir:value "ServiceRequest.requester";
         fhir:index 94
       ], [
         fhir:value "ServiceRequest.performer";
         fhir:index 95
       ], [
         fhir:value "SupplyDelivery.supplier";
         fhir:index 96
       ], [
         fhir:value "SupplyRequest.requester";
         fhir:index 97
       ], [
         fhir:value "SupplyRequest.supplier";
         fhir:index 98
       ], [
         fhir:value "Task.owner";
         fhir:index 99
       ], [
         fhir:value "Task.requester";
         fhir:index 100
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Organization-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Any identifier for the organization (not the accreditation issuer's identifier)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "partof" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Organization-partof" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "An organization of which this organization forms a part" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "address" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Organization-address" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "address-state" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Organization-address-state" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A state specified in an address" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "active" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Organization-active" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Is the Organization record active" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Organization-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A code for the type of organization" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "address-postalcode" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Organization-address-postalcode" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A postal code specified in an address" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "address-country" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Organization-address-country" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A country specified in an address" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "endpoint" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Organization-endpoint" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Technical endpoints providing access to services operated for the organization" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "phonetic" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Organization-phonetic" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A portion of the organization's name using some kind of phonetic matching algorithm" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Organization-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A portion of the organization's name or alias" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "address-use" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Organization-address-use" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A use code specified in an address" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "address-city" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Organization-address-city" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A city specified in an address" ]
       ]
     ], [
       fhir:index 93;
       fhir:CapabilityStatement.type [ fhir:value "OrganizationRole" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/OrganizationRole" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "OrganizationRole.primary-organization";
         fhir:index 0
       ], [
         fhir:value "OrganizationRole.network";
         fhir:index 1
       ], [
         fhir:value "OrganizationRole.endpoint";
         fhir:index 2
       ], [
         fhir:value "OrganizationRole.service";
         fhir:index 3
       ], [
         fhir:value "OrganizationRole.participating-organization";
         fhir:index 4
       ], [
         fhir:value "OrganizationRole.location";
         fhir:index 5
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OrganizationRole-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The period during which the practitioner is authorized to perform in these role(s)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OrganizationRole-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A practitioner's Identifier" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "specialty" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OrganizationRole-specialty" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The practitioner has this specialty at an organization" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "role" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OrganizationRole-role" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The practitioner can perform this role at for the organization" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "active" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OrganizationRole-active" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Whether this practitioner role record is in active use" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "primary-organization" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OrganizationRole-primary-organization" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of the organization the practitioner represents / acts on behalf of" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "network" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OrganizationRole-network" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "One of the locations at which this practitioner provides care" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "endpoint" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OrganizationRole-endpoint" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Technical endpoints providing access to services operated for the practitioner with this role" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "phone" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OrganizationRole-phone" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A value in a phone contact" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "service" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OrganizationRole-service" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The list of healthcare services that this worker provides for this role's Organization/Location(s)" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "participating-organization" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OrganizationRole-participating-organization" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Practitioner that is able to provide the defined services for the organization" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "telecom" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OrganizationRole-telecom" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The value in any kind of contact" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "location" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OrganizationRole-location" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "One of the locations at which this practitioner provides care" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "email" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OrganizationRole-email" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A value in an email contact" ]
       ]
     ], [
       fhir:index 94;
       fhir:CapabilityStatement.type [ fhir:value "Patient" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Patient" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Patient.general-practitioner";
         fhir:index 0
       ], [
         fhir:value "Patient.link";
         fhir:index 1
       ], [
         fhir:value "Patient.organization";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "Account.subject";
         fhir:index 0
       ], [
         fhir:value "Account.patient";
         fhir:index 1
       ], [
         fhir:value "AdverseEvent.recorder";
         fhir:index 2
       ], [
         fhir:value "AdverseEvent.subject";
         fhir:index 3
       ], [
         fhir:value "AllergyIntolerance.recorder";
         fhir:index 4
       ], [
         fhir:value "AllergyIntolerance.asserter";
         fhir:index 5
       ], [
         fhir:value "AllergyIntolerance.patient";
         fhir:index 6
       ], [
         fhir:value "Appointment.actor";
         fhir:index 7
       ], [
         fhir:value "Appointment.practitioner";
         fhir:index 8
       ], [
         fhir:value "Appointment.patient";
         fhir:index 9
       ], [
         fhir:value "Appointment.location";
         fhir:index 10
       ], [
         fhir:value "AppointmentResponse.actor";
         fhir:index 11
       ], [
         fhir:value "AppointmentResponse.practitioner";
         fhir:index 12
       ], [
         fhir:value "AppointmentResponse.patient";
         fhir:index 13
       ], [
         fhir:value "AppointmentResponse.location";
         fhir:index 14
       ], [
         fhir:value "AuditEvent.agent";
         fhir:index 15
       ], [
         fhir:value "AuditEvent.patient";
         fhir:index 16
       ], [
         fhir:value "Basic.author";
         fhir:index 17
       ], [
         fhir:value "BodyStructure.patient";
         fhir:index 18
       ], [
         fhir:value "CarePlan.performer";
         fhir:index 19
       ], [
         fhir:value "CarePlan.subject";
         fhir:index 20
       ], [
         fhir:value "CarePlan.patient";
         fhir:index 21
       ], [
         fhir:value "CareTeam.patient";
         fhir:index 22
       ], [
         fhir:value "CareTeam.subject";
         fhir:index 23
       ], [
         fhir:value "CareTeam.participant";
         fhir:index 24
       ], [
         fhir:value "ChargeItem.subject";
         fhir:index 25
       ], [
         fhir:value "ChargeItem.participant-actor";
         fhir:index 26
       ], [
         fhir:value "ChargeItem.patient";
         fhir:index 27
       ], [
         fhir:value "ChargeItem.enterer";
         fhir:index 28
       ], [
         fhir:value "Claim.payee";
         fhir:index 29
       ], [
         fhir:value "Claim.patient";
         fhir:index 30
       ], [
         fhir:value "ClaimResponse.patient";
         fhir:index 31
       ], [
         fhir:value "ClinicalImpression.subject";
         fhir:index 32
       ], [
         fhir:value "ClinicalImpression.patient";
         fhir:index 33
       ], [
         fhir:value "Communication.subject";
         fhir:index 34
       ], [
         fhir:value "Communication.sender";
         fhir:index 35
       ], [
         fhir:value "Communication.patient";
         fhir:index 36
       ], [
         fhir:value "Communication.recipient";
         fhir:index 37
       ], [
         fhir:value "CommunicationRequest.requester";
         fhir:index 38
       ], [
         fhir:value "CommunicationRequest.subject";
         fhir:index 39
       ], [
         fhir:value "CommunicationRequest.sender";
         fhir:index 40
       ], [
         fhir:value "CommunicationRequest.patient";
         fhir:index 41
       ], [
         fhir:value "CommunicationRequest.recipient";
         fhir:index 42
       ], [
         fhir:value "Composition.author";
         fhir:index 43
       ], [
         fhir:value "Composition.attester";
         fhir:index 44
       ], [
         fhir:value "Condition.subject";
         fhir:index 45
       ], [
         fhir:value "Condition.asserter";
         fhir:index 46
       ], [
         fhir:value "Condition.patient";
         fhir:index 47
       ], [
         fhir:value "Consent.actor";
         fhir:index 48
       ], [
         fhir:value "Consent.patient";
         fhir:index 49
       ], [
         fhir:value "Consent.consentor";
         fhir:index 50
       ], [
         fhir:value "Contract.signer";
         fhir:index 51
       ], [
         fhir:value "Coverage.payor";
         fhir:index 52
       ], [
         fhir:value "Coverage.subscriber";
         fhir:index 53
       ], [
         fhir:value "Coverage.beneficiary";
         fhir:index 54
       ], [
         fhir:value "Coverage.patient";
         fhir:index 55
       ], [
         fhir:value "Coverage.policy-holder";
         fhir:index 56
       ], [
         fhir:value "DetectedIssue.patient";
         fhir:index 57
       ], [
         fhir:value "Device.patient";
         fhir:index 58
       ], [
         fhir:value "DeviceRequest.performer";
         fhir:index 59
       ], [
         fhir:value "DeviceRequest.subject";
         fhir:index 60
       ], [
         fhir:value "DeviceRequest.patient";
         fhir:index 61
       ], [
         fhir:value "DeviceUseStatement.subject";
         fhir:index 62
       ], [
         fhir:value "DeviceUseStatement.patient";
         fhir:index 63
       ], [
         fhir:value "DiagnosticReport.subject";
         fhir:index 64
       ], [
         fhir:value "DiagnosticReport.patient";
         fhir:index 65
       ], [
         fhir:value "DocumentManifest.agent";
         fhir:index 66
       ], [
         fhir:value "DocumentManifest.subject";
         fhir:index 67
       ], [
         fhir:value "DocumentManifest.patient";
         fhir:index 68
       ], [
         fhir:value "DocumentManifest.recipient";
         fhir:index 69
       ], [
         fhir:value "DocumentReference.agent";
         fhir:index 70
       ], [
         fhir:value "DocumentReference.subject";
         fhir:index 71
       ], [
         fhir:value "DocumentReference.patient";
         fhir:index 72
       ], [
         fhir:value "EligibilityRequest.patient";
         fhir:index 73
       ], [
         fhir:value "Encounter.subject";
         fhir:index 74
       ], [
         fhir:value "Encounter.patient";
         fhir:index 75
       ], [
         fhir:value "EnrollmentRequest.subject";
         fhir:index 76
       ], [
         fhir:value "EnrollmentRequest.patient";
         fhir:index 77
       ], [
         fhir:value "EpisodeOfCare.patient";
         fhir:index 78
       ], [
         fhir:value "ExplanationOfBenefit.payee";
         fhir:index 79
       ], [
         fhir:value "ExplanationOfBenefit.patient";
         fhir:index 80
       ], [
         fhir:value "FamilyMemberHistory.patient";
         fhir:index 81
       ], [
         fhir:value "Flag.subject";
         fhir:index 82
       ], [
         fhir:value "Flag.patient";
         fhir:index 83
       ], [
         fhir:value "Flag.author";
         fhir:index 84
       ], [
         fhir:value "Goal.patient";
         fhir:index 85
       ], [
         fhir:value "Goal.subject";
         fhir:index 86
       ], [
         fhir:value "Group.member";
         fhir:index 87
       ], [
         fhir:value "GuidanceResponse.patient";
         fhir:index 88
       ], [
         fhir:value "GuidanceResponse.subject";
         fhir:index 89
       ], [
         fhir:value "ImagingStudy.performer";
         fhir:index 90
       ], [
         fhir:value "ImagingStudy.subject";
         fhir:index 91
       ], [
         fhir:value "ImagingStudy.patient";
         fhir:index 92
       ], [
         fhir:value "Immunization.patient";
         fhir:index 93
       ], [
         fhir:value "ImmunizationEvaluation.patient";
         fhir:index 94
       ], [
         fhir:value "ImmunizationRecommendation.patient";
         fhir:index 95
       ], [
         fhir:value "Invoice.subject";
         fhir:index 96
       ], [
         fhir:value "Invoice.participant";
         fhir:index 97
       ], [
         fhir:value "Invoice.patient";
         fhir:index 98
       ], [
         fhir:value "Invoice.recipient";
         fhir:index 99
       ], [
         fhir:value "ItemInstance.subject";
         fhir:index 100
       ], [
         fhir:value "List.subject";
         fhir:index 101
       ], [
         fhir:value "List.patient";
         fhir:index 102
       ], [
         fhir:value "List.source";
         fhir:index 103
       ], [
         fhir:value "MeasureReport.patient";
         fhir:index 104
       ], [
         fhir:value "MeasureReport.subject";
         fhir:index 105
       ], [
         fhir:value "Media.subject";
         fhir:index 106
       ], [
         fhir:value "Media.operator";
         fhir:index 107
       ], [
         fhir:value "Media.patient";
         fhir:index 108
       ], [
         fhir:value "MedicationAdministration.performer";
         fhir:index 109
       ], [
         fhir:value "MedicationAdministration.subject";
         fhir:index 110
       ], [
         fhir:value "MedicationAdministration.patient";
         fhir:index 111
       ], [
         fhir:value "MedicationDispense.performer";
         fhir:index 112
       ], [
         fhir:value "MedicationDispense.receiver";
         fhir:index 113
       ], [
         fhir:value "MedicationDispense.subject";
         fhir:index 114
       ], [
         fhir:value "MedicationDispense.patient";
         fhir:index 115
       ], [
         fhir:value "MedicationRequest.requester";
         fhir:index 116
       ], [
         fhir:value "MedicationRequest.subject";
         fhir:index 117
       ], [
         fhir:value "MedicationRequest.patient";
         fhir:index 118
       ], [
         fhir:value "MedicationRequest.intended-performer";
         fhir:index 119
       ], [
         fhir:value "MedicationStatement.subject";
         fhir:index 120
       ], [
         fhir:value "MedicationStatement.patient";
         fhir:index 121
       ], [
         fhir:value "MedicationStatement.source";
         fhir:index 122
       ], [
         fhir:value "NutritionOrder.patient";
         fhir:index 123
       ], [
         fhir:value "Observation.subject";
         fhir:index 124
       ], [
         fhir:value "Observation.patient";
         fhir:index 125
       ], [
         fhir:value "Observation.performer";
         fhir:index 126
       ], [
         fhir:value "OccupationalData.recorder";
         fhir:index 127
       ], [
         fhir:value "OccupationalData.subject";
         fhir:index 128
       ], [
         fhir:value "OccupationalData.informant";
         fhir:index 129
       ], [
         fhir:value "Patient.link";
         fhir:index 130
       ], [
         fhir:value "Person.practitioner";
         fhir:index 131
       ], [
         fhir:value "Person.link";
         fhir:index 132
       ], [
         fhir:value "Person.relatedperson";
         fhir:index 133
       ], [
         fhir:value "Person.patient";
         fhir:index 134
       ], [
         fhir:value "Procedure.performer";
         fhir:index 135
       ], [
         fhir:value "Procedure.subject";
         fhir:index 136
       ], [
         fhir:value "Procedure.patient";
         fhir:index 137
       ], [
         fhir:value "Provenance.agent";
         fhir:index 138
       ], [
         fhir:value "QuestionnaireResponse.author";
         fhir:index 139
       ], [
         fhir:value "QuestionnaireResponse.source";
         fhir:index 140
       ], [
         fhir:value "RelatedPerson.patient";
         fhir:index 141
       ], [
         fhir:value "RequestGroup.subject";
         fhir:index 142
       ], [
         fhir:value "RequestGroup.participant";
         fhir:index 143
       ], [
         fhir:value "RequestGroup.patient";
         fhir:index 144
       ], [
         fhir:value "ResearchSubject.individual";
         fhir:index 145
       ], [
         fhir:value "ResearchSubject.patient";
         fhir:index 146
       ], [
         fhir:value "RiskAssessment.subject";
         fhir:index 147
       ], [
         fhir:value "RiskAssessment.patient";
         fhir:index 148
       ], [
         fhir:value "Schedule.actor";
         fhir:index 149
       ], [
         fhir:value "Sequence.patient";
         fhir:index 150
       ], [
         fhir:value "ServiceRequest.requester";
         fhir:index 151
       ], [
         fhir:value "ServiceRequest.performer";
         fhir:index 152
       ], [
         fhir:value "ServiceRequest.subject";
         fhir:index 153
       ], [
         fhir:value "ServiceRequest.patient";
         fhir:index 154
       ], [
         fhir:value "Specimen.subject";
         fhir:index 155
       ], [
         fhir:value "Specimen.patient";
         fhir:index 156
       ], [
         fhir:value "SupplyDelivery.patient";
         fhir:index 157
       ], [
         fhir:value "SupplyRequest.requester";
         fhir:index 158
       ], [
         fhir:value "Task.owner";
         fhir:index 159
       ], [
         fhir:value "Task.requester";
         fhir:index 160
       ], [
         fhir:value "UserSession.user";
         fhir:index 161
       ], [
         fhir:value "VisionPrescription.patient";
         fhir:index 162
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Patient-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A patient identifier" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "given" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-given" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A portion of the given name of the patient" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "address" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "birthdate" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-birthdate" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The patient's date of birth" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "deceased" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Patient-deceased" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "This patient has been marked as deceased, or as a death date entered" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "address-state" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-state" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A state specified in an address" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "gender" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-gender" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Gender of the patient" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "general-practitioner" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Patient-general-practitioner" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Patient's nominated general practitioner, not the organization that manages the record" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "link" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Patient-link" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "All patients linked to the given patient" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "active" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Patient-active" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Whether the patient record is active" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "language" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Patient-language" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Language code (irrespective of use value)" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "address-postalcode" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-postalcode" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A postalCode specified in an address" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "address-country" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-country" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A country specified in an address" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "death-date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Patient-death-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The date of death has been provided and satisfies this search value" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "phonetic" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-phonetic" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A portion of either family or given name using some kind of phonetic matching algorithm" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "phone" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-phone" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A value in a phone contact" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "organization" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Patient-organization" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The organization at which this person is a patient" ]
       ], [
         fhir:index 17;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Patient-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text" ]
       ], [
         fhir:index 18;
         fhir:CapabilityStatement.name [ fhir:value "address-use" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-use" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A use code specified in an address" ]
       ], [
         fhir:index 19;
         fhir:CapabilityStatement.name [ fhir:value "telecom" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-telecom" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The value in any kind of telecom details of the patient" ]
       ], [
         fhir:index 20;
         fhir:CapabilityStatement.name [ fhir:value "family" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-family" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A portion of the family name of the patient" ]
       ], [
         fhir:index 21;
         fhir:CapabilityStatement.name [ fhir:value "address-city" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-city" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A city specified in an address" ]
       ], [
         fhir:index 22;
         fhir:CapabilityStatement.name [ fhir:value "email" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-email" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A value in an email contact" ]
       ]
     ], [
       fhir:index 95;
       fhir:CapabilityStatement.type [ fhir:value "PaymentNotice" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/PaymentNotice" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "PaymentNotice.request";
         fhir:index 0
       ], [
         fhir:value "PaymentNotice.provider";
         fhir:index 1
       ], [
         fhir:value "PaymentNotice.response";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PaymentNotice-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business identifier of the notice" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "request" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PaymentNotice-request" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The Claim" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "provider" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PaymentNotice-provider" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The reference to the provider" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "created" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PaymentNotice-created" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Creation date fro the notice" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "response" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PaymentNotice-response" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The ClaimResponse" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "payment-status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PaymentNotice-payment-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The type of payment notice" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "statusdate" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PaymentNotice-statusdate" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The date of the payment action" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PaymentNotice-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the payment notice" ]
       ]
     ], [
       fhir:index 96;
       fhir:CapabilityStatement.type [ fhir:value "PaymentReconciliation" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/PaymentReconciliation" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "PaymentReconciliation.request";
         fhir:index 0
       ], [
         fhir:value "PaymentReconciliation.organization";
         fhir:index 1
       ], [
         fhir:value "PaymentReconciliation.request-provider";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business identifier of the Explanation of Benefit" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "request" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-request" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The reference to the claim" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "disposition" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-disposition" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The contents of the disposition message" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "created" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-created" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The creation date" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "organization" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-organization" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The organization who generated this resource" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "request-provider" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-request-provider" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The reference to the provider who sumbitted the claim" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "outcome" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-outcome" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The processing outcome" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the payment reconciliation" ]
       ]
     ], [
       fhir:index 97;
       fhir:CapabilityStatement.type [ fhir:value "Person" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Person" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Person.practitioner";
         fhir:index 0
       ], [
         fhir:value "Person.link";
         fhir:index 1
       ], [
         fhir:value "Person.relatedperson";
         fhir:index 2
       ], [
         fhir:value "Person.patient";
         fhir:index 3
       ], [
         fhir:value "Person.organization";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "Person.practitioner";
         fhir:index 0
       ], [
         fhir:value "Person.link";
         fhir:index 1
       ], [
         fhir:value "Person.relatedperson";
         fhir:index 2
       ], [
         fhir:value "Person.patient";
         fhir:index 3
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Person-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A person Identifier" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "address" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "birthdate" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-birthdate" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The person's date of birth" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "address-state" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-state" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A state specified in an address" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "gender" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-gender" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The gender of the person" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "practitioner" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Person-practitioner" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The Person links to this Practitioner" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "link" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Person-link" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Any link has this Patient, Person, RelatedPerson or Practitioner reference" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "relatedperson" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Person-relatedperson" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The Person links to this RelatedPerson" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "address-postalcode" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-postalcode" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A postal code specified in an address" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "address-country" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-country" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A country specified in an address" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "phonetic" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-phonetic" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A portion of name using some kind of phonetic matching algorithm" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "phone" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-phone" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A value in a phone contact" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Person-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The Person links to this Patient" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "organization" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Person-organization" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The organization at which this person record is being managed" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Person-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "address-use" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-use" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A use code specified in an address" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "telecom" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-telecom" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The value in any kind of contact" ]
       ], [
         fhir:index 17;
         fhir:CapabilityStatement.name [ fhir:value "address-city" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-city" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A city specified in an address" ]
       ], [
         fhir:index 18;
         fhir:CapabilityStatement.name [ fhir:value "email" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-email" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A value in an email contact" ]
       ]
     ], [
       fhir:index 98;
       fhir:CapabilityStatement.type [ fhir:value "PlanDefinition" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/PlanDefinition" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "PlanDefinition.successor";
         fhir:index 0
       ], [
         fhir:value "PlanDefinition.derived-from";
         fhir:index 1
       ], [
         fhir:value "PlanDefinition.predecessor";
         fhir:index 2
       ], [
         fhir:value "PlanDefinition.composed-of";
         fhir:index 3
       ], [
         fhir:value "PlanDefinition.depends-on";
         fhir:index 4
       ], [
         fhir:value "PlanDefinition.definition";
         fhir:index 5
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "Flag.subject";
         fhir:index 0
       ], [
         fhir:value "Flag.patient";
         fhir:index 1
       ], [
         fhir:value "PlanDefinition.definition";
         fhir:index 2
       ], [
         fhir:value "ResearchStudy.protocol";
         fhir:index 3
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The plan definition publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the plan definition" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "successor" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-successor" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the plan definition" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the plan definition" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "derived-from" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-derived-from" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "predecessor" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-predecessor" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "title" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-title" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the plan definition" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "composed-of" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-composed-of" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The type of artifact the plan (e.g. order-set, eca-rule, protocol)" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the plan definition" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the plan definition" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "effective" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-effective" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The time during which the plan definition is intended to be in use" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "depends-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-depends-on" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the plan definition" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the plan definition" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "topic" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-topic" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Topics associated with the module" ]
       ], [
         fhir:index 17;
         fhir:CapabilityStatement.name [ fhir:value "definition" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-definition" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Activity or plan definitions used by plan definition" ]
       ], [
         fhir:index 18;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the plan definition" ]
       ]
     ], [
       fhir:index 99;
       fhir:CapabilityStatement.type [ fhir:value "Practitioner" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Practitioner" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "Account.subject";
         fhir:index 0
       ], [
         fhir:value "Account.patient";
         fhir:index 1
       ], [
         fhir:value "AdverseEvent.recorder";
         fhir:index 2
       ], [
         fhir:value "AdverseEvent.subject";
         fhir:index 3
       ], [
         fhir:value "AllergyIntolerance.recorder";
         fhir:index 4
       ], [
         fhir:value "AllergyIntolerance.asserter";
         fhir:index 5
       ], [
         fhir:value "Appointment.actor";
         fhir:index 6
       ], [
         fhir:value "Appointment.practitioner";
         fhir:index 7
       ], [
         fhir:value "Appointment.patient";
         fhir:index 8
       ], [
         fhir:value "Appointment.location";
         fhir:index 9
       ], [
         fhir:value "AppointmentResponse.actor";
         fhir:index 10
       ], [
         fhir:value "AppointmentResponse.practitioner";
         fhir:index 11
       ], [
         fhir:value "AppointmentResponse.patient";
         fhir:index 12
       ], [
         fhir:value "AppointmentResponse.location";
         fhir:index 13
       ], [
         fhir:value "AuditEvent.agent";
         fhir:index 14
       ], [
         fhir:value "AuditEvent.patient";
         fhir:index 15
       ], [
         fhir:value "Basic.author";
         fhir:index 16
       ], [
         fhir:value "CarePlan.performer";
         fhir:index 17
       ], [
         fhir:value "CareTeam.participant";
         fhir:index 18
       ], [
         fhir:value "ChargeItem.participant-actor";
         fhir:index 19
       ], [
         fhir:value "ChargeItem.enterer";
         fhir:index 20
       ], [
         fhir:value "Claim.care-team";
         fhir:index 21
       ], [
         fhir:value "Claim.payee";
         fhir:index 22
       ], [
         fhir:value "Claim.provider";
         fhir:index 23
       ], [
         fhir:value "Claim.enterer";
         fhir:index 24
       ], [
         fhir:value "ClaimResponse.request-provider";
         fhir:index 25
       ], [
         fhir:value "ClinicalImpression.assessor";
         fhir:index 26
       ], [
         fhir:value "Communication.sender";
         fhir:index 27
       ], [
         fhir:value "Communication.recipient";
         fhir:index 28
       ], [
         fhir:value "CommunicationRequest.requester";
         fhir:index 29
       ], [
         fhir:value "CommunicationRequest.sender";
         fhir:index 30
       ], [
         fhir:value "CommunicationRequest.recipient";
         fhir:index 31
       ], [
         fhir:value "Composition.author";
         fhir:index 32
       ], [
         fhir:value "Composition.attester";
         fhir:index 33
       ], [
         fhir:value "Condition.asserter";
         fhir:index 34
       ], [
         fhir:value "Consent.actor";
         fhir:index 35
       ], [
         fhir:value "Consent.consentor";
         fhir:index 36
       ], [
         fhir:value "Contract.signer";
         fhir:index 37
       ], [
         fhir:value "DetectedIssue.author";
         fhir:index 38
       ], [
         fhir:value "DeviceRequest.requester";
         fhir:index 39
       ], [
         fhir:value "DeviceRequest.performer";
         fhir:index 40
       ], [
         fhir:value "DiagnosticReport.performer";
         fhir:index 41
       ], [
         fhir:value "DiagnosticReport.results-interpreter";
         fhir:index 42
       ], [
         fhir:value "DocumentManifest.agent";
         fhir:index 43
       ], [
         fhir:value "DocumentManifest.subject";
         fhir:index 44
       ], [
         fhir:value "DocumentManifest.patient";
         fhir:index 45
       ], [
         fhir:value "DocumentManifest.recipient";
         fhir:index 46
       ], [
         fhir:value "DocumentReference.agent";
         fhir:index 47
       ], [
         fhir:value "DocumentReference.subject";
         fhir:index 48
       ], [
         fhir:value "DocumentReference.patient";
         fhir:index 49
       ], [
         fhir:value "DocumentReference.authenticator";
         fhir:index 50
       ], [
         fhir:value "EligibilityRequest.provider";
         fhir:index 51
       ], [
         fhir:value "EligibilityRequest.enterer";
         fhir:index 52
       ], [
         fhir:value "EligibilityResponse.request-provider";
         fhir:index 53
       ], [
         fhir:value "Encounter.practitioner";
         fhir:index 54
       ], [
         fhir:value "Encounter.participant";
         fhir:index 55
       ], [
         fhir:value "EpisodeOfCare.care-manager";
         fhir:index 56
       ], [
         fhir:value "ExplanationOfBenefit.care-team";
         fhir:index 57
       ], [
         fhir:value "ExplanationOfBenefit.payee";
         fhir:index 58
       ], [
         fhir:value "ExplanationOfBenefit.provider";
         fhir:index 59
       ], [
         fhir:value "ExplanationOfBenefit.enterer";
         fhir:index 60
       ], [
         fhir:value "Flag.subject";
         fhir:index 61
       ], [
         fhir:value "Flag.patient";
         fhir:index 62
       ], [
         fhir:value "Flag.author";
         fhir:index 63
       ], [
         fhir:value "Group.member";
         fhir:index 64
       ], [
         fhir:value "ImagingStudy.performer";
         fhir:index 65
       ], [
         fhir:value "Immunization.performer";
         fhir:index 66
       ], [
         fhir:value "Invoice.participant";
         fhir:index 67
       ], [
         fhir:value "Linkage.author";
         fhir:index 68
       ], [
         fhir:value "List.source";
         fhir:index 69
       ], [
         fhir:value "MeasureReport.patient";
         fhir:index 70
       ], [
         fhir:value "MeasureReport.subject";
         fhir:index 71
       ], [
         fhir:value "Media.subject";
         fhir:index 72
       ], [
         fhir:value "Media.operator";
         fhir:index 73
       ], [
         fhir:value "Media.patient";
         fhir:index 74
       ], [
         fhir:value "MedicationAdministration.performer";
         fhir:index 75
       ], [
         fhir:value "MedicationDispense.performer";
         fhir:index 76
       ], [
         fhir:value "MedicationDispense.receiver";
         fhir:index 77
       ], [
         fhir:value "MedicationDispense.responsibleparty";
         fhir:index 78
       ], [
         fhir:value "MedicationRequest.requester";
         fhir:index 79
       ], [
         fhir:value "MedicationRequest.intended-performer";
         fhir:index 80
       ], [
         fhir:value "MedicationStatement.source";
         fhir:index 81
       ], [
         fhir:value "MessageHeader.receiver";
         fhir:index 82
       ], [
         fhir:value "MessageHeader.author";
         fhir:index 83
       ], [
         fhir:value "MessageHeader.sender";
         fhir:index 84
       ], [
         fhir:value "MessageHeader.responsible";
         fhir:index 85
       ], [
         fhir:value "MessageHeader.enterer";
         fhir:index 86
       ], [
         fhir:value "NutritionOrder.provider";
         fhir:index 87
       ], [
         fhir:value "Observation.performer";
         fhir:index 88
       ], [
         fhir:value "OccupationalData.recorder";
         fhir:index 89
       ], [
         fhir:value "Patient.general-practitioner";
         fhir:index 90
       ], [
         fhir:value "PaymentNotice.provider";
         fhir:index 91
       ], [
         fhir:value "PaymentReconciliation.request-provider";
         fhir:index 92
       ], [
         fhir:value "Person.practitioner";
         fhir:index 93
       ], [
         fhir:value "Person.link";
         fhir:index 94
       ], [
         fhir:value "Person.relatedperson";
         fhir:index 95
       ], [
         fhir:value "Person.patient";
         fhir:index 96
       ], [
         fhir:value "PractitionerRole.practitioner";
         fhir:index 97
       ], [
         fhir:value "Procedure.performer";
         fhir:index 98
       ], [
         fhir:value "ProcessRequest.provider";
         fhir:index 99
       ], [
         fhir:value "ProcessResponse.request-provider";
         fhir:index 100
       ], [
         fhir:value "Provenance.agent";
         fhir:index 101
       ], [
         fhir:value "QuestionnaireResponse.author";
         fhir:index 102
       ], [
         fhir:value "QuestionnaireResponse.source";
         fhir:index 103
       ], [
         fhir:value "RequestGroup.author";
         fhir:index 104
       ], [
         fhir:value "RequestGroup.participant";
         fhir:index 105
       ], [
         fhir:value "ResearchStudy.principalinvestigator";
         fhir:index 106
       ], [
         fhir:value "RiskAssessment.performer";
         fhir:index 107
       ], [
         fhir:value "Schedule.actor";
         fhir:index 108
       ], [
         fhir:value "ServiceRequest.requester";
         fhir:index 109
       ], [
         fhir:value "ServiceRequest.performer";
         fhir:index 110
       ], [
         fhir:value "Specimen.collector";
         fhir:index 111
       ], [
         fhir:value "SupplyDelivery.receiver";
         fhir:index 112
       ], [
         fhir:value "SupplyDelivery.supplier";
         fhir:index 113
       ], [
         fhir:value "SupplyRequest.requester";
         fhir:index 114
       ], [
         fhir:value "Task.owner";
         fhir:index 115
       ], [
         fhir:value "Task.requester";
         fhir:index 116
       ], [
         fhir:value "UserSession.user";
         fhir:index 117
       ], [
         fhir:value "VisionPrescription.prescriber";
         fhir:index 118
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Practitioner-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A practitioner's Identifier" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "given" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-given" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A portion of the given name" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "address" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "address-state" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-state" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A state specified in an address" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "gender" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-gender" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Gender of the practitioner" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "active" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Practitioner-active" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Whether the practitioner record is active" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "address-postalcode" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-postalcode" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A postalCode specified in an address" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "address-country" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-country" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A country specified in an address" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "phonetic" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-phonetic" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A portion of either family or given name using some kind of phonetic matching algorithm" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "phone" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-phone" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A value in a phone contact" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Practitioner-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "address-use" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-use" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A use code specified in an address" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "telecom" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-telecom" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The value in any kind of contact" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "family" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-family" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A portion of the family name" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "address-city" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-city" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A city specified in an address" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "communication" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Practitioner-communication" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "One of the languages that the practitioner can communicate with" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "email" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-email" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A value in an email contact" ]
       ]
     ], [
       fhir:index 100;
       fhir:CapabilityStatement.type [ fhir:value "PractitionerRole" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/PractitionerRole" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "PractitionerRole.practitioner";
         fhir:index 0
       ], [
         fhir:value "PractitionerRole.endpoint";
         fhir:index 1
       ], [
         fhir:value "PractitionerRole.service";
         fhir:index 2
       ], [
         fhir:value "PractitionerRole.organization";
         fhir:index 3
       ], [
         fhir:value "PractitionerRole.location";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "AuditEvent.agent";
         fhir:index 0
       ], [
         fhir:value "AuditEvent.patient";
         fhir:index 1
       ], [
         fhir:value "CarePlan.performer";
         fhir:index 2
       ], [
         fhir:value "Claim.care-team";
         fhir:index 3
       ], [
         fhir:value "Claim.payee";
         fhir:index 4
       ], [
         fhir:value "Claim.provider";
         fhir:index 5
       ], [
         fhir:value "Claim.enterer";
         fhir:index 6
       ], [
         fhir:value "ClaimResponse.request-provider";
         fhir:index 7
       ], [
         fhir:value "Communication.sender";
         fhir:index 8
       ], [
         fhir:value "Communication.recipient";
         fhir:index 9
       ], [
         fhir:value "CommunicationRequest.requester";
         fhir:index 10
       ], [
         fhir:value "CommunicationRequest.sender";
         fhir:index 11
       ], [
         fhir:value "Composition.author";
         fhir:index 12
       ], [
         fhir:value "Composition.attester";
         fhir:index 13
       ], [
         fhir:value "Condition.asserter";
         fhir:index 14
       ], [
         fhir:value "Consent.actor";
         fhir:index 15
       ], [
         fhir:value "Consent.consentor";
         fhir:index 16
       ], [
         fhir:value "DeviceRequest.requester";
         fhir:index 17
       ], [
         fhir:value "DeviceRequest.performer";
         fhir:index 18
       ], [
         fhir:value "DiagnosticReport.performer";
         fhir:index 19
       ], [
         fhir:value "DiagnosticReport.results-interpreter";
         fhir:index 20
       ], [
         fhir:value "DocumentManifest.agent";
         fhir:index 21
       ], [
         fhir:value "DocumentManifest.recipient";
         fhir:index 22
       ], [
         fhir:value "DocumentReference.agent";
         fhir:index 23
       ], [
         fhir:value "EligibilityRequest.provider";
         fhir:index 24
       ], [
         fhir:value "EligibilityRequest.enterer";
         fhir:index 25
       ], [
         fhir:value "EligibilityResponse.request-provider";
         fhir:index 26
       ], [
         fhir:value "ExplanationOfBenefit.care-team";
         fhir:index 27
       ], [
         fhir:value "ExplanationOfBenefit.payee";
         fhir:index 28
       ], [
         fhir:value "ExplanationOfBenefit.provider";
         fhir:index 29
       ], [
         fhir:value "ExplanationOfBenefit.enterer";
         fhir:index 30
       ], [
         fhir:value "Group.member";
         fhir:index 31
       ], [
         fhir:value "ImagingStudy.performer";
         fhir:index 32
       ], [
         fhir:value "List.source";
         fhir:index 33
       ], [
         fhir:value "Media.operator";
         fhir:index 34
       ], [
         fhir:value "MedicationAdministration.performer";
         fhir:index 35
       ], [
         fhir:value "MedicationDispense.performer";
         fhir:index 36
       ], [
         fhir:value "MedicationRequest.requester";
         fhir:index 37
       ], [
         fhir:value "MedicationRequest.intended-performer";
         fhir:index 38
       ], [
         fhir:value "NutritionOrder.provider";
         fhir:index 39
       ], [
         fhir:value "Observation.performer";
         fhir:index 40
       ], [
         fhir:value "OccupationalData.recorder";
         fhir:index 41
       ], [
         fhir:value "Patient.general-practitioner";
         fhir:index 42
       ], [
         fhir:value "PaymentNotice.provider";
         fhir:index 43
       ], [
         fhir:value "PaymentReconciliation.request-provider";
         fhir:index 44
       ], [
         fhir:value "Procedure.performer";
         fhir:index 45
       ], [
         fhir:value "ProcessRequest.provider";
         fhir:index 46
       ], [
         fhir:value "ProcessResponse.request-provider";
         fhir:index 47
       ], [
         fhir:value "Provenance.agent";
         fhir:index 48
       ], [
         fhir:value "Schedule.actor";
         fhir:index 49
       ], [
         fhir:value "ServiceRequest.requester";
         fhir:index 50
       ], [
         fhir:value "ServiceRequest.performer";
         fhir:index 51
       ], [
         fhir:value "SupplyDelivery.supplier";
         fhir:index 52
       ], [
         fhir:value "SupplyRequest.requester";
         fhir:index 53
       ], [
         fhir:value "Task.owner";
         fhir:index 54
       ], [
         fhir:value "Task.requester";
         fhir:index 55
       ], [
         fhir:value "VisionPrescription.prescriber";
         fhir:index 56
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PractitionerRole-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The period during which the practitioner is authorized to perform in these role(s)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PractitionerRole-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A practitioner's Identifier" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "specialty" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PractitionerRole-specialty" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The practitioner has this specialty at an organization" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "role" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PractitionerRole-role" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The practitioner can perform this role at for the organization" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "practitioner" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PractitionerRole-practitioner" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Practitioner that is able to provide the defined services for the organization" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "active" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PractitionerRole-active" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Whether this practitioner role record is in active use" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "endpoint" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PractitionerRole-endpoint" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Technical endpoints providing access to services operated for the practitioner with this role" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "phone" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-phone" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A value in a phone contact" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "service" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PractitionerRole-service" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The list of healthcare services that this worker provides for this role's Organization/Location(s)" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "organization" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PractitionerRole-organization" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of the organization the practitioner represents / acts on behalf of" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "telecom" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-telecom" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The value in any kind of contact" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "location" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PractitionerRole-location" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "One of the locations at which this practitioner provides care" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "email" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-email" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A value in an email contact" ]
       ]
     ], [
       fhir:index 101;
       fhir:CapabilityStatement.type [ fhir:value "Procedure" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Procedure" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Procedure.performer";
         fhir:index 0
       ], [
         fhir:value "Procedure.subject";
         fhir:index 1
       ], [
         fhir:value "Procedure.part-of";
         fhir:index 2
       ], [
         fhir:value "Procedure.encounter";
         fhir:index 3
       ], [
         fhir:value "Procedure.based-on";
         fhir:index 4
       ], [
         fhir:value "Procedure.patient";
         fhir:index 5
       ], [
         fhir:value "Procedure.context";
         fhir:index 6
       ], [
         fhir:value "Procedure.location";
         fhir:index 7
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "AdverseEvent.substance";
         fhir:index 0
       ], [
         fhir:value "ChargeItem.service";
         fhir:index 1
       ], [
         fhir:value "ClinicalImpression.action";
         fhir:index 2
       ], [
         fhir:value "Encounter.diagnosis";
         fhir:index 3
       ], [
         fhir:value "Flag.subject";
         fhir:index 4
       ], [
         fhir:value "Flag.patient";
         fhir:index 5
       ], [
         fhir:value "MedicationStatement.part-of";
         fhir:index 6
       ], [
         fhir:value "Observation.part-of";
         fhir:index 7
       ], [
         fhir:value "Procedure.part-of";
         fhir:index 8
       ], [
         fhir:value "QuestionnaireResponse.part-of";
         fhir:index 9
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When the procedure was performed" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A unique identifier for a procedure" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "instantiates" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Procedure-instantiates" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Instantiates protocol or definition" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A code to identify a  procedure" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "performer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Procedure-performer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The reference to the practitioner" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Procedure-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by subject" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "part-of" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Procedure-part-of" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Part of referenced event" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by encounter" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "based-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Procedure-based-on" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A request for this procedure" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by subject - a patient" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Procedure-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Encounter or episode associated with the procedure" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "location" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Procedure-location" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Where the procedure happened" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Procedure-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Classification of the procedure" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Procedure-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "preparation | in-progress | not-done | suspended | aborted | completed | entered-in-error | unknown" ]
       ]
     ], [
       fhir:index 102;
       fhir:CapabilityStatement.type [ fhir:value "ProcessRequest" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ProcessRequest" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "ProcessRequest.provider";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "PaymentReconciliation.request";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcessRequest-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business identifier of the ProcessRequest" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "provider" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcessRequest-provider" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The provider who regenerated this request" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "action" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcessRequest-action" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The action requested by this resource" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcessRequest-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the process request" ]
       ]
     ], [
       fhir:index 103;
       fhir:CapabilityStatement.type [ fhir:value "ProcessResponse" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ProcessResponse" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "ProcessResponse.request";
         fhir:index 0
       ], [
         fhir:value "ProcessResponse.organization";
         fhir:index 1
       ], [
         fhir:value "ProcessResponse.request-provider";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcessResponse-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business identifier of the Explanation of Benefit" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "request" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcessResponse-request" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The reference to the claim" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "organization" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcessResponse-organization" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The organization who generated this resource" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "request-provider" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcessResponse-request-provider" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The Provider who is responsible the request transaction" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcessResponse-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the process response" ]
       ]
     ], [
       fhir:index 104;
       fhir:CapabilityStatement.type [ fhir:value "ProductPlan" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ProductPlan" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "ProductPlan.owned-by";
         fhir:index 0
       ], [
         fhir:value "ProductPlan.administered-by";
         fhir:index 1
       ], [
         fhir:value "ProductPlan.endpoint";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProductPlan-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Any identifier for the organization (not the accreditation issuer's identifier)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "address" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProductPlan-address" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "address-state" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProductPlan-address-state" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A state specified in an address" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "owned-by" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProductPlan-owned-by" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "An organization of which this organization forms a part" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProductPlan-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A code for the type of organization" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "address-postalcode" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProductPlan-address-postalcode" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A postal code specified in an address" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "administered-by" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProductPlan-administered-by" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Administrator of the product/plan" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "address-country" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProductPlan-address-country" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A country specified in an address" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "endpoint" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProductPlan-endpoint" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Technical endpoints providing access to services operated for the organization" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "phonetic" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProductPlan-phonetic" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A portion of the organization's name using some kind of phonetic matching algorithm" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProductPlan-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A portion of the organization's name or alias" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "address-use" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProductPlan-address-use" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A use code specified in an address" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "address-city" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProductPlan-address-city" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A city specified in an address" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProductPlan-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Is the Organization record active" ]
       ]
     ], [
       fhir:index 105;
       fhir:CapabilityStatement.type [ fhir:value "Provenance" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Provenance" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Provenance.entity-ref";
         fhir:index 0
       ], [
         fhir:value "Provenance.agent";
         fhir:index 1
       ], [
         fhir:value "Provenance.patient";
         fhir:index 2
       ], [
         fhir:value "Provenance.location";
         fhir:index 3
       ], [
         fhir:value "Provenance.target";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "entity-ref" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Provenance-entity-ref" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Identity of entity" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "agent-type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Provenance-agent-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "How the agent participated" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "agent" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Provenance-agent" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who participated" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "signature-type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Provenance-signature-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Indication of the reason the entity signed the object(s)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Provenance-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Target Reference(s) (usually version specific)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "location" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Provenance-location" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Where the activity occurred, if relevant" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "recorded" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Provenance-recorded" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When the activity was recorded / updated" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "agent-role" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Provenance-agent-role" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What the agents role was" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "when" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Provenance-when" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When the activity occurred" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "entity-id" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Provenance-entity-id" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Identity of entity" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "target" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Provenance-target" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Target Reference(s) (usually version specific)" ]
       ]
     ], [
       fhir:index 106;
       fhir:CapabilityStatement.type [ fhir:value "Questionnaire" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Questionnaire" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "PlanDefinition.definition";
         fhir:index 0
       ], [
         fhir:value "QuestionnaireResponse.questionnaire";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The questionnaire publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the questionnaire" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A code that corresponds to one of its items in the questionnaire" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the questionnaire" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the questionnaire" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "context-type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-context-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A type of use context assigned to the questionnaire" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "title" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-title" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the questionnaire" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the questionnaire" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the questionnaire" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "effective" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-effective" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The time during which the questionnaire is intended to be in use" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "subject-type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-subject-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Resource that can be subject of QuestionnaireResponse" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the questionnaire" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the questionnaire" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "definition" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-definition" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "ElementDefinition - details for the item" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the questionnaire" ]
       ]
     ], [
       fhir:index 107;
       fhir:CapabilityStatement.type [ fhir:value "QuestionnaireResponse" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "QuestionnaireResponse.questionnaire";
         fhir:index 0
       ], [
         fhir:value "QuestionnaireResponse.based-on";
         fhir:index 1
       ], [
         fhir:value "QuestionnaireResponse.subject";
         fhir:index 2
       ], [
         fhir:value "QuestionnaireResponse.author";
         fhir:index 3
       ], [
         fhir:value "QuestionnaireResponse.patient";
         fhir:index 4
       ], [
         fhir:value "QuestionnaireResponse.context";
         fhir:index 5
       ], [
         fhir:value "QuestionnaireResponse.part-of";
         fhir:index 6
       ], [
         fhir:value "QuestionnaireResponse.source";
         fhir:index 7
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "ClinicalImpression.investigation";
         fhir:index 0
       ], [
         fhir:value "Consent.source-reference";
         fhir:index 1
       ], [
         fhir:value "Observation.derived-from";
         fhir:index 2
       ], [
         fhir:value "Observation.has-member";
         fhir:index 3
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "authored" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-authored" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When the questionnaire response was last changed" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The unique identifier for the questionnaire response" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "questionnaire" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-questionnaire" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The questionnaire the answers are provided for" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "based-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-based-on" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Plan/proposal/order fulfilled by this questionnaire response" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The subject of the questionnaire response" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "author" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-author" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The author of the questionnaire response" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The patient that is the subject of the questionnaire response" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Encounter or episode associated with the questionnaire response" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "part-of" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-part-of" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Procedure or observation this questionnaire response was performed as a part of" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "source" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-source" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The individual providing the information reflected in the questionnaire respose" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the questionnaire response" ]
       ]
     ], [
       fhir:index 108;
       fhir:CapabilityStatement.type [ fhir:value "RelatedPerson" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/RelatedPerson" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "RelatedPerson.patient";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "AdverseEvent.recorder";
         fhir:index 0
       ], [
         fhir:value "AdverseEvent.subject";
         fhir:index 1
       ], [
         fhir:value "AllergyIntolerance.recorder";
         fhir:index 2
       ], [
         fhir:value "AllergyIntolerance.asserter";
         fhir:index 3
       ], [
         fhir:value "Appointment.actor";
         fhir:index 4
       ], [
         fhir:value "Appointment.practitioner";
         fhir:index 5
       ], [
         fhir:value "Appointment.patient";
         fhir:index 6
       ], [
         fhir:value "Appointment.location";
         fhir:index 7
       ], [
         fhir:value "AppointmentResponse.actor";
         fhir:index 8
       ], [
         fhir:value "AppointmentResponse.practitioner";
         fhir:index 9
       ], [
         fhir:value "AppointmentResponse.patient";
         fhir:index 10
       ], [
         fhir:value "AppointmentResponse.location";
         fhir:index 11
       ], [
         fhir:value "AuditEvent.agent";
         fhir:index 12
       ], [
         fhir:value "AuditEvent.patient";
         fhir:index 13
       ], [
         fhir:value "Basic.author";
         fhir:index 14
       ], [
         fhir:value "CarePlan.performer";
         fhir:index 15
       ], [
         fhir:value "CareTeam.participant";
         fhir:index 16
       ], [
         fhir:value "ChargeItem.participant-actor";
         fhir:index 17
       ], [
         fhir:value "ChargeItem.enterer";
         fhir:index 18
       ], [
         fhir:value "Claim.payee";
         fhir:index 19
       ], [
         fhir:value "Communication.sender";
         fhir:index 20
       ], [
         fhir:value "Communication.recipient";
         fhir:index 21
       ], [
         fhir:value "CommunicationRequest.requester";
         fhir:index 22
       ], [
         fhir:value "CommunicationRequest.sender";
         fhir:index 23
       ], [
         fhir:value "CommunicationRequest.recipient";
         fhir:index 24
       ], [
         fhir:value "Composition.author";
         fhir:index 25
       ], [
         fhir:value "Composition.attester";
         fhir:index 26
       ], [
         fhir:value "Condition.asserter";
         fhir:index 27
       ], [
         fhir:value "Consent.actor";
         fhir:index 28
       ], [
         fhir:value "Consent.consentor";
         fhir:index 29
       ], [
         fhir:value "Contract.signer";
         fhir:index 30
       ], [
         fhir:value "Coverage.payor";
         fhir:index 31
       ], [
         fhir:value "Coverage.subscriber";
         fhir:index 32
       ], [
         fhir:value "Coverage.policy-holder";
         fhir:index 33
       ], [
         fhir:value "DeviceRequest.performer";
         fhir:index 34
       ], [
         fhir:value "DocumentManifest.agent";
         fhir:index 35
       ], [
         fhir:value "DocumentManifest.recipient";
         fhir:index 36
       ], [
         fhir:value "DocumentReference.agent";
         fhir:index 37
       ], [
         fhir:value "Encounter.practitioner";
         fhir:index 38
       ], [
         fhir:value "Encounter.participant";
         fhir:index 39
       ], [
         fhir:value "ExplanationOfBenefit.payee";
         fhir:index 40
       ], [
         fhir:value "ImagingStudy.performer";
         fhir:index 41
       ], [
         fhir:value "Invoice.participant";
         fhir:index 42
       ], [
         fhir:value "Invoice.recipient";
         fhir:index 43
       ], [
         fhir:value "MeasureReport.patient";
         fhir:index 44
       ], [
         fhir:value "MeasureReport.subject";
         fhir:index 45
       ], [
         fhir:value "Media.operator";
         fhir:index 46
       ], [
         fhir:value "MedicationAdministration.performer";
         fhir:index 47
       ], [
         fhir:value "MedicationDispense.performer";
         fhir:index 48
       ], [
         fhir:value "MedicationRequest.requester";
         fhir:index 49
       ], [
         fhir:value "MedicationRequest.intended-performer";
         fhir:index 50
       ], [
         fhir:value "MedicationStatement.source";
         fhir:index 51
       ], [
         fhir:value "Observation.performer";
         fhir:index 52
       ], [
         fhir:value "OccupationalData.recorder";
         fhir:index 53
       ], [
         fhir:value "OccupationalData.subject";
         fhir:index 54
       ], [
         fhir:value "OccupationalData.informant";
         fhir:index 55
       ], [
         fhir:value "Patient.link";
         fhir:index 56
       ], [
         fhir:value "Person.practitioner";
         fhir:index 57
       ], [
         fhir:value "Person.link";
         fhir:index 58
       ], [
         fhir:value "Person.relatedperson";
         fhir:index 59
       ], [
         fhir:value "Person.patient";
         fhir:index 60
       ], [
         fhir:value "Procedure.performer";
         fhir:index 61
       ], [
         fhir:value "Provenance.agent";
         fhir:index 62
       ], [
         fhir:value "QuestionnaireResponse.author";
         fhir:index 63
       ], [
         fhir:value "QuestionnaireResponse.source";
         fhir:index 64
       ], [
         fhir:value "RequestGroup.participant";
         fhir:index 65
       ], [
         fhir:value "Schedule.actor";
         fhir:index 66
       ], [
         fhir:value "ServiceRequest.requester";
         fhir:index 67
       ], [
         fhir:value "ServiceRequest.performer";
         fhir:index 68
       ], [
         fhir:value "SupplyRequest.requester";
         fhir:index 69
       ], [
         fhir:value "Task.owner";
         fhir:index 70
       ], [
         fhir:value "Task.requester";
         fhir:index 71
       ], [
         fhir:value "UserSession.user";
         fhir:index 72
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RelatedPerson-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "An Identifier of the RelatedPerson" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "address" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "birthdate" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-birthdate" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The Related Person's date of birth" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "address-state" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-state" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A state specified in an address" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "gender" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-gender" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Gender of the related person" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "active" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RelatedPerson-active" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Indicates if the related person record is active" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "address-postalcode" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-postalcode" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A postal code specified in an address" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "address-country" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-country" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A country specified in an address" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "phonetic" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-phonetic" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A portion of name using some kind of phonetic matching algorithm" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "phone" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-phone" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A value in a phone contact" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RelatedPerson-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The patient this related person is related to" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RelatedPerson-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "address-use" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-use" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A use code specified in an address" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "telecom" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-telecom" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The value in any kind of contact" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "address-city" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-city" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A city specified in an address" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "email" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-email" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A value in an email contact" ]
       ]
     ], [
       fhir:index 109;
       fhir:CapabilityStatement.type [ fhir:value "RequestGroup" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/RequestGroup" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "RequestGroup.subject";
         fhir:index 0
       ], [
         fhir:value "RequestGroup.author";
         fhir:index 1
       ], [
         fhir:value "RequestGroup.instantiates-canonical";
         fhir:index 2
       ], [
         fhir:value "RequestGroup.encounter";
         fhir:index 3
       ], [
         fhir:value "RequestGroup.participant";
         fhir:index 4
       ], [
         fhir:value "RequestGroup.patient";
         fhir:index 5
       ], [
         fhir:value "RequestGroup.context";
         fhir:index 6
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "CarePlan.activity-reference";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "authored" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-authored" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The date the request group was authored" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifiers for the request group" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The code of the request group" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The subject that the request group is about" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "author" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-author" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The author of the request group" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "instantiates-canonical" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-instantiates-canonical" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The FHIR-based definition from which the request group is realized" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-encounter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The encounter the request group applies to" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "priority" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-priority" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The priority of the request group" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "intent" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-intent" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The intent of the request group" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "participant" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-participant" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The participant in the requests in the group" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "group-identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-group-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The group identifier for the request group" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to search for request groups" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The context the request group applies to" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "instantiates-uri" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-instantiates-uri" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The external definition from which the request group is realized" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the request group" ]
       ]
     ], [
       fhir:index 110;
       fhir:CapabilityStatement.type [ fhir:value "ResearchStudy" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ResearchStudy" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "ResearchStudy.partof";
         fhir:index 0
       ], [
         fhir:value "ResearchStudy.sponsor";
         fhir:index 1
       ], [
         fhir:value "ResearchStudy.principalinvestigator";
         fhir:index 2
       ], [
         fhir:value "ResearchStudy.protocol";
         fhir:index 3
       ], [
         fhir:value "ResearchStudy.site";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "AdverseEvent.study";
         fhir:index 0
       ], [
         fhir:value "ResearchStudy.partof";
         fhir:index 1
       ], [
         fhir:value "ResearchSubject.study";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchStudy-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When the study began and ended" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchStudy-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Business Identifier for study" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "partof" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchStudy-partof" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Part of larger study" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "sponsor" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchStudy-sponsor" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Organization that initiates and is legally responsible for the study" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "focus" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchStudy-focus" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Drugs, devices, etc. under study" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "principalinvestigator" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchStudy-principalinvestigator" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Researcher who oversees multiple aspects of the study" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "title" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchStudy-title" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name for this study" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "protocol" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchStudy-protocol" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Steps followed in executing study" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "site" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchStudy-site" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Facility where study activities are conducted" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "location" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchStudy-location" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Geographic region(s) for study" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchStudy-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Classifications for the study" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "keyword" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchStudy-keyword" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Used to search for the study" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchStudy-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "active | administratively-completed | approved | closed-to-accrual | closed-to-accrual-and-intervention | completed | disapproved | in-review | temporarily-closed-to-accrual | temporarily-closed-to-accrual-and-intervention | withdrawn" ]
       ]
     ], [
       fhir:index 111;
       fhir:CapabilityStatement.type [ fhir:value "ResearchSubject" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ResearchSubject" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "ResearchSubject.study";
         fhir:index 0
       ], [
         fhir:value "ResearchSubject.individual";
         fhir:index 1
       ], [
         fhir:value "ResearchSubject.patient";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchSubject-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Start and end of participation" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchSubject-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Business Identifier for research subject in a study" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "study" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchSubject-study" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Study subject is part of" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "individual" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchSubject-individual" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who is part of study" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchSubject-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who is part of study" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchSubject-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "candidate | eligible | follow-up | ineligible | not-registered | off-study | on-study | on-study-intervention | on-study-observation | pending-on-study | potential-candidate | screening | withdrawn" ]
       ]
     ], [
       fhir:index 112;
       fhir:CapabilityStatement.type [ fhir:value "RiskAssessment" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/RiskAssessment" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "RiskAssessment.condition";
         fhir:index 0
       ], [
         fhir:value "RiskAssessment.performer";
         fhir:index 1
       ], [
         fhir:value "RiskAssessment.subject";
         fhir:index 2
       ], [
         fhir:value "RiskAssessment.patient";
         fhir:index 3
       ], [
         fhir:value "RiskAssessment.encounter";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "ClinicalImpression.investigation";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When was assessment made?" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Unique identifier for the assessment" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "condition" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RiskAssessment-condition" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Condition assessed" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "performer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RiskAssessment-performer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who did assessment?" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "method" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RiskAssessment-method" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Evaluation mechanism" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RiskAssessment-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who/what does assessment apply to?" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who/what does assessment apply to?" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "probability" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RiskAssessment-probability" ];
         fhir:CapabilityStatement.type [ fhir:value "number" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Likelihood of specified outcome" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "risk" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RiskAssessment-risk" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Likelihood of specified outcome as a qualitative value" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Where was assessment performed?" ]
       ]
     ], [
       fhir:index 113;
       fhir:CapabilityStatement.type [ fhir:value "Schedule" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Schedule" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Schedule.actor";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "Slot.schedule";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "actor" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Schedule-actor" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The individual(HealthcareService, Practitioner, Location, ...) to find a Schedule for" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Schedule-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search for Schedule resources that have a period that contains this date specified" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Schedule-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A Schedule Identifier" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "active" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Schedule-active" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Is the schedule in active use" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Schedule-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The type of appointments that can be booked into associated slot(s)" ]
       ]
     ], [
       fhir:index 114;
       fhir:CapabilityStatement.type [ fhir:value "SearchParameter" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/SearchParameter" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "SearchParameter.derived-from";
         fhir:index 0
       ], [
         fhir:value "SearchParameter.component";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "SearchParameter.derived-from";
         fhir:index 0
       ], [
         fhir:value "SearchParameter.component";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The search parameter publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SearchParameter-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Code used in URL" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the search parameter" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the search parameter" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "derived-from" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SearchParameter-derived-from" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Original definition for the search parameter" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "context-type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-context-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A type of use context assigned to the search parameter" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SearchParameter-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "number | date | string | token | reference | composite | quantity | uri" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the search parameter" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the search parameter" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "target" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SearchParameter-target" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Types of resource (if a resource reference)" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "component" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SearchParameter-component" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Defines how the part works" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the search parameter" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the search parameter" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the search parameter" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "base" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SearchParameter-base" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The resource type(s) this search parameter applies to" ]
       ]
     ], [
       fhir:index 115;
       fhir:CapabilityStatement.type [ fhir:value "Sequence" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Sequence" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Sequence.patient";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "Observation.derived-from";
         fhir:index 0
       ], [
         fhir:value "Observation.has-member";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Sequence-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The unique identity for a particular sequence" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "coordinate" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Sequence-coordinate" ];
         fhir:CapabilityStatement.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search parameter for region of the reference DNA sequence string. This will refer to part of a locus or part of a gene where search region will be represented in 1-based system. Since the coordinateSystem can either be 0-based or 1-based, this search query will include the result of both coordinateSystem that contains the equivalent segment of the gene or whole genome sequence. For example, a search for sequence can be represented as `coordinate=1$lt345$gt123`, this means it will search for the Sequence resource on chromosome 1 and with position >123 and <345, where in 1-based system resource, all strings within region 1:124-344 will be revealed, while in 0-based system resource, all strings within region 1:123-344 will be revealed. You may want to check detail about 0-based v.s. 1-based above." ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Sequence-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The subject that the observation is about" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "chromosome" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Sequence-chromosome" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Chromosome number of the reference sequence" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "start" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Sequence-start" ];
         fhir:CapabilityStatement.type [ fhir:value "number" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Start position (0-based inclusive, 1-based inclusive, that means the nucleic acid or amino acid at this position will be included) of the reference sequence." ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "end" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Sequence-end" ];
         fhir:CapabilityStatement.type [ fhir:value "number" ];
         fhir:CapabilityStatement.documentation [ fhir:value "End position (0-based exclusive, which menas the acid at this position will not be included, 1-based inclusive, which means the acid at this position will be included) of the reference sequence." ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Sequence-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Amino Acid Sequence/ DNA Sequence / RNA Sequence" ]
       ]
     ], [
       fhir:index 116;
       fhir:CapabilityStatement.type [ fhir:value "ServiceRequest" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ServiceRequest" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "ServiceRequest.requester";
         fhir:index 0
       ], [
         fhir:value "ServiceRequest.performer";
         fhir:index 1
       ], [
         fhir:value "ServiceRequest.replaces";
         fhir:index 2
       ], [
         fhir:value "ServiceRequest.subject";
         fhir:index 3
       ], [
         fhir:value "ServiceRequest.encounter";
         fhir:index 4
       ], [
         fhir:value "ServiceRequest.based-on";
         fhir:index 5
       ], [
         fhir:value "ServiceRequest.patient";
         fhir:index 6
       ], [
         fhir:value "ServiceRequest.specimen";
         fhir:index 7
       ], [
         fhir:value "ServiceRequest.context";
         fhir:index 8
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "Appointment.based-on";
         fhir:index 0
       ], [
         fhir:value "CarePlan.activity-reference";
         fhir:index 1
       ], [
         fhir:value "ClinicalImpression.action";
         fhir:index 2
       ], [
         fhir:value "DiagnosticReport.based-on";
         fhir:index 3
       ], [
         fhir:value "Encounter.based-on";
         fhir:index 4
       ], [
         fhir:value "EpisodeOfCare.incomingreferral";
         fhir:index 5
       ], [
         fhir:value "ImagingStudy.basedon";
         fhir:index 6
       ], [
         fhir:value "Media.based-on";
         fhir:index 7
       ], [
         fhir:value "Observation.based-on";
         fhir:index 8
       ], [
         fhir:value "Procedure.based-on";
         fhir:index 9
       ], [
         fhir:value "QuestionnaireResponse.based-on";
         fhir:index 10
       ], [
         fhir:value "ServiceRequest.replaces";
         fhir:index 11
       ], [
         fhir:value "ServiceRequest.based-on";
         fhir:index 12
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "authored" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceRequest-authored" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Date request signed" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "requester" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceRequest-requester" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who/what is requesting service" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "instantiates" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Protocol or definition" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Identifiers assigned to this order" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What is being requested/ordered" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "performer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Requested performer" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "requisition" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceRequest-requisition" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Composite Request ID" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "replaces" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceRequest-replaces" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What request replaces" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceRequest-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by subject" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "An encounter in which this request is made" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "occurrence" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceRequest-occurrence" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When service should occur" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "priority" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceRequest-priority" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "routine | urgent | asap | stat" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "intent" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceRequest-intent" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "proposal | plan | order +" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "performer-type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Performer role" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "based-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceRequest-based-on" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "What request fulfills" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by subject - a patient" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "specimen" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceRequest-specimen" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Specimen to be tested" ]
       ], [
         fhir:index 17;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceRequest-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Encounter or Episode during which request was created" ]
       ], [
         fhir:index 18;
         fhir:CapabilityStatement.name [ fhir:value "body-site" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceRequest-body-site" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Where procedure is going to be done" ]
       ], [
         fhir:index 19;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceRequest-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Classification of service" ]
       ], [
         fhir:index 20;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceRequest-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "draft | active | suspended | completed | entered-in-error | cancelled" ]
       ]
     ], [
       fhir:index 117;
       fhir:CapabilityStatement.type [ fhir:value "Slot" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Slot" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Slot.schedule";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "schedule" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Slot-schedule" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The Schedule Resource that we are seeking a slot within" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Slot-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A Slot Identifier" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "start" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Slot-start" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Appointment date/time." ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "slot-type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Slot-slot-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The type of appointments that can be booked into the slot" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Slot-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The free/busy status of the appointment" ]
       ]
     ], [
       fhir:index 118;
       fhir:CapabilityStatement.type [ fhir:value "Specimen" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Specimen" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Specimen.parent";
         fhir:index 0
       ], [
         fhir:value "Specimen.subject";
         fhir:index 1
       ], [
         fhir:value "Specimen.patient";
         fhir:index 2
       ], [
         fhir:value "Specimen.collector";
         fhir:index 3
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "DiagnosticReport.specimen";
         fhir:index 0
       ], [
         fhir:value "Media.subject";
         fhir:index 1
       ], [
         fhir:value "Media.patient";
         fhir:index 2
       ], [
         fhir:value "Observation.specimen";
         fhir:index 3
       ], [
         fhir:value "ServiceRequest.specimen";
         fhir:index 4
       ], [
         fhir:value "Specimen.parent";
         fhir:index 5
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "container" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-container" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The kind of specimen container" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The unique identifier associated with the specimen" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "parent" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-parent" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The parent of the specimen" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "container-id" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-container-id" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The unique identifier associated with the specimen container" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "bodysite" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-bodysite" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The code for the body site from where the specimen originated" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The subject of the specimen" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The patient the specimen comes from" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "collected" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-collected" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The date the specimen was collected" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "accession" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-accession" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The accession number associated with the specimen" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The specimen type" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "collector" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-collector" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who collected the specimen" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "available | unavailable | unsatisfactory | entered-in-error" ]
       ]
     ], [
       fhir:index 119;
       fhir:CapabilityStatement.type [ fhir:value "SpecimenDefinition" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "container" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-container" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The type of specimen conditioned in container expected by the lab" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The unique identifier associated with the specimen" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The type of collected specimen" ]
       ]
     ], [
       fhir:index 120;
       fhir:CapabilityStatement.type [ fhir:value "StructureDefinition" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/StructureDefinition" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "StructureDefinition.valueset";
         fhir:index 0
       ], [
         fhir:value "StructureDefinition.base";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "CapabilityStatement.resource-profile";
         fhir:index 0
       ], [
         fhir:value "CapabilityStatement.supported-profile";
         fhir:index 1
       ], [
         fhir:value "OperationDefinition.input-profile";
         fhir:index 2
       ], [
         fhir:value "OperationDefinition.output-profile";
         fhir:index 3
       ], [
         fhir:value "StructureDefinition.base";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The structure definition publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the structure definition" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "valueset" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/StructureDefinition-valueset" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A vocabulary binding reference" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "kind" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/StructureDefinition-kind" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "primitive-type | complex-type | resource | logical" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the structure definition" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the structure definition" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "experimental" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/StructureDefinition-experimental" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "For testing purposes, not real usage" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "abstract" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/StructureDefinition-abstract" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Whether the structure is abstract" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "title" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-title" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the structure definition" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/StructureDefinition-type" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Type defined or constrained by this structure" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the structure definition" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the structure definition" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "path" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/StructureDefinition-path" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A path that is constrained in the profile" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "ext-context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/StructureDefinition-ext-context" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The system is the URL for the context-type: e.g. http://hl7.org/fhir/extension-context-type#element|CodeableConcept.text" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the structure definition" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "base-path" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/StructureDefinition-base-path" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Path that identifies the base element" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the structure definition" ]
       ], [
         fhir:index 17;
         fhir:CapabilityStatement.name [ fhir:value "derivation" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/StructureDefinition-derivation" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "specialization | constraint - How relates to base definition" ]
       ], [
         fhir:index 18;
         fhir:CapabilityStatement.name [ fhir:value "keyword" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/StructureDefinition-keyword" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A code for the profile" ]
       ], [
         fhir:index 19;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the structure definition" ]
       ], [
         fhir:index 20;
         fhir:CapabilityStatement.name [ fhir:value "base" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/StructureDefinition-base" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Definition that this type is constrained/specialized from" ]
       ]
     ], [
       fhir:index 121;
       fhir:CapabilityStatement.type [ fhir:value "StructureMap" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/StructureMap" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The structure map publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the structure map" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the structure map" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the structure map" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the structure map" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the structure map" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "title" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-title" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the structure map" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the structure map" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the structure map" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the structure map" ]
       ]
     ], [
       fhir:index 122;
       fhir:CapabilityStatement.type [ fhir:value "Subscription" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Subscription" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "payload" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Subscription-payload" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The mime-type of the notification payload" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "criteria" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Subscription-criteria" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The search rules used to determine when to send a notification" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "add-tag" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Subscription-add-tag" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A tag to be added to the resource matching the criteria" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "contact" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Subscription-contact" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Contact details for the subscription" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "type" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Subscription-type" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The type of channel for the sent notifications" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Subscription-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that will receive the notifications" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Subscription-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current state of the subscription" ]
       ]
     ], [
       fhir:index 123;
       fhir:CapabilityStatement.type [ fhir:value "Substance" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Substance" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Substance.substance-reference";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "AdverseEvent.substance";
         fhir:index 0
       ], [
         fhir:value "Group.member";
         fhir:index 1
       ], [
         fhir:value "Medication.ingredient";
         fhir:index 2
       ], [
         fhir:value "Specimen.subject";
         fhir:index 3
       ], [
         fhir:value "Specimen.patient";
         fhir:index 4
       ], [
         fhir:value "Substance.substance-reference";
         fhir:index 5
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Substance-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Unique identifier for the substance" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "container-identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Substance-container-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Identifier of the package/container" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Substance-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The code of the substance or ingredient" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "quantity" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Substance-quantity" ];
         fhir:CapabilityStatement.type [ fhir:value "quantity" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Amount of substance in the package" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "substance-reference" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Substance-substance-reference" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A component of the substance" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "expiry" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Substance-expiry" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Expiry date of package or container of substance" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Substance-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The category of the substance" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Substance-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "active | inactive | entered-in-error" ]
       ]
     ], [
       fhir:index 124;
       fhir:CapabilityStatement.type [ fhir:value "SubstancePolymer" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/SubstancePolymer" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ]
     ], [
       fhir:index 125;
       fhir:CapabilityStatement.type [ fhir:value "SubstanceReferenceInformation" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/SubstanceReferenceInformation" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ]
     ], [
       fhir:index 126;
       fhir:CapabilityStatement.type [ fhir:value "SubstanceSpecification" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/SubstanceSpecification" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ]
     ], [
       fhir:index 127;
       fhir:CapabilityStatement.type [ fhir:value "SupplyDelivery" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/SupplyDelivery" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "SupplyDelivery.receiver";
         fhir:index 0
       ], [
         fhir:value "SupplyDelivery.patient";
         fhir:index 1
       ], [
         fhir:value "SupplyDelivery.supplier";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "ChargeItem.service";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifier" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "receiver" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SupplyDelivery-receiver" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who collected the Supply" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Patient for whom the item is supplied" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "supplier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SupplyDelivery-supplier" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Dispenser" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SupplyDelivery-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "in-progress | completed | abandoned | entered-in-error" ]
       ]
     ], [
       fhir:index 128;
       fhir:CapabilityStatement.type [ fhir:value "SupplyRequest" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/SupplyRequest" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "SupplyRequest.requester";
         fhir:index 0
       ], [
         fhir:value "SupplyRequest.supplier";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "requester" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SupplyRequest-requester" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Individual making the request" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "When the request was made" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Unique identifier" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "supplier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SupplyRequest-supplier" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who is intended to fulfill the request" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "category" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SupplyRequest-category" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The kind of supply (central, non-stock, etc.)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SupplyRequest-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "draft | active | suspended +" ]
       ]
     ], [
       fhir:index 129;
       fhir:CapabilityStatement.type [ fhir:value "Task" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/Task" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "Task.owner";
         fhir:index 0
       ], [
         fhir:value "Task.requester";
         fhir:index 1
       ], [
         fhir:value "Task.subject";
         fhir:index 2
       ], [
         fhir:value "Task.focus";
         fhir:index 3
       ], [
         fhir:value "Task.part-of";
         fhir:index 4
       ], [
         fhir:value "Task.based-on";
         fhir:index 5
       ], [
         fhir:value "Task.patient";
         fhir:index 6
       ], [
         fhir:value "Task.context";
         fhir:index 7
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "CarePlan.activity-reference";
         fhir:index 0
       ], [
         fhir:value "ImagingStudy.basedon";
         fhir:index 1
       ], [
         fhir:value "Task.part-of";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "owner" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Task-owner" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by task owner" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "requester" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Task-requester" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by task requester" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Task-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search for a task instance by its business identifier" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "business-status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Task-business-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by business status" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "period" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Task-period" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by period Task is/was underway" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Task-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by task code" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "performer" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Task-performer" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by recommended type of performer (e.g., Requester, Performer, Scheduler)." ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Task-subject" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by subject" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "focus" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Task-focus" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by task focus" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "part-of" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Task-part-of" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by task this task is part of" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "priority" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Task-priority" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by task priority" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "authored-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Task-authored-on" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by creation date" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "intent" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Task-intent" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by task intent" ]
       ], [
         fhir:index 13;
         fhir:CapabilityStatement.name [ fhir:value "group-identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Task-group-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by group identifier" ]
       ], [
         fhir:index 14;
         fhir:CapabilityStatement.name [ fhir:value "based-on" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Task-based-on" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by requests this task is based on" ]
       ], [
         fhir:index 15;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Task-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by patient" ]
       ], [
         fhir:index 16;
         fhir:CapabilityStatement.name [ fhir:value "context" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Task-context" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by encounter or episode" ]
       ], [
         fhir:index 17;
         fhir:CapabilityStatement.name [ fhir:value "modified" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Task-modified" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by last modification date" ]
       ], [
         fhir:index 18;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Task-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Search by task status" ]
       ]
     ], [
       fhir:index 130;
       fhir:CapabilityStatement.type [ fhir:value "TerminologyCapabilities" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The terminology capabilities publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the terminology capabilities" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the terminology capabilities" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the terminology capabilities" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the terminology capabilities" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "title" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-title" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the terminology capabilities" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the terminology capabilities" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the terminology capabilities" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the terminology capabilities" ]
       ]
     ], [
       fhir:index 131;
       fhir:CapabilityStatement.type [ fhir:value "TestReport" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/TestReport" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "TestReport.testscript";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "result" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestReport-result" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The result disposition of the test execution" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestReport-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "An external identifier for the test report" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "tester" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestReport-tester" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The name of the testing organization" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "testscript" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestReport-testscript" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The test script executed to produce this report" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "issued" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestReport-issued" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The test report generation date" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "participant" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestReport-participant" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The reference to a participant in the test execution" ]
       ]
     ], [
       fhir:index 132;
       fhir:CapabilityStatement.type [ fhir:value "TestScript" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/TestScript" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "TestReport.testscript";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The test script publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the test script" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the test script" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the test script" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the test script" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the test script" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "testscript-capability" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-testscript-capability" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "TestScript required and validated capability" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "title" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-title" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the test script" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the test script" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the test script" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the test script" ]
       ]
     ], [
       fhir:index 133;
       fhir:CapabilityStatement.type [ fhir:value "UserSession" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/UserSession" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "UserSession.patient";
         fhir:index 0
       ], [
         fhir:value "UserSession.focus";
         fhir:index 1
       ], [
         fhir:value "UserSession.user";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/UserSession-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifiers for the user session" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/UserSession-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to search for user sessions" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "focus" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/UserSession-focus" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The focus of the user session" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "workstation" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/UserSession-workstation" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The workstation of the session" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "user" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/UserSession-user" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The user of the session" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/UserSession-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the user session" ]
       ]
     ], [
       fhir:index 134;
       fhir:CapabilityStatement.type [ fhir:value "ValueSet" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/ValueSet" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "ConceptMap.source";
         fhir:index 0
       ], [
         fhir:value "ConceptMap.target";
         fhir:index 1
       ], [
         fhir:value "ConceptMap.source-uri";
         fhir:index 2
       ], [
         fhir:value "ConceptMap.target-uri";
         fhir:index 3
       ], [
         fhir:value "StructureDefinition.valueset";
         fhir:index 4
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "date" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-date" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The value set publication date" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the value set" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "code" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ValueSet-code" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "This special parameter searches for codes in the value set. See additional notes on the ValueSet resource" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the value set" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "description" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-description" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The description of the value set" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "title" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-title" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the value set" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.name [ fhir:value "version" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-version" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The business version of the value set" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.name [ fhir:value "url" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-url" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the value set" ]
       ], [
         fhir:index 8;
         fhir:CapabilityStatement.name [ fhir:value "expansion" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ValueSet-expansion" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Uniquely identifies this expansion" ]
       ], [
         fhir:index 9;
         fhir:CapabilityStatement.name [ fhir:value "reference" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ValueSet-reference" ];
         fhir:CapabilityStatement.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A code system included or excluded in the value set or an imported value set" ]
       ], [
         fhir:index 10;
         fhir:CapabilityStatement.name [ fhir:value "name" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-name" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the value set" ]
       ], [
         fhir:index 11;
         fhir:CapabilityStatement.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-publisher" ];
         fhir:CapabilityStatement.type [ fhir:value "string" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the value set" ]
       ], [
         fhir:index 12;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The current status of the value set" ]
       ]
     ], [
       fhir:index 135;
       fhir:CapabilityStatement.type [ fhir:value "VerificationResult" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/VerificationResult" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "VerificationResult.target";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "target" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/VerificationResult-target" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "A resource that was validated" ]
       ]
     ], [
       fhir:index 136;
       fhir:CapabilityStatement.type [ fhir:value "VisionPrescription" ];
       fhir:CapabilityStatement.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/VisionPrescription" ];
       fhir:CapabilityStatement.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.code [ fhir:value "read" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.code [ fhir:value "vread" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.code [ fhir:value "update" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.code [ fhir:value "delete" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.code [ fhir:value "history-instance" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.code [ fhir:value "history-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:CapabilityStatement.code [ fhir:value "create" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:CapabilityStatement.code [ fhir:value "search-type" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ];
       fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.referencePolicy [
         fhir:value "literal";
         fhir:index 0
       ], [
         fhir:value "logical";
         fhir:index 1
       ];
       fhir:CapabilityStatement.searchInclude [
         fhir:value "VisionPrescription.prescriber";
         fhir:index 0
       ], [
         fhir:value "VisionPrescription.patient";
         fhir:index 1
       ], [
         fhir:value "VisionPrescription.encounter";
         fhir:index 2
       ];
       fhir:CapabilityStatement.searchRevInclude [
         fhir:value "CarePlan.activity-reference";
         fhir:index 0
       ];
       fhir:CapabilityStatement.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.name [ fhir:value "prescriber" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/VisionPrescription-prescriber" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Who authorizes the vision product" ]
       ], [
         fhir:index 1;
         fhir:CapabilityStatement.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions with this external identifier" ]
       ], [
         fhir:index 2;
         fhir:CapabilityStatement.name [ fhir:value "patient" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to list dispenses for" ]
       ], [
         fhir:index 3;
         fhir:CapabilityStatement.name [ fhir:value "datewritten" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/VisionPrescription-datewritten" ];
         fhir:CapabilityStatement.type [ fhir:value "date" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions written on this date" ]
       ], [
         fhir:index 4;
         fhir:CapabilityStatement.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ];
         fhir:CapabilityStatement.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions with this encounter identifier" ]
       ], [
         fhir:index 5;
         fhir:CapabilityStatement.name [ fhir:value "status" ];
         fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/VisionPrescription-status" ];
         fhir:CapabilityStatement.type [ fhir:value "token" ];
         fhir:CapabilityStatement.documentation [ fhir:value "The status of the vision prescription" ]
       ]
     ];
     fhir:CapabilityStatement.interaction [
       fhir:index 0;
       fhir:CapabilityStatement.code [ fhir:value "transaction" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
     ], [
       fhir:index 1;
       fhir:CapabilityStatement.code [ fhir:value "batch" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
     ], [
       fhir:index 2;
       fhir:CapabilityStatement.code [ fhir:value "history-system" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
     ], [
       fhir:index 3;
       fhir:CapabilityStatement.code [ fhir:value "search-system" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
     ];
     fhir:CapabilityStatement.searchParam [
       fhir:index 0;
       fhir:CapabilityStatement.name [ fhir:value "_text" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DomainResource-text" ];
       fhir:CapabilityStatement.type [ fhir:value "string" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Search on the narrative of the resource" ]
     ], [
       fhir:index 1;
       fhir:CapabilityStatement.name [ fhir:value "something" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/id" ];
       fhir:CapabilityStatement.type [ fhir:value "string" ];
       fhir:CapabilityStatement.documentation [ fhir:value "some doco" ]
     ], [
       fhir:index 2;
       fhir:CapabilityStatement.name [ fhir:value "_list" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-list" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Retrieval of resources that are referenced by a List resource" ]
     ], [
       fhir:index 3;
       fhir:CapabilityStatement.name [ fhir:value "_has" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-has" ];
       fhir:CapabilityStatement.type [ fhir:value "composite" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Provides support for reverse chaining" ]
     ], [
       fhir:index 4;
       fhir:CapabilityStatement.name [ fhir:value "_type" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-type" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Type of resource (when doing cross-resource search" ]
     ], [
       fhir:index 5;
       fhir:CapabilityStatement.name [ fhir:value "_sort" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-source" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "How to sort the resources when returning" ]
     ], [
       fhir:index 6;
       fhir:CapabilityStatement.name [ fhir:value "_count" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-count" ];
       fhir:CapabilityStatement.type [ fhir:value "number" ];
       fhir:CapabilityStatement.documentation [ fhir:value "How many resources to return" ]
     ], [
       fhir:index 7;
       fhir:CapabilityStatement.name [ fhir:value "_include" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-include" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Control over returning additional resources (see spec)" ]
     ], [
       fhir:index 8;
       fhir:CapabilityStatement.name [ fhir:value "_revinclude" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-revinclude" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Control over returning additional resources (see spec)" ]
     ], [
       fhir:index 9;
       fhir:CapabilityStatement.name [ fhir:value "_summary" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-summary" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "What kind of information to return" ]
     ], [
       fhir:index 10;
       fhir:CapabilityStatement.name [ fhir:value "_elements" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-elements" ];
       fhir:CapabilityStatement.type [ fhir:value "string" ];
       fhir:CapabilityStatement.documentation [ fhir:value "What kind of information to return" ]
     ], [
       fhir:index 11;
       fhir:CapabilityStatement.name [ fhir:value "_contained" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-contained" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Managing search into contained resources" ]
     ], [
       fhir:index 12;
       fhir:CapabilityStatement.name [ fhir:value "_containedType" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-containedType" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Managing search into contained resources" ]
     ], [
       fhir:index 13;
       fhir:CapabilityStatement.name [ fhir:value "something" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/id" ];
       fhir:CapabilityStatement.type [ fhir:value "string" ];
       fhir:CapabilityStatement.documentation [ fhir:value "some doco" ]
     ], [
       fhir:index 14;
       fhir:CapabilityStatement.name [ fhir:value "_list" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-list" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Retrieval of resources that are referenced by a List resource" ]
     ], [
       fhir:index 15;
       fhir:CapabilityStatement.name [ fhir:value "_has" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-has" ];
       fhir:CapabilityStatement.type [ fhir:value "composite" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Provides support for reverse chaining" ]
     ], [
       fhir:index 16;
       fhir:CapabilityStatement.name [ fhir:value "_type" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-type" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Type of resource (when doing cross-resource search" ]
     ], [
       fhir:index 17;
       fhir:CapabilityStatement.name [ fhir:value "_sort" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-source" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "How to sort the resources when returning" ]
     ], [
       fhir:index 18;
       fhir:CapabilityStatement.name [ fhir:value "_count" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-count" ];
       fhir:CapabilityStatement.type [ fhir:value "number" ];
       fhir:CapabilityStatement.documentation [ fhir:value "How many resources to return" ]
     ], [
       fhir:index 19;
       fhir:CapabilityStatement.name [ fhir:value "_include" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-include" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Control over returning additional resources (see spec)" ]
     ], [
       fhir:index 20;
       fhir:CapabilityStatement.name [ fhir:value "_revinclude" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-revinclude" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Control over returning additional resources (see spec)" ]
     ], [
       fhir:index 21;
       fhir:CapabilityStatement.name [ fhir:value "_summary" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-summary" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "What kind of information to return" ]
     ], [
       fhir:index 22;
       fhir:CapabilityStatement.name [ fhir:value "_elements" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-elements" ];
       fhir:CapabilityStatement.type [ fhir:value "string" ];
       fhir:CapabilityStatement.documentation [ fhir:value "What kind of information to return" ]
     ], [
       fhir:index 23;
       fhir:CapabilityStatement.name [ fhir:value "_contained" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-contained" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Managing search into contained resources" ]
     ], [
       fhir:index 24;
       fhir:CapabilityStatement.name [ fhir:value "_containedType" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-containedType" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Managing search into contained resources" ]
     ], [
       fhir:index 25;
       fhir:CapabilityStatement.name [ fhir:value "_query" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-query" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "A custom search profile that describes a specific defined query operation" ]
     ], [
       fhir:index 26;
       fhir:CapabilityStatement.name [ fhir:value "_profile" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-profile" ];
       fhir:CapabilityStatement.type [ fhir:value "reference" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Profiles this resource claims to conform to" ]
     ], [
       fhir:index 27;
       fhir:CapabilityStatement.name [ fhir:value "_lastUpdated" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-lastUpdated" ];
       fhir:CapabilityStatement.type [ fhir:value "date" ];
       fhir:CapabilityStatement.documentation [ fhir:value "When the resource version last changed" ]
     ], [
       fhir:index 28;
       fhir:CapabilityStatement.name [ fhir:value "_tag" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-tag" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Tags applied to this resource" ]
     ], [
       fhir:index 29;
       fhir:CapabilityStatement.name [ fhir:value "_security" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-security" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Security Labels applied to this resource" ]
     ], [
       fhir:index 30;
       fhir:CapabilityStatement.name [ fhir:value "_source" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-source" ];
       fhir:CapabilityStatement.type [ fhir:value "uri" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Identifies where the resource comes from" ]
     ], [
       fhir:index 31;
       fhir:CapabilityStatement.name [ fhir:value "_id" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-id" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Logical id of this artifact" ]
     ], [
       fhir:index 32;
       fhir:CapabilityStatement.name [ fhir:value "_content" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-content" ];
       fhir:CapabilityStatement.type [ fhir:value "string" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Search on the entire content of the resource" ]
     ], [
       fhir:index 33;
       fhir:CapabilityStatement.name [ fhir:value "something" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/id" ];
       fhir:CapabilityStatement.type [ fhir:value "string" ];
       fhir:CapabilityStatement.documentation [ fhir:value "some doco" ]
     ], [
       fhir:index 34;
       fhir:CapabilityStatement.name [ fhir:value "_list" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-list" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Retrieval of resources that are referenced by a List resource" ]
     ], [
       fhir:index 35;
       fhir:CapabilityStatement.name [ fhir:value "_has" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-has" ];
       fhir:CapabilityStatement.type [ fhir:value "composite" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Provides support for reverse chaining" ]
     ], [
       fhir:index 36;
       fhir:CapabilityStatement.name [ fhir:value "_type" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-type" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Type of resource (when doing cross-resource search" ]
     ], [
       fhir:index 37;
       fhir:CapabilityStatement.name [ fhir:value "_sort" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-source" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "How to sort the resources when returning" ]
     ], [
       fhir:index 38;
       fhir:CapabilityStatement.name [ fhir:value "_count" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-count" ];
       fhir:CapabilityStatement.type [ fhir:value "number" ];
       fhir:CapabilityStatement.documentation [ fhir:value "How many resources to return" ]
     ], [
       fhir:index 39;
       fhir:CapabilityStatement.name [ fhir:value "_include" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-include" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Control over returning additional resources (see spec)" ]
     ], [
       fhir:index 40;
       fhir:CapabilityStatement.name [ fhir:value "_revinclude" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-revinclude" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Control over returning additional resources (see spec)" ]
     ], [
       fhir:index 41;
       fhir:CapabilityStatement.name [ fhir:value "_summary" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-summary" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "What kind of information to return" ]
     ], [
       fhir:index 42;
       fhir:CapabilityStatement.name [ fhir:value "_elements" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-elements" ];
       fhir:CapabilityStatement.type [ fhir:value "string" ];
       fhir:CapabilityStatement.documentation [ fhir:value "What kind of information to return" ]
     ], [
       fhir:index 43;
       fhir:CapabilityStatement.name [ fhir:value "_contained" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-contained" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Managing search into contained resources" ]
     ], [
       fhir:index 44;
       fhir:CapabilityStatement.name [ fhir:value "_containedType" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Resource-containedType" ];
       fhir:CapabilityStatement.type [ fhir:value "token" ];
       fhir:CapabilityStatement.documentation [ fhir:value "Managing search into contained resources" ]
     ];
     fhir:CapabilityStatement.operation [
       fhir:index 0;
       fhir:CapabilityStatement.name [ fhir:value "validate" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/resource-validate" ]
     ], [
       fhir:index 1;
       fhir:CapabilityStatement.name [ fhir:value "meta" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/resource-meta" ]
     ], [
       fhir:index 2;
       fhir:CapabilityStatement.name [ fhir:value "meta-add" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/resource-meta-add" ]
     ], [
       fhir:index 3;
       fhir:CapabilityStatement.name [ fhir:value "meta-delete" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/resource-meta-delete" ]
     ], [
       fhir:index 4;
       fhir:CapabilityStatement.name [ fhir:value "apply" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/activitydefinition-apply" ]
     ], [
       fhir:index 5;
       fhir:CapabilityStatement.name [ fhir:value "data-requirements" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/activitydefinition-data-requirements" ]
     ], [
       fhir:index 6;
       fhir:CapabilityStatement.name [ fhir:value "subset" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/capabilitystatement-subset" ]
     ], [
       fhir:index 7;
       fhir:CapabilityStatement.name [ fhir:value "implements" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/capabilitystatement-implements" ]
     ], [
       fhir:index 8;
       fhir:CapabilityStatement.name [ fhir:value "conforms" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/capabilitystatement-conforms" ]
     ], [
       fhir:index 9;
       fhir:CapabilityStatement.name [ fhir:value "submit" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/claim-submit" ]
     ], [
       fhir:index 10;
       fhir:CapabilityStatement.name [ fhir:value "lookup" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/codesystem-lookup" ]
     ], [
       fhir:index 11;
       fhir:CapabilityStatement.name [ fhir:value "validate-code" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/codesystem-validate-code" ]
     ], [
       fhir:index 12;
       fhir:CapabilityStatement.name [ fhir:value "subsumes" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/codesystem-subsumes" ]
     ], [
       fhir:index 13;
       fhir:CapabilityStatement.name [ fhir:value "compose" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/codesystem-compose" ]
     ], [
       fhir:index 14;
       fhir:CapabilityStatement.name [ fhir:value "document" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/composition-document" ]
     ], [
       fhir:index 15;
       fhir:CapabilityStatement.name [ fhir:value "translate" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/conceptmap-translate" ]
     ], [
       fhir:index 16;
       fhir:CapabilityStatement.name [ fhir:value "closure" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/conceptmap-closure" ]
     ], [
       fhir:index 17;
       fhir:CapabilityStatement.name [ fhir:value "submit" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/eligibilityrequest-submit" ]
     ], [
       fhir:index 18;
       fhir:CapabilityStatement.name [ fhir:value "everything" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/encounter-everything" ]
     ], [
       fhir:index 19;
       fhir:CapabilityStatement.name [ fhir:value "everything" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/group-everything" ]
     ], [
       fhir:index 20;
       fhir:CapabilityStatement.name [ fhir:value "data-requirements" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/library-data-requirements" ]
     ], [
       fhir:index 21;
       fhir:CapabilityStatement.name [ fhir:value "find" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/list-find" ]
     ], [
       fhir:index 22;
       fhir:CapabilityStatement.name [ fhir:value "evaluate-measure" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/measure-evaluate-measure" ]
     ], [
       fhir:index 23;
       fhir:CapabilityStatement.name [ fhir:value "data-requirements" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/measure-data-requirements" ]
     ], [
       fhir:index 24;
       fhir:CapabilityStatement.name [ fhir:value "process-message" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/messageheader-process-message" ]
     ], [
       fhir:index 25;
       fhir:CapabilityStatement.name [ fhir:value "preferred-id" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/namingsystem-preferred-id" ]
     ], [
       fhir:index 26;
       fhir:CapabilityStatement.name [ fhir:value "stats" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/observation-stats" ]
     ], [
       fhir:index 27;
       fhir:CapabilityStatement.name [ fhir:value "lastn" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/observation-lastn" ]
     ], [
       fhir:index 28;
       fhir:CapabilityStatement.name [ fhir:value "match" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/patient-match" ]
     ], [
       fhir:index 29;
       fhir:CapabilityStatement.name [ fhir:value "everything" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/patient-everything" ]
     ], [
       fhir:index 30;
       fhir:CapabilityStatement.name [ fhir:value "apply" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/plandefinition-apply" ]
     ], [
       fhir:index 31;
       fhir:CapabilityStatement.name [ fhir:value "data-requirements" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/plandefinition-data-requirements" ]
     ], [
       fhir:index 32;
       fhir:CapabilityStatement.name [ fhir:value "submit" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/processrequest-submit" ]
     ], [
       fhir:index 33;
       fhir:CapabilityStatement.name [ fhir:value "populate" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/questionnaire-populate" ]
     ], [
       fhir:index 34;
       fhir:CapabilityStatement.name [ fhir:value "populatehtml" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/questionnaire-populatehtml" ]
     ], [
       fhir:index 35;
       fhir:CapabilityStatement.name [ fhir:value "populatelink" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/questionnaire-populatelink" ]
     ], [
       fhir:index 36;
       fhir:CapabilityStatement.name [ fhir:value "questionnaire" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/structuredefinition-questionnaire" ]
     ], [
       fhir:index 37;
       fhir:CapabilityStatement.name [ fhir:value "snapshot" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/structuredefinition-snapshot" ]
     ], [
       fhir:index 38;
       fhir:CapabilityStatement.name [ fhir:value "transform" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/structuremap-transform" ]
     ], [
       fhir:index 39;
       fhir:CapabilityStatement.name [ fhir:value "expand" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/valueset-expand" ]
     ], [
       fhir:index 40;
       fhir:CapabilityStatement.name [ fhir:value "validate-code" ];
       fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/OperationDefinition/valueset-validate-code" ]
     ]
  ] .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.