STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Conformance-base.ttl

Raw Turtle, JSON-LD

Base Conformance Statement

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

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

_ a fhir:Conformance;
  fhir:Resource.id [ fhir:value "base"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:Conformance.url [ fhir:value "http://hl7.org/fhir/Conformance/base"];
  fhir:Conformance.version [ fhir:value "1.6.0-9663"];
  fhir:Conformance.name [ fhir:value "Base FHIR Conformance Statement (Full)"];
  fhir:Conformance.status [ fhir:value "draft"];
  fhir:Conformance.experimental [ fhir:value "true"];
  fhir:Conformance.date [ fhir:value "2016-08-11T17:02:54+10:00"];
  fhir:Conformance.publisher [ fhir:value "FHIR Project Team"];
  fhir:Conformance.contact [
     fhir:index 0;
     fhir:Conformance.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ]
  ];
  fhir:Conformance.description [ fhir:value "This is the base conformance 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 conformance statements from"];
  fhir:Conformance.kind [ fhir:value "capability"];
  fhir:Conformance.software [
     fhir:Conformance.name [ fhir:value "Insert your softwware name here..." ]
  ];
  fhir:Conformance.fhirVersion [ fhir:value "1.6.0"];
  fhir:Conformance.acceptUnknown [ fhir:value "both"];
  fhir:Conformance.format [
     fhir:value "xml";
     fhir:index 0
  ], [
     fhir:value "json";
     fhir:index 1
  ];
  fhir:Conformance.rest [
     fhir:index 0;
     fhir:Conformance.mode [ fhir:value "server" ];
     fhir:Conformance.documentation [ fhir:value "All the functionality defined in FHIR" ];
     fhir:Conformance.security [
       fhir:Conformance.cors [ fhir:value "true" ];
       fhir:Conformance.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:Conformance.description [ fhir:value "This is the conformance 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:Conformance.resource [
       fhir:index 0;
       fhir:Conformance.type [ fhir:value "Account" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Account" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Account.owner";
         fhir:index 0
       ], [
         fhir:value "Account.subject";
         fhir:index 1
       ], [
         fhir:value "Account.patient";
         fhir:index 2
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "owner" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/account-owner" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who is responsible?" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/account-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Account number" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "period" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/account-period" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Transaction window" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "balance" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/account-balance" ];
         fhir:Conformance.type [ fhir:value "quantity" ];
         fhir:Conformance.documentation [ fhir:value "How much is in account?" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/account-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "What is account tied to?" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/account-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "What is account tied to?" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/account-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Human-readable label" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/account-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "E.g. patient, expense, depreciation" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/account-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "active | inactive | entered-in-error" ]
       ]
     ], [
       fhir:index 1;
       fhir:Conformance.type [ fhir:value "ActivityDefinition" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/activitydefinition-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Logical identifier for the module (e.g. CMS-143)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "topic" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/activitydefinition-topic" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Topics associated with the module" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "description" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/activitydefinition-description" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Text search against the description" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "title" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/activitydefinition-title" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Text search against the title" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "version" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/activitydefinition-version" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Version of the module (e.g. 1.0.0)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/activitydefinition-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Status of the module" ]
       ]
     ], [
       fhir:index 2;
       fhir:Conformance.type [ fhir:value "AllergyIntolerance" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "AllergyIntolerance.recorder";
         fhir:index 0
       ], [
         fhir:value "AllergyIntolerance.reporter";
         fhir:index 1
       ], [
         fhir:value "AllergyIntolerance.patient";
         fhir:index 2
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "ClinicalImpression.problem";
         fhir:index 0
       ], [
         fhir:value "ImmunizationRecommendation.information";
         fhir:index 1
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "severity" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-severity" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "mild | moderate | severe (of event as a whole)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Date record was believed accurate" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "External ids for this item" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "manifestation" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-manifestation" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Clinical symptoms/signs associated with the Event" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "recorder" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-recorder" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who recorded the sensitivity" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Allergy or intolerance code" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "criticality" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-criticality" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "low | high | unable-to-assess" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "reporter" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-reporter" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Source of the information about the allergy" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "allergy | intolerance - Underlying mechanism (if known)" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "onset" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-onset" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Date(/time) when manifestations showed" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "route" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-route" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "How the subject was exposed to the substance" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who the sensitivity is for" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "category" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-category" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "food | medication | biologic | environment" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "last-date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-last-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Date(/time) of last known occurrence of a reaction" ]
       ], [
         fhir:index 14;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "active | active-confirmed | inactive | resolved | refuted | entered-in-error" ]
       ]
     ], [
       fhir:index 3;
       fhir:Conformance.type [ fhir:value "Appointment" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Appointment" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Appointment.actor";
         fhir:index 0
       ], [
         fhir:value "Appointment.practitioner";
         fhir:index 1
       ], [
         fhir:value "Appointment.patient";
         fhir:index 2
       ], [
         fhir:value "Appointment.location";
         fhir:index 3
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "AppointmentResponse.appointment";
         fhir:index 0
       ], [
         fhir:value "CarePlan.activityreference";
         fhir:index 1
       ], [
         fhir:value "ClinicalImpression.action";
         fhir:index 2
       ], [
         fhir:value "ClinicalImpression.plan";
         fhir:index 3
       ], [
         fhir:value "Encounter.appointment";
         fhir:index 4
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Appointment date/time." ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "actor" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-actor" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Any one of the individuals participating in the appointment" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "An Identifier of the Appointment" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "practitioner" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-practitioner" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "One of the individuals of the appointment is this practitioner" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "part-status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-part-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.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 5;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "One of the individuals of the appointment is this patient" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "appointment-type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-appointment-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The style of appointment or patient that has been booked in the slot (not service type)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "service-type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-service-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The specific service that is to be performed during this appointment" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "location" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-location" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "This location is listed in the participants of the appointment" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The overall status of the appointment" ]
       ]
     ], [
       fhir:index 4;
       fhir:Conformance.type [ fhir:value "AppointmentResponse" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/AppointmentResponse" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.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:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "actor" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointmentresponse-actor" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The Person, Location/HealthcareService or Device that this appointment response replies for" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointmentresponse-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "An Identifier in this appointment response" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "practitioner" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointmentresponse-practitioner" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "This Response is for this Practitioner" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "part-status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointmentresponse-part-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The participants acceptance status for this appointment" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointmentresponse-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "This Response is for this Patient" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "appointment" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointmentresponse-appointment" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The appointment that the response is attached to" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "location" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointmentresponse-location" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "This Response is for this Location" ]
       ]
     ], [
       fhir:index 5;
       fhir:Conformance.type [ fhir:value "AuditEvent" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/AuditEvent" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "AuditEvent.agent";
         fhir:index 0
       ], [
         fhir:value "AuditEvent.patient";
         fhir:index 1
       ], [
         fhir:value "AuditEvent.entity";
         fhir:index 2
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Time when the event occurred on source" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "entity-type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-entity-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Type of entity involved" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "agent" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-agent" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Direct reference to resource" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "address" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-address" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Identifier for the network access point of the user device" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "role" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-role" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "What role the entity played" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "source" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-source" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The identity of source detecting the event" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Type/identifier of event" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "altid" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-altid" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Alternative User id e.g. authentication" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "site" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-site" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Logical source location within the enterprise" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "agent-name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-agent-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Human-meaningful name for the agent" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "entity-name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-entity-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Descriptor for entity" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "subtype" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-subtype" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "More specific type/id for the event" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Direct reference to resource" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "action" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-action" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Type of action performed during the event" ]
       ], [
         fhir:index 14;
         fhir:Conformance.name [ fhir:value "user" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-user" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Unique identifier for the user" ]
       ], [
         fhir:index 15;
         fhir:Conformance.name [ fhir:value "entity" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-entity" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Specific instance of resource" ]
       ], [
         fhir:index 16;
         fhir:Conformance.name [ fhir:value "entity-id" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-entity-id" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Specific instance of object" ]
       ], [
         fhir:index 17;
         fhir:Conformance.name [ fhir:value "outcome" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-outcome" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Whether the event succeeded or failed" ]
       ], [
         fhir:index 18;
         fhir:Conformance.name [ fhir:value "policy" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-policy" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Policy that authorized event" ]
       ]
     ], [
       fhir:index 6;
       fhir:Conformance.type [ fhir:value "Basic" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Basic" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Basic.subject";
         fhir:index 0
       ], [
         fhir:value "Basic.patient";
         fhir:index 1
       ], [
         fhir:value "Basic.author";
         fhir:index 2
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/basic-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Business identifier" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/basic-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Kind of Resource" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/basic-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Identifies the focus of this resource" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "created" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/basic-created" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When created" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/basic-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Identifies the focus of this resource" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "author" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/basic-author" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who created" ]
       ]
     ], [
       fhir:index 7;
       fhir:Conformance.type [ fhir:value "Binary" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Binary" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "contenttype" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/binary-contenttype" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "MimeType of the binary content" ]
       ]
     ], [
       fhir:index 8;
       fhir:Conformance.type [ fhir:value "BodySite" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/BodySite" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "BodySite.patient";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/bodysite-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Identifier for this instance of the anatomical location" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/bodysite-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Named anatomical location" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/bodysite-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Patient to whom bodysite belongs" ]
       ]
     ], [
       fhir:index 9;
       fhir:Conformance.type [ fhir:value "Bundle" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Bundle" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Bundle.composition";
         fhir:index 0
       ], [
         fhir:value "Bundle.message";
         fhir:index 1
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "composition" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/bundle-composition" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.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 1;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/bundle-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "message" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/bundle-message" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.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 10;
       fhir:Conformance.type [ fhir:value "CarePlan" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/CarePlan" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "CarePlan.activityreference";
         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.careteam";
         fhir:index 4
       ], [
         fhir:value "CarePlan.relatedplan";
         fhir:index 5
       ], [
         fhir:value "CarePlan.condition";
         fhir:index 6
       ], [
         fhir:value "CarePlan.patient";
         fhir:index 7
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "CarePlan.relatedplan";
         fhir:index 0
       ], [
         fhir:value "ClinicalImpression.plan";
         fhir:index 1
       ], [
         fhir:value "ImagingStudy.basedon";
         fhir:index 2
       ], [
         fhir:value "QuestionnaireResponse.based-on";
         fhir:index 3
       ], [
         fhir:value "ReferralRequest.basedon";
         fhir:index 4
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Time period plan covers" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "activitycode" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-activitycode" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Detail type of activity" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "activitydate" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-activitydate" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Specified date occurs within period specified by CarePlan.activity.timingSchedule" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "activityreference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-activityreference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Activity details defined in specific resource" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "performer" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-performer" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.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:Conformance.name [ fhir:value "goal" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-goal" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Desired outcome of plan" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who care plan is for" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "relatedcode" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-relatedcode" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "includes | replaces | fulfills" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "careteam" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-careteam" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who's involved in plan?" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "relatedplan" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-relatedplan" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Plan relationship exists with" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "condition" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-condition" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Health issues this plan addresses" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "related" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-related" ];
         fhir:Conformance.type [ fhir:value "composite" ];
         fhir:Conformance.documentation [ fhir:value "A combination of the type of relationship and the related plan" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who care plan is for" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "category" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-category" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Type of plan" ]
       ]
     ], [
       fhir:index 11;
       fhir:Conformance.type [ fhir:value "CareTeam" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/CareTeam" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "CareTeam.patient";
         fhir:index 0
       ], [
         fhir:value "CareTeam.subject";
         fhir:index 1
       ], [
         fhir:value "CareTeam.participant";
         fhir:index 2
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "CarePlan.careteam";
         fhir:index 0
       ], [
         fhir:value "CommunicationRequest.recipient";
         fhir:index 1
       ], [
         fhir:value "Consent.actor";
         fhir:index 2
       ], [
         fhir:value "Consent.recipient";
         fhir:index 3
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careteam-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Time period team covers" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careteam-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "External Ids for this team" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careteam-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who care team is for" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careteam-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who care team is for" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careteam-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Type of team" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "participant" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careteam-participant" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who is involved" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careteam-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "active | suspended | inactive | entered in error" ]
       ]
     ], [
       fhir:index 12;
       fhir:Conformance.type [ fhir:value "Claim" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Claim" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Claim.insurer-reference";
         fhir:index 0
       ], [
         fhir:value "Claim.organization-reference";
         fhir:index 1
       ], [
         fhir:value "Claim.patient-reference";
         fhir:index 2
       ], [
         fhir:value "Claim.facility-reference";
         fhir:index 3
       ], [
         fhir:value "Claim.provider-reference";
         fhir:index 4
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "ClaimResponse.request-reference";
         fhir:index 0
       ], [
         fhir:value "ExplanationOfBenefit.claimreference";
         fhir:index 1
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The primary identifier of the financial resource" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "insurer-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-insurer-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The target payor/insurer for the Claim" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "organization-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-organization-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the providing organization" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "use" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-use" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The kind of financial resource" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "patient-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-patient-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Patient receiving the services" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "created" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-created" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The creation date for the Claim" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "provider-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-provider-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Provider responsible for the Claim" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "priority" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-priority" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Processing priority requested" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "facility-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-facility-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Facility responsible for the goods and services" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "insurer-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-insurer-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The target payor/insurer for the Claim" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "organization-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-organization-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the providing organization" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "facility-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-facility-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Facility responsible for the goods and services" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "provider-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-provider-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Provider responsible for the Claim" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "patient-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-patient-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Patient receiving the services" ]
       ]
     ], [
       fhir:index 13;
       fhir:Conformance.type [ fhir:value "ClaimResponse" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ClaimResponse" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "ClaimResponse.request-reference";
         fhir:index 0
       ], [
         fhir:value "ClaimResponse.organization-reference";
         fhir:index 1
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claimresponse-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The identity of the insurer" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "request-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claimresponse-request-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The claim reference" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "disposition" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claimresponse-disposition" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "The contents of the disposition message" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "paymentdate" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claimresponse-paymentdate" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The expected paymentDate" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "organization-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claimresponse-organization-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The organization who generated this resource" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "created" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claimresponse-created" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The creation date" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "organization-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claimresponse-organization-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The organization who generated this resource" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "request-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claimresponse-request-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The claim reference" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "outcome" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claimresponse-outcome" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The processing outcome" ]
       ]
     ], [
       fhir:index 14;
       fhir:Conformance.type [ fhir:value "ClinicalImpression" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ClinicalImpression" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.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:value "ClinicalImpression.plan";
         fhir:index 9
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "ClinicalImpression.previous";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When the assessment was documented" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "previous" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-previous" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Reference to last assessment" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "finding-code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-finding-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "What was found" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "assessor" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-assessor" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The clinician performing the assessment" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Patient or group assessed" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "finding-ref" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-finding-ref" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "What was found" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "problem" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-problem" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Relevant impressions of patient state" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Patient or group assessed" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-context" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Encounter or Episode created from" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "investigation" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-investigation" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Record of a specific investigation" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "action" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-action" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Actions taken during assessment" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "plan" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-plan" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Plan of action after assessment" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "draft | completed | entered-in-error" ]
       ]
     ], [
       fhir:index 15;
       fhir:Conformance.type [ fhir:value "CodeSystem" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/CodeSystem" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The code system publication date" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The identifier for the code system" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A code defined in the code system" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "description" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-description" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Text search in the description of the code system" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "language" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-language" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A language in which a designation is provided" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "version" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-version" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The version identifier of the code system" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "url" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-url" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "The logical URL for the code system" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "content" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-content" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "not-present | examplar | fragment | complete" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "system" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-system" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "The system for any codes defined by this code system (same as 'url')" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "The name of the code system" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-context" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A use context assigned to the code system" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "publisher" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-publisher" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of the publisher of the code system" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The status of the code system" ]
       ]
     ], [
       fhir:index 16;
       fhir:Conformance.type [ fhir:value "Communication" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Communication" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Communication.based-on";
         fhir:index 0
       ], [
         fhir:value "Communication.sender";
         fhir:index 1
       ], [
         fhir:value "Communication.subject";
         fhir:index 2
       ], [
         fhir:value "Communication.patient";
         fhir:index 3
       ], [
         fhir:value "Communication.recipient";
         fhir:index 4
       ], [
         fhir:value "Communication.context";
         fhir:index 5
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Unique identifier" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "based-on" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-based-on" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Request fulfilled by this communication" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "sender" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-sender" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Message sender" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Focus of message" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Focus of message" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "recipient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-recipient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Message recipient" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-context" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Encounter or episode leading to message" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "received" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-received" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When received" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "medium" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-medium" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A channel of communication" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "category" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-category" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Message category" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "sent" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-sent" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When sent" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "in-progress | completed | suspended | rejected | failed" ]
       ]
     ], [
       fhir:index 17;
       fhir:Conformance.type [ fhir:value "CommunicationRequest" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/CommunicationRequest" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "CommunicationRequest.requester";
         fhir:index 0
       ], [
         fhir:value "CommunicationRequest.subject";
         fhir:index 1
       ], [
         fhir:value "CommunicationRequest.encounter";
         fhir:index 2
       ], [
         fhir:value "CommunicationRequest.sender";
         fhir:index 3
       ], [
         fhir:value "CommunicationRequest.patient";
         fhir:index 4
       ], [
         fhir:value "CommunicationRequest.recipient";
         fhir:index 5
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "CarePlan.activityreference";
         fhir:index 0
       ], [
         fhir:value "ClinicalImpression.plan";
         fhir:index 1
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "requester" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-requester" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "An individual who requested a communication" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Unique identifier" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Focus of message" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "medium" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-medium" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A channel of communication" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "encounter" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-encounter" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Encounter leading to message" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "priority" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-priority" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Message urgency" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "requested" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-requested" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When ordered or proposed" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "sender" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-sender" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Message sender" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Focus of message" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "recipient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-recipient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Message recipient" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "time" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-time" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When scheduled" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "category" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-category" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Message category" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | failed" ]
       ]
     ], [
       fhir:index 18;
       fhir:Conformance.type [ fhir:value "CompartmentDefinition" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/CompartmentDefinition" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/compartmentdefinition-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Publication Date(/time)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/compartmentdefinition-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Patient | Encounter | RelatedPerson | Practitioner | Device" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "resource" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/compartmentdefinition-resource" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Name of resource type" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/compartmentdefinition-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Informal name for this compartment definition" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "url" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/compartmentdefinition-url" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Absolute URL used to reference this compartment definition" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/compartmentdefinition-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "draft | active | retired" ]
       ]
     ], [
       fhir:index 19;
       fhir:Conformance.type [ fhir:value "Composition" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Composition" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.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.patient";
         fhir:index 5
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Composition editing time" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Logical identifier of composition (version-independent)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "period" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-period" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The period covered by the documentation" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who and/or what the composition is about" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "author" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-author" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who and/or what authored the composition" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "confidentiality" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-confidentiality" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "As defined by affinity domain" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "section" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-section" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Classification of section (recommended)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "encounter" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-encounter" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Context of the Composition" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Kind of composition (LOINC if possible)" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "title" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-title" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Human Readable name/title" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "attester" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-attester" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who attested the composition" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "entry" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-entry" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "A reference to data that supports this section" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who and/or what the composition is about" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-context" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Code(s) that apply to the event being documented" ]
       ], [
         fhir:index 14;
         fhir:Conformance.name [ fhir:value "class" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-class" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Categorization of Composition" ]
       ], [
         fhir:index 15;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "preliminary | final | amended | entered-in-error" ]
       ]
     ], [
       fhir:index 20;
       fhir:Conformance.type [ fhir:value "ConceptMap" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ConceptMap" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         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:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The concept map publication date" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Additional identifier for the concept map" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "product" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-product" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Reference to property mapping depends on" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "target-system" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-target-system" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "System of the target (if necessary)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "dependson" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-dependson" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Reference to property mapping depends on" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "description" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-description" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Text search in the description of the concept map" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "source" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-source" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Identifies the source of the concepts which are being mapped" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "version" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-version" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The version identifier of the concept map" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "url" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-url" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "The URL of the concept map" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "target" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-target" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Provides context to the mappings" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "source-code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-source-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Identifies element being mapped" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "source-uri" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-source-uri" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Identifies the source of the concepts which are being mapped" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of the concept map" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-context" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A use context assigned to the concept map" ]
       ], [
         fhir:index 14;
         fhir:Conformance.name [ fhir:value "publisher" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-publisher" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of the publisher of the concept map" ]
       ], [
         fhir:index 15;
         fhir:Conformance.name [ fhir:value "source-system" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-source-system" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Code System (if value set crosses code systems)" ]
       ], [
         fhir:index 16;
         fhir:Conformance.name [ fhir:value "target-code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-target-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Code that identifies the target element" ]
       ], [
         fhir:index 17;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Status of the concept map" ]
       ], [
         fhir:index 18;
         fhir:Conformance.name [ fhir:value "target-uri" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-target-uri" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Provides context to the mappings" ]
       ]
     ], [
       fhir:index 21;
       fhir:Conformance.type [ fhir:value "Condition" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Condition" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Condition.subject";
         fhir:index 0
       ], [
         fhir:value "Condition.asserter";
         fhir:index 1
       ], [
         fhir:value "Condition.patient";
         fhir:index 2
       ], [
         fhir:value "Condition.context";
         fhir:index 3
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "CarePlan.condition";
         fhir:index 0
       ], [
         fhir:value "ClinicalImpression.finding-ref";
         fhir:index 1
       ], [
         fhir:value "ClinicalImpression.problem";
         fhir:index 2
       ], [
         fhir:value "Encounter.procedure";
         fhir:index 3
       ], [
         fhir:value "Encounter.condition";
         fhir:index 4
       ], [
         fhir:value "Encounter.indication";
         fhir:index 5
       ], [
         fhir:value "EpisodeOfCare.condition";
         fhir:index 6
       ], [
         fhir:value "RiskAssessment.condition";
         fhir:index 7
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "severity" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-severity" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The severity of the condition" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A unique identifier of the condition record" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "clinicalstatus" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-clinicalstatus" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The clinical status of the condition" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "onset-info" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-onset-info" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Onsets as a string" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Code for the condition" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "evidence" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-evidence" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Manifestation/symptom" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who has the condition?" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "abatement-boolean" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-abatement-boolean" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Abatement boolean (boolean is true or non-boolean values are present)" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "abatement-info" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-abatement-info" ];
         fhir:Conformance.type [ fhir:value "quantity" ];
         fhir:Conformance.documentation [ fhir:value "Abatement as a string" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "onset-date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-onset-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Date related onsets (dateTime and Period)" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "abatement-date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-abatement-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Date-related abatements (dateTime and period)" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "asserter" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-asserter" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Person who asserts this condition" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "date-recorded" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-date-recorded" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "A date, when the Condition statement was documented" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "stage" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-stage" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Simple summary (disease specific)" ]
       ], [
         fhir:index 14;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who has the condition?" ]
       ], [
         fhir:index 15;
         fhir:Conformance.name [ fhir:value "context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-context" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Encounter when condition first asserted" ]
       ], [
         fhir:index 16;
         fhir:Conformance.name [ fhir:value "onset-age" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-onset-age" ];
         fhir:Conformance.type [ fhir:value "quantity" ];
         fhir:Conformance.documentation [ fhir:value "Onsets as age or age range" ]
       ], [
         fhir:index 17;
         fhir:Conformance.name [ fhir:value "abatement-age" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-abatement-age" ];
         fhir:Conformance.type [ fhir:value "quantity" ];
         fhir:Conformance.documentation [ fhir:value "Abatement as age or age range" ]
       ], [
         fhir:index 18;
         fhir:Conformance.name [ fhir:value "category" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-category" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The category of the condition" ]
       ], [
         fhir:index 19;
         fhir:Conformance.name [ fhir:value "body-site" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-body-site" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Anatomical location, if relevant" ]
       ]
     ], [
       fhir:index 22;
       fhir:Conformance.type [ fhir:value "Conformance" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Conformance" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Conformance.supported-profile";
         fhir:index 0
       ], [
         fhir:value "Conformance.resourceprofile";
         fhir:index 1
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The conformance statement publication date" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "software" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-software" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Part of a the name of a software application" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "resource" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-resource" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Name of a resource mentioned in a conformance statement" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "format" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-format" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "formats supported (xml | json | ttl | mime type)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "description" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-description" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Text search in the description of the conformance statement" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "fhirversion" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-fhirversion" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The version of FHIR" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "version" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-version" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The version identifier of the conformance statement" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "securityservice" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-securityservice" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "url" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-url" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "The uri that identifies the conformance statement" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "supported-profile" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-supported-profile" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Profiles for use cases supported" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "mode" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-mode" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Mode - restful (server/client) or messaging (sender/receiver)" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "resourceprofile" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-resourceprofile" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "A profile id invoked in a conformance statement" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of the conformance statement" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-context" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A use context assigned to the conformance statement" ]
       ], [
         fhir:index 14;
         fhir:Conformance.name [ fhir:value "publisher" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-publisher" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of the publisher of the conformance statement" ]
       ], [
         fhir:index 15;
         fhir:Conformance.name [ fhir:value "event" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-event" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Event code in a conformance statement" ]
       ], [
         fhir:index 16;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conformance-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The current status of the conformance statement" ]
       ]
     ], [
       fhir:index 23;
       fhir:Conformance.type [ fhir:value "Consent" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Consent" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Consent.data";
         fhir:index 0
       ], [
         fhir:value "Consent.source";
         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.recipient";
         fhir:index 5
       ], [
         fhir:value "Consent.consentor";
         fhir:index 6
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "Consent.source";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When this Consent was created or indexed" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Identifier for this record (external references)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "period" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-period" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Period that this consent applies" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "data" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-data" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The actual data reference" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "purpose" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-purpose" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Context of activities covered by this exception" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "source" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-source" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Source from which this consent is taken" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "actor" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-actor" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Resource for the actor (or group, by role)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "security" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-security" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Security Labels that define affected resources" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who the consent applies to" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "organization" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-organization" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Organization that manages the consent" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "recipient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-recipient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Whose access is controlled by the policy" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "action" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-action" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Actions controlled by this exception" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "consentor" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-consentor" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who is agreeing to the policy and exceptions" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "category" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-category" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Classification of the consent statement - for indexing/retrieval" ]
       ], [
         fhir:index 14;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "draft | proposed | active | rejected | inactive | entered-in-error" ]
       ]
     ], [
       fhir:index 24;
       fhir:Conformance.type [ fhir:value "Contract" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Contract" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Contract.agent";
         fhir:index 0
       ], [
         fhir:value "Contract.ttopic";
         fhir:index 1
       ], [
         fhir:value "Contract.patient";
         fhir:index 2
       ], [
         fhir:value "Contract.subject";
         fhir:index 3
       ], [
         fhir:value "Contract.authority";
         fhir:index 4
       ], [
         fhir:value "Contract.domain";
         fhir:index 5
       ], [
         fhir:value "Contract.topic";
         fhir:index 6
       ], [
         fhir:value "Contract.signer";
         fhir:index 7
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "Consent.source";
         fhir:index 0
       ], [
         fhir:value "Contract.agent";
         fhir:index 1
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The identity of the contract" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "agent" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-agent" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Agent to the Contact" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "ttopic" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-ttopic" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of the topic of the contract terms" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of the subject of the contract (if a patient)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of the subject of the contract" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "authority" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-authority" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The authority of the contract" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "domain" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-domain" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The domain of the contract" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "topic" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-topic" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of the topic of the contract" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "issued" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-issued" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The date/time the contract was issued" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "signer" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-signer" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Contract Signatory Party" ]
       ]
     ], [
       fhir:index 25;
       fhir:Conformance.type [ fhir:value "Coverage" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Coverage" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Coverage.issuer-reference";
         fhir:index 0
       ], [
         fhir:value "Coverage.planholder-reference";
         fhir:index 1
       ], [
         fhir:value "Coverage.beneficiary-reference";
         fhir:index 2
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The primary identifier of the insured and the coverage" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "subgroup" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-subgroup" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Sub-group identifier" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "subplan" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-subplan" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Sub-plan identifier" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "beneficiary-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-beneficiary-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Covered party" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The kind of coverage (health plan, auto, Workers Compensation)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "issuer-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-issuer-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of the insurer" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "planholder-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-planholder-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Reference to the planholder" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "sequence" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-sequence" ];
         fhir:Conformance.type [ fhir:value "number" ];
         fhir:Conformance.documentation [ fhir:value "Sequence number" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "issuer-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-issuer-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The identity of the insurer" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "planholder-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-planholder-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Reference to the planholder" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "plan" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-plan" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A plan or policy identifier" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "dependent" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-dependent" ];
         fhir:Conformance.type [ fhir:value "number" ];
         fhir:Conformance.documentation [ fhir:value "Dependent number" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "beneficiary-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-beneficiary-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Covered party" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "group" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-group" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Group identifier" ]
       ]
     ], [
       fhir:index 26;
       fhir:Conformance.type [ fhir:value "DataElement" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DataElement" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The data element publication date" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The identifier of the data element" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A code for the data element (server may choose to do subsumption)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "stringency" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-stringency" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The stringency of the data element definition" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of the data element" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-context" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A use context assigned to the data element" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "publisher" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-publisher" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of the publisher of the data element" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "description" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-description" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Text search in the description of the data element.  This corresponds to the definition of the first DataElement.element." ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "version" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-version" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "The version identifier of the data element" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "url" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-url" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "The official URL for the data element" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The current status of the data element" ]
       ]
     ], [
       fhir:index 27;
       fhir:Conformance.type [ fhir:value "DecisionSupportServiceModule" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DecisionSupportServiceModule" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/decisionsupportservicemodule-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Logical identifier for the module (e.g. CMS-143)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "topic" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/decisionsupportservicemodule-topic" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Topics associated with the module" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "description" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/decisionsupportservicemodule-description" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Text search against the description" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "title" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/decisionsupportservicemodule-title" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Text search against the title" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "version" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/decisionsupportservicemodule-version" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Version of the module (e.g. 1.0.0)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/decisionsupportservicemodule-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Status of the module" ]
       ]
     ], [
       fhir:index 28;
       fhir:Conformance.type [ fhir:value "DetectedIssue" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DetectedIssue" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "DetectedIssue.patient";
         fhir:index 0
       ], [
         fhir:value "DetectedIssue.author";
         fhir:index 1
       ], [
         fhir:value "DetectedIssue.implicated";
         fhir:index 2
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/detectedissue-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When identified" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/detectedissue-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Unique id for the detected issue" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/detectedissue-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Associated patient" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "author" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/detectedissue-author" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The provider or device that identified the issue" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "implicated" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/detectedissue-implicated" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Problem resource" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "category" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/detectedissue-category" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Issue Category, e.g. drug-drug, duplicate therapy, etc." ]
       ]
     ], [
       fhir:index 29;
       fhir:Conformance.type [ fhir:value "Device" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Device" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Device.patient";
         fhir:index 0
       ], [
         fhir:value "Device.organization";
         fhir:index 1
       ], [
         fhir:value "Device.location";
         fhir:index 2
       ];
       fhir:Conformance.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 "AuditEvent.agent";
         fhir:index 10
       ], [
         fhir:value "AuditEvent.patient";
         fhir:index 11
       ], [
         fhir:value "Communication.sender";
         fhir:index 12
       ], [
         fhir:value "Communication.recipient";
         fhir:index 13
       ], [
         fhir:value "CommunicationRequest.sender";
         fhir:index 14
       ], [
         fhir:value "CommunicationRequest.recipient";
         fhir:index 15
       ], [
         fhir:value "Composition.author";
         fhir:index 16
       ], [
         fhir:value "Consent.actor";
         fhir:index 17
       ], [
         fhir:value "Consent.recipient";
         fhir:index 18
       ], [
         fhir:value "Contract.agent";
         fhir:index 19
       ], [
         fhir:value "DetectedIssue.author";
         fhir:index 20
       ], [
         fhir:value "DeviceComponent.source";
         fhir:index 21
       ], [
         fhir:value "DeviceMetric.source";
         fhir:index 22
       ], [
         fhir:value "DeviceUseRequest.requester";
         fhir:index 23
       ], [
         fhir:value "DeviceUseRequest.subject";
         fhir:index 24
       ], [
         fhir:value "DeviceUseRequest.patient";
         fhir:index 25
       ], [
         fhir:value "DeviceUseRequest.filler";
         fhir:index 26
       ], [
         fhir:value "DeviceUseRequest.device";
         fhir:index 27
       ], [
         fhir:value "DeviceUseStatement.device";
         fhir:index 28
       ], [
         fhir:value "DiagnosticReport.subject";
         fhir:index 29
       ], [
         fhir:value "DiagnosticReport.patient";
         fhir:index 30
       ], [
         fhir:value "DiagnosticRequest.requester";
         fhir:index 31
       ], [
         fhir:value "DiagnosticRequest.subject";
         fhir:index 32
       ], [
         fhir:value "DiagnosticRequest.patient";
         fhir:index 33
       ], [
         fhir:value "DiagnosticRequest.filler";
         fhir:index 34
       ], [
         fhir:value "DocumentManifest.subject";
         fhir:index 35
       ], [
         fhir:value "DocumentManifest.author";
         fhir:index 36
       ], [
         fhir:value "DocumentManifest.patient";
         fhir:index 37
       ], [
         fhir:value "DocumentReference.subject";
         fhir:index 38
       ], [
         fhir:value "DocumentReference.patient";
         fhir:index 39
       ], [
         fhir:value "DocumentReference.author";
         fhir:index 40
       ], [
         fhir:value "Flag.author";
         fhir:index 41
       ], [
         fhir:value "Group.member";
         fhir:index 42
       ], [
         fhir:value "ImagingManifest.author";
         fhir:index 43
       ], [
         fhir:value "List.subject";
         fhir:index 44
       ], [
         fhir:value "List.patient";
         fhir:index 45
       ], [
         fhir:value "List.source";
         fhir:index 46
       ], [
         fhir:value "Media.subject";
         fhir:index 47
       ], [
         fhir:value "Media.patient";
         fhir:index 48
       ], [
         fhir:value "MedicationAdministration.device";
         fhir:index 49
       ], [
         fhir:value "MessageHeader.target";
         fhir:index 50
       ], [
         fhir:value "Observation.subject";
         fhir:index 51
       ], [
         fhir:value "Observation.patient";
         fhir:index 52
       ], [
         fhir:value "Observation.device";
         fhir:index 53
       ], [
         fhir:value "ProcedureRequest.orderer";
         fhir:index 54
       ], [
         fhir:value "Provenance.agent";
         fhir:index 55
       ], [
         fhir:value "QuestionnaireResponse.author";
         fhir:index 56
       ], [
         fhir:value "RiskAssessment.performer";
         fhir:index 57
       ], [
         fhir:value "Schedule.actor";
         fhir:index 58
       ], [
         fhir:value "Specimen.subject";
         fhir:index 59
       ], [
         fhir:value "Specimen.patient";
         fhir:index 60
       ], [
         fhir:value "Task.owner";
         fhir:index 61
       ], [
         fhir:value "Task.requester";
         fhir:index 62
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/device-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Instance id from manufacturer, owner, and others" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/device-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Patient information, if the resource is affixed to a person" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "organization" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/device-organization" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The organization responsible for the device" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "model" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/device-model" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "The model of the device" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "location" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/device-location" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "A location, where the resource is found" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/device-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The type of the device" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "udicarrier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/device-udicarrier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Barcode string (udi)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "url" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/device-url" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Network address to contact device" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "manufacturer" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/device-manufacturer" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "The manufacturer of the device" ]
       ]
     ], [
       fhir:index 30;
       fhir:Conformance.type [ fhir:value "DeviceComponent" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DeviceComponent" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "DeviceComponent.parent";
         fhir:index 0
       ], [
         fhir:value "DeviceComponent.source";
         fhir:index 1
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "DeviceComponent.parent";
         fhir:index 0
       ], [
         fhir:value "DeviceMetric.parent";
         fhir:index 1
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "parent" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/devicecomponent-parent" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The parent DeviceComponent resource" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "source" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/devicecomponent-source" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The device source" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/devicecomponent-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The device component type" ]
       ]
     ], [
       fhir:index 31;
       fhir:Conformance.type [ fhir:value "DeviceMetric" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DeviceMetric" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "DeviceMetric.parent";
         fhir:index 0
       ], [
         fhir:value "DeviceMetric.source";
         fhir:index 1
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "Observation.device";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "parent" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/devicemetric-parent" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The parent DeviceMetric resource" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/devicemetric-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The identifier of the metric" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "source" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/devicemetric-source" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The device resource" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/devicemetric-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The component type" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "category" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/devicemetric-category" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The category of the metric" ]
       ]
     ], [
       fhir:index 32;
       fhir:Conformance.type [ fhir:value "DeviceUseRequest" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DeviceUseRequest" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "DeviceUseRequest.requester";
         fhir:index 0
       ], [
         fhir:value "DeviceUseRequest.replaces";
         fhir:index 1
       ], [
         fhir:value "DeviceUseRequest.subject";
         fhir:index 2
       ], [
         fhir:value "DeviceUseRequest.encounter";
         fhir:index 3
       ], [
         fhir:value "DeviceUseRequest.based-on";
         fhir:index 4
       ], [
         fhir:value "DeviceUseRequest.patient";
         fhir:index 5
       ], [
         fhir:value "DeviceUseRequest.filler";
         fhir:index 6
       ], [
         fhir:value "DeviceUseRequest.definition";
         fhir:index 7
       ], [
         fhir:value "DeviceUseRequest.device";
         fhir:index 8
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "CarePlan.activityreference";
         fhir:index 0
       ], [
         fhir:value "ClinicalImpression.plan";
         fhir:index 1
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "requester" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-requester" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who/what is requesting service " ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Business identifier for request/order" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Code for what is being requested/ordered" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "event-date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-event-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When service should occur" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "requisition" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-requisition" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Composite request this is part of" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "replaces" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-replaces" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Request takes the place of referenced completed or terminated requests" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Individual the service is ordered for" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "author-date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-author-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When the request transitioned to being actionable" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "encounter" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-encounter" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Encounter or Episode during which request was created" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "based-on" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-based-on" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Plan/proposal/order fulfilled by this request" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "stage" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-stage" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "proposal | plan | original-order |reflex-order" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Individual the service is ordered for" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "filler" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-filler" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Desired performer for service" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "definition" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-definition" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Protocol or definition followed by this request" ]
       ], [
         fhir:index 14;
         fhir:Conformance.name [ fhir:value "device" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-device" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Reference to resource that is being requested/ordered" ]
       ], [
         fhir:index 15;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "entered-in-error | draft | active |suspended | completed " ]
       ]
     ], [
       fhir:index 33;
       fhir:Conformance.type [ fhir:value "DeviceUseStatement" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DeviceUseStatement" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "DeviceUseStatement.subject";
         fhir:index 0
       ], [
         fhir:value "DeviceUseStatement.patient";
         fhir:index 1
       ], [
         fhir:value "DeviceUseStatement.device";
         fhir:index 2
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceusestatement-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Search by subject" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceusestatement-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Search by subject - a patient" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "device" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceusestatement-device" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Search by device" ]
       ]
     ], [
       fhir:index 34;
       fhir:Conformance.type [ fhir:value "DiagnosticReport" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "DiagnosticReport.image";
         fhir:index 0
       ], [
         fhir:value "DiagnosticReport.request";
         fhir:index 1
       ], [
         fhir:value "DiagnosticReport.performer";
         fhir:index 2
       ], [
         fhir:value "DiagnosticReport.subject";
         fhir:index 3
       ], [
         fhir:value "DiagnosticReport.encounter";
         fhir:index 4
       ], [
         fhir:value "DiagnosticReport.result";
         fhir:index 5
       ], [
         fhir:value "DiagnosticReport.patient";
         fhir:index 6
       ], [
         fhir:value "DiagnosticReport.specimen";
         fhir:index 7
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "ClinicalImpression.investigation";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The clinically relevant time of the report" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "An identifier for the report" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "image" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-image" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "A reference to the image source." ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "request" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-request" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Reference to the test or procedure request." ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "performer" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-performer" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who was the source of the report (organization)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The code for the report as a whole, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The subject of the report" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "diagnosis" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-diagnosis" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A coded diagnosis on the report" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "encounter" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-encounter" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The Encounter when the order was made" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "result" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-result" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Link to an atomic result (observation resource)" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The subject of the report if a patient" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "specimen" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-specimen" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The specimen details" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "issued" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-issued" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When the report was issued" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "category" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-category" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Which diagnostic discipline/department created the report" ]
       ], [
         fhir:index 14;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The status of the report" ]
       ]
     ], [
       fhir:index 35;
       fhir:Conformance.type [ fhir:value "DiagnosticRequest" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DiagnosticRequest" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "DiagnosticRequest.requester";
         fhir:index 0
       ], [
         fhir:value "DiagnosticRequest.replaces";
         fhir:index 1
       ], [
         fhir:value "DiagnosticRequest.subject";
         fhir:index 2
       ], [
         fhir:value "DiagnosticRequest.encounter";
         fhir:index 3
       ], [
         fhir:value "DiagnosticRequest.based-on";
         fhir:index 4
       ], [
         fhir:value "DiagnosticRequest.patient";
         fhir:index 5
       ], [
         fhir:value "DiagnosticRequest.filler";
         fhir:index 6
       ], [
         fhir:value "DiagnosticRequest.definition";
         fhir:index 7
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "CarePlan.activityreference";
         fhir:index 0
       ], [
         fhir:value "ClinicalImpression.action";
         fhir:index 1
       ], [
         fhir:value "ClinicalImpression.plan";
         fhir:index 2
       ], [
         fhir:value "DiagnosticReport.request";
         fhir:index 3
       ], [
         fhir:value "ImagingStudy.basedon";
         fhir:index 4
       ], [
         fhir:value "QuestionnaireResponse.based-on";
         fhir:index 5
       ], [
         fhir:value "ReferralRequest.basedon";
         fhir:index 6
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "requester" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-requester" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who/what is requesting service " ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Business identifier for request/order" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "What’s being requested/ordered" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "event-date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-event-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When service should occur" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "requisition" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-requisition" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Composite request this is part of" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "replaces" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-replaces" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Request takes the place of referenced completed or terminated requests" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Individual the service is ordered for" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "author-date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-author-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When the request transitioned to being actionable" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "encounter" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-encounter" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Encounter or Episode during which request was created" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "based-on" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-based-on" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Plan/proposal/order fulfilled by this request" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "stage" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-stage" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "proposal | plan | original-order |reflex-order" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Individual the service is ordered for" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "filler" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-filler" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Desired performer for service" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "definition" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-definition" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Protocol or definition followed by this request" ]
       ], [
         fhir:index 14;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "entered-in-error | draft | active |suspended | completed " ]
       ]
     ], [
       fhir:index 36;
       fhir:Conformance.type [ fhir:value "DocumentManifest" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DocumentManifest" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "DocumentManifest.content-ref";
         fhir:index 0
       ], [
         fhir:value "DocumentManifest.subject";
         fhir:index 1
       ], [
         fhir:value "DocumentManifest.author";
         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:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Unique Identifier for the set of documents" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "related-id" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-related-id" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Identifiers of things that are related" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "content-ref" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-content-ref" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Contents of this set of documents" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The subject of the set of documents" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "author" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-author" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who and/or what authored the manifest" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "created" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-created" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When this document manifest created" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "description" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-description" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Human-readable description (title)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "source" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-source" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "The source system/application/software" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Kind of document set" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "related-ref" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-related-ref" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Related Resource" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The subject of the set of documents" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "recipient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-recipient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Intended to get notified about this set of documents" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "current | superseded | entered-in-error" ]
       ]
     ], [
       fhir:index 37;
       fhir:Conformance.type [ fhir:value "DocumentReference" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DocumentReference" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "DocumentReference.subject";
         fhir:index 0
       ], [
         fhir:value "DocumentReference.patient";
         fhir:index 1
       ], [
         fhir:value "DocumentReference.authenticator";
         fhir:index 2
       ], [
         fhir:value "DocumentReference.custodian";
         fhir:index 3
       ], [
         fhir:value "DocumentReference.author";
         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:Conformance.searchRevInclude [
         fhir:value "Consent.source";
         fhir:index 0
       ], [
         fhir:value "DocumentReference.relatesto";
         fhir:index 1
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "securitylabel" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-securitylabel" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Document security-tags" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who/what is the subject of the document" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "description" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-description" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Human-readable description (title)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "language" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-language" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Human language of the content (BCP-47)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Kind of document (LOINC if possible)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "relation" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-relation" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "replaces | transforms | signs | appends" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "setting" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-setting" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Additional details about where the content was created (e.g. clinical specialty)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who/what is the subject of the document" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "relationship" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-relationship" ];
         fhir:Conformance.type [ fhir:value "composite" ];
         fhir:Conformance.documentation [ fhir:value "Combination of relation and relatesTo" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "event" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-event" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Main Clinical Acts Documented" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "class" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-class" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Categorization of document" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "authenticator" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-authenticator" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who/what authenticated the document" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Master Version Specific Identifier" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "period" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-period" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Time of service that is being documented" ]
       ], [
         fhir:index 14;
         fhir:Conformance.name [ fhir:value "related-id" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-related-id" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Identifier of related objects or events" ]
       ], [
         fhir:index 15;
         fhir:Conformance.name [ fhir:value "custodian" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-custodian" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Organization which maintains the document" ]
       ], [
         fhir:index 16;
         fhir:Conformance.name [ fhir:value "indexed" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-indexed" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When this document reference created" ]
       ], [
         fhir:index 17;
         fhir:Conformance.name [ fhir:value "author" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-author" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who and/or what authored the document" ]
       ], [
         fhir:index 18;
         fhir:Conformance.name [ fhir:value "created" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-created" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Document creation time" ]
       ], [
         fhir:index 19;
         fhir:Conformance.name [ fhir:value "format" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-format" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Format/content rules for the document" ]
       ], [
         fhir:index 20;
         fhir:Conformance.name [ fhir:value "encounter" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-encounter" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Context of the document  content" ]
       ], [
         fhir:index 21;
         fhir:Conformance.name [ fhir:value "related-ref" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-related-ref" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Related Resource" ]
       ], [
         fhir:index 22;
         fhir:Conformance.name [ fhir:value "location" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-location" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Uri where the data can be found" ]
       ], [
         fhir:index 23;
         fhir:Conformance.name [ fhir:value "relatesto" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-relatesto" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Target of the relationship" ]
       ], [
         fhir:index 24;
         fhir:Conformance.name [ fhir:value "facility" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-facility" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Kind of facility where patient was seen" ]
       ], [
         fhir:index 25;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "current | superseded | entered-in-error" ]
       ]
     ], [
       fhir:index 38;
       fhir:Conformance.type [ fhir:value "EligibilityRequest" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/EligibilityRequest" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "EligibilityRequest.organization-reference";
         fhir:index 0
       ], [
         fhir:value "EligibilityRequest.patient-reference";
         fhir:index 1
       ], [
         fhir:value "EligibilityRequest.provider-reference";
         fhir:index 2
       ], [
         fhir:value "EligibilityRequest.facility-reference";
         fhir:index 3
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "EligibilityResponse.request-reference";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityrequest-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The business identifier of the Eligibility" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "organization-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityrequest-organization-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the providing organization" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "patient-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityrequest-patient-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the patient" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "created" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityrequest-created" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The creation date for the EOB" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "organization-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityrequest-organization-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the providing organization" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "provider-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityrequest-provider-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the provider" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "facility-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityrequest-facility-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Facility responsible for the goods and services" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "provider-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityrequest-provider-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the provider" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "patient-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityrequest-patient-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the patient" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "facility-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityrequest-facility-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Facility responsible for the goods and services" ]
       ]
     ], [
       fhir:index 39;
       fhir:Conformance.type [ fhir:value "EligibilityResponse" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/EligibilityResponse" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "EligibilityResponse.request-reference";
         fhir:index 0
       ], [
         fhir:value "EligibilityResponse.request-organization-reference";
         fhir:index 1
       ], [
         fhir:value "EligibilityResponse.organization-reference";
         fhir:index 2
       ], [
         fhir:value "EligibilityResponse.request-provider-reference";
         fhir:index 3
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The business identifier" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "request-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-request-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The EligibilityRequest reference" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "disposition" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-disposition" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "The contents of the disposition message" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "request-provider-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-request-provider-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The EligibilityRequest provider" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "request-organization-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-request-organization-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The EligibilityRequest organization" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "organization-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-organization-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The organization which generated this resource" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "created" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-created" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The creation date" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "organization-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-organization-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The organization which generated this resource" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "request-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-request-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The EligibilityRequest reference" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "request-organization-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-request-organization-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The EligibilityRequest organization" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "outcome" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-outcome" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The processing outcome" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "request-provider-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-request-provider-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The EligibilityRequest provider" ]
       ]
     ], [
       fhir:index 40;
       fhir:Conformance.type [ fhir:value "Encounter" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Encounter" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Encounter.episodeofcare";
         fhir:index 0
       ], [
         fhir:value "Encounter.incomingreferral";
         fhir:index 1
       ], [
         fhir:value "Encounter.practitioner";
         fhir:index 2
       ], [
         fhir:value "Encounter.appointment";
         fhir:index 3
       ], [
         fhir:value "Encounter.part-of";
         fhir:index 4
       ], [
         fhir:value "Encounter.procedure";
         fhir:index 5
       ], [
         fhir:value "Encounter.participant";
         fhir:index 6
       ], [
         fhir:value "Encounter.condition";
         fhir:index 7
       ], [
         fhir:value "Encounter.patient";
         fhir:index 8
       ], [
         fhir:value "Encounter.location";
         fhir:index 9
       ], [
         fhir:value "Encounter.indication";
         fhir:index 10
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "ClinicalImpression.context";
         fhir:index 0
       ], [
         fhir:value "Communication.context";
         fhir:index 1
       ], [
         fhir:value "CommunicationRequest.encounter";
         fhir:index 2
       ], [
         fhir:value "Composition.encounter";
         fhir:index 3
       ], [
         fhir:value "Condition.context";
         fhir:index 4
       ], [
         fhir:value "DeviceUseRequest.encounter";
         fhir:index 5
       ], [
         fhir:value "DiagnosticReport.encounter";
         fhir:index 6
       ], [
         fhir:value "DiagnosticRequest.encounter";
         fhir:index 7
       ], [
         fhir:value "DocumentReference.encounter";
         fhir:index 8
       ], [
         fhir:value "Encounter.part-of";
         fhir:index 9
       ], [
         fhir:value "Flag.encounter";
         fhir:index 10
       ], [
         fhir:value "ImagingStudy.context";
         fhir:index 11
       ], [
         fhir:value "List.encounter";
         fhir:index 12
       ], [
         fhir:value "MedicationAdministration.encounter";
         fhir:index 13
       ], [
         fhir:value "MedicationOrder.encounter";
         fhir:index 14
       ], [
         fhir:value "NutritionRequest.encounter";
         fhir:index 15
       ], [
         fhir:value "Observation.encounter";
         fhir:index 16
       ], [
         fhir:value "Procedure.encounter";
         fhir:index 17
       ], [
         fhir:value "ProcedureRequest.encounter";
         fhir:index 18
       ], [
         fhir:value "QuestionnaireResponse.context";
         fhir:index 19
       ], [
         fhir:value "ReferralRequest.context";
         fhir:index 20
       ], [
         fhir:value "RiskAssessment.encounter";
         fhir:index 21
       ], [
         fhir:value "VisionPrescription.encounter";
         fhir:index 22
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "A date within the period the Encounter lasted" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Identifier(s) by which this encounter is known" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "reason" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-reason" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Reason the encounter takes place (code)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "episodeofcare" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-episodeofcare" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Episode(s) of care that this encounter should be recorded against" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "participant-type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-participant-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Role of participant in encounter" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "incomingreferral" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-incomingreferral" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The ReferralRequest that initiated this encounter" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "practitioner" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-practitioner" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Persons involved in the encounter other than the patient" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "length" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-length" ];
         fhir:Conformance.type [ fhir:value "number" ];
         fhir:Conformance.documentation [ fhir:value "Length of encounter in days" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "appointment" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-appointment" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The appointment that scheduled this encounter" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "part-of" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-part-of" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Another Encounter this encounter is part of" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "procedure" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-procedure" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Reason the encounter takes place (resource)" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Specific type of encounter" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "participant" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-participant" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Persons involved in the encounter other than the patient" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "condition" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-condition" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Reason the encounter takes place (resource)" ]
       ], [
         fhir:index 14;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The patient present at the encounter" ]
       ], [
         fhir:index 15;
         fhir:Conformance.name [ fhir:value "location-period" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-location-period" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Time period during which the patient was present at the location" ]
       ], [
         fhir:index 16;
         fhir:Conformance.name [ fhir:value "location" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-location" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Location the encounter takes place" ]
       ], [
         fhir:index 17;
         fhir:Conformance.name [ fhir:value "indication" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-indication" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Reason the encounter takes place (resource)" ]
       ], [
         fhir:index 18;
         fhir:Conformance.name [ fhir:value "special-arrangement" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-special-arrangement" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Wheelchair, translator, stretcher, etc." ]
       ], [
         fhir:index 19;
         fhir:Conformance.name [ fhir:value "class" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-class" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "inpatient | outpatient | ambulatory | emergency +" ]
       ], [
         fhir:index 20;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "planned | arrived | in-progress | onleave | finished | cancelled | entered-in-error" ]
       ]
     ], [
       fhir:index 41;
       fhir:Conformance.type [ fhir:value "Endpoint" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Endpoint" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Endpoint.organization";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "payload-type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/endpoint-payload-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The type of content that may be used at this endpoint (e.g. XDS Discharge summaries)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/endpoint-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Identifies this endpoint across multiple systems" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "organization" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/endpoint-organization" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The organization that is exposing the endpoint" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/endpoint-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A name that this endpoint can be identified by" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/endpoint-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The current status of the Endpoint (usually expected to be active)" ]
       ]
     ], [
       fhir:index 42;
       fhir:Conformance.type [ fhir:value "EnrollmentRequest" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "EnrollmentRequest.patient-reference";
         fhir:index 0
       ], [
         fhir:value "EnrollmentRequest.subject-reference";
         fhir:index 1
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/enrollmentrequest-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The business identifier of the Enrollment" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "patient-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/enrollmentrequest-patient-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The party to be enrolled" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "subject-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/enrollmentrequest-subject-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The party to be enrolled" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "subject-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/enrollmentrequest-subject-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The party to be enrolled" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "patient-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/enrollmentrequest-patient-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The party to be enrolled" ]
       ]
     ], [
       fhir:index 43;
       fhir:Conformance.type [ fhir:value "EnrollmentResponse" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/EnrollmentResponse" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/enrollmentresponse-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The business identifier of the EnrollmentResponse" ]
       ]
     ], [
       fhir:index 44;
       fhir:Conformance.type [ fhir:value "EpisodeOfCare" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.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:Conformance.searchRevInclude [
         fhir:value "ClinicalImpression.context";
         fhir:index 0
       ], [
         fhir:value "Communication.context";
         fhir:index 1
       ], [
         fhir:value "Condition.context";
         fhir:index 2
       ], [
         fhir:value "DeviceUseRequest.encounter";
         fhir:index 3
       ], [
         fhir:value "DiagnosticRequest.encounter";
         fhir:index 4
       ], [
         fhir:value "Encounter.episodeofcare";
         fhir:index 5
       ], [
         fhir:value "ImagingStudy.context";
         fhir:index 6
       ], [
         fhir:value "QuestionnaireResponse.context";
         fhir:index 7
       ], [
         fhir:value "ReferralRequest.context";
         fhir:index 8
       ], [
         fhir:value "RiskAssessment.encounter";
         fhir:index 9
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/episodeofcare-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The provided date search value falls within the episode of care's period" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/episodeofcare-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Identifier(s) for the EpisodeOfCare" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "condition" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/episodeofcare-condition" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Conditions/problems/diagnoses this episode of care is for" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "incomingreferral" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/episodeofcare-incomingreferral" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Incoming Referral Request" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/episodeofcare-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Patient for this episode of care" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "organization" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/episodeofcare-organization" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The organization that has assumed the specific responsibilities of this EpisodeOfCare" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/episodeofcare-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Type/class  - e.g. specialist referral, disease management" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "care-manager" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/episodeofcare-care-manager" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Care manager/care co-ordinator for the patient" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/episodeofcare-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The current status of the Episode of Care as provided (does not check the status history collection)" ]
       ]
     ], [
       fhir:index 45;
       fhir:Conformance.type [ fhir:value "ExpansionProfile" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ExpansionProfile" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/expansionprofile-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The expansion profile publication date" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/expansionprofile-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The identifier for the expansion profile" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/expansionprofile-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "The name of the expansion profile" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "publisher" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/expansionprofile-publisher" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of the publisher of the expansion profile" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "description" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/expansionprofile-description" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Text search in the description of the expansion profile" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "version" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/expansionprofile-version" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The version identifier of the expansion profile" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "url" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/expansionprofile-url" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "The logical URL for the expansion profile" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/expansionprofile-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The status of the expansion profile" ]
       ]
     ], [
       fhir:index 46;
       fhir:Conformance.type [ fhir:value "ExplanationOfBenefit" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "ExplanationOfBenefit.claimreference";
         fhir:index 0
       ], [
         fhir:value "ExplanationOfBenefit.patientreference";
         fhir:index 1
       ], [
         fhir:value "ExplanationOfBenefit.providerreference";
         fhir:index 2
       ], [
         fhir:value "ExplanationOfBenefit.organizationreference";
         fhir:index 3
       ], [
         fhir:value "ExplanationOfBenefit.facilityreference";
         fhir:index 4
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The business identifier of the Explanation of Benefit" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "patientidentifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-patientidentifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the patient" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "organizationidentifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-organizationidentifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the providing organization" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "claimreference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-claimreference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the claim" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "created" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-created" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The creation date for the EOB" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "patientreference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-patientreference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the patient" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "providerreference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-providerreference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the provider" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "organizationreference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-organizationreference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the providing organization" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "provideridentifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-provideridentifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the provider" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "disposition" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-disposition" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "The contents of the disposition message" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "claimidentifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-claimidentifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the claim" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "facilityreference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-facilityreference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Facility responsible for the goods and services" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "facilityidentifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-facilityidentifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Facility responsible for the goods and services" ]
       ]
     ], [
       fhir:index 47;
       fhir:Conformance.type [ fhir:value "FamilyMemberHistory" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "FamilyMemberHistory.patient";
         fhir:index 0
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "ClinicalImpression.investigation";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/familymemberhistory-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When history was captured/updated" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/familymemberhistory-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A search by a record identifier" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/familymemberhistory-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A search by a condition code" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "gender" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/familymemberhistory-gender" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A search by a gender code of a family member" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/familymemberhistory-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of a subject to list family member history items for" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "relationship" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/familymemberhistory-relationship" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A search by a relationship type" ]
       ]
     ], [
       fhir:index 48;
       fhir:Conformance.type [ fhir:value "Flag" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Flag" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.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:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/flag-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Time period when flag is active" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/flag-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of a subject to list flags for" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/flag-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of a subject to list flags for" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "author" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/flag-author" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Flag creator" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "encounter" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/flag-encounter" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Alert relevant during encounter" ]
       ]
     ], [
       fhir:index 49;
       fhir:Conformance.type [ fhir:value "Goal" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Goal" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Goal.patient";
         fhir:index 0
       ], [
         fhir:value "Goal.subject";
         fhir:index 1
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "CarePlan.goal";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/goal-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "External Ids for this goal" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/goal-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who this goal is intended for" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/goal-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who this goal is intended for" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "targetdate" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/goal-targetdate" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Reach goal on or before" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "category" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/goal-category" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "E.g. Treatment, dietary, behavioral, etc." ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/goal-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "proposed | planned | accepted | rejected | in-progress | achieved | sustaining | on-hold | cancelled | on-target | ahead-of-target | behind-target" ]
       ]
     ], [
       fhir:index 50;
       fhir:Conformance.type [ fhir:value "Group" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Group" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Group.member";
         fhir:index 0
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "CarePlan.subject";
         fhir:index 0
       ], [
         fhir:value "CarePlan.patient";
         fhir:index 1
       ], [
         fhir:value "CareTeam.patient";
         fhir:index 2
       ], [
         fhir:value "CareTeam.subject";
         fhir:index 3
       ], [
         fhir:value "ClinicalImpression.subject";
         fhir:index 4
       ], [
         fhir:value "ClinicalImpression.patient";
         fhir:index 5
       ], [
         fhir:value "Communication.subject";
         fhir:index 6
       ], [
         fhir:value "Communication.patient";
         fhir:index 7
       ], [
         fhir:value "Communication.recipient";
         fhir:index 8
       ], [
         fhir:value "CommunicationRequest.recipient";
         fhir:index 9
       ], [
         fhir:value "Condition.subject";
         fhir:index 10
       ], [
         fhir:value "Condition.patient";
         fhir:index 11
       ], [
         fhir:value "Consent.actor";
         fhir:index 12
       ], [
         fhir:value "Consent.recipient";
         fhir:index 13
       ], [
         fhir:value "Contract.agent";
         fhir:index 14
       ], [
         fhir:value "DeviceUseRequest.subject";
         fhir:index 15
       ], [
         fhir:value "DeviceUseRequest.patient";
         fhir:index 16
       ], [
         fhir:value "DiagnosticReport.subject";
         fhir:index 17
       ], [
         fhir:value "DiagnosticReport.patient";
         fhir:index 18
       ], [
         fhir:value "DiagnosticRequest.subject";
         fhir:index 19
       ], [
         fhir:value "DiagnosticRequest.patient";
         fhir:index 20
       ], [
         fhir:value "DocumentManifest.subject";
         fhir:index 21
       ], [
         fhir:value "DocumentManifest.patient";
         fhir:index 22
       ], [
         fhir:value "DocumentReference.subject";
         fhir:index 23
       ], [
         fhir:value "DocumentReference.patient";
         fhir:index 24
       ], [
         fhir:value "Flag.subject";
         fhir:index 25
       ], [
         fhir:value "Flag.patient";
         fhir:index 26
       ], [
         fhir:value "Goal.patient";
         fhir:index 27
       ], [
         fhir:value "Goal.subject";
         fhir:index 28
       ], [
         fhir:value "GuidanceResponse.patient";
         fhir:index 29
       ], [
         fhir:value "GuidanceResponse.subject";
         fhir:index 30
       ], [
         fhir:value "List.subject";
         fhir:index 31
       ], [
         fhir:value "List.patient";
         fhir:index 32
       ], [
         fhir:value "Media.subject";
         fhir:index 33
       ], [
         fhir:value "Media.patient";
         fhir:index 34
       ], [
         fhir:value "Observation.subject";
         fhir:index 35
       ], [
         fhir:value "Observation.patient";
         fhir:index 36
       ], [
         fhir:value "Procedure.subject";
         fhir:index 37
       ], [
         fhir:value "Procedure.patient";
         fhir:index 38
       ], [
         fhir:value "ProcedureRequest.subject";
         fhir:index 39
       ], [
         fhir:value "ProcedureRequest.patient";
         fhir:index 40
       ], [
         fhir:value "RiskAssessment.subject";
         fhir:index 41
       ], [
         fhir:value "RiskAssessment.patient";
         fhir:index 42
       ], [
         fhir:value "Specimen.subject";
         fhir:index 43
       ], [
         fhir:value "Specimen.patient";
         fhir:index 44
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "actual" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/group-actual" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Descriptive or actual" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/group-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Unique id" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "characteristic-value" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/group-characteristic-value" ];
         fhir:Conformance.type [ fhir:value "composite" ];
         fhir:Conformance.documentation [ fhir:value "A composite of both characteristic and value" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/group-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The kind of resources contained" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "member" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/group-member" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Reference to the group member" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "exclude" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/group-exclude" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Group includes or excludes" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/group-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The type of resources the group contains" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "value" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/group-value" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Value held by characteristic" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "characteristic" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/group-characteristic" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Kind of characteristic" ]
       ]
     ], [
       fhir:index 51;
       fhir:Conformance.type [ fhir:value "GuidanceResponse" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/GuidanceResponse" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "GuidanceResponse.patient";
         fhir:index 0
       ], [
         fhir:value "GuidanceResponse.subject";
         fhir:index 1
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/guidanceresponse-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of a patient to search for guidance response results" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/guidanceresponse-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The subject that the guidance response is about" ]
       ]
     ], [
       fhir:index 52;
       fhir:Conformance.type [ fhir:value "HealthcareService" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/HealthcareService" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "HealthcareService.organization";
         fhir:index 0
       ], [
         fhir:value "HealthcareService.location";
         fhir:index 1
       ];
       fhir:Conformance.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 "Schedule.actor";
         fhir:index 10
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/healthcareservice-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "External identifiers for this item" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "servicecategory" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/healthcareservice-servicecategory" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Service Category of the Healthcare Service" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "servicetype" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/healthcareservice-servicetype" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The type of service provided by this healthcare service" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "organization" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/healthcareservice-organization" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The organization that provides this Healthcare Service" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/healthcareservice-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A portion of the Healthcare service name" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "programname" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/healthcareservice-programname" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "One of the Program Names serviced by this HealthcareService" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "active" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/healthcareservice-active" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The Healthcare Service is currently marked as active" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "location" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/healthcareservice-location" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The location of the Healthcare Service" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "characteristic" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/healthcareservice-characteristic" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "One of the HealthcareService's characteristics" ]
       ]
     ], [
       fhir:index 53;
       fhir:Conformance.type [ fhir:value "ImagingManifest" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ImagingManifest" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "ImagingManifest.author";
         fhir:index 0
       ], [
         fhir:value "ImagingManifest.patient";
         fhir:index 1
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingmanifest-identifier" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "UID of key DICOM object selection" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "authoring-time" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingmanifest-authoring-time" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Time of key DICOM object selection authoring" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "selected-study" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingmanifest-selected-study" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Study selected in key DICOM object selection" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "author" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingmanifest-author" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Author of key DICOM object selection" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingmanifest-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Subject of key DICOM object selection" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "title" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingmanifest-title" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Title of key DICOM object selection" ]
       ]
     ], [
       fhir:index 54;
       fhir:Conformance.type [ fhir:value "ImagingStudy" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ImagingStudy" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "ImagingStudy.patient";
         fhir:index 0
       ], [
         fhir:value "ImagingStudy.context";
         fhir:index 1
       ], [
         fhir:value "ImagingStudy.basedon";
         fhir:index 2
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "ClinicalImpression.investigation";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Other identifiers for the Study" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "reason" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-reason" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The reason for the study" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "study" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-study" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "The study identifier for the image" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "dicom-class" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-dicom-class" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "The type of the instance" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "modality" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-modality" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The modality of the series" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "bodysite" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-bodysite" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The body site studied" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "started" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-started" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When the study was started" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "accession" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-accession" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The accession identifier for the study" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "uid" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-uid" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "The instance unique identifier" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who the study is about" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "series" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-series" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "The identifier of the series of images" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-context" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The context of the study" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "basedon" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-basedon" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The order for the image" ]
       ]
     ], [
       fhir:index 55;
       fhir:Conformance.type [ fhir:value "Immunization" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Immunization" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Immunization.requester";
         fhir:index 0
       ], [
         fhir:value "Immunization.performer";
         fhir:index 1
       ], [
         fhir:value "Immunization.reaction";
         fhir:index 2
       ], [
         fhir:value "Immunization.manufacturer";
         fhir:index 3
       ], [
         fhir:value "Immunization.patient";
         fhir:index 4
       ], [
         fhir:value "Immunization.location";
         fhir:index 5
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "ImmunizationRecommendation.support";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Vaccination  (non)-Administration Date" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "requester" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-requester" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The practitioner who ordered the vaccination" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Business identifier" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "reason" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-reason" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Why immunization occurred" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "performer" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-performer" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The practitioner who administered the vaccination" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "reaction" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-reaction" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Additional information on reaction" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "lot-number" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-lot-number" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Vaccine Lot Number" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "notgiven" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-notgiven" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Administrations which were not given" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "manufacturer" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-manufacturer" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Vaccine Manufacturer" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "dose-sequence" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-dose-sequence" ];
         fhir:Conformance.type [ fhir:value "number" ];
         fhir:Conformance.documentation [ fhir:value "Dose number within series" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The patient for the vaccination record" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "vaccine-code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-vaccine-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Vaccine Product Administered" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "reason-not-given" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-reason-not-given" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Explanation of reason vaccination was not administered" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "location" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-location" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The service delivery location or facility in which the vaccine was / was to be administered" ]
       ], [
         fhir:index 14;
         fhir:Conformance.name [ fhir:value "reaction-date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-reaction-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When reaction started" ]
       ], [
         fhir:index 15;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Immunization event status" ]
       ]
     ], [
       fhir:index 56;
       fhir:Conformance.type [ fhir:value "ImmunizationRecommendation" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "ImmunizationRecommendation.patient";
         fhir:index 0
       ], [
         fhir:value "ImmunizationRecommendation.information";
         fhir:index 1
       ], [
         fhir:value "ImmunizationRecommendation.support";
         fhir:index 2
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Date recommendation created" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Business identifier" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "dose-sequence" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-dose-sequence" ];
         fhir:Conformance.type [ fhir:value "number" ];
         fhir:Conformance.documentation [ fhir:value "Dose number within sequence" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who this profile is for" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "vaccine-type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-vaccine-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Vaccine recommendation applies to" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "dose-number" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-dose-number" ];
         fhir:Conformance.type [ fhir:value "number" ];
         fhir:Conformance.documentation [ fhir:value "Recommended dose number" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "information" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-information" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Patient observations supporting recommendation" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "support" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-support" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Past immunizations supporting recommendation" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Vaccine administration status" ]
       ]
     ], [
       fhir:index 57;
       fhir:Conformance.type [ fhir:value "ImplementationGuide" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ImplementationGuide" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "ImplementationGuide.resource";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The implementation guide publication date" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "dependency" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-dependency" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Where to find dependency" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "resource" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-resource" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Location of the resource" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of the implementation guide" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-context" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A use context assigned to the structure" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "publisher" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-publisher" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of the publisher of the implementation guide" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "description" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-description" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Text search in the description of the implementation guide" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "experimental" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-experimental" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "If for testing purposes, not real usage" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "version" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-version" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The version identifier of the implementation guide" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "url" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-url" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Absolute URL used to reference this Implementation Guide" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The current status of the implementation guide" ]
       ]
     ], [
       fhir:index 58;
       fhir:Conformance.type [ fhir:value "Library" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Library" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/library-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Logical identifier for the module (e.g. CMS-143)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "topic" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/library-topic" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Topics associated with the module" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "description" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/library-description" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Text search against the description" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "title" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/library-title" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Text search against the title" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "version" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/library-version" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Version of the module (e.g. 1.0.0)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/library-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Status of the module" ]
       ]
     ], [
       fhir:index 59;
       fhir:Conformance.type [ fhir:value "Linkage" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Linkage" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Linkage.item";
         fhir:index 0
       ], [
         fhir:value "Linkage.author";
         fhir:index 1
       ], [
         fhir:value "Linkage.source";
         fhir:index 2
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "item" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/linkage-item" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Matches on any item in the Linkage" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "author" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/linkage-author" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Author of the Linkage" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "source" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/linkage-source" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Matches on any item in the Linkage with a type of 'source'" ]
       ]
     ], [
       fhir:index 60;
       fhir:Conformance.type [ fhir:value "List" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/List" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.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:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When the list was prepared" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Business identifier" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "item" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-item" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Actual entry" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "empty-reason" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-empty-reason" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Why list is empty" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "What the purpose of this list is" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "notes" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-notes" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "The annotation  - text content" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "If all resources have the same subject" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "If all resources have the same subject" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "source" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-source" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who and/or what defined the list contents (aka Author)" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "encounter" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-encounter" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Context in which list created" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "title" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-title" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Descriptive name for the list" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "current | retired | entered-in-error" ]
       ]
     ], [
       fhir:index 61;
       fhir:Conformance.type [ fhir:value "Location" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Location" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Location.partof";
         fhir:index 0
       ], [
         fhir:value "Location.organization";
         fhir:index 1
       ];
       fhir:Conformance.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 "Claim.facility-reference";
         fhir:index 10
       ], [
         fhir:value "Contract.agent";
         fhir:index 11
       ], [
         fhir:value "Contract.domain";
         fhir:index 12
       ], [
         fhir:value "Device.location";
         fhir:index 13
       ], [
         fhir:value "DeviceUseRequest.subject";
         fhir:index 14
       ], [
         fhir:value "DeviceUseRequest.patient";
         fhir:index 15
       ], [
         fhir:value "DiagnosticReport.subject";
         fhir:index 16
       ], [
         fhir:value "DiagnosticReport.patient";
         fhir:index 17
       ], [
         fhir:value "DiagnosticRequest.subject";
         fhir:index 18
       ], [
         fhir:value "DiagnosticRequest.patient";
         fhir:index 19
       ], [
         fhir:value "EligibilityRequest.facility-reference";
         fhir:index 20
       ], [
         fhir:value "Encounter.location";
         fhir:index 21
       ], [
         fhir:value "ExplanationOfBenefit.facilityreference";
         fhir:index 22
       ], [
         fhir:value "Flag.subject";
         fhir:index 23
       ], [
         fhir:value "Flag.patient";
         fhir:index 24
       ], [
         fhir:value "HealthcareService.location";
         fhir:index 25
       ], [
         fhir:value "Immunization.location";
         fhir:index 26
       ], [
         fhir:value "List.subject";
         fhir:index 27
       ], [
         fhir:value "List.patient";
         fhir:index 28
       ], [
         fhir:value "Location.partof";
         fhir:index 29
       ], [
         fhir:value "MedicationDispense.destination";
         fhir:index 30
       ], [
         fhir:value "Observation.subject";
         fhir:index 31
       ], [
         fhir:value "Observation.patient";
         fhir:index 32
       ], [
         fhir:value "Practitioner.location";
         fhir:index 33
       ], [
         fhir:value "PractitionerRole.location";
         fhir:index 34
       ], [
         fhir:value "Procedure.location";
         fhir:index 35
       ], [
         fhir:value "Provenance.location";
         fhir:index 36
       ], [
         fhir:value "Schedule.actor";
         fhir:index 37
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Unique code or number identifying the location to its users" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "partof" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-partof" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The location of which this location is a part" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "near-distance" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-near-distance" ];
         fhir:Conformance.type [ fhir:value "quantity" ];
         fhir:Conformance.documentation [ fhir:value "A distance quantity to limit the near search to locations within a specific distance\n\nRequires the near parameter to be included also" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "address" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-address" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A (part of the) address of the location" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "address-state" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-address-state" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A state specified in an address" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A code for the type of location" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "address-postalcode" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-address-postalcode" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A postal code specified in an address" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "address-country" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-address-country" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A country specified in an address" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "organization" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-organization" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Searches for locations that are managed by the provided organization" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A (portion of the) name of the location or alias" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "address-use" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-address-use" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A use code specified in an address" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "near" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-near" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.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 12;
         fhir:Conformance.name [ fhir:value "address-city" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-address-city" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A city specified in an address" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Searches for locations with a specific kind of status" ]
       ]
     ], [
       fhir:index 62;
       fhir:Conformance.type [ fhir:value "Measure" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Measure" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measure-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Logical identifier for the module (e.g. CMS-143)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "topic" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measure-topic" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Topics associated with the module" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "description" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measure-description" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Text search against the description" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "title" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measure-title" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Text search against the title" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "version" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measure-version" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Version of the module (e.g. 1.0.0)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measure-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Status of the module" ]
       ]
     ], [
       fhir:index 63;
       fhir:Conformance.type [ fhir:value "MeasureReport" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/MeasureReport" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "MeasureReport.patient";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measurereport-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of a patient to search for individual measure report results for" ]
       ]
     ], [
       fhir:index 64;
       fhir:Conformance.type [ fhir:value "Media" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Media" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Media.subject";
         fhir:index 0
       ], [
         fhir:value "Media.patient";
         fhir:index 1
       ], [
         fhir:value "Media.operator";
         fhir:index 2
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "DiagnosticReport.image";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/media-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Identifier(s) for the image" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "view" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/media-view" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Imaging view, e.g. Lateral or Antero-posterior" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "subtype" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/media-subtype" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The type of acquisition equipment/process" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "created" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/media-created" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Date attachment was first created" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/media-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who/What this Media is a record of" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/media-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who/What this Media is a record of" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/media-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "photo | video | audio" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "operator" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/media-operator" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The person who generated the image" ]
       ]
     ], [
       fhir:index 65;
       fhir:Conformance.type [ fhir:value "Medication" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Medication" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Medication.package-item";
         fhir:index 0
       ], [
         fhir:value "Medication.ingredient";
         fhir:index 1
       ], [
         fhir:value "Medication.manufacturer";
         fhir:index 2
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "Flag.subject";
         fhir:index 0
       ], [
         fhir:value "Flag.patient";
         fhir:index 1
       ], [
         fhir:value "Group.member";
         fhir:index 2
       ], [
         fhir:value "Medication.package-item";
         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 "MedicationOrder.medication";
         fhir:index 7
       ], [
         fhir:value "MedicationStatement.medication";
         fhir:index 8
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "ingredient-code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medication-ingredient-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The product contained" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "container" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medication-container" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "E.g. box, vial, blister-pack" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "package-item" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medication-package-item" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The item in the package" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medication-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Codes that identify this medication" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "ingredient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medication-ingredient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The product contained" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "form" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medication-form" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "powder | tablets | carton +" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "package-item-code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medication-package-item-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The item in the package" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "manufacturer" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medication-manufacturer" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Manufacturer of the item" ]
       ]
     ], [
       fhir:index 66;
       fhir:Conformance.type [ fhir:value "MedicationAdministration" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/MedicationAdministration" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "MedicationAdministration.performer";
         fhir:index 0
       ], [
         fhir:value "MedicationAdministration.prescription";
         fhir:index 1
       ], [
         fhir:value "MedicationAdministration.patient";
         fhir:index 2
       ], [
         fhir:value "MedicationAdministration.medication";
         fhir:index 3
       ], [
         fhir:value "MedicationAdministration.encounter";
         fhir:index 4
       ], [
         fhir:value "MedicationAdministration.device";
         fhir:index 5
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Return administrations with this external identifier" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Return administrations of this medication code" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "performer" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-performer" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who administered substance" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "prescription" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-prescription" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of a prescription to list administrations from" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "effectivetime" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-effectivetime" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Date administration happened (or did not happen)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of a patient to list administrations  for" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "wasnotgiven" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-wasnotgiven" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Administrations that were not made" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "medication" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-medication" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Return administrations of this medication resource" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "encounter" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-encounter" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Return administrations that share this encounter" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "device" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-device" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Return administrations with this administration device identity" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "MedicationAdministration event status (for example one of active/paused/completed/nullified)" ]
       ]
     ], [
       fhir:index 67;
       fhir:Conformance.type [ fhir:value "MedicationDispense" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/MedicationDispense" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "MedicationDispense.receiver";
         fhir:index 0
       ], [
         fhir:value "MedicationDispense.destination";
         fhir:index 1
       ], [
         fhir:value "MedicationDispense.medication";
         fhir:index 2
       ], [
         fhir:value "MedicationDispense.responsibleparty";
         fhir:index 3
       ], [
         fhir:value "MedicationDispense.dispenser";
         fhir:index 4
       ], [
         fhir:value "MedicationDispense.prescription";
         fhir:index 5
       ], [
         fhir:value "MedicationDispense.patient";
         fhir:index 6
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Return dispenses with this external identifier" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Return dispenses of this medicine code" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "receiver" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-receiver" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of a receiver to list dispenses for" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "destination" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-destination" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Return dispenses that should be sent to a specific destination" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "medication" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-medication" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Return dispenses of this medicine resource" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "responsibleparty" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-responsibleparty" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Return dispenses with the specified responsible party" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Return dispenses of a specific type" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "whenhandedover" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-whenhandedover" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Returns dispenses handed over on this date" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "whenprepared" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-whenprepared" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Returns dispenses prepared on this date" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "dispenser" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-dispenser" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Return dispenses performed by a specific individual" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "prescription" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-prescription" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of a prescription to list dispenses from" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of a patient to list dispenses  for" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Return dispenses with a specified dispense status" ]
       ]
     ], [
       fhir:index 68;
       fhir:Conformance.type [ fhir:value "MedicationOrder" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/MedicationOrder" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "MedicationOrder.prescriber";
         fhir:index 0
       ], [
         fhir:value "MedicationOrder.patient";
         fhir:index 1
       ], [
         fhir:value "MedicationOrder.medication";
         fhir:index 2
       ], [
         fhir:value "MedicationOrder.encounter";
         fhir:index 3
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "CarePlan.activityreference";
         fhir:index 0
       ], [
         fhir:value "ClinicalImpression.action";
         fhir:index 1
       ], [
         fhir:value "ClinicalImpression.plan";
         fhir:index 2
       ], [
         fhir:value "MedicationAdministration.prescription";
         fhir:index 3
       ], [
         fhir:value "MedicationDispense.prescription";
         fhir:index 4
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "prescriber" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationorder-prescriber" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Returns prescriptions prescribed by this prescriber" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationorder-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Return prescriptions with this external identifier" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationorder-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Return prescriptions of this medication code" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationorder-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of a patient to list orders  for" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "datewritten" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationorder-datewritten" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Return prescriptions written on this date" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "medication" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationorder-medication" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Return prescriptions of this medication reference" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "encounter" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationorder-encounter" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Return prescriptions with this encounter identifier" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationorder-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Status of the prescription" ]
       ]
     ], [
       fhir:index 69;
       fhir:Conformance.type [ fhir:value "MedicationStatement" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/MedicationStatement" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "MedicationStatement.patient";
         fhir:index 0
       ], [
         fhir:value "MedicationStatement.medication";
         fhir:index 1
       ], [
         fhir:value "MedicationStatement.source";
         fhir:index 2
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationstatement-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Return statements with this external identifier" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "effective" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationstatement-effective" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Date when patient was taking (or not taking) the medication" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationstatement-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Return statements of this medication code" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationstatement-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of a patient to list statements  for" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "medication" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationstatement-medication" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Return statements of this medication reference" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "source" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationstatement-source" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who the information in the statement came from" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationstatement-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Return statements that match the given status" ]
       ]
     ], [
       fhir:index 70;
       fhir:Conformance.type [ fhir:value "MessageHeader" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/MessageHeader" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "MessageHeader.data";
         fhir:index 0
       ], [
         fhir:value "MessageHeader.receiver";
         fhir:index 1
       ], [
         fhir:value "MessageHeader.author";
         fhir:index 2
       ], [
         fhir:value "MessageHeader.target";
         fhir:index 3
       ], [
         fhir:value "MessageHeader.responsible";
         fhir:index 4
       ], [
         fhir:value "MessageHeader.enterer";
         fhir:index 5
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "ok | transient-error | fatal-error" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "data" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-data" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The actual content of the message" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "receiver" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-receiver" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Intended \"real-world\" recipient for the data" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "author" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-author" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The source of the decision" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "destination" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-destination" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of system" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "source" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-source" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of system" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "target" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-target" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Particular delivery destination within the destination" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "destination-uri" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-destination-uri" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Actual destination address or id" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "source-uri" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-source-uri" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Actual message source address or id" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "responsible" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-responsible" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Final responsibility for event" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "response-id" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-response-id" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Id of original message" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "enterer" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-enterer" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The source of the data entry" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "event" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-event" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Code for the event this message represents" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "timestamp" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-timestamp" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Time that the message was sent" ]
       ]
     ], [
       fhir:index 71;
       fhir:Conformance.type [ fhir:value "NamingSystem" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/NamingSystem" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "NamingSystem.replaced-by";
         fhir:index 0
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "NamingSystem.replaced-by";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Publication Date(/time)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "period" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-period" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When is identifier valid?" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "kind" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-kind" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "codesystem | identifier | root" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "e.g. driver,  provider,  patient, bank etc." ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "id-type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-id-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "oid | uuid | uri | other" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "responsible" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-responsible" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Who maintains system namespace?" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "contact" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-contact" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of an individual to contact" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Human-readable label" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-context" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Content intends to support these contexts" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "publisher" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-publisher" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of the publisher (Organization or individual)" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "telecom" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-telecom" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Contact details for individual or publisher" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "value" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-value" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "The unique identifier" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "replaced-by" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-replaced-by" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Use this instead" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "draft | active | retired" ]
       ]
     ], [
       fhir:index 72;
       fhir:Conformance.type [ fhir:value "NutritionRequest" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/NutritionRequest" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "NutritionRequest.provider";
         fhir:index 0
       ], [
         fhir:value "NutritionRequest.patient";
         fhir:index 1
       ], [
         fhir:value "NutritionRequest.encounter";
         fhir:index 2
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "CarePlan.activityreference";
         fhir:index 0
       ], [
         fhir:value "ClinicalImpression.action";
         fhir:index 1
       ], [
         fhir:value "ClinicalImpression.plan";
         fhir:index 2
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Return nutrition orders with this external identifier" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "datetime" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-datetime" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Return nutrition orders requested on this date" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "provider" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-provider" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identify of the provider who placed the nutrition order" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of the person who requires the diet, formula or nutritional supplement" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "supplement" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-supplement" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Type of supplement product requested" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "formula" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-formula" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Type of enteral or infant formula" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "encounter" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-encounter" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Return nutrition orders with this encounter identifier" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "oraldiet" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-oraldiet" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Type of diet that can be consumed orally (i.e., take via the mouth)." ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Status of the nutrition order." ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "additive" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-additive" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Type of module component to add to the feeding" ]
       ]
     ], [
       fhir:index 73;
       fhir:Conformance.type [ fhir:value "Observation" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Observation" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Observation.performer";
         fhir:index 0
       ], [
         fhir:value "Observation.subject";
         fhir:index 1
       ], [
         fhir:value "Observation.encounter";
         fhir:index 2
       ], [
         fhir:value "Observation.related-target";
         fhir:index 3
       ], [
         fhir:value "Observation.patient";
         fhir:index 4
       ], [
         fhir:value "Observation.specimen";
         fhir:index 5
       ], [
         fhir:value "Observation.device";
         fhir:index 6
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "ClinicalImpression.finding-ref";
         fhir:index 0
       ], [
         fhir:value "ClinicalImpression.investigation";
         fhir:index 1
       ], [
         fhir:value "DiagnosticReport.result";
         fhir:index 2
       ], [
         fhir:value "Immunization.reaction";
         fhir:index 3
       ], [
         fhir:value "ImmunizationRecommendation.information";
         fhir:index 4
       ], [
         fhir:value "Observation.related-target";
         fhir:index 5
       ], [
         fhir:value "QuestionnaireResponse.parent";
         fhir:index 6
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Obtained date/time. If the obtained element is a period, a date that falls in the period" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The unique id for a particular observation" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The code of the observation type or component type" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "code-value-[x]" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-code-value" ];
         fhir:Conformance.type [ fhir:value "composite" ];
         fhir:Conformance.documentation [ fhir:value "Code and value parameter pair" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "performer" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-performer" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who performed the observation" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "method" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-method" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The method used for the observation" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "value-quantity" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-value-quantity" ];
         fhir:Conformance.type [ fhir:value "quantity" ];
         fhir:Conformance.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 7;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The subject that the observation is about" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "value-concept" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-value-concept" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The value or component value of the observation, if the value is a CodeableConcept" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "value-date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-value-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The value of the observation, if the value is a date or period of time" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "data-absent-reason" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-data-absent-reason" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The reason why the expected value in the element Observation.value[x] is missing." ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "encounter" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-encounter" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Healthcare event related to the observation" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "related-type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-related-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "has-member | derived-from | sequel-to | replaces | qualified-by | interfered-by" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "related-target" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-related-target" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Resource that is related to this one" ]
       ], [
         fhir:index 14;
         fhir:Conformance.name [ fhir:value "related" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-related" ];
         fhir:Conformance.type [ fhir:value "composite" ];
         fhir:Conformance.documentation [ fhir:value "Related Observations - search on related-type and related-target together" ]
       ], [
         fhir:index 15;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The subject that the observation is about (if patient)" ]
       ], [
         fhir:index 16;
         fhir:Conformance.name [ fhir:value "specimen" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-specimen" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Specimen used for this observation" ]
       ], [
         fhir:index 17;
         fhir:Conformance.name [ fhir:value "category" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-category" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The classification of the type of observation" ]
       ], [
         fhir:index 18;
         fhir:Conformance.name [ fhir:value "value-string" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-value-string" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "The value or component value of the observation, if the value is a string, and also searches in CodeableConcept.text" ]
       ], [
         fhir:index 19;
         fhir:Conformance.name [ fhir:value "device" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-device" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The Device that generated the observation data." ]
       ], [
         fhir:index 20;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The status of the observation" ]
       ]
     ], [
       fhir:index 74;
       fhir:Conformance.type [ fhir:value "OperationDefinition" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/OperationDefinition" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "OperationDefinition.paramprofile";
         fhir:index 0
       ], [
         fhir:value "OperationDefinition.base";
         fhir:index 1
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "OperationDefinition.base";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Date for this version of the operation definition" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Name used to invoke the operation" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "instance" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-instance" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Invoke on an instance?" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "kind" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-kind" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "operation | query" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Invoke at resource level for these type" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "version" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-version" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Logical id for this version of the operation definition" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "paramprofile" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-paramprofile" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Profile on the type" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "url" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-url" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Logical URL to reference this operation definition" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "system" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-system" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Invoke at the system level?" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Informal name for this operation" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-context" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A use context assigned to the operation definition" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "publisher" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-publisher" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of the publisher (Organization or individual)" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "draft | active | retired" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "base" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-base" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Marks this as a profile of the base" ]
       ]
     ], [
       fhir:index 75;
       fhir:Conformance.type [ fhir:value "OperationOutcome" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/OperationOutcome" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ]
     ], [
       fhir:index 76;
       fhir:Conformance.type [ fhir:value "Organization" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Organization" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Organization.partof";
         fhir:index 0
       ];
       fhir:Conformance.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 "Claim.insurer-reference";
         fhir:index 7
       ], [
         fhir:value "Claim.organization-reference";
         fhir:index 8
       ], [
         fhir:value "ClaimResponse.organization-reference";
         fhir:index 9
       ], [
         fhir:value "Communication.sender";
         fhir:index 10
       ], [
         fhir:value "Communication.recipient";
         fhir:index 11
       ], [
         fhir:value "CommunicationRequest.sender";
         fhir:index 12
       ], [
         fhir:value "CommunicationRequest.recipient";
         fhir:index 13
       ], [
         fhir:value "Composition.attester";
         fhir:index 14
       ], [
         fhir:value "Consent.actor";
         fhir:index 15
       ], [
         fhir:value "Consent.organization";
         fhir:index 16
       ], [
         fhir:value "Consent.recipient";
         fhir:index 17
       ], [
         fhir:value "Consent.consentor";
         fhir:index 18
       ], [
         fhir:value "Contract.agent";
         fhir:index 19
       ], [
         fhir:value "Contract.authority";
         fhir:index 20
       ], [
         fhir:value "Contract.signer";
         fhir:index 21
       ], [
         fhir:value "Coverage.issuer-reference";
         fhir:index 22
       ], [
         fhir:value "Coverage.planholder-reference";
         fhir:index 23
       ], [
         fhir:value "Device.organization";
         fhir:index 24
       ], [
         fhir:value "DeviceUseRequest.requester";
         fhir:index 25
       ], [
         fhir:value "DeviceUseRequest.filler";
         fhir:index 26
       ], [
         fhir:value "DiagnosticReport.performer";
         fhir:index 27
       ], [
         fhir:value "DiagnosticRequest.requester";
         fhir:index 28
       ], [
         fhir:value "DiagnosticRequest.filler";
         fhir:index 29
       ], [
         fhir:value "DocumentManifest.author";
         fhir:index 30
       ], [
         fhir:value "DocumentManifest.recipient";
         fhir:index 31
       ], [
         fhir:value "DocumentReference.authenticator";
         fhir:index 32
       ], [
         fhir:value "DocumentReference.custodian";
         fhir:index 33
       ], [
         fhir:value "DocumentReference.author";
         fhir:index 34
       ], [
         fhir:value "EligibilityRequest.organization-reference";
         fhir:index 35
       ], [
         fhir:value "EligibilityResponse.request-organization-reference";
         fhir:index 36
       ], [
         fhir:value "EligibilityResponse.organization-reference";
         fhir:index 37
       ], [
         fhir:value "Endpoint.organization";
         fhir:index 38
       ], [
         fhir:value "EpisodeOfCare.organization";
         fhir:index 39
       ], [
         fhir:value "ExplanationOfBenefit.organizationreference";
         fhir:index 40
       ], [
         fhir:value "Flag.subject";
         fhir:index 41
       ], [
         fhir:value "Flag.patient";
         fhir:index 42
       ], [
         fhir:value "Flag.author";
         fhir:index 43
       ], [
         fhir:value "Goal.patient";
         fhir:index 44
       ], [
         fhir:value "Goal.subject";
         fhir:index 45
       ], [
         fhir:value "HealthcareService.organization";
         fhir:index 46
       ], [
         fhir:value "ImagingManifest.author";
         fhir:index 47
       ], [
         fhir:value "Immunization.manufacturer";
         fhir:index 48
       ], [
         fhir:value "Linkage.author";
         fhir:index 49
       ], [
         fhir:value "Location.organization";
         fhir:index 50
       ], [
         fhir:value "Medication.manufacturer";
         fhir:index 51
       ], [
         fhir:value "MessageHeader.receiver";
         fhir:index 52
       ], [
         fhir:value "MessageHeader.responsible";
         fhir:index 53
       ], [
         fhir:value "Observation.performer";
         fhir:index 54
       ], [
         fhir:value "Organization.partof";
         fhir:index 55
       ], [
         fhir:value "Patient.general-practitioner";
         fhir:index 56
       ], [
         fhir:value "Patient.organization";
         fhir:index 57
       ], [
         fhir:value "PaymentNotice.organization-reference";
         fhir:index 58
       ], [
         fhir:value "PaymentReconciliation.request-organization-reference";
         fhir:index 59
       ], [
         fhir:value "PaymentReconciliation.organization-reference";
         fhir:index 60
       ], [
         fhir:value "Person.organization";
         fhir:index 61
       ], [
         fhir:value "Practitioner.organization";
         fhir:index 62
       ], [
         fhir:value "PractitionerRole.organization";
         fhir:index 63
       ], [
         fhir:value "Procedure.performer";
         fhir:index 64
       ], [
         fhir:value "ProcedureRequest.performer";
         fhir:index 65
       ], [
         fhir:value "ProcessRequest.organization-reference";
         fhir:index 66
       ], [
         fhir:value "ProcessResponse.request-organization-reference";
         fhir:index 67
       ], [
         fhir:value "ProcessResponse.organization-reference";
         fhir:index 68
       ], [
         fhir:value "Provenance.agent";
         fhir:index 69
       ], [
         fhir:value "ReferralRequest.requester";
         fhir:index 70
       ], [
         fhir:value "ReferralRequest.recipient";
         fhir:index 71
       ], [
         fhir:value "SupplyRequest.supplier";
         fhir:index 72
       ], [
         fhir:value "SupplyRequest.source";
         fhir:index 73
       ], [
         fhir:value "Task.owner";
         fhir:index 74
       ], [
         fhir:value "Task.requester";
         fhir:index 75
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Any identifier for the organization (not the accreditation issuer's identifier)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "partof" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-partof" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Search all organizations that are part of the given organization" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "phonetic" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-phonetic" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A portion of the organization's name using some kind of phonetic matching algorithm" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "address" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-address" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A (part of the) address of the Organization" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "address-state" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-address-state" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A state specified in an address" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A portion of the organization's name, or alias" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "address-use" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-address-use" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A use code specified in an address" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "active" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-active" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A code for the type of organization" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "address-city" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-address-city" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A city specified in an address" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "address-postalcode" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-address-postalcode" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A postal code specified in an address" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "address-country" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-address-country" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A country specified in an address" ]
       ]
     ], [
       fhir:index 77;
       fhir:Conformance.type [ fhir:value "Patient" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Patient" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Patient.link";
         fhir:index 0
       ], [
         fhir:value "Patient.general-practitioner";
         fhir:index 1
       ], [
         fhir:value "Patient.organization";
         fhir:index 2
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "Account.subject";
         fhir:index 0
       ], [
         fhir:value "Account.patient";
         fhir:index 1
       ], [
         fhir:value "AllergyIntolerance.recorder";
         fhir:index 2
       ], [
         fhir:value "AllergyIntolerance.reporter";
         fhir:index 3
       ], [
         fhir:value "AllergyIntolerance.patient";
         fhir:index 4
       ], [
         fhir:value "Appointment.actor";
         fhir:index 5
       ], [
         fhir:value "Appointment.practitioner";
         fhir:index 6
       ], [
         fhir:value "Appointment.patient";
         fhir:index 7
       ], [
         fhir:value "Appointment.location";
         fhir:index 8
       ], [
         fhir:value "AppointmentResponse.actor";
         fhir:index 9
       ], [
         fhir:value "AppointmentResponse.practitioner";
         fhir:index 10
       ], [
         fhir:value "AppointmentResponse.patient";
         fhir:index 11
       ], [
         fhir:value "AppointmentResponse.location";
         fhir:index 12
       ], [
         fhir:value "AuditEvent.agent";
         fhir:index 13
       ], [
         fhir:value "AuditEvent.patient";
         fhir:index 14
       ], [
         fhir:value "Basic.author";
         fhir:index 15
       ], [
         fhir:value "BodySite.patient";
         fhir:index 16
       ], [
         fhir:value "CarePlan.performer";
         fhir:index 17
       ], [
         fhir:value "CarePlan.subject";
         fhir:index 18
       ], [
         fhir:value "CarePlan.patient";
         fhir:index 19
       ], [
         fhir:value "CareTeam.patient";
         fhir:index 20
       ], [
         fhir:value "CareTeam.subject";
         fhir:index 21
       ], [
         fhir:value "CareTeam.participant";
         fhir:index 22
       ], [
         fhir:value "Claim.patient-reference";
         fhir:index 23
       ], [
         fhir:value "ClinicalImpression.subject";
         fhir:index 24
       ], [
         fhir:value "ClinicalImpression.patient";
         fhir:index 25
       ], [
         fhir:value "Communication.sender";
         fhir:index 26
       ], [
         fhir:value "Communication.subject";
         fhir:index 27
       ], [
         fhir:value "Communication.patient";
         fhir:index 28
       ], [
         fhir:value "Communication.recipient";
         fhir:index 29
       ], [
         fhir:value "CommunicationRequest.requester";
         fhir:index 30
       ], [
         fhir:value "CommunicationRequest.subject";
         fhir:index 31
       ], [
         fhir:value "CommunicationRequest.sender";
         fhir:index 32
       ], [
         fhir:value "CommunicationRequest.patient";
         fhir:index 33
       ], [
         fhir:value "CommunicationRequest.recipient";
         fhir:index 34
       ], [
         fhir:value "Composition.author";
         fhir:index 35
       ], [
         fhir:value "Composition.attester";
         fhir:index 36
       ], [
         fhir:value "Condition.subject";
         fhir:index 37
       ], [
         fhir:value "Condition.asserter";
         fhir:index 38
       ], [
         fhir:value "Condition.patient";
         fhir:index 39
       ], [
         fhir:value "Consent.actor";
         fhir:index 40
       ], [
         fhir:value "Consent.patient";
         fhir:index 41
       ], [
         fhir:value "Consent.recipient";
         fhir:index 42
       ], [
         fhir:value "Consent.consentor";
         fhir:index 43
       ], [
         fhir:value "Contract.agent";
         fhir:index 44
       ], [
         fhir:value "Contract.signer";
         fhir:index 45
       ], [
         fhir:value "Coverage.issuer-reference";
         fhir:index 46
       ], [
         fhir:value "Coverage.planholder-reference";
         fhir:index 47
       ], [
         fhir:value "Coverage.beneficiary-reference";
         fhir:index 48
       ], [
         fhir:value "DetectedIssue.patient";
         fhir:index 49
       ], [
         fhir:value "Device.patient";
         fhir:index 50
       ], [
         fhir:value "DeviceUseRequest.subject";
         fhir:index 51
       ], [
         fhir:value "DeviceUseRequest.patient";
         fhir:index 52
       ], [
         fhir:value "DeviceUseRequest.filler";
         fhir:index 53
       ], [
         fhir:value "DeviceUseStatement.subject";
         fhir:index 54
       ], [
         fhir:value "DeviceUseStatement.patient";
         fhir:index 55
       ], [
         fhir:value "DiagnosticReport.subject";
         fhir:index 56
       ], [
         fhir:value "DiagnosticReport.patient";
         fhir:index 57
       ], [
         fhir:value "DiagnosticRequest.subject";
         fhir:index 58
       ], [
         fhir:value "DiagnosticRequest.patient";
         fhir:index 59
       ], [
         fhir:value "DiagnosticRequest.filler";
         fhir:index 60
       ], [
         fhir:value "DocumentManifest.subject";
         fhir:index 61
       ], [
         fhir:value "DocumentManifest.author";
         fhir:index 62
       ], [
         fhir:value "DocumentManifest.patient";
         fhir:index 63
       ], [
         fhir:value "DocumentManifest.recipient";
         fhir:index 64
       ], [
         fhir:value "DocumentReference.subject";
         fhir:index 65
       ], [
         fhir:value "DocumentReference.patient";
         fhir:index 66
       ], [
         fhir:value "DocumentReference.author";
         fhir:index 67
       ], [
         fhir:value "EligibilityRequest.patient-reference";
         fhir:index 68
       ], [
         fhir:value "Encounter.patient";
         fhir:index 69
       ], [
         fhir:value "EnrollmentRequest.patient-reference";
         fhir:index 70
       ], [
         fhir:value "EnrollmentRequest.subject-reference";
         fhir:index 71
       ], [
         fhir:value "EpisodeOfCare.patient";
         fhir:index 72
       ], [
         fhir:value "ExplanationOfBenefit.patientreference";
         fhir:index 73
       ], [
         fhir:value "FamilyMemberHistory.patient";
         fhir:index 74
       ], [
         fhir:value "Flag.subject";
         fhir:index 75
       ], [
         fhir:value "Flag.patient";
         fhir:index 76
       ], [
         fhir:value "Flag.author";
         fhir:index 77
       ], [
         fhir:value "Goal.patient";
         fhir:index 78
       ], [
         fhir:value "Goal.subject";
         fhir:index 79
       ], [
         fhir:value "Group.member";
         fhir:index 80
       ], [
         fhir:value "GuidanceResponse.patient";
         fhir:index 81
       ], [
         fhir:value "GuidanceResponse.subject";
         fhir:index 82
       ], [
         fhir:value "ImagingManifest.author";
         fhir:index 83
       ], [
         fhir:value "ImagingManifest.patient";
         fhir:index 84
       ], [
         fhir:value "ImagingStudy.patient";
         fhir:index 85
       ], [
         fhir:value "Immunization.patient";
         fhir:index 86
       ], [
         fhir:value "ImmunizationRecommendation.patient";
         fhir:index 87
       ], [
         fhir:value "List.subject";
         fhir:index 88
       ], [
         fhir:value "List.patient";
         fhir:index 89
       ], [
         fhir:value "List.source";
         fhir:index 90
       ], [
         fhir:value "MeasureReport.patient";
         fhir:index 91
       ], [
         fhir:value "Media.subject";
         fhir:index 92
       ], [
         fhir:value "Media.patient";
         fhir:index 93
       ], [
         fhir:value "MedicationAdministration.performer";
         fhir:index 94
       ], [
         fhir:value "MedicationAdministration.patient";
         fhir:index 95
       ], [
         fhir:value "MedicationDispense.receiver";
         fhir:index 96
       ], [
         fhir:value "MedicationDispense.patient";
         fhir:index 97
       ], [
         fhir:value "MedicationOrder.patient";
         fhir:index 98
       ], [
         fhir:value "MedicationStatement.patient";
         fhir:index 99
       ], [
         fhir:value "MedicationStatement.source";
         fhir:index 100
       ], [
         fhir:value "NutritionRequest.patient";
         fhir:index 101
       ], [
         fhir:value "Observation.performer";
         fhir:index 102
       ], [
         fhir:value "Observation.subject";
         fhir:index 103
       ], [
         fhir:value "Observation.patient";
         fhir:index 104
       ], [
         fhir:value "Patient.link";
         fhir:index 105
       ], [
         fhir:value "Person.practitioner";
         fhir:index 106
       ], [
         fhir:value "Person.link";
         fhir:index 107
       ], [
         fhir:value "Person.relatedperson";
         fhir:index 108
       ], [
         fhir:value "Person.patient";
         fhir:index 109
       ], [
         fhir:value "Procedure.performer";
         fhir:index 110
       ], [
         fhir:value "Procedure.subject";
         fhir:index 111
       ], [
         fhir:value "Procedure.patient";
         fhir:index 112
       ], [
         fhir:value "ProcedureRequest.performer";
         fhir:index 113
       ], [
         fhir:value "ProcedureRequest.subject";
         fhir:index 114
       ], [
         fhir:value "ProcedureRequest.patient";
         fhir:index 115
       ], [
         fhir:value "ProcedureRequest.orderer";
         fhir:index 116
       ], [
         fhir:value "Provenance.agent";
         fhir:index 117
       ], [
         fhir:value "QuestionnaireResponse.author";
         fhir:index 118
       ], [
         fhir:value "QuestionnaireResponse.source";
         fhir:index 119
       ], [
         fhir:value "ReferralRequest.requester";
         fhir:index 120
       ], [
         fhir:value "ReferralRequest.patient";
         fhir:index 121
       ], [
         fhir:value "RelatedPerson.patient";
         fhir:index 122
       ], [
         fhir:value "RiskAssessment.subject";
         fhir:index 123
       ], [
         fhir:value "RiskAssessment.patient";
         fhir:index 124
       ], [
         fhir:value "Schedule.actor";
         fhir:index 125
       ], [
         fhir:value "Sequence.patient";
         fhir:index 126
       ], [
         fhir:value "Specimen.subject";
         fhir:index 127
       ], [
         fhir:value "Specimen.patient";
         fhir:index 128
       ], [
         fhir:value "SupplyDelivery.patient";
         fhir:index 129
       ], [
         fhir:value "SupplyRequest.patient";
         fhir:index 130
       ], [
         fhir:value "SupplyRequest.source";
         fhir:index 131
       ], [
         fhir:value "Task.owner";
         fhir:index 132
       ], [
         fhir:value "Task.requester";
         fhir:index 133
       ], [
         fhir:value "VisionPrescription.patient";
         fhir:index 134
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "birthdate" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-birthdate" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The patient's date of birth" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "deceased" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-deceased" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "This patient has been marked as deceased, or as a death date entered" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "address-state" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-address-state" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A state specified in an address" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "gender" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-gender" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Gender of the patient" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "animal-species" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-animal-species" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The species for animal patients" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "link" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-link" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "All patients linked to the given patient" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "language" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-language" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Language code (irrespective of use value)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "animal-breed" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-animal-breed" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The breed for animal patients" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "address-country" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-address-country" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A country specified in an address" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "death-date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-death-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The date of death has been provided and satisfies this search value" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "phonetic" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-phonetic" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A portion of either family or given name using some kind of phonetic matching algorithm" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "telecom" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-telecom" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The value in any kind of telecom details of the patient" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "address-city" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-address-city" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A city specified in an address" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "email" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-email" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A value in an email contact" ]
       ], [
         fhir:index 14;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A patient identifier" ]
       ], [
         fhir:index 15;
         fhir:Conformance.name [ fhir:value "given" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-given" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A portion of the given name of the patient" ]
       ], [
         fhir:index 16;
         fhir:Conformance.name [ fhir:value "address" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-address" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" ]
       ], [
         fhir:index 17;
         fhir:Conformance.name [ fhir:value "general-practitioner" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-general-practitioner" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Patient's nominated general practitioner, not the organization that manages the record" ]
       ], [
         fhir:index 18;
         fhir:Conformance.name [ fhir:value "active" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-active" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Whether the patient record is active" ]
       ], [
         fhir:index 19;
         fhir:Conformance.name [ fhir:value "address-postalcode" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-address-postalcode" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A postalCode specified in an address" ]
       ], [
         fhir:index 20;
         fhir:Conformance.name [ fhir:value "phone" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-phone" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A value in a phone contact" ]
       ], [
         fhir:index 21;
         fhir:Conformance.name [ fhir:value "organization" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-organization" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The organization at which this person is a patient" ]
       ], [
         fhir:index 22;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.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 23;
         fhir:Conformance.name [ fhir:value "address-use" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-address-use" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A use code specified in an address" ]
       ], [
         fhir:index 24;
         fhir:Conformance.name [ fhir:value "family" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-family" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A portion of the family name of the patient" ]
       ]
     ], [
       fhir:index 78;
       fhir:Conformance.type [ fhir:value "PaymentNotice" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/PaymentNotice" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "PaymentNotice.request-reference";
         fhir:index 0
       ], [
         fhir:value "PaymentNotice.organization-reference";
         fhir:index 1
       ], [
         fhir:value "PaymentNotice.response-reference";
         fhir:index 2
       ], [
         fhir:value "PaymentNotice.provider-reference";
         fhir:index 3
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The business identifier of the notice" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "request-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-request-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The Claim" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "organization-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-organization-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The organization who generated this resource" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "created" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-created" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Creation date fro the notice" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "organization-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-organization-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The organization who generated this resource" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "provider-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-provider-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the provider" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "request-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-request-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The Claim" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "response-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-response-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The ClaimResponse" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "provider-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-provider-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the provider" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "payment-status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-payment-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The type of payment notice" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "response-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-response-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The ClaimResponse" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "statusdate" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-statusdate" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The date of the payment action" ]
       ]
     ], [
       fhir:index 79;
       fhir:Conformance.type [ fhir:value "PaymentReconciliation" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/PaymentReconciliation" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "PaymentReconciliation.request-reference";
         fhir:index 0
       ], [
         fhir:value "PaymentReconciliation.request-organization-reference";
         fhir:index 1
       ], [
         fhir:value "PaymentReconciliation.organization-reference";
         fhir:index 2
       ], [
         fhir:value "PaymentReconciliation.request-provider-reference";
         fhir:index 3
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The business identifier of the Explanation of Benefit" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "request-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-request-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the claim" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "disposition" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-disposition" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "The contents of the disposition message" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "request-provider-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-request-provider-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the provider who sumbitted the claim" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "request-organization-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-request-organization-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The organization who generated this resource" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "organization-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-organization-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The organization who generated this resource" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "created" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-created" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The creation date" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "organization-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-organization-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The organization who generated this resource" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "request-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-request-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the claim" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "request-organization-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-request-organization-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The organization who generated this resource" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "outcome" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-outcome" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The processing outcome" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "request-provider-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-request-provider-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the provider who sumbitted the claim" ]
       ]
     ], [
       fhir:index 80;
       fhir:Conformance.type [ fhir:value "Person" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Person" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.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:Conformance.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:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A person Identifier" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "address" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-address" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "birthdate" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-birthdate" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The person's date of birth" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "address-state" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-address-state" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A state specified in an address" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "gender" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-gender" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The gender of the person" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "practitioner" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-practitioner" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The Person links to this Practitioner" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "link" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-link" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Any link has this Patient, Person, RelatedPerson or Practitioner reference" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "relatedperson" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-relatedperson" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The Person links to this RelatedPerson" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "address-postalcode" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-address-postalcode" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A postal code specified in an address" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "address-country" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-address-country" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A country specified in an address" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "phonetic" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-phonetic" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A portion of name using some kind of phonetic matching algorithm" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "phone" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-phone" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A value in a phone contact" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The Person links to this Patient" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "organization" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-organization" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The organization at which this person record is being managed" ]
       ], [
         fhir:index 14;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.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:Conformance.name [ fhir:value "address-use" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-address-use" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A use code specified in an address" ]
       ], [
         fhir:index 16;
         fhir:Conformance.name [ fhir:value "telecom" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-telecom" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The value in any kind of contact" ]
       ], [
         fhir:index 17;
         fhir:Conformance.name [ fhir:value "address-city" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-address-city" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A city specified in an address" ]
       ], [
         fhir:index 18;
         fhir:Conformance.name [ fhir:value "email" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-email" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A value in an email contact" ]
       ]
     ], [
       fhir:index 81;
       fhir:Conformance.type [ fhir:value "PlanDefinition" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/PlanDefinition" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchRevInclude [
         fhir:value "Flag.subject";
         fhir:index 0
       ], [
         fhir:value "Flag.patient";
         fhir:index 1
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/plandefinition-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Logical identifier for the module (e.g. CMS-143)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "topic" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/plandefinition-topic" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Topics associated with the module" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "description" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/plandefinition-description" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Text search against the description" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "title" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/plandefinition-title" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Text search against the title" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "version" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/plandefinition-version" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Version of the module (e.g. 1.0.0)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/plandefinition-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Status of the module" ]
       ]
     ], [
       fhir:index 82;
       fhir:Conformance.type [ fhir:value "Practitioner" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Practitioner" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Practitioner.organization";
         fhir:index 0
       ], [
         fhir:value "Practitioner.location";
         fhir:index 1
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "Account.subject";
         fhir:index 0
       ], [
         fhir:value "Account.patient";
         fhir:index 1
       ], [
         fhir:value "AllergyIntolerance.recorder";
         fhir:index 2
       ], [
         fhir:value "AllergyIntolerance.reporter";
         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 "Claim.provider-reference";
         fhir:index 17
       ], [
         fhir:value "ClinicalImpression.assessor";
         fhir:index 18
       ], [
         fhir:value "Communication.sender";
         fhir:index 19
       ], [
         fhir:value "Communication.recipient";
         fhir:index 20
       ], [
         fhir:value "CommunicationRequest.requester";
         fhir:index 21
       ], [
         fhir:value "CommunicationRequest.sender";
         fhir:index 22
       ], [
         fhir:value "CommunicationRequest.recipient";
         fhir:index 23
       ], [
         fhir:value "Composition.author";
         fhir:index 24
       ], [
         fhir:value "Composition.attester";
         fhir:index 25
       ], [
         fhir:value "Condition.asserter";
         fhir:index 26
       ], [
         fhir:value "Consent.actor";
         fhir:index 27
       ], [
         fhir:value "Consent.recipient";
         fhir:index 28
       ], [
         fhir:value "Consent.consentor";
         fhir:index 29
       ], [
         fhir:value "Contract.agent";
         fhir:index 30
       ], [
         fhir:value "Contract.signer";
         fhir:index 31
       ], [
         fhir:value "DetectedIssue.author";
         fhir:index 32
       ], [
         fhir:value "DeviceUseRequest.requester";
         fhir:index 33
       ], [
         fhir:value "DeviceUseRequest.filler";
         fhir:index 34
       ], [
         fhir:value "DiagnosticReport.performer";
         fhir:index 35
       ], [
         fhir:value "DiagnosticRequest.requester";
         fhir:index 36
       ], [
         fhir:value "DiagnosticRequest.filler";
         fhir:index 37
       ], [
         fhir:value "DocumentManifest.subject";
         fhir:index 38
       ], [
         fhir:value "DocumentManifest.author";
         fhir:index 39
       ], [
         fhir:value "DocumentManifest.patient";
         fhir:index 40
       ], [
         fhir:value "DocumentManifest.recipient";
         fhir:index 41
       ], [
         fhir:value "DocumentReference.subject";
         fhir:index 42
       ], [
         fhir:value "DocumentReference.patient";
         fhir:index 43
       ], [
         fhir:value "DocumentReference.authenticator";
         fhir:index 44
       ], [
         fhir:value "DocumentReference.author";
         fhir:index 45
       ], [
         fhir:value "EligibilityRequest.provider-reference";
         fhir:index 46
       ], [
         fhir:value "EligibilityResponse.request-provider-reference";
         fhir:index 47
       ], [
         fhir:value "Encounter.practitioner";
         fhir:index 48
       ], [
         fhir:value "Encounter.participant";
         fhir:index 49
       ], [
         fhir:value "EpisodeOfCare.care-manager";
         fhir:index 50
       ], [
         fhir:value "ExplanationOfBenefit.providerreference";
         fhir:index 51
       ], [
         fhir:value "Flag.subject";
         fhir:index 52
       ], [
         fhir:value "Flag.patient";
         fhir:index 53
       ], [
         fhir:value "Flag.author";
         fhir:index 54
       ], [
         fhir:value "Group.member";
         fhir:index 55
       ], [
         fhir:value "ImagingManifest.author";
         fhir:index 56
       ], [
         fhir:value "Immunization.requester";
         fhir:index 57
       ], [
         fhir:value "Immunization.performer";
         fhir:index 58
       ], [
         fhir:value "Linkage.author";
         fhir:index 59
       ], [
         fhir:value "List.source";
         fhir:index 60
       ], [
         fhir:value "Media.subject";
         fhir:index 61
       ], [
         fhir:value "Media.patient";
         fhir:index 62
       ], [
         fhir:value "Media.operator";
         fhir:index 63
       ], [
         fhir:value "MedicationAdministration.performer";
         fhir:index 64
       ], [
         fhir:value "MedicationDispense.receiver";
         fhir:index 65
       ], [
         fhir:value "MedicationDispense.responsibleparty";
         fhir:index 66
       ], [
         fhir:value "MedicationDispense.dispenser";
         fhir:index 67
       ], [
         fhir:value "MedicationOrder.prescriber";
         fhir:index 68
       ], [
         fhir:value "MedicationStatement.source";
         fhir:index 69
       ], [
         fhir:value "MessageHeader.receiver";
         fhir:index 70
       ], [
         fhir:value "MessageHeader.author";
         fhir:index 71
       ], [
         fhir:value "MessageHeader.responsible";
         fhir:index 72
       ], [
         fhir:value "MessageHeader.enterer";
         fhir:index 73
       ], [
         fhir:value "NutritionRequest.provider";
         fhir:index 74
       ], [
         fhir:value "Observation.performer";
         fhir:index 75
       ], [
         fhir:value "Patient.general-practitioner";
         fhir:index 76
       ], [
         fhir:value "PaymentNotice.provider-reference";
         fhir:index 77
       ], [
         fhir:value "PaymentReconciliation.request-provider-reference";
         fhir:index 78
       ], [
         fhir:value "Person.practitioner";
         fhir:index 79
       ], [
         fhir:value "Person.link";
         fhir:index 80
       ], [
         fhir:value "Person.relatedperson";
         fhir:index 81
       ], [
         fhir:value "Person.patient";
         fhir:index 82
       ], [
         fhir:value "PractitionerRole.practitioner";
         fhir:index 83
       ], [
         fhir:value "Procedure.performer";
         fhir:index 84
       ], [
         fhir:value "ProcedureRequest.performer";
         fhir:index 85
       ], [
         fhir:value "ProcedureRequest.orderer";
         fhir:index 86
       ], [
         fhir:value "ProcessRequest.provider-reference";
         fhir:index 87
       ], [
         fhir:value "ProcessResponse.request-provider-reference";
         fhir:index 88
       ], [
         fhir:value "Provenance.agent";
         fhir:index 89
       ], [
         fhir:value "QuestionnaireResponse.author";
         fhir:index 90
       ], [
         fhir:value "QuestionnaireResponse.source";
         fhir:index 91
       ], [
         fhir:value "ReferralRequest.requester";
         fhir:index 92
       ], [
         fhir:value "ReferralRequest.recipient";
         fhir:index 93
       ], [
         fhir:value "RiskAssessment.performer";
         fhir:index 94
       ], [
         fhir:value "Schedule.actor";
         fhir:index 95
       ], [
         fhir:value "Specimen.collector";
         fhir:index 96
       ], [
         fhir:value "SupplyDelivery.receiver";
         fhir:index 97
       ], [
         fhir:value "SupplyDelivery.supplier";
         fhir:index 98
       ], [
         fhir:value "SupplyRequest.source";
         fhir:index 99
       ], [
         fhir:value "Task.owner";
         fhir:index 100
       ], [
         fhir:value "Task.requester";
         fhir:index 101
       ], [
         fhir:value "VisionPrescription.prescriber";
         fhir:index 102
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A practitioner's Identifier" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "given" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-given" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A portion of the given name" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "specialty" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-specialty" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The practitioner has this specialty at an organization" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "address" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-address" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "role" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-role" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The practitioner can perform this role at for the organization" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "address-state" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-address-state" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A state specified in an address" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "gender" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-gender" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Gender of the practitioner" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "active" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-active" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Whether the practitioner record is active" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "address-postalcode" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-address-postalcode" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A postalCode specified in an address" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "address-country" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-address-country" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A country specified in an address" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "phonetic" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-phonetic" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A portion of either family or given name using some kind of phonetic matching algorithm" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "phone" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-phone" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A value in a phone contact" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "organization" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-organization" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of the organization the practitioner represents / acts on behalf of" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.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 14;
         fhir:Conformance.name [ fhir:value "address-use" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-address-use" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A use code specified in an address" ]
       ], [
         fhir:index 15;
         fhir:Conformance.name [ fhir:value "telecom" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-telecom" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The value in any kind of contact" ]
       ], [
         fhir:index 16;
         fhir:Conformance.name [ fhir:value "location" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-location" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "One of the locations at which this practitioner provides care" ]
       ], [
         fhir:index 17;
         fhir:Conformance.name [ fhir:value "family" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-family" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A portion of the family name" ]
       ], [
         fhir:index 18;
         fhir:Conformance.name [ fhir:value "address-city" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-address-city" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A city specified in an address" ]
       ], [
         fhir:index 19;
         fhir:Conformance.name [ fhir:value "communication" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-communication" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "One of the languages that the practitioner can communicate with" ]
       ], [
         fhir:index 20;
         fhir:Conformance.name [ fhir:value "email" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-email" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A value in an email contact" ]
       ]
     ], [
       fhir:index 83;
       fhir:Conformance.type [ fhir:value "PractitionerRole" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/PractitionerRole" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "PractitionerRole.practitioner";
         fhir:index 0
       ], [
         fhir:value "PractitionerRole.organization";
         fhir:index 1
       ], [
         fhir:value "PractitionerRole.location";
         fhir:index 2
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitionerrole-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A practitioner's Identifier" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "specialty" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitionerrole-specialty" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The practitioner has this specialty at an organization" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "role" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitionerrole-role" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The practitioner can perform this role at for the organization" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "practitioner" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitionerrole-practitioner" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Practitioner that is able to provide the defined services for the organation" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "phone" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitionerrole-phone" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A value in a phone contact" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "organization" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitionerrole-organization" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of the organization the practitioner represents / acts on behalf of" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "telecom" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitionerrole-telecom" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The value in any kind of contact" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "location" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitionerrole-location" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "One of the locations at which this practitioner provides care" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "email" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitionerrole-email" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A value in an email contact" ]
       ]
     ], [
       fhir:index 84;
       fhir:Conformance.type [ fhir:value "Procedure" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Procedure" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Procedure.performer";
         fhir:index 0
       ], [
         fhir:value "Procedure.subject";
         fhir:index 1
       ], [
         fhir:value "Procedure.patient";
         fhir:index 2
       ], [
         fhir:value "Procedure.location";
         fhir:index 3
       ], [
         fhir:value "Procedure.encounter";
         fhir:index 4
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "ClinicalImpression.action";
         fhir:index 0
       ], [
         fhir:value "Encounter.procedure";
         fhir:index 1
       ], [
         fhir:value "Encounter.condition";
         fhir:index 2
       ], [
         fhir:value "Encounter.indication";
         fhir:index 3
       ], [
         fhir:value "Flag.subject";
         fhir:index 4
       ], [
         fhir:value "Flag.patient";
         fhir:index 5
       ], [
         fhir:value "QuestionnaireResponse.parent";
         fhir:index 6
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedure-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Date/Period the procedure was performed" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedure-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A unique identifier for a procedure" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedure-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A code to identify a  procedure" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "performer" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedure-performer" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the practitioner" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedure-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Search by subject" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedure-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Search by subject - a patient" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "location" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedure-location" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Where the procedure happened" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "encounter" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedure-encounter" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The encounter associated with the procedure" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "category" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedure-category" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Classification of the procedure" ]
       ]
     ], [
       fhir:index 85;
       fhir:Conformance.type [ fhir:value "ProcedureRequest" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ProcedureRequest" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "ProcedureRequest.performer";
         fhir:index 0
       ], [
         fhir:value "ProcedureRequest.subject";
         fhir:index 1
       ], [
         fhir:value "ProcedureRequest.patient";
         fhir:index 2
       ], [
         fhir:value "ProcedureRequest.orderer";
         fhir:index 3
       ], [
         fhir:value "ProcedureRequest.encounter";
         fhir:index 4
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "CarePlan.activityreference";
         fhir:index 0
       ], [
         fhir:value "ClinicalImpression.action";
         fhir:index 1
       ], [
         fhir:value "ClinicalImpression.plan";
         fhir:index 2
       ], [
         fhir:value "DiagnosticReport.request";
         fhir:index 3
       ], [
         fhir:value "ImagingStudy.basedon";
         fhir:index 4
       ], [
         fhir:value "ReferralRequest.basedon";
         fhir:index 5
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedurerequest-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A unique identifier of the Procedure Request" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "performer" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedurerequest-performer" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who should perform the procedure" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedurerequest-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Search by subject" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedurerequest-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Search by subject - a patient" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "orderer" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedurerequest-orderer" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who made request" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "encounter" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedurerequest-encounter" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Encounter request created during" ]
       ]
     ], [
       fhir:index 86;
       fhir:Conformance.type [ fhir:value "ProcessRequest" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ProcessRequest" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "ProcessRequest.organization-reference";
         fhir:index 0
       ], [
         fhir:value "ProcessRequest.provider-reference";
         fhir:index 1
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "CarePlan.activityreference";
         fhir:index 0
       ], [
         fhir:value "ClinicalImpression.plan";
         fhir:index 1
       ], [
         fhir:value "PaymentReconciliation.request-reference";
         fhir:index 2
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processrequest-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The business identifier of the ProcessRequest" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "organization-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processrequest-organization-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The organization who generated this request" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "organization-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processrequest-organization-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The organization who generated this request" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "action" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processrequest-action" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The action requested by this resource" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "provider-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processrequest-provider-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The provider who regenerated this request" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "provider-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processrequest-provider-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The provider who regenerated this request" ]
       ]
     ], [
       fhir:index 87;
       fhir:Conformance.type [ fhir:value "ProcessResponse" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ProcessResponse" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "ProcessResponse.request-reference";
         fhir:index 0
       ], [
         fhir:value "ProcessResponse.request-organization-reference";
         fhir:index 1
       ], [
         fhir:value "ProcessResponse.organization-reference";
         fhir:index 2
       ], [
         fhir:value "ProcessResponse.request-provider-reference";
         fhir:index 3
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processresponse-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The business identifier of the Explanation of Benefit" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "request-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processresponse-request-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the claim" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "request-organization-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processresponse-request-organization-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The Organization who is responsible the request transaction" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "organization-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processresponse-organization-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The organization who generated this resource" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "organization-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processresponse-organization-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The organization who generated this resource" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "request-provide-ridentifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processresponse-request-provide-ridentifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The Provider who is responsible the request transaction" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "request-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processresponse-request-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The reference to the claim" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "request-organization-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processresponse-request-organization-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The Organization who is responsible the request transaction" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "request-provider-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processresponse-request-provider-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The Provider who is responsible the request transaction" ]
       ]
     ], [
       fhir:index 88;
       fhir:Conformance.type [ fhir:value "Provenance" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Provenance" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Provenance.agent";
         fhir:index 0
       ], [
         fhir:value "Provenance.patient";
         fhir:index 1
       ], [
         fhir:value "Provenance.location";
         fhir:index 2
       ], [
         fhir:value "Provenance.target";
         fhir:index 3
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "sig" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/provenance-sig" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Indication of the reason the entity signed the object(s)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "entity-type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/provenance-entity-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The type of resource in this entity" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "agent" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/provenance-agent" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Individual, device or organization playing role" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/provenance-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Target Reference(s) (usually version specific)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "start" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/provenance-start" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Starting time with inclusive boundary" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "end" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/provenance-end" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "End time with inclusive boundary, if not ongoing" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "location" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/provenance-location" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Where the activity occurred, if relevant" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "userid" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/provenance-userid" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Authorization-system identifier for the agent" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "entity" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/provenance-entity" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Identity of entity" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "target" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/provenance-target" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Target Reference(s) (usually version specific)" ]
       ]
     ], [
       fhir:index 89;
       fhir:Conformance.type [ fhir:value "Questionnaire" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Questionnaire" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchRevInclude [
         fhir:value "QuestionnaireResponse.questionnaire";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaire-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When the questionnaire was last changed" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaire-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "An identifier for the questionnaire" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaire-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A code that corresponds to the questionnaire or one of its groups" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaire-context" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A use context assigned to the questionnaire" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "publisher" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaire-publisher" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "The author of the questionnaire" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "title" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaire-title" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "All or part of the name of the questionnaire" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "version" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaire-version" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "The business version of the questionnaire" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaire-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The status of the questionnaire" ]
       ]
     ], [
       fhir:index 90;
       fhir:Conformance.type [ fhir:value "QuestionnaireResponse" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "QuestionnaireResponse.parent";
         fhir:index 0
       ], [
         fhir:value "QuestionnaireResponse.questionnaire";
         fhir:index 1
       ], [
         fhir:value "QuestionnaireResponse.based-on";
         fhir:index 2
       ], [
         fhir:value "QuestionnaireResponse.subject";
         fhir:index 3
       ], [
         fhir:value "QuestionnaireResponse.author";
         fhir:index 4
       ], [
         fhir:value "QuestionnaireResponse.patient";
         fhir:index 5
       ], [
         fhir:value "QuestionnaireResponse.context";
         fhir:index 6
       ], [
         fhir:value "QuestionnaireResponse.source";
         fhir:index 7
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "ClinicalImpression.investigation";
         fhir:index 0
       ], [
         fhir:value "Consent.source";
         fhir:index 1
       ], [
         fhir:value "Observation.related-target";
         fhir:index 2
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "authored" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-authored" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When the questionnaire was authored" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The unique identifier for the questionnaire response" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "parent" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-parent" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Procedure or observation this questionnaire response is part of" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "questionnaire" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-questionnaire" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The questionnaire the answers are provided for" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "based-on" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-based-on" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Plan/proposal/order fulfilled by this questionnaire response" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The subject of the questionnaire" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "author" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-author" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The author of the questionnaire" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The patient that is the subject of the questionnaire" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-context" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Encounter or episode during which questionnaire was authored" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "source" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-source" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The person who answered the questions" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The status of the questionnaire response" ]
       ]
     ], [
       fhir:index 91;
       fhir:Conformance.type [ fhir:value "ReferralRequest" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ReferralRequest" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "ReferralRequest.requester";
         fhir:index 0
       ], [
         fhir:value "ReferralRequest.patient";
         fhir:index 1
       ], [
         fhir:value "ReferralRequest.recipient";
         fhir:index 2
       ], [
         fhir:value "ReferralRequest.context";
         fhir:index 3
       ], [
         fhir:value "ReferralRequest.basedon";
         fhir:index 4
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "CarePlan.activityreference";
         fhir:index 0
       ], [
         fhir:value "ClinicalImpression.action";
         fhir:index 1
       ], [
         fhir:value "ClinicalImpression.plan";
         fhir:index 2
       ], [
         fhir:value "DiagnosticReport.request";
         fhir:index 3
       ], [
         fhir:value "Encounter.incomingreferral";
         fhir:index 4
       ], [
         fhir:value "EpisodeOfCare.incomingreferral";
         fhir:index 5
       ], [
         fhir:value "ImagingStudy.basedon";
         fhir:index 6
       ], [
         fhir:value "QuestionnaireResponse.based-on";
         fhir:index 7
       ], [
         fhir:value "ReferralRequest.basedon";
         fhir:index 8
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Creation or activation date" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "requester" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-requester" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Requester of referral / transfer of care" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "parent" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-parent" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Part of common request" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "specialty" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-specialty" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The specialty that the referral is for" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who the referral is about" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "recipient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-recipient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The person that the referral was sent to" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-context" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Part of encounter or episode of care" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The type of the referral" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "priority" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-priority" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The priority assigned to the referral" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "category" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-category" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Proposal, plan or request" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "basedon" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-basedon" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Request being fulfilled" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The status of the referral" ]
       ]
     ], [
       fhir:index 92;
       fhir:Conformance.type [ fhir:value "RelatedPerson" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/RelatedPerson" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "RelatedPerson.patient";
         fhir:index 0
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "AllergyIntolerance.reporter";
         fhir:index 0
       ], [
         fhir:value "Appointment.actor";
         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:value "AppointmentResponse.actor";
         fhir:index 5
       ], [
         fhir:value "AppointmentResponse.practitioner";
         fhir:index 6
       ], [
         fhir:value "AppointmentResponse.patient";
         fhir:index 7
       ], [
         fhir:value "AppointmentResponse.location";
         fhir:index 8
       ], [
         fhir:value "AuditEvent.agent";
         fhir:index 9
       ], [
         fhir:value "AuditEvent.patient";
         fhir:index 10
       ], [
         fhir:value "Basic.author";
         fhir:index 11
       ], [
         fhir:value "CarePlan.performer";
         fhir:index 12
       ], [
         fhir:value "CareTeam.participant";
         fhir:index 13
       ], [
         fhir:value "Communication.sender";
         fhir:index 14
       ], [
         fhir:value "Communication.recipient";
         fhir:index 15
       ], [
         fhir:value "CommunicationRequest.requester";
         fhir:index 16
       ], [
         fhir:value "CommunicationRequest.sender";
         fhir:index 17
       ], [
         fhir:value "CommunicationRequest.recipient";
         fhir:index 18
       ], [
         fhir:value "Composition.author";
         fhir:index 19
       ], [
         fhir:value "Consent.actor";
         fhir:index 20
       ], [
         fhir:value "Consent.recipient";
         fhir:index 21
       ], [
         fhir:value "Consent.consentor";
         fhir:index 22
       ], [
         fhir:value "Contract.agent";
         fhir:index 23
       ], [
         fhir:value "Contract.signer";
         fhir:index 24
       ], [
         fhir:value "Coverage.issuer-reference";
         fhir:index 25
       ], [
         fhir:value "DeviceUseRequest.filler";
         fhir:index 26
       ], [
         fhir:value "DiagnosticRequest.filler";
         fhir:index 27
       ], [
         fhir:value "DocumentManifest.author";
         fhir:index 28
       ], [
         fhir:value "DocumentManifest.recipient";
         fhir:index 29
       ], [
         fhir:value "DocumentReference.author";
         fhir:index 30
       ], [
         fhir:value "Encounter.practitioner";
         fhir:index 31
       ], [
         fhir:value "Encounter.participant";
         fhir:index 32
       ], [
         fhir:value "ImagingManifest.author";
         fhir:index 33
       ], [
         fhir:value "MedicationAdministration.performer";
         fhir:index 34
       ], [
         fhir:value "MedicationStatement.source";
         fhir:index 35
       ], [
         fhir:value "Observation.performer";
         fhir:index 36
       ], [
         fhir:value "Patient.link";
         fhir:index 37
       ], [
         fhir:value "Person.practitioner";
         fhir:index 38
       ], [
         fhir:value "Person.link";
         fhir:index 39
       ], [
         fhir:value "Person.relatedperson";
         fhir:index 40
       ], [
         fhir:value "Person.patient";
         fhir:index 41
       ], [
         fhir:value "Procedure.performer";
         fhir:index 42
       ], [
         fhir:value "ProcedureRequest.performer";
         fhir:index 43
       ], [
         fhir:value "ProcedureRequest.orderer";
         fhir:index 44
       ], [
         fhir:value "Provenance.agent";
         fhir:index 45
       ], [
         fhir:value "QuestionnaireResponse.author";
         fhir:index 46
       ], [
         fhir:value "QuestionnaireResponse.source";
         fhir:index 47
       ], [
         fhir:value "Schedule.actor";
         fhir:index 48
       ], [
         fhir:value "Task.owner";
         fhir:index 49
       ], [
         fhir:value "Task.requester";
         fhir:index 50
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A patient Identifier" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "address" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-address" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "birthdate" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-birthdate" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The Related Person's date of birth" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "address-state" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-address-state" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A state specified in an address" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "gender" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-gender" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Gender of the person" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "active" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-active" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Wheter the related person record is active" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "address-postalcode" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-address-postalcode" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A postal code specified in an address" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "address-country" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-address-country" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A country specified in an address" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "phonetic" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-phonetic" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A portion of name using some kind of phonetic matching algorithm" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "phone" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-phone" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A value in a phone contact" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The patient this person is related to" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.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:Conformance.name [ fhir:value "address-use" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-address-use" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A use code specified in an address" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "telecom" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-telecom" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The value in any kind of contact" ]
       ], [
         fhir:index 14;
         fhir:Conformance.name [ fhir:value "address-city" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-address-city" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "A city specified in an address" ]
       ], [
         fhir:index 15;
         fhir:Conformance.name [ fhir:value "email" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-email" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A value in an email contact" ]
       ]
     ], [
       fhir:index 93;
       fhir:Conformance.type [ fhir:value "RiskAssessment" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/RiskAssessment" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.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:Conformance.searchRevInclude [
         fhir:value "ClinicalImpression.investigation";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/riskassessment-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When was assessment made?" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/riskassessment-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Unique identifier for the assessment" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "condition" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/riskassessment-condition" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Condition assessed" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "performer" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/riskassessment-performer" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who did assessment?" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "method" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/riskassessment-method" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Evaluation mechanism" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/riskassessment-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who/what does assessment apply to?" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/riskassessment-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who/what does assessment apply to?" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "encounter" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/riskassessment-encounter" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Where was assessment performed?" ]
       ]
     ], [
       fhir:index 94;
       fhir:Conformance.type [ fhir:value "Schedule" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Schedule" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Schedule.actor";
         fhir:index 0
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "Slot.schedule";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "actor" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/schedule-actor" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The individual(HealthcareService, Practitioner, Location, ...) to find a Schedule for" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/schedule-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Search for Schedule resources that have a period that contains this date specified" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/schedule-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A Schedule Identifier" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "active" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/schedule-active" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Is the schedule in active use" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/schedule-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The type of appointments that can be booked into associated slot(s)" ]
       ]
     ], [
       fhir:index 95;
       fhir:Conformance.type [ fhir:value "SearchParameter" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/SearchParameter" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "SearchParameter.component";
         fhir:index 0
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "SearchParameter.component";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "component" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-component" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "For Composite resources to define the parts" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Code used in URL" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Informal name for this search parameter" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-context" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A use context assigned to the search parameter" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "description" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-description" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Documentation for  search parameter" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "number | date | string | token | reference | composite | quantity | uri" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "url" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-url" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Absolute URL used to reference this search parameter" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "base" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-base" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The resource type this search parameter applies to" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "target" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-target" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Types of resource (if a resource reference)" ]
       ]
     ], [
       fhir:index 96;
       fhir:Conformance.type [ fhir:value "Sequence" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Sequence" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Sequence.patient";
         fhir:index 0
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "Observation.related-target";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "coordinate" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/sequence-coordinate" ];
         fhir:Conformance.type [ fhir:value "composite" ];
         fhir:Conformance.documentation [ fhir:value "Genomic coordinate of the sequence. For example, a search for sequence in region 1:123-345 can be represented as `coordinate=1$lt345$gt123`" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/sequence-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The subject that the observation is about" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "chromosome" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/sequence-chromosome" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Chromosome of the sequence" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "start" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/sequence-start" ];
         fhir:Conformance.type [ fhir:value "number" ];
         fhir:Conformance.documentation [ fhir:value "Start position (0-based inclusive) of the sequence" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "end" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/sequence-end" ];
         fhir:Conformance.type [ fhir:value "number" ];
         fhir:Conformance.documentation [ fhir:value "End position (0-based exclusive) of the sequence" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/sequence-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The type of the variant: Amino acid / cDNA transcript / RNA variant." ]
       ]
     ], [
       fhir:index 97;
       fhir:Conformance.type [ fhir:value "Slot" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Slot" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Slot.schedule";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "schedule" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/slot-schedule" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The Schedule Resource that we are seeking a slot within" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/slot-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A Slot Identifier" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "start" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/slot-start" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Appointment date/time." ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "slot-type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/slot-slot-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The type of appointments that can be booked into the slot" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/slot-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The free/busy status of the appointment" ]
       ]
     ], [
       fhir:index 98;
       fhir:Conformance.type [ fhir:value "Specimen" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Specimen" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.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:Conformance.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 "Specimen.parent";
         fhir:index 4
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "container" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-container" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The kind of specimen container" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The unique identifier associated with the specimen" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "parent" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-parent" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The parent of the specimen" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "container-id" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-container-id" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The unique identifier associated with the specimen container" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "bodysite" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-bodysite" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The code for the body site from where the specimen originated" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "subject" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-subject" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The subject of the specimen" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The patient the specimen comes from" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "collected" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-collected" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The date the specimen was collected" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "accession" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-accession" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The accession number associated with the specimen" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The specimen type" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "collector" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-collector" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who collected the specimen" ]
       ]
     ], [
       fhir:index 99;
       fhir:Conformance.type [ fhir:value "StructureDefinition" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/StructureDefinition" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "StructureDefinition.valueset";
         fhir:index 0
       ];
       fhir:Conformance.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 "Conformance.supported-profile";
         fhir:index 4
       ], [
         fhir:value "Conformance.resourceprofile";
         fhir:index 5
       ], [
         fhir:value "OperationDefinition.paramprofile";
         fhir:index 6
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The profile publication date" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The identifier of the profile" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A code for the profile" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "valueset" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-valueset" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "A vocabulary binding reference" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "kind" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-kind" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "primitive-type | complex-type | resource | logical" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "display" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-display" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Use this name when displaying the value" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "description" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-description" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Text search in the description of the profile" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "experimental" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-experimental" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "If for testing purposes, not real usage" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "context-type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-context-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "resource | datatype | extension" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "abstract" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-abstract" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Whether the structure is abstract" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Type defined or constrained by this structure" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "version" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-version" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The version identifier of the profile" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "url" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-url" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Absolute URL used to reference this StructureDefinition" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "path" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-path" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A path that is constrained in the profile" ]
       ], [
         fhir:index 14;
         fhir:Conformance.name [ fhir:value "ext-context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-ext-context" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Where the extension can be used in instances" ]
       ], [
         fhir:index 15;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of the profile" ]
       ], [
         fhir:index 16;
         fhir:Conformance.name [ fhir:value "context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-context" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A use context assigned to the structure" ]
       ], [
         fhir:index 17;
         fhir:Conformance.name [ fhir:value "base-path" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-base-path" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Path that identifies the base element" ]
       ], [
         fhir:index 18;
         fhir:Conformance.name [ fhir:value "publisher" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-publisher" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of the publisher of the profile" ]
       ], [
         fhir:index 19;
         fhir:Conformance.name [ fhir:value "derivation" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-derivation" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "specialization | constraint - How relates to base definition" ]
       ], [
         fhir:index 20;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The current status of the profile" ]
       ], [
         fhir:index 21;
         fhir:Conformance.name [ fhir:value "base" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-base" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Definition that this type is constrained/specialized from" ]
       ]
     ], [
       fhir:index 100;
       fhir:Conformance.type [ fhir:value "StructureMap" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/StructureMap" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The profile publication date" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The identifier of the profile" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of the profile" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-context" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A use context assigned to the structure" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "publisher" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-publisher" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of the publisher of the profile" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "description" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-description" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Text search in the description of the profile" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "experimental" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-experimental" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Whether the map is defined purely for experimental reasons" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "version" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-version" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The version identifier of the profile" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "url" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-url" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "The url that identifies the structure map" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The current status of the profile" ]
       ]
     ], [
       fhir:index 101;
       fhir:Conformance.type [ fhir:value "Subscription" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Subscription" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "payload" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/subscription-payload" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Mimetype to send, or omit for no payload" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "criteria" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/subscription-criteria" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Rule for server push criteria" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "contact" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/subscription-contact" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Contact details for source (e.g. troubleshooting)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "tag" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/subscription-tag" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A tag to add to matching resources" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "type" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/subscription-type" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "rest-hook | websocket | email | sms | message" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "url" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/subscription-url" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Where the channel points to" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/subscription-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "requested | active | error | off" ]
       ]
     ], [
       fhir:index 102;
       fhir:Conformance.type [ fhir:value "Substance" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Substance" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Substance.substance-reference";
         fhir:index 0
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "Contract.agent";
         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:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/substance-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Unique identifier for the substance" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "container-identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/substance-container-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Identifier of the package/container" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/substance-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The code of the substance or ingredient" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "quantity" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/substance-quantity" ];
         fhir:Conformance.type [ fhir:value "quantity" ];
         fhir:Conformance.documentation [ fhir:value "Amount of substance in the package" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "substance-reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/substance-substance-reference" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "A component of the substance" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "expiry" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/substance-expiry" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Expiry date of package or container of substance" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "category" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/substance-category" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The category of the substance" ]
       ]
     ], [
       fhir:index 103;
       fhir:Conformance.type [ fhir:value "SupplyDelivery" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/SupplyDelivery" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "SupplyDelivery.receiver";
         fhir:index 0
       ], [
         fhir:value "SupplyDelivery.patient";
         fhir:index 1
       ], [
         fhir:value "SupplyDelivery.supplier";
         fhir:index 2
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplydelivery-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "External identifier" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "receiver" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplydelivery-receiver" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who collected the Supply" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplydelivery-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Patient for whom the item is supplied" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "supplier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplydelivery-supplier" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Dispenser" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplydelivery-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "in-progress | completed | abandoned" ]
       ]
     ], [
       fhir:index 104;
       fhir:Conformance.type [ fhir:value "SupplyRequest" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/SupplyRequest" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "SupplyRequest.patient";
         fhir:index 0
       ], [
         fhir:value "SupplyRequest.supplier";
         fhir:index 1
       ], [
         fhir:value "SupplyRequest.source";
         fhir:index 2
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "CarePlan.activityreference";
         fhir:index 0
       ], [
         fhir:value "ClinicalImpression.action";
         fhir:index 1
       ], [
         fhir:value "ClinicalImpression.plan";
         fhir:index 2
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplyrequest-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "When the request was made" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplyrequest-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Unique identifier" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "kind" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplyrequest-kind" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The kind of supply (central, non-stock, etc.)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplyrequest-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Patient for whom the item is supplied" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "supplier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplyrequest-supplier" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who is intended to fulfill the request" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "source" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplyrequest-source" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who initiated this order" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplyrequest-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "requested | completed | failed | cancelled" ]
       ]
     ], [
       fhir:index 105;
       fhir:Conformance.type [ fhir:value "Task" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Task" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "Task.owner";
         fhir:index 0
       ], [
         fhir:value "Task.requester";
         fhir:index 1
       ], [
         fhir:value "Task.parent";
         fhir:index 2
       ], [
         fhir:value "Task.focus";
         fhir:index 3
       ], [
         fhir:value "Task.patient";
         fhir:index 4
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "Task.parent";
         fhir:index 0
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "owner" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-owner" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Search by task owner" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "requester" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-requester" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Search by task requester" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Search for a task instance by its business identifier" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "parent" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-parent" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Search by parent task" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "code" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-code" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Search by task code" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "performer" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-performer" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Search by recommended type of performer (e.g., Requester, Performer, Scheduler)." ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "created" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-created" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Search by creation date" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "focus" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-focus" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Search by task focus" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "priority" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-priority" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Search by task priority" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "stage" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-stage" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Search by task stage" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "statusreason" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-statusreason" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Search by status reason" ]
       ], [
         fhir:index 11;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Search by patient" ]
       ], [
         fhir:index 12;
         fhir:Conformance.name [ fhir:value "modified" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-modified" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Search by last modification date" ]
       ], [
         fhir:index 13;
         fhir:Conformance.name [ fhir:value "definition" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-definition" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Search by task definition" ]
       ], [
         fhir:index 14;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Search by task status" ]
       ]
     ], [
       fhir:index 106;
       fhir:Conformance.type [ fhir:value "TestScript" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/TestScript" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testscript-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Date for this version of the TestScript" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testscript-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "External identifier" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "use-context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testscript-use-context" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Content intends to support these contexts" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testscript-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Informal name for this TestScript" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "description" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testscript-description" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Natural language description of the TestScript" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "publisher" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testscript-publisher" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of the publisher (Organization or individual)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "testscript-capability" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testscript-testscript-capability" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "TestScript required and validated capability" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "url" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testscript-url" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Absolute URL used to reference this TestScript" ]
       ]
     ], [
       fhir:index 107;
       fhir:Conformance.type [ fhir:value "ValueSet" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ValueSet" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.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:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "date" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-date" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "The value set publication date" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "reference" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-reference" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "A code system included or excluded in the value set or an imported value set" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The identifier for the value set" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "name" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-name" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "The name of the value set" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "context" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-context" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "A use context assigned to the value set" ]
       ], [
         fhir:index 5;
         fhir:Conformance.name [ fhir:value "publisher" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-publisher" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Name of the publisher of the value set" ]
       ], [
         fhir:index 6;
         fhir:Conformance.name [ fhir:value "description" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-description" ];
         fhir:Conformance.type [ fhir:value "string" ];
         fhir:Conformance.documentation [ fhir:value "Text search in the description of the value set" ]
       ], [
         fhir:index 7;
         fhir:Conformance.name [ fhir:value "version" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-version" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The version identifier of the value set" ]
       ], [
         fhir:index 8;
         fhir:Conformance.name [ fhir:value "url" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-url" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "The logical URL for the value set" ]
       ], [
         fhir:index 9;
         fhir:Conformance.name [ fhir:value "status" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-status" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "The status of the value set" ]
       ], [
         fhir:index 10;
         fhir:Conformance.name [ fhir:value "expansion" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-expansion" ];
         fhir:Conformance.type [ fhir:value "uri" ];
         fhir:Conformance.documentation [ fhir:value "Uniquely identifies this expansion" ]
       ]
     ], [
       fhir:index 108;
       fhir:Conformance.type [ fhir:value "VisionPrescription" ];
       fhir:Conformance.profile [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/VisionPrescription" ]
       ];
       fhir:Conformance.interaction [
         fhir:index 0;
         fhir:Conformance.code [ fhir:value "read" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 1;
         fhir:Conformance.code [ fhir:value "vread" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 2;
         fhir:Conformance.code [ fhir:value "update" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 3;
         fhir:Conformance.code [ fhir:value "delete" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 4;
         fhir:Conformance.code [ fhir:value "history-instance" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 5;
         fhir:Conformance.code [ fhir:value "history-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 6;
         fhir:Conformance.code [ fhir:value "create" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ], [
         fhir:index 7;
         fhir:Conformance.code [ fhir:value "search-type" ];
         fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
       ];
       fhir:Conformance.conditionalCreate [ fhir:value "true" ];
       fhir:Conformance.conditionalUpdate [ fhir:value "true" ];
       fhir:Conformance.conditionalDelete [ fhir:value "multiple" ];
       fhir:Conformance.searchInclude [
         fhir:value "VisionPrescription.prescriber";
         fhir:index 0
       ], [
         fhir:value "VisionPrescription.patient";
         fhir:index 1
       ], [
         fhir:value "VisionPrescription.encounter";
         fhir:index 2
       ];
       fhir:Conformance.searchRevInclude [
         fhir:value "CarePlan.activityreference";
         fhir:index 0
       ], [
         fhir:value "ClinicalImpression.plan";
         fhir:index 1
       ];
       fhir:Conformance.searchParam [
         fhir:index 0;
         fhir:Conformance.name [ fhir:value "prescriber" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/visionprescription-prescriber" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Who authorizes the vision product" ]
       ], [
         fhir:index 1;
         fhir:Conformance.name [ fhir:value "identifier" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/visionprescription-identifier" ];
         fhir:Conformance.type [ fhir:value "token" ];
         fhir:Conformance.documentation [ fhir:value "Return prescriptions with this external identifier" ]
       ], [
         fhir:index 2;
         fhir:Conformance.name [ fhir:value "patient" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/visionprescription-patient" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "The identity of a patient to list dispenses for" ]
       ], [
         fhir:index 3;
         fhir:Conformance.name [ fhir:value "datewritten" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/visionprescription-datewritten" ];
         fhir:Conformance.type [ fhir:value "date" ];
         fhir:Conformance.documentation [ fhir:value "Return prescriptions written on this date" ]
       ], [
         fhir:index 4;
         fhir:Conformance.name [ fhir:value "encounter" ];
         fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/visionprescription-encounter" ];
         fhir:Conformance.type [ fhir:value "reference" ];
         fhir:Conformance.documentation [ fhir:value "Return prescriptions with this encounter identifier" ]
       ]
     ];
     fhir:Conformance.interaction [
       fhir:index 0;
       fhir:Conformance.code [ fhir:value "transaction" ];
       fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
     ], [
       fhir:index 1;
       fhir:Conformance.code [ fhir:value "batch" ];
       fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
     ], [
       fhir:index 2;
       fhir:Conformance.code [ fhir:value "history-system" ];
       fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
     ], [
       fhir:index 3;
       fhir:Conformance.code [ fhir:value "search-system" ];
       fhir:Conformance.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ]
     ];
     fhir:Conformance.searchParam [
       fhir:index 0;
       fhir:Conformance.name [ fhir:value "_text" ];
       fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/domainresource-text" ];
       fhir:Conformance.type [ fhir:value "string" ];
       fhir:Conformance.documentation [ fhir:value "Search on the narrative of the resource" ]
     ], [
       fhir:index 1;
       fhir:Conformance.name [ fhir:value "_query" ];
       fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/resource-query" ];
       fhir:Conformance.type [ fhir:value "token" ];
       fhir:Conformance.documentation [ fhir:value "A custom search profile that describes a specific defined query operation" ]
     ], [
       fhir:index 2;
       fhir:Conformance.name [ fhir:value "_profile" ];
       fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/resource-profile" ];
       fhir:Conformance.type [ fhir:value "uri" ];
       fhir:Conformance.documentation [ fhir:value "Profiles this resource claims to conform to" ]
     ], [
       fhir:index 3;
       fhir:Conformance.name [ fhir:value "_lastUpdated" ];
       fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/resource-lastUpdated" ];
       fhir:Conformance.type [ fhir:value "date" ];
       fhir:Conformance.documentation [ fhir:value "When the resource version last changed" ]
     ], [
       fhir:index 4;
       fhir:Conformance.name [ fhir:value "_tag" ];
       fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/resource-tag" ];
       fhir:Conformance.type [ fhir:value "token" ];
       fhir:Conformance.documentation [ fhir:value "Tags applied to this resource" ]
     ], [
       fhir:index 5;
       fhir:Conformance.name [ fhir:value "_security" ];
       fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/resource-security" ];
       fhir:Conformance.type [ fhir:value "token" ];
       fhir:Conformance.documentation [ fhir:value "Security Labels applied to this resource" ]
     ], [
       fhir:index 6;
       fhir:Conformance.name [ fhir:value "_id" ];
       fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/resource-id" ];
       fhir:Conformance.type [ fhir:value "token" ];
       fhir:Conformance.documentation [ fhir:value "Logical id of this artifact" ]
     ], [
       fhir:index 7;
       fhir:Conformance.name [ fhir:value "_content" ];
       fhir:Conformance.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/resource-content" ];
       fhir:Conformance.type [ fhir:value "string" ];
       fhir:Conformance.documentation [ fhir:value "Search on the entire content of the resource" ]
     ];
     fhir:Conformance.operation [
       fhir:index 0;
       fhir:Conformance.name [ fhir:value "validate" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/resource-validate" ]
       ]
     ], [
       fhir:index 1;
       fhir:Conformance.name [ fhir:value "meta" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/resource-meta" ]
       ]
     ], [
       fhir:index 2;
       fhir:Conformance.name [ fhir:value "meta-add" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/resource-meta-add" ]
       ]
     ], [
       fhir:index 3;
       fhir:Conformance.name [ fhir:value "meta-delete" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/resource-meta-delete" ]
       ]
     ], [
       fhir:index 4;
       fhir:Conformance.name [ fhir:value "cds-hook" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/resource-cds-hook" ]
       ]
     ], [
       fhir:index 5;
       fhir:Conformance.name [ fhir:value "apply" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/activitydefinition-apply" ]
       ]
     ], [
       fhir:index 6;
       fhir:Conformance.name [ fhir:value "data-requirements" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/activitydefinition-data-requirements" ]
       ]
     ], [
       fhir:index 7;
       fhir:Conformance.name [ fhir:value "lookup" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/codesystem-lookup" ]
       ]
     ], [
       fhir:index 8;
       fhir:Conformance.name [ fhir:value "subsumes" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/codesystem-subsumes" ]
       ]
     ], [
       fhir:index 9;
       fhir:Conformance.name [ fhir:value "infer" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/codesystem-infer" ]
       ]
     ], [
       fhir:index 10;
       fhir:Conformance.name [ fhir:value "document" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/composition-document" ]
       ]
     ], [
       fhir:index 11;
       fhir:Conformance.name [ fhir:value "translate" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/conceptmap-translate" ]
       ]
     ], [
       fhir:index 12;
       fhir:Conformance.name [ fhir:value "closure" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/conceptmap-closure" ]
       ]
     ], [
       fhir:index 13;
       fhir:Conformance.name [ fhir:value "subset" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/conformance-subset" ]
       ]
     ], [
       fhir:index 14;
       fhir:Conformance.name [ fhir:value "implements" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/conformance-implements" ]
       ]
     ], [
       fhir:index 15;
       fhir:Conformance.name [ fhir:value "conforms" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/conformance-conforms" ]
       ]
     ], [
       fhir:index 16;
       fhir:Conformance.name [ fhir:value "evaluate" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/decisionsupportservicemodule-evaluate" ]
       ]
     ], [
       fhir:index 17;
       fhir:Conformance.name [ fhir:value "data-requirements" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/decisionsupportservicemodule-data-requirements" ]
       ]
     ], [
       fhir:index 18;
       fhir:Conformance.name [ fhir:value "everything" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/encounter-everything" ]
       ]
     ], [
       fhir:index 19;
       fhir:Conformance.name [ fhir:value "data-requirements" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/library-data-requirements" ]
       ]
     ], [
       fhir:index 20;
       fhir:Conformance.name [ fhir:value "find" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/list-find" ]
       ]
     ], [
       fhir:index 21;
       fhir:Conformance.name [ fhir:value "evaluate-measure" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/measure-evaluate-measure" ]
       ]
     ], [
       fhir:index 22;
       fhir:Conformance.name [ fhir:value "data-requirements" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/measure-data-requirements" ]
       ]
     ], [
       fhir:index 23;
       fhir:Conformance.name [ fhir:value "process-message" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/messageheader-process-message" ]
       ]
     ], [
       fhir:index 24;
       fhir:Conformance.name [ fhir:value "stats" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/observation-stats" ]
       ]
     ], [
       fhir:index 25;
       fhir:Conformance.name [ fhir:value "match" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/patient-match" ]
       ]
     ], [
       fhir:index 26;
       fhir:Conformance.name [ fhir:value "everything" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/patient-everything" ]
       ]
     ], [
       fhir:index 27;
       fhir:Conformance.name [ fhir:value "apply" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/plandefinition-apply" ]
       ]
     ], [
       fhir:index 28;
       fhir:Conformance.name [ fhir:value "data-requirements" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/plandefinition-data-requirements" ]
       ]
     ], [
       fhir:index 29;
       fhir:Conformance.name [ fhir:value "populate" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/questionnaire-populate" ]
       ]
     ], [
       fhir:index 30;
       fhir:Conformance.name [ fhir:value "populatehtml" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/questionnaire-populatehtml" ]
       ]
     ], [
       fhir:index 31;
       fhir:Conformance.name [ fhir:value "populatelink" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/questionnaire-populatelink" ]
       ]
     ], [
       fhir:index 32;
       fhir:Conformance.name [ fhir:value "questionnaire" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/structuredefinition-questionnaire" ]
       ]
     ], [
       fhir:index 33;
       fhir:Conformance.name [ fhir:value "transform" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/structuremap-transform" ]
       ]
     ], [
       fhir:index 34;
       fhir:Conformance.name [ fhir:value "reserve" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-reserve" ]
       ]
     ], [
       fhir:index 35;
       fhir:Conformance.name [ fhir:value "start" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-start" ]
       ]
     ], [
       fhir:index 36;
       fhir:Conformance.name [ fhir:value "finish" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-finish" ]
       ]
     ], [
       fhir:index 37;
       fhir:Conformance.name [ fhir:value "fail" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-fail" ]
       ]
     ], [
       fhir:index 38;
       fhir:Conformance.name [ fhir:value "release" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-release" ]
       ]
     ], [
       fhir:index 39;
       fhir:Conformance.name [ fhir:value "suspend" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-suspend" ]
       ]
     ], [
       fhir:index 40;
       fhir:Conformance.name [ fhir:value "resume" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-resume" ]
       ]
     ], [
       fhir:index 41;
       fhir:Conformance.name [ fhir:value "cancel" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-cancel" ]
       ]
     ], [
       fhir:index 42;
       fhir:Conformance.name [ fhir:value "stop" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-stop" ]
       ]
     ], [
       fhir:index 43;
       fhir:Conformance.name [ fhir:value "set-input" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-set-input" ]
       ]
     ], [
       fhir:index 44;
       fhir:Conformance.name [ fhir:value "set-output" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-set-output" ]
       ]
     ], [
       fhir:index 45;
       fhir:Conformance.name [ fhir:value "expand" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/valueset-expand" ]
       ]
     ], [
       fhir:index 46;
       fhir:Conformance.name [ fhir:value "validate-code" ];
       fhir:Conformance.definition [
         fhir:Reference.reference [ 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.