This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3
Base Capability Statement
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:CapabilityStatement; fhir:Resource.id [ fhir:value "base"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:CapabilityStatement.url [ fhir:value "http://hl7.org/fhir/CapabilityStatement/base"]; fhir:CapabilityStatement.version [ fhir:value "1.8.0-10521"]; fhir:CapabilityStatement.name [ fhir:value "Base FHIR Capability Statement (Full)"]; fhir:CapabilityStatement.status [ fhir:value "draft"]; fhir:CapabilityStatement.experimental [ fhir:value "true"]; fhir:CapabilityStatement.date [ fhir:value "2016-12-06T12:22:34+11:00"]; fhir:CapabilityStatement.publisher [ fhir:value "FHIR Project Team"]; fhir:CapabilityStatement.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ] ]; fhir:CapabilityStatement.description [ fhir:value "This is the base Capability Statement for FHIR. It represents a server that provides the full set of functionality defined by FHIR. It is provided to use as a template for system designers to build their own Capability Statements from"]; fhir:CapabilityStatement.kind [ fhir:value "capability"]; fhir:CapabilityStatement.software [ fhir:CapabilityStatement.name [ fhir:value "Insert your softwware name here..." ] ]; fhir:CapabilityStatement.fhirVersion [ fhir:value "1.8.0"]; fhir:CapabilityStatement.acceptUnknown [ fhir:value "both"]; fhir:CapabilityStatement.format [ fhir:value "xml"; fhir:index 0 ], [ fhir:value "json"; fhir:index 1 ]; fhir:CapabilityStatement.rest [ fhir:index 0; fhir:CapabilityStatement.mode [ fhir:value "server" ]; fhir:CapabilityStatement.documentation [ fhir:value "All the functionality defined in FHIR" ]; fhir:CapabilityStatement.security [ fhir:CapabilityStatement.cors [ fhir:value "true" ]; fhir:CapabilityStatement.service [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/restful-security-service" ]; fhir:Coding.code [ fhir:value "SMART-on-FHIR" ]; fhir:Coding.display [ fhir:value "SMART-on-FHIR" ] ]; fhir:CodeableConcept.text [ fhir:value "See http://docs.smarthealthit.org/" ] ]; fhir:CapabilityStatement.description [ fhir:value "This is the Capability Statement to declare that the server supports SMART-on-FHIR. See the SMART-on-FHIR docs for the extension that would go with such a server" ] ]; fhir:CapabilityStatement.resource [ fhir:index 0; fhir:CapabilityStatement.type [ fhir:value "Account" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Account" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Account.owner"; fhir:index 0 ], [ fhir:value "Account.subject"; fhir:index 1 ], [ fhir:value "Account.patient"; fhir:index 2 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "owner" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/account-owner" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who is responsible?" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/account-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Account number" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "period" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/account-period" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Transaction window" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "balance" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/account-balance" ]; fhir:CapabilityStatement.type [ fhir:value "quantity" ]; fhir:CapabilityStatement.documentation [ fhir:value "How much is in account?" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/account-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What is account tied to?" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/account-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What is account tied to?" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/account-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Human-readable label" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/account-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "E.g. patient, expense, depreciation" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/account-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "active | inactive | entered-in-error" ] ] ], [ fhir:index 1; fhir:CapabilityStatement.type [ fhir:value "ActivityDefinition" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "Task.definition-ref"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/activitydefinition-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The activity definition publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/activitydefinition-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifiers for the activity definition" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "effective" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/activitydefinition-effective" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Effective time associated with the activity definition" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/activitydefinition-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for activity definition" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/activitydefinition-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the activity definition" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/activitydefinition-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the description of the activity definition" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/activitydefinition-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the activity definition" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "topic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/activitydefinition-topic" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Topics associated with the module" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/activitydefinition-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the title of the activity definition" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/activitydefinition-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version identifier of the activity definition" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/activitydefinition-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the activity definition" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/activitydefinition-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the activity definition" ] ] ], [ fhir:index 2; fhir:CapabilityStatement.type [ fhir:value "AllergyIntolerance" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "AllergyIntolerance.recorder"; fhir:index 0 ], [ fhir:value "AllergyIntolerance.asserter"; fhir:index 1 ], [ fhir:value "AllergyIntolerance.patient"; fhir:index 2 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ClinicalImpression.problem"; fhir:index 0 ], [ fhir:value "ImmunizationRecommendation.information"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "severity" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-severity" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "mild | moderate | severe (of event as a whole)" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Date record was believed accurate" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External ids for this item" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "manifestation" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-manifestation" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Clinical symptoms/signs associated with the Event" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "recorder" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-recorder" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who recorded the sensitivity" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Allergy or intolerance code" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "verification-status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-verification-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "unconfirmed | confirmed | refuted | entered-in-error" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "criticality" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-criticality" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "low | high | unable-to-assess" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "clinical-status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-clinical-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "active | inactive | resolved" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "allergy | intolerance - Underlying mechanism (if known)" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "onset" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-onset" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Date(/time) when manifestations showed" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "route" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-route" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "How the subject was exposed to the substance" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "asserter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-asserter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Source of the information about the allergy" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who the sensitivity is for" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "food | medication | biologic | environment" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "last-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/allergyintolerance-last-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Date(/time) of last known occurrence of a reaction" ] ] ], [ fhir:index 3; fhir:CapabilityStatement.type [ fhir:value "Appointment" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Appointment" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Appointment.actor"; fhir:index 0 ], [ fhir:value "Appointment.practitioner"; fhir:index 1 ], [ fhir:value "Appointment.patient"; fhir:index 2 ], [ fhir:value "Appointment.location"; fhir:index 3 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "AppointmentResponse.appointment"; fhir:index 0 ], [ fhir:value "CarePlan.activityreference"; fhir:index 1 ], [ fhir:value "ClinicalImpression.action"; fhir:index 2 ], [ fhir:value "Encounter.appointment"; fhir:index 3 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Appointment date/time." ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "actor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-actor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Any one of the individuals participating in the appointment" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "An Identifier of the Appointment" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "practitioner" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-practitioner" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "One of the individuals of the appointment is this practitioner" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "part-status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-part-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Participation status of the subject, or other participant on the appointment. Can be used to locate participants that have not responded to meeting requests." ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "One of the individuals of the appointment is this patient" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "appointment-type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-appointment-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The style of appointment or patient that has been booked in the slot (not service type)" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "service-type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-service-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The specific service that is to be performed during this appointment" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "location" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-location" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "This location is listed in the participants of the appointment" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointment-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The overall status of the appointment" ] ] ], [ fhir:index 4; fhir:CapabilityStatement.type [ fhir:value "AppointmentResponse" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/AppointmentResponse" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "AppointmentResponse.actor"; fhir:index 0 ], [ fhir:value "AppointmentResponse.practitioner"; fhir:index 1 ], [ fhir:value "AppointmentResponse.patient"; fhir:index 2 ], [ fhir:value "AppointmentResponse.appointment"; fhir:index 3 ], [ fhir:value "AppointmentResponse.location"; fhir:index 4 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "actor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointmentresponse-actor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Person, Location/HealthcareService or Device that this appointment response replies for" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointmentresponse-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "An Identifier in this appointment response" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "practitioner" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointmentresponse-practitioner" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "This Response is for this Practitioner" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "part-status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointmentresponse-part-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The participants acceptance status for this appointment" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointmentresponse-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "This Response is for this Patient" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "appointment" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointmentresponse-appointment" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The appointment that the response is attached to" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "location" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/appointmentresponse-location" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "This Response is for this Location" ] ] ], [ fhir:index 5; fhir:CapabilityStatement.type [ fhir:value "AuditEvent" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/AuditEvent" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "AuditEvent.agent"; fhir:index 0 ], [ fhir:value "AuditEvent.patient"; fhir:index 1 ], [ fhir:value "AuditEvent.entity"; fhir:index 2 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Time when the event occurred on source" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "entity-type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-entity-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type of entity involved" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "agent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-agent" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Direct reference to resource" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "address" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-address" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifier for the network access point of the user device" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "role" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-role" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "What role the entity played" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-source" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of source detecting the event" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type/identifier of event" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "altid" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-altid" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Alternative User id e.g. authentication" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "site" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-site" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Logical source location within the enterprise" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "agent-name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-agent-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Human-meaningful name for the agent" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "entity-name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-entity-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Descriptor for entity" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "subtype" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-subtype" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "More specific type/id for the event" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Direct reference to resource" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "action" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-action" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type of action performed during the event" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "user" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-user" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Unique identifier for the user" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "entity" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-entity" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Specific instance of resource" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "entity-id" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-entity-id" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Specific instance of object" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "outcome" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-outcome" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Whether the event succeeded or failed" ] ], [ fhir:index 18; fhir:CapabilityStatement.name [ fhir:value "policy" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/auditevent-policy" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Policy that authorized event" ] ] ], [ fhir:index 6; fhir:CapabilityStatement.type [ fhir:value "Basic" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Basic" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Basic.subject"; fhir:index 0 ], [ fhir:value "Basic.patient"; fhir:index 1 ], [ fhir:value "Basic.author"; fhir:index 2 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/basic-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Business identifier" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/basic-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Kind of Resource" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/basic-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifies the focus of this resource" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "created" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/basic-created" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When created" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/basic-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifies the focus of this resource" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "author" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/basic-author" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who created" ] ] ], [ fhir:index 7; fhir:CapabilityStatement.type [ fhir:value "Binary" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Binary" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "contenttype" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/binary-contenttype" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "MimeType of the binary content" ] ] ], [ fhir:index 8; fhir:CapabilityStatement.type [ fhir:value "BodySite" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/BodySite" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "BodySite.patient"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/bodysite-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifier for this instance of the anatomical location" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/bodysite-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Named anatomical location" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/bodysite-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Patient to whom bodysite belongs" ] ] ], [ fhir:index 9; fhir:CapabilityStatement.type [ fhir:value "Bundle" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Bundle" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Bundle.composition"; fhir:index 0 ], [ fhir:value "Bundle.message"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/bundle-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Persistent identifier for the bundle" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "composition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/bundle-composition" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The first resource in the bundle, if the bundle type is \"document\" - this is a composition, and this parameter provides access to searches its contents" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/bundle-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "message" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/bundle-message" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The first resource in the bundle, if the bundle type is \"message\" - this is a message header, and this parameter provides access to search its contents" ] ] ], [ fhir:index 10; fhir:CapabilityStatement.type [ fhir:value "CapabilityStatement" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/CapabilityStatement" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "CapabilityStatement.supported-profile"; fhir:index 0 ], [ fhir:value "CapabilityStatement.resourceprofile"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/capabilitystatement-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The capability statement publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "software" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/capabilitystatement-software" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Part of a the name of a software application" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "resource" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/capabilitystatement-resource" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of a resource mentioned in a capability statement" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/capabilitystatement-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for capability statement" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "format" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/capabilitystatement-format" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "formats supported (xml | json | ttl | mime type)" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/capabilitystatement-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the description of the capability statement" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/capabilitystatement-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the title of the capability statement" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "fhirversion" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/capabilitystatement-fhirversion" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version of FHIR" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/capabilitystatement-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version identifier of the capability statement" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "securityservice" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/capabilitystatement-securityservice" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/capabilitystatement-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the capability statement" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "supported-profile" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/capabilitystatement-supported-profile" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Profiles for use cases supported" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "mode" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/capabilitystatement-mode" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Mode - restful (server/client) or messaging (sender/receiver)" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "resourceprofile" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/capabilitystatement-resourceprofile" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "A profile id invoked in a capability statement" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/capabilitystatement-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the capability statement" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/capabilitystatement-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the capability statement" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "event" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/capabilitystatement-event" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Event code in a capability statement" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "guide" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/capabilitystatement-guide" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implementation Guide supported" ] ], [ fhir:index 18; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/capabilitystatement-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the capability statement" ] ] ], [ fhir:index 11; fhir:CapabilityStatement.type [ fhir:value "CarePlan" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/CarePlan" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "CarePlan.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:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.relatedplan"; fhir:index 0 ], [ fhir:value "ImagingStudy.basedon"; fhir:index 1 ], [ fhir:value "QuestionnaireResponse.based-on"; fhir:index 2 ], [ fhir:value "ReferralRequest.basedon"; fhir:index 3 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Time period plan covers" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "activitycode" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-activitycode" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Detail type of activity" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "activitydate" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-activitydate" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Specified date occurs within period specified by CarePlan.activity.timingSchedule" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External Ids for this plan" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "activityreference" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-activityreference" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Activity details defined in specific resource" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "performer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-performer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Matches if the practitioner is listed as a performer in any of the \"simple\" activities. (For performers of the detailed activities, chain through the activitydetail search parameter.)" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "goal" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-goal" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Desired outcome of plan" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who care plan is for" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "relatedcode" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-relatedcode" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "includes | replaces | fulfills" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "careteam" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-careteam" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who's involved in plan?" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "relatedplan" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-relatedplan" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Plan relationship exists with" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "condition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-condition" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Health issues this plan addresses" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "related" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-related" ]; fhir:CapabilityStatement.type [ fhir:value "composite" ]; fhir:CapabilityStatement.documentation [ fhir:value "A combination of the type of relationship and the related plan" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who care plan is for" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careplan-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type of plan" ] ] ], [ fhir:index 12; fhir:CapabilityStatement.type [ fhir:value "CareTeam" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/CareTeam" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "CareTeam.patient"; fhir:index 0 ], [ fhir:value "CareTeam.subject"; fhir:index 1 ], [ fhir:value "CareTeam.participant"; fhir:index 2 ]; fhir:CapabilityStatement.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:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careteam-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Time period team covers" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careteam-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External Ids for this team" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careteam-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who care team is for" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careteam-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who care team is for" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careteam-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type of team" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "participant" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careteam-participant" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who is involved" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/careteam-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "active | suspended | inactive | entered in error" ] ] ], [ fhir:index 13; fhir:CapabilityStatement.type [ fhir:value "Claim" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Claim" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Claim.provider"; fhir:index 0 ], [ fhir:value "Claim.patient"; fhir:index 1 ], [ fhir:value "Claim.insurer"; fhir:index 2 ], [ fhir:value "Claim.organization"; fhir:index 3 ], [ fhir:value "Claim.facility"; fhir:index 4 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ClaimResponse.request"; fhir:index 0 ], [ fhir:value "ExplanationOfBenefit.claim"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The primary identifier of the financial resource" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "provider" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-provider" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Provider responsible for the Claim" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "use" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-use" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The kind of financial resource" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Patient receiving the services" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "created" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-created" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The creation date for the Claim" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "insurer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-insurer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The target payor/insurer for the Claim" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reference to the providing organization" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "priority" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-priority" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Processing priority requested" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "facility" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claim-facility" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Facility responsible for the goods and services" ] ] ], [ fhir:index 14; fhir:CapabilityStatement.type [ fhir:value "ClaimResponse" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ClaimResponse" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "ClaimResponse.request"; fhir:index 0 ], [ fhir:value "ClaimResponse.insurer"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claimresponse-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of the claimresponse" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "request" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claimresponse-request" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The claim reference" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "disposition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claimresponse-disposition" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The contents of the disposition message" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "insurer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claimresponse-insurer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization who generated this resource" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "created" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claimresponse-created" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The creation date" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "payment-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claimresponse-payment-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The expected paymentDate" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "outcome" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/claimresponse-outcome" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The processing outcome" ] ] ], [ fhir:index 15; fhir:CapabilityStatement.type [ fhir:value "ClinicalImpression" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ClinicalImpression" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "ClinicalImpression.problem"; fhir:index 0 ], [ fhir:value "ClinicalImpression.previous"; fhir:index 1 ], [ fhir:value "ClinicalImpression.patient"; fhir:index 2 ], [ fhir:value "ClinicalImpression.assessor"; fhir:index 3 ], [ fhir:value "ClinicalImpression.subject"; fhir:index 4 ], [ fhir:value "ClinicalImpression.context"; fhir:index 5 ], [ fhir:value "ClinicalImpression.investigation"; fhir:index 6 ], [ fhir:value "ClinicalImpression.action"; fhir:index 7 ], [ fhir:value "ClinicalImpression.finding-ref"; fhir:index 8 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ClinicalImpression.previous"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the assessment was documented" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "problem" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-problem" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Relevant impressions of patient state" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "previous" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-previous" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reference to last assessment" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "finding-code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-finding-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "What was found" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Patient or group assessed" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "assessor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-assessor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The clinician performing the assessment" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Patient or group assessed" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter or Episode created from" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "investigation" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-investigation" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Record of a specific investigation" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "action" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-action" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Action taken as part of assessment procedure" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "finding-ref" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-finding-ref" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What was found" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinicalimpression-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "draft | completed | entered-in-error" ] ] ], [ fhir:index 16; fhir:CapabilityStatement.type [ fhir:value "CodeSystem" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/CodeSystem" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The code system publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifiers for the code system" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A code defined in the code system" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for code system" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the description of the code system" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "language" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-language" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A language in which a designation is provided" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the title of the code system" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version identifier of the code system" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the code system" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "content" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-content" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "not-present | examplar | fragment | complete" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "system" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-system" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The system for any codes defined by this code system (same as 'url')" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the code system" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the code system" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/codesystem-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the code system" ] ] ], [ fhir:index 17; fhir:CapabilityStatement.type [ fhir:value "Communication" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Communication" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Communication.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:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Unique identifier" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "based-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-based-on" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Request fulfilled by this communication" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "sender" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-sender" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Message sender" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Focus of message" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Focus of message" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "recipient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-recipient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Message recipient" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter or episode leading to message" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "received" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-received" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When received" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "medium" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-medium" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A channel of communication" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Message category" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "sent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-sent" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When sent" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communication-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "in-progress | completed | suspended | rejected | failed" ] ] ], [ fhir:index 18; fhir:CapabilityStatement.type [ fhir:value "CommunicationRequest" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/CommunicationRequest" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "CommunicationRequest.requester"; fhir:index 0 ], [ fhir:value "CommunicationRequest.subject"; fhir:index 1 ], [ fhir:value "CommunicationRequest.sender"; fhir:index 2 ], [ fhir:value "CommunicationRequest.patient"; fhir:index 3 ], [ fhir:value "CommunicationRequest.recipient"; fhir:index 4 ], [ fhir:value "CommunicationRequest.context"; fhir:index 5 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.activityreference"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "requester" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-requester" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "An individual who requested a communication" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Unique identifier" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Focus of message" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "medium" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-medium" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A channel of communication" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "priority" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-priority" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Message urgency" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "requested" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-requested" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When ordered or proposed" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "sender" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-sender" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Message sender" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Focus of message" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "recipient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-recipient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Message recipient" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter or episode leading to message" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "time" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-time" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When scheduled" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Message category" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/communicationrequest-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | failed" ] ] ], [ fhir:index 19; fhir:CapabilityStatement.type [ fhir:value "CompartmentDefinition" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/CompartmentDefinition" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/compartmentdefinition-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The compartment definition publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/compartmentdefinition-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Patient | Encounter | RelatedPerson | Practitioner | Device" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "resource" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/compartmentdefinition-resource" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of resource type" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/compartmentdefinition-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for compartment definition" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/compartmentdefinition-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the compartment definition" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/compartmentdefinition-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the description of the compartment definition" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/compartmentdefinition-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the compartment definition" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/compartmentdefinition-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the title of the compartment definition" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/compartmentdefinition-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the compartment definition" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/compartmentdefinition-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the compartment definition" ] ] ], [ fhir:index 20; fhir:CapabilityStatement.type [ fhir:value "Composition" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Composition" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Composition.subject"; fhir:index 0 ], [ fhir:value "Composition.author"; fhir:index 1 ], [ fhir:value "Composition.encounter"; fhir:index 2 ], [ fhir:value "Composition.attester"; fhir:index 3 ], [ fhir:value "Composition.entry"; fhir:index 4 ], [ fhir:value "Composition.patient"; fhir:index 5 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Composition editing time" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Logical identifier of composition (version-independent)" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "period" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-period" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The period covered by the documentation" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who and/or what the composition is about" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "author" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-author" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who and/or what authored the composition" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "confidentiality" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-confidentiality" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "As defined by affinity domain" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "section" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-section" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Classification of section (recommended)" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Context of the Composition" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Kind of composition (LOINC if possible)" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Human Readable name/title" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "attester" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-attester" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who attested the composition" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "entry" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-entry" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "A reference to data that supports this section" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who and/or what the composition is about" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-context" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code(s) that apply to the event being documented" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "class" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-class" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Categorization of Composition" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/composition-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "preliminary | final | amended | entered-in-error" ] ] ], [ fhir:index 21; fhir:CapabilityStatement.type [ fhir:value "ConceptMap" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ConceptMap" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "ConceptMap.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:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The concept map publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifiers for the concept map" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "product" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-product" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reference to property mapping depends on" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "target-system" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-target-system" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "System of the target (if necessary)" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "dependson" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-dependson" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reference to property mapping depends on" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for concept map" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the description of the concept map" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-source" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifies the source of the concepts which are being mapped" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the title of the concept map" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version identifier of the concept map" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the concept map" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "target" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-target" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Provides context to the mappings" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "source-code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-source-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifies element being mapped" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "source-uri" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-source-uri" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifies the source of the concepts which are being mapped" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the concept map" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the concept map" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "source-system" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-source-system" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code System (if value set crosses code systems)" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "target-code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-target-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code that identifies the target element" ] ], [ fhir:index 18; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the concept map" ] ], [ fhir:index 19; fhir:CapabilityStatement.name [ fhir:value "target-uri" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/conceptmap-target-uri" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Provides context to the mappings" ] ] ], [ fhir:index 22; fhir:CapabilityStatement.type [ fhir:value "Condition" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Condition" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Condition.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:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.condition"; fhir:index 0 ], [ fhir:value "ClinicalImpression.problem"; fhir:index 1 ], [ fhir:value "ClinicalImpression.finding-ref"; 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:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "severity" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-severity" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The severity of the condition" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A unique identifier of the condition record" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "clinicalstatus" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-clinicalstatus" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The clinical status of the condition" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "onset-info" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-onset-info" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Onsets as a string" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code for the condition" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "evidence" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-evidence" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Manifestation/symptom" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who has the condition?" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "abatement-boolean" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-abatement-boolean" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Abatement boolean (boolean is true or non-boolean values are present)" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "onset-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-onset-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Date related onsets (dateTime and Period)" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "abatement-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-abatement-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Date-related abatements (dateTime and period)" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "asserter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-asserter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Person who asserts this condition" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "stage" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-stage" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Simple summary (disease specific)" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "abatement-string" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-abatement-string" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Abatement as a string" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who has the condition?" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter when condition first asserted" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "onset-age" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-onset-age" ]; fhir:CapabilityStatement.type [ fhir:value "quantity" ]; fhir:CapabilityStatement.documentation [ fhir:value "Onsets as age or age range" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "abatement-age" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-abatement-age" ]; fhir:CapabilityStatement.type [ fhir:value "quantity" ]; fhir:CapabilityStatement.documentation [ fhir:value "Abatement as age or age range" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "asserted-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-asserted-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Date record was believed accurate" ] ], [ fhir:index 18; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The category of the condition" ] ], [ fhir:index 19; fhir:CapabilityStatement.name [ fhir:value "body-site" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/condition-body-site" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Anatomical location, if relevant" ] ] ], [ fhir:index 23; fhir:CapabilityStatement.type [ fhir:value "Consent" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Consent" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Consent.data"; fhir:index 0 ], [ fhir:value "Consent.source"; 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:CapabilityStatement.searchRevInclude [ fhir:value "Consent.source"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When this Consent was created or indexed" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifier for this record (external references)" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "period" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-period" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Period that this consent applies" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "data" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-data" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The actual data reference" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "purpose" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-purpose" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Context of activities covered by this exception" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-source" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Source from which this consent is taken" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "actor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-actor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Resource for the actor (or group, by role)" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "security" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-security" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Security Labels that define affected resources" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who the consent applies to" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Organization that manages the consent" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "recipient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-recipient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Whose access is controlled by the policy" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "action" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-action" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Actions controlled by this exception" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "consentor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-consentor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who is agreeing to the policy and exceptions" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Classification of the consent statement - for indexing/retrieval" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/consent-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "draft | proposed | active | rejected | inactive | entered-in-error" ] ] ], [ fhir:index 24; fhir:CapabilityStatement.type [ fhir:value "Contract" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Contract" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Contract.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:CapabilityStatement.searchRevInclude [ fhir:value "Consent.source"; fhir:index 0 ], [ fhir:value "Contract.agent"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of the contract" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "agent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-agent" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Agent to the Contact" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "ttopic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-ttopic" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of the topic of the contract terms" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of the subject of the contract (if a patient)" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of the subject of the contract" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "authority" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-authority" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The authority of the contract" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "domain" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-domain" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The domain of the contract" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "topic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-topic" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of the topic of the contract" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "issued" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-issued" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The date/time the contract was issued" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "signer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/contract-signer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Contract Signatory Party" ] ] ], [ fhir:index 25; fhir:CapabilityStatement.type [ fhir:value "Coverage" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Coverage" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Coverage.policyholder"; fhir:index 0 ], [ fhir:value "Coverage.subscriber"; fhir:index 1 ], [ fhir:value "Coverage.payor"; fhir:index 2 ], [ fhir:value "Coverage.beneficiary"; fhir:index 3 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ExplanationOfBenefit.coverage"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The primary identifier of the insured and the coverage" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "policyholder" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-policyholder" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reference to the policyholder" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "subgroup" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-subgroup" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Sub-group identifier" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "subscriber" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-subscriber" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reference to the subscriber" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "subplan" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-subplan" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Sub-plan identifier" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The kind of coverage (health plan, auto, Workers Compensation)" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "sequence" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-sequence" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Sequence number" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "payor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-payor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of the insurer or party paying for services" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "beneficiary" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-beneficiary" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Covered party" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "subclass" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-subclass" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Sub-class identifier" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "plan" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-plan" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A plan or policy identifier" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "class" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-class" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Class identifier" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "dependent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-dependent" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Dependent number" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "group" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/coverage-group" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Group identifier" ] ] ], [ fhir:index 26; fhir:CapabilityStatement.type [ fhir:value "DataElement" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DataElement" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The data element publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifiers for the data element" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A code for the data element (server may choose to do subsumption)" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "stringency" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-stringency" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The stringency of the data element definition" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for data element" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the data element" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the data element" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.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:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the title of the data element" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version identifier of the data element" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the data element" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/dataelement-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the data element" ] ] ], [ fhir:index 27; fhir:CapabilityStatement.type [ fhir:value "DetectedIssue" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DetectedIssue" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "DetectedIssue.patient"; fhir:index 0 ], [ fhir:value "DetectedIssue.author"; fhir:index 1 ], [ fhir:value "DetectedIssue.implicated"; fhir:index 2 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/detectedissue-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When identified" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/detectedissue-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Unique id for the detected issue" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/detectedissue-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Associated patient" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "author" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/detectedissue-author" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The provider or device that identified the issue" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "implicated" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/detectedissue-implicated" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Problem resource" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/detectedissue-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Issue Category, e.g. drug-drug, duplicate therapy, etc." ] ] ], [ fhir:index 28; fhir:CapabilityStatement.type [ fhir:value "Device" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Device" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Device.patient"; fhir:index 0 ], [ fhir:value "Device.organization"; fhir:index 1 ], [ fhir:value "Device.location"; fhir:index 2 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "Account.subject"; fhir:index 0 ], [ fhir:value "Account.patient"; fhir:index 1 ], [ fhir:value "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 "MedicationRequest.requester"; fhir:index 50 ], [ fhir:value "MessageHeader.target"; fhir:index 51 ], [ fhir:value "Observation.subject"; fhir:index 52 ], [ fhir:value "Observation.patient"; fhir:index 53 ], [ fhir:value "Observation.device"; fhir:index 54 ], [ fhir:value "ProcedureRequest.orderer"; fhir:index 55 ], [ fhir:value "Provenance.agent"; fhir:index 56 ], [ fhir:value "QuestionnaireResponse.author"; fhir:index 57 ], [ fhir:value "RequestGroup.author"; fhir:index 58 ], [ fhir:value "RiskAssessment.performer"; fhir:index 59 ], [ fhir:value "Schedule.actor"; fhir:index 60 ], [ fhir:value "Specimen.subject"; fhir:index 61 ], [ fhir:value "Specimen.patient"; fhir:index 62 ], [ fhir:value "Task.owner"; fhir:index 63 ], [ fhir:value "Task.requester"; fhir:index 64 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/device-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Instance id from manufacturer, owner, and others" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/device-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Patient information, if the resource is affixed to a person" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/device-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization responsible for the device" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "model" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/device-model" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The model of the device" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "location" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/device-location" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "A location, where the resource is found" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/device-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The type of the device" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "udicarrier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/device-udicarrier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Barcode string (udi)" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/device-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Network address to contact device" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "manufacturer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/device-manufacturer" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The manufacturer of the device" ] ] ], [ fhir:index 29; fhir:CapabilityStatement.type [ fhir:value "DeviceComponent" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DeviceComponent" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "DeviceComponent.parent"; fhir:index 0 ], [ fhir:value "DeviceComponent.source"; fhir:index 1 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "DeviceComponent.parent"; fhir:index 0 ], [ fhir:value "DeviceMetric.parent"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "parent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/devicecomponent-parent" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The parent DeviceComponent resource" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/devicecomponent-source" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The device source" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/devicecomponent-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The device component type" ] ] ], [ fhir:index 30; fhir:CapabilityStatement.type [ fhir:value "DeviceMetric" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DeviceMetric" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "DeviceMetric.parent"; fhir:index 0 ], [ fhir:value "DeviceMetric.source"; fhir:index 1 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "Observation.device"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "parent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/devicemetric-parent" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The parent DeviceMetric resource" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/devicemetric-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identifier of the metric" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/devicemetric-source" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The device resource" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/devicemetric-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The component type" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/devicemetric-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The category of the metric" ] ] ], [ fhir:index 31; fhir:CapabilityStatement.type [ fhir:value "DeviceUseRequest" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DeviceUseRequest" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "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:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.activityreference"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "requester" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-requester" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who/what is requesting service " ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Business identifier for request/order" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code for what is being requested/ordered" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "event-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-event-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When service should occur" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "requisition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-requisition" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Composite request this is part of" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "replaces" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-replaces" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Request takes the place of referenced completed or terminated requests" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Individual the service is ordered for" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "author-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-author-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the request transitioned to being actionable" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter or Episode during which request was created" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "based-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-based-on" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Plan/proposal/order fulfilled by this request" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "stage" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-stage" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "proposal | plan | original-order |reflex-order" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Individual the service is ordered for" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "filler" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-filler" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Desired performer for service" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "definition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-definition" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Protocol or definition followed by this request" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "device" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-device" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reference to resource that is being requested/ordered" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceuserequest-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "entered-in-error | draft | active |suspended | completed " ] ] ], [ fhir:index 32; fhir:CapabilityStatement.type [ fhir:value "DeviceUseStatement" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DeviceUseStatement" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "DeviceUseStatement.subject"; fhir:index 0 ], [ fhir:value "DeviceUseStatement.patient"; fhir:index 1 ], [ fhir:value "DeviceUseStatement.device"; fhir:index 2 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceusestatement-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by subject" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceusestatement-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by subject - a patient" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "device" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/deviceusestatement-device" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by device" ] ] ], [ fhir:index 33; fhir:CapabilityStatement.type [ fhir:value "DiagnosticReport" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "DiagnosticReport.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:CapabilityStatement.searchRevInclude [ fhir:value "ClinicalImpression.investigation"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The clinically relevant time of the report" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "An identifier for the report" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "image" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-image" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "A reference to the image source." ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "request" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-request" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reference to the test or procedure request." ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "performer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-performer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who was the source of the report (organization)" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.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:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The subject of the report" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "diagnosis" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-diagnosis" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A coded diagnosis on the report" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Encounter when the order was made" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "result" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-result" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Link to an atomic result (observation resource)" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The subject of the report if a patient" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "specimen" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-specimen" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The specimen details" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "issued" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-issued" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the report was issued" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Which diagnostic discipline/department created the report" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticreport-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The status of the report" ] ] ], [ fhir:index 34; fhir:CapabilityStatement.type [ fhir:value "DiagnosticRequest" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DiagnosticRequest" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "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:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.activityreference"; fhir:index 0 ], [ fhir:value "ClinicalImpression.action"; fhir:index 1 ], [ fhir:value "DiagnosticReport.request"; fhir:index 2 ], [ fhir:value "ImagingStudy.basedon"; fhir:index 3 ], [ fhir:value "QuestionnaireResponse.based-on"; fhir:index 4 ], [ fhir:value "ReferralRequest.basedon"; fhir:index 5 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "requester" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-requester" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who/what is requesting service " ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Business identifier for request/order" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "What’s being requested/ordered" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "event-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-event-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When service should occur" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "requisition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-requisition" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Composite request this is part of" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "replaces" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-replaces" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Request takes the place of referenced completed or terminated requests" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Individual the service is ordered for" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "author-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-author-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the request transitioned to being actionable" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter or Episode during which request was created" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "priority" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-priority" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "routine | urgent | asap | stat" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "intent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-intent" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "proposal | plan | original-order |reflex-order" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "based-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-based-on" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Plan/proposal/order fulfilled by this request" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Individual the service is ordered for" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "filler" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-filler" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Desired performer for service" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "definition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-definition" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Protocol or definition followed by this request" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/diagnosticrequest-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "entered-in-error | draft | active |suspended | completed " ] ] ], [ fhir:index 35; fhir:CapabilityStatement.type [ fhir:value "DocumentManifest" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DocumentManifest" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "DocumentManifest.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:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Unique Identifier for the set of documents" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "related-id" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-related-id" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifiers of things that are related" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "content-ref" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-content-ref" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Contents of this set of documents" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The subject of the set of documents" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "author" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-author" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who and/or what authored the manifest" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "created" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-created" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When this document manifest created" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Human-readable description (title)" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-source" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The source system/application/software" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Kind of document set" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "related-ref" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-related-ref" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Related Resource" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The subject of the set of documents" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "recipient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-recipient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended to get notified about this set of documents" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentmanifest-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "current | superseded | entered-in-error" ] ] ], [ fhir:index 36; fhir:CapabilityStatement.type [ fhir:value "DocumentReference" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DocumentReference" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "DocumentReference.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:CapabilityStatement.searchRevInclude [ fhir:value "Consent.source"; fhir:index 0 ], [ fhir:value "DocumentReference.relatesto"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "securitylabel" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-securitylabel" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Document security-tags" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who/what is the subject of the document" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Human-readable description (title)" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "language" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-language" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Human language of the content (BCP-47)" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Kind of document (LOINC if possible)" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "relation" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-relation" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "replaces | transforms | signs | appends" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "setting" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-setting" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Additional details about where the content was created (e.g. clinical specialty)" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who/what is the subject of the document" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "relationship" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-relationship" ]; fhir:CapabilityStatement.type [ fhir:value "composite" ]; fhir:CapabilityStatement.documentation [ fhir:value "Combination of relation and relatesTo" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "event" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-event" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Main Clinical Acts Documented" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "class" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-class" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Categorization of document" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "authenticator" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-authenticator" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who/what authenticated the document" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Master Version Specific Identifier" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "period" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-period" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Time of service that is being documented" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "related-id" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-related-id" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifier of related objects or events" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "custodian" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-custodian" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Organization which maintains the document" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "indexed" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-indexed" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When this document reference created" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "author" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-author" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who and/or what authored the document" ] ], [ fhir:index 18; fhir:CapabilityStatement.name [ fhir:value "created" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-created" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Document creation time" ] ], [ fhir:index 19; fhir:CapabilityStatement.name [ fhir:value "format" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-format" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Format/content rules for the document" ] ], [ fhir:index 20; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Context of the document content" ] ], [ fhir:index 21; fhir:CapabilityStatement.name [ fhir:value "related-ref" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-related-ref" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Related Resource" ] ], [ fhir:index 22; fhir:CapabilityStatement.name [ fhir:value "location" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-location" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Uri where the data can be found" ] ], [ fhir:index 23; fhir:CapabilityStatement.name [ fhir:value "relatesto" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-relatesto" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Target of the relationship" ] ], [ fhir:index 24; fhir:CapabilityStatement.name [ fhir:value "facility" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-facility" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Kind of facility where patient was seen" ] ], [ fhir:index 25; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/documentreference-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "current | superseded | entered-in-error" ] ] ], [ fhir:index 37; fhir:CapabilityStatement.type [ fhir:value "EligibilityRequest" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/EligibilityRequest" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "EligibilityRequest.provider"; fhir:index 0 ], [ fhir:value "EligibilityRequest.patient"; fhir:index 1 ], [ fhir:value "EligibilityRequest.organization"; fhir:index 2 ], [ fhir:value "EligibilityRequest.facility"; fhir:index 3 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "EligibilityResponse.request"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityrequest-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business identifier of the Eligibility" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "provider" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityrequest-provider" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reference to the provider" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityrequest-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reference to the patient" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "created" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityrequest-created" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The creation date for the EOB" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityrequest-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reference to the providing organization" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "facility" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityrequest-facility" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Facility responsible for the goods and services" ] ] ], [ fhir:index 38; fhir:CapabilityStatement.type [ fhir:value "EligibilityResponse" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/EligibilityResponse" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "EligibilityResponse.request"; fhir:index 0 ], [ fhir:value "EligibilityResponse.insurer"; fhir:index 1 ], [ fhir:value "EligibilityResponse.request-organization"; fhir:index 2 ], [ fhir:value "EligibilityResponse.request-provider"; fhir:index 3 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business identifier" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "request" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-request" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The EligibilityRequest reference" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "disposition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-disposition" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The contents of the disposition message" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "insurer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-insurer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization which generated this resource" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "created" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-created" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The creation date" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "request-organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-request-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The EligibilityRequest organization" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "request-provider" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-request-provider" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The EligibilityRequest provider" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "outcome" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/eligibilityresponse-outcome" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The processing outcome" ] ] ], [ fhir:index 39; fhir:CapabilityStatement.type [ fhir:value "Encounter" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Encounter" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Encounter.episodeofcare"; fhir:index 0 ], [ fhir:value "Encounter.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.service-provider"; fhir:index 10 ], [ fhir:value "Encounter.indication"; fhir:index 11 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ClinicalImpression.context"; fhir:index 0 ], [ fhir:value "Communication.context"; fhir:index 1 ], [ fhir:value "CommunicationRequest.context"; 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 "MedicationRequest.context"; 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 "RequestGroup.context"; fhir:index 21 ], [ fhir:value "RequestGroup.encounter"; fhir:index 22 ], [ fhir:value "RiskAssessment.encounter"; fhir:index 23 ], [ fhir:value "Task.context"; fhir:index 24 ], [ fhir:value "VisionPrescription.encounter"; fhir:index 25 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "A date within the period the Encounter lasted" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifier(s) by which this encounter is known" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "reason" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-reason" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reason the encounter takes place (code)" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "episodeofcare" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-episodeofcare" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Episode(s) of care that this encounter should be recorded against" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "participant-type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-participant-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Role of participant in encounter" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "incomingreferral" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-incomingreferral" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The ReferralRequest that initiated this encounter" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "practitioner" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-practitioner" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Persons involved in the encounter other than the patient" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "length" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-length" ]; fhir:CapabilityStatement.type [ fhir:value "number" ]; fhir:CapabilityStatement.documentation [ fhir:value "Length of encounter in days" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "appointment" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-appointment" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The appointment that scheduled this encounter" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "part-of" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-part-of" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Another Encounter this encounter is part of" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "procedure" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-procedure" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reason the encounter takes place (resource)" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Specific type of encounter" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "participant" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-participant" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Persons involved in the encounter other than the patient" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "condition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-condition" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reason the encounter takes place (resource)" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The patient present at the encounter" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "location-period" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-location-period" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Time period during which the patient was present at the location" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "location" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-location" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Location the encounter takes place" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "service-provider" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-service-provider" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The custodian organization of this Encounter record" ] ], [ fhir:index 18; fhir:CapabilityStatement.name [ fhir:value "indication" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-indication" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reason the encounter takes place (resource)" ] ], [ fhir:index 19; fhir:CapabilityStatement.name [ fhir:value "special-arrangement" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-special-arrangement" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Wheelchair, translator, stretcher, etc." ] ], [ fhir:index 20; fhir:CapabilityStatement.name [ fhir:value "class" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-class" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "inpatient | outpatient | ambulatory | emergency +" ] ], [ fhir:index 21; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/encounter-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "planned | arrived | in-progress | onleave | finished | cancelled | entered-in-error" ] ] ], [ fhir:index 40; fhir:CapabilityStatement.type [ fhir:value "Endpoint" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Endpoint" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Endpoint.organization"; fhir:index 0 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "HealthcareService.endpoint"; fhir:index 0 ], [ fhir:value "Location.endpoint"; fhir:index 1 ], [ fhir:value "Organization.endpoint"; fhir:index 2 ], [ fhir:value "Practitioner.endpoint"; fhir:index 3 ], [ fhir:value "PractitionerRole.endpoint"; fhir:index 4 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "payload-type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/endpoint-payload-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The type of content that may be used at this endpoint (e.g. XDS Discharge summaries)" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/endpoint-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifies this endpoint across multiple systems" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/endpoint-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization that is managing the endpoint" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "connection-type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/endpoint-connection-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Protocol/Profile/Standard to be used with this endpoint connection" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/endpoint-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A name that this endpoint can be identified by" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/endpoint-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the Endpoint (usually expected to be active)" ] ] ], [ fhir:index 41; fhir:CapabilityStatement.type [ fhir:value "EnrollmentRequest" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "EnrollmentRequest.subject"; fhir:index 0 ], [ fhir:value "EnrollmentRequest.patient"; fhir:index 1 ], [ fhir:value "EnrollmentRequest.organization"; fhir:index 2 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "EnrollmentResponse.request"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/enrollmentrequest-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business identifier of the Enrollment" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/enrollmentrequest-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The party to be enrolled" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/enrollmentrequest-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The party to be enrolled" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/enrollmentrequest-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization who generated this resource" ] ] ], [ fhir:index 42; fhir:CapabilityStatement.type [ fhir:value "EnrollmentResponse" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/EnrollmentResponse" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "EnrollmentResponse.request"; fhir:index 0 ], [ fhir:value "EnrollmentResponse.organization"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/enrollmentresponse-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business identifier of the EnrollmentResponse" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "request" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/enrollmentresponse-request" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reference to the claim" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/enrollmentresponse-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization who generated this resource" ] ] ], [ fhir:index 43; fhir:CapabilityStatement.type [ fhir:value "EpisodeOfCare" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "EpisodeOfCare.condition"; fhir:index 0 ], [ fhir:value "EpisodeOfCare.incomingreferral"; fhir:index 1 ], [ fhir:value "EpisodeOfCare.patient"; fhir:index 2 ], [ fhir:value "EpisodeOfCare.organization"; fhir:index 3 ], [ fhir:value "EpisodeOfCare.care-manager"; fhir:index 4 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ClinicalImpression.context"; fhir:index 0 ], [ fhir:value "Communication.context"; fhir:index 1 ], [ fhir:value "CommunicationRequest.context"; fhir:index 2 ], [ fhir:value "Condition.context"; fhir:index 3 ], [ fhir:value "DeviceUseRequest.encounter"; fhir:index 4 ], [ fhir:value "DiagnosticRequest.encounter"; fhir:index 5 ], [ fhir:value "Encounter.episodeofcare"; fhir:index 6 ], [ fhir:value "ImagingStudy.context"; fhir:index 7 ], [ fhir:value "MedicationRequest.context"; fhir:index 8 ], [ fhir:value "QuestionnaireResponse.context"; fhir:index 9 ], [ fhir:value "ReferralRequest.context"; fhir:index 10 ], [ fhir:value "RequestGroup.context"; fhir:index 11 ], [ fhir:value "RequestGroup.encounter"; fhir:index 12 ], [ fhir:value "RiskAssessment.encounter"; fhir:index 13 ], [ fhir:value "Task.context"; fhir:index 14 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/episodeofcare-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The provided date search value falls within the episode of care's period" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/episodeofcare-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifier(s) for the EpisodeOfCare" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "condition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/episodeofcare-condition" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Conditions/problems/diagnoses this episode of care is for" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "incomingreferral" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/episodeofcare-incomingreferral" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Incoming Referral Request" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/episodeofcare-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Patient for this episode of care" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/episodeofcare-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization that has assumed the specific responsibilities of this EpisodeOfCare" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/episodeofcare-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type/class - e.g. specialist referral, disease management" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "care-manager" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/episodeofcare-care-manager" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Care manager/care co-ordinator for the patient" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/episodeofcare-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the Episode of Care as provided (does not check the status history collection)" ] ] ], [ fhir:index 44; fhir:CapabilityStatement.type [ fhir:value "ExpansionProfile" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ExpansionProfile" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/expansionprofile-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The expansion profile publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/expansionprofile-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifiers for the expansion profile" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/expansionprofile-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for expansion profile" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/expansionprofile-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the expansion profile" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/expansionprofile-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the description of the expansion profile" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/expansionprofile-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the expansion profile" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/expansionprofile-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version identifier of the expansion profile" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/expansionprofile-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the expansion profile" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/expansionprofile-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the expansion profile" ] ] ], [ fhir:index 45; fhir:CapabilityStatement.type [ fhir:value "ExplanationOfBenefit" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "ExplanationOfBenefit.coverage"; fhir:index 0 ], [ fhir:value "ExplanationOfBenefit.provider"; fhir:index 1 ], [ fhir:value "ExplanationOfBenefit.patient"; fhir:index 2 ], [ fhir:value "ExplanationOfBenefit.organization"; fhir:index 3 ], [ fhir:value "ExplanationOfBenefit.claim"; fhir:index 4 ], [ fhir:value "ExplanationOfBenefit.facility"; fhir:index 5 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "coverage" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-coverage" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The plan under which the claim was adjudicated" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business identifier of the Explanation of Benefit" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "disposition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-disposition" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The contents of the disposition message" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "provider" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-provider" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reference to the provider" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reference to the patient" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "created" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-created" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The creation date for the EOB" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reference to the providing organization" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "claim" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-claim" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reference to the claim" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "facility" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/explanationofbenefit-facility" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Facility responsible for the goods and services" ] ] ], [ fhir:index 46; fhir:CapabilityStatement.type [ fhir:value "FamilyMemberHistory" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "FamilyMemberHistory.patient"; fhir:index 0 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ClinicalImpression.investigation"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/familymemberhistory-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When history was captured/updated" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/familymemberhistory-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A search by a record identifier" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/familymemberhistory-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A search by a condition code" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "gender" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/familymemberhistory-gender" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A search by a gender code of a family member" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/familymemberhistory-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a subject to list family member history items for" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "relationship" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/familymemberhistory-relationship" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A search by a relationship type" ] ] ], [ fhir:index 47; fhir:CapabilityStatement.type [ fhir:value "Flag" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Flag" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Flag.subject"; fhir:index 0 ], [ fhir:value "Flag.patient"; fhir:index 1 ], [ fhir:value "Flag.author"; fhir:index 2 ], [ fhir:value "Flag.encounter"; fhir:index 3 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/flag-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Time period when flag is active" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/flag-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a subject to list flags for" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/flag-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a subject to list flags for" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "author" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/flag-author" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Flag creator" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/flag-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Alert relevant during encounter" ] ] ], [ fhir:index 48; fhir:CapabilityStatement.type [ fhir:value "Goal" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Goal" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Goal.patient"; fhir:index 0 ], [ fhir:value "Goal.subject"; fhir:index 1 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.goal"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/goal-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External Ids for this goal" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/goal-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who this goal is intended for" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/goal-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who this goal is intended for" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "targetdate" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/goal-targetdate" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reach goal on or before" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/goal-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "E.g. Treatment, dietary, behavioral, etc." ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/goal-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "proposed | planned | accepted | rejected | in-progress | achieved | sustaining | on-hold | cancelled | on-target | ahead-of-target | behind-target | entered-in-error" ] ] ], [ fhir:index 49; fhir:CapabilityStatement.type [ fhir:value "Group" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Group" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Group.member"; fhir:index 0 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "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.patient"; fhir:index 4 ], [ fhir:value "ClinicalImpression.subject"; 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 "MedicationStatement.subject"; fhir:index 35 ], [ fhir:value "Observation.subject"; fhir:index 36 ], [ fhir:value "Observation.patient"; fhir:index 37 ], [ fhir:value "Procedure.subject"; fhir:index 38 ], [ fhir:value "Procedure.patient"; fhir:index 39 ], [ fhir:value "ProcedureRequest.subject"; fhir:index 40 ], [ fhir:value "ProcedureRequest.patient"; fhir:index 41 ], [ fhir:value "RequestGroup.patient"; fhir:index 42 ], [ fhir:value "RequestGroup.subject"; fhir:index 43 ], [ fhir:value "RiskAssessment.subject"; fhir:index 44 ], [ fhir:value "RiskAssessment.patient"; fhir:index 45 ], [ fhir:value "Specimen.subject"; fhir:index 46 ], [ fhir:value "Specimen.patient"; fhir:index 47 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "actual" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/group-actual" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Descriptive or actual" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/group-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Unique id" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "characteristic-value" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/group-characteristic-value" ]; fhir:CapabilityStatement.type [ fhir:value "composite" ]; fhir:CapabilityStatement.documentation [ fhir:value "A composite of both characteristic and value" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/group-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The kind of resources contained" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "member" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/group-member" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reference to the group member" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "exclude" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/group-exclude" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Group includes or excludes" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/group-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The type of resources the group contains" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "value" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/group-value" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Value held by characteristic" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "characteristic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/group-characteristic" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Kind of characteristic" ] ] ], [ fhir:index 50; fhir:CapabilityStatement.type [ fhir:value "GuidanceResponse" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/GuidanceResponse" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "GuidanceResponse.patient"; fhir:index 0 ], [ fhir:value "GuidanceResponse.subject"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/guidanceresponse-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to search for guidance response results" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/guidanceresponse-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The subject that the guidance response is about" ] ] ], [ fhir:index 51; fhir:CapabilityStatement.type [ fhir:value "HealthcareService" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/HealthcareService" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "HealthcareService.endpoint"; fhir:index 0 ], [ fhir:value "HealthcareService.organization"; fhir:index 1 ], [ fhir:value "HealthcareService.location"; fhir:index 2 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "Account.subject"; fhir:index 0 ], [ fhir:value "Account.patient"; fhir:index 1 ], [ fhir:value "Appointment.actor"; fhir:index 2 ], [ fhir:value "Appointment.practitioner"; fhir:index 3 ], [ fhir:value "Appointment.patient"; fhir:index 4 ], [ fhir:value "Appointment.location"; fhir:index 5 ], [ fhir:value "AppointmentResponse.actor"; fhir:index 6 ], [ fhir:value "AppointmentResponse.practitioner"; fhir:index 7 ], [ fhir:value "AppointmentResponse.patient"; fhir:index 8 ], [ fhir:value "AppointmentResponse.location"; fhir:index 9 ], [ fhir:value "Schedule.actor"; fhir:index 10 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/healthcareservice-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifiers for this item" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "servicecategory" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/healthcareservice-servicecategory" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Service Category of the Healthcare Service" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "servicetype" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/healthcareservice-servicetype" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The type of service provided by this healthcare service" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "endpoint" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/healthcareservice-endpoint" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Technical endpoints providing access to services operated for the location" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/healthcareservice-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization that provides this Healthcare Service" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/healthcareservice-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of the Healthcare service name" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "programname" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/healthcareservice-programname" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "One of the Program Names serviced by this HealthcareService" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "active" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/healthcareservice-active" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Healthcare Service is currently marked as active" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "location" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/healthcareservice-location" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The location of the Healthcare Service" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "characteristic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/healthcareservice-characteristic" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "One of the HealthcareService's characteristics" ] ] ], [ fhir:index 52; fhir:CapabilityStatement.type [ fhir:value "ImagingManifest" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ImagingManifest" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "ImagingManifest.author"; fhir:index 0 ], [ fhir:value "ImagingManifest.patient"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingmanifest-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "UID of key DICOM object selection" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "authoring-time" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingmanifest-authoring-time" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Time of key DICOM object selection authoring" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "selected-study" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingmanifest-selected-study" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Study selected in key DICOM object selection" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "author" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingmanifest-author" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Author of key DICOM object selection" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingmanifest-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Subject of key DICOM object selection" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingmanifest-title" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Title of key DICOM object selection" ] ] ], [ fhir:index 53; fhir:CapabilityStatement.type [ fhir:value "ImagingStudy" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ImagingStudy" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "ImagingStudy.patient"; fhir:index 0 ], [ fhir:value "ImagingStudy.context"; fhir:index 1 ], [ fhir:value "ImagingStudy.basedon"; fhir:index 2 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ClinicalImpression.investigation"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Other identifiers for the Study" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "reason" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-reason" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reason for the study" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "study" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-study" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The study identifier for the image" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "dicom-class" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-dicom-class" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The type of the instance" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "modality" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-modality" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The modality of the series" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "bodysite" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-bodysite" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The body site studied" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "started" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-started" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the study was started" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "accession" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-accession" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The accession identifier for the study" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "uid" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-uid" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The instance unique identifier" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who the study is about" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "series" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-series" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identifier of the series of images" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The context of the study" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "basedon" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/imagingstudy-basedon" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The order for the image" ] ] ], [ fhir:index 54; fhir:CapabilityStatement.type [ fhir:value "Immunization" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Immunization" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Immunization.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:CapabilityStatement.searchRevInclude [ fhir:value "ImmunizationRecommendation.support"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Vaccination (non)-Administration Date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "requester" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-requester" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The practitioner who ordered the vaccination" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Business identifier" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "reason" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-reason" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Why immunization occurred" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "performer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-performer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The practitioner who administered the vaccination" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "reaction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-reaction" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Additional information on reaction" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "lot-number" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-lot-number" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Vaccine Lot Number" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "notgiven" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-notgiven" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Administrations which were not given" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "manufacturer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-manufacturer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Vaccine Manufacturer" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "dose-sequence" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-dose-sequence" ]; fhir:CapabilityStatement.type [ fhir:value "number" ]; fhir:CapabilityStatement.documentation [ fhir:value "Dose number within series" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The patient for the vaccination record" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "vaccine-code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-vaccine-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Vaccine Product Administered" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "reason-not-given" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-reason-not-given" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Explanation of reason vaccination was not administered" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "location" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-location" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The service delivery location or facility in which the vaccine was / was to be administered" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "reaction-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-reaction-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When reaction started" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunization-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Immunization event status" ] ] ], [ fhir:index 55; fhir:CapabilityStatement.type [ fhir:value "ImmunizationRecommendation" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "ImmunizationRecommendation.patient"; fhir:index 0 ], [ fhir:value "ImmunizationRecommendation.information"; fhir:index 1 ], [ fhir:value "ImmunizationRecommendation.support"; fhir:index 2 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Date recommendation created" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Business identifier" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "dose-sequence" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-dose-sequence" ]; fhir:CapabilityStatement.type [ fhir:value "number" ]; fhir:CapabilityStatement.documentation [ fhir:value "Dose number within sequence" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who this profile is for" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "vaccine-type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-vaccine-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Vaccine recommendation applies to" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "dose-number" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-dose-number" ]; fhir:CapabilityStatement.type [ fhir:value "number" ]; fhir:CapabilityStatement.documentation [ fhir:value "Recommended dose number" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "information" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-information" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Patient observations supporting recommendation" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "support" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-support" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Past immunizations supporting recommendation" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Vaccine administration status" ] ] ], [ fhir:index 56; fhir:CapabilityStatement.type [ fhir:value "ImplementationGuide" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ImplementationGuide" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "ImplementationGuide.resource"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The implementation guide publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "dependency" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-dependency" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Where to find dependency" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "resource" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-resource" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Location of the resource" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for implementation guide" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the implementation guide" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the description of the implementation guide" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the implementation guide" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "experimental" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-experimental" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "If for testing purposes, not real usage" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version identifier of the implementation guide" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the implementation guide" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/implementationguide-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the implementation guide" ] ] ], [ fhir:index 57; fhir:CapabilityStatement.type [ fhir:value "Library" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Library" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/library-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The library publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/library-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifiers for the library" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "effective" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/library-effective" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Effective time associated with the library" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/library-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for library" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/library-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the library" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/library-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the description of the library" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/library-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the library" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "topic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/library-topic" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Topics associated with the module" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/library-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the title of the library" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/library-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version identifier of the library" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/library-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the library" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/library-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the library" ] ] ], [ fhir:index 58; fhir:CapabilityStatement.type [ fhir:value "Linkage" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Linkage" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Linkage.item"; fhir:index 0 ], [ fhir:value "Linkage.author"; fhir:index 1 ], [ fhir:value "Linkage.source"; fhir:index 2 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "item" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/linkage-item" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Matches on any item in the Linkage" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "author" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/linkage-author" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Author of the Linkage" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/linkage-source" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Matches on any item in the Linkage with a type of 'source'" ] ] ], [ fhir:index 59; fhir:CapabilityStatement.type [ fhir:value "List" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/List" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "List.item"; fhir:index 0 ], [ fhir:value "List.subject"; fhir:index 1 ], [ fhir:value "List.patient"; fhir:index 2 ], [ fhir:value "List.source"; fhir:index 3 ], [ fhir:value "List.encounter"; fhir:index 4 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the list was prepared" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Business identifier" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "item" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-item" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Actual entry" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "empty-reason" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-empty-reason" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Why list is empty" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "What the purpose of this list is" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "notes" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-notes" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The annotation - text content" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "If all resources have the same subject" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "If all resources have the same subject" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-source" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who and/or what defined the list contents (aka Author)" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Context in which list created" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Descriptive name for the list" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/list-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "current | retired | entered-in-error" ] ] ], [ fhir:index 60; fhir:CapabilityStatement.type [ fhir:value "Location" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Location" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Location.partof"; fhir:index 0 ], [ fhir:value "Location.endpoint"; fhir:index 1 ], [ fhir:value "Location.organization"; fhir:index 2 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "Account.subject"; fhir:index 0 ], [ fhir:value "Account.patient"; fhir:index 1 ], [ fhir:value "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"; 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"; fhir:index 20 ], [ fhir:value "Encounter.location"; fhir:index 21 ], [ fhir:value "ExplanationOfBenefit.facility"; 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 "ResearchStudy.site"; fhir:index 37 ], [ fhir:value "Schedule.actor"; fhir:index 38 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Unique code or number identifying the location to its users" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "partof" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-partof" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The location of which this location is a part" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "near-distance" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-near-distance" ]; fhir:CapabilityStatement.type [ fhir:value "quantity" ]; fhir:CapabilityStatement.documentation [ fhir:value "A distance quantity to limit the near search to locations within a specific distance\n\nRequires the near parameter to be included also" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "address" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-address" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A (part of the) address of the location" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "address-state" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-address-state" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A state specified in an address" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A code for the type of location" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "address-postalcode" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-address-postalcode" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A postal code specified in an address" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "address-country" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-address-country" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A country specified in an address" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "endpoint" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-endpoint" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Technical endpoints providing access to services operated for the location" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Searches for locations that are managed by the provided organization" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A (portion of the) name of the location or alias" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "address-use" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-address-use" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A use code specified in an address" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "near" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-near" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The coordinates expressed as [latitude]:[longitude] (using the WGS84 datum, see notes) to find locations near to (servers may search using a square rather than a circle for efficiency). \n\nRequires the near-distance parameter to be provided also" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "address-city" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-address-city" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A city specified in an address" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/location-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Searches for locations with a specific kind of status" ] ] ], [ fhir:index 61; fhir:CapabilityStatement.type [ fhir:value "Measure" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Measure" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measure-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The measure publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measure-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifiers for the measure" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "effective" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measure-effective" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Effective time associated with the measure" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measure-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for measure" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measure-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the measure" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measure-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the description of the measure" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measure-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the measure" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "topic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measure-topic" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Topics associated with the module" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measure-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the title of the measure" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measure-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version identifier of the measure" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measure-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the measure" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measure-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the measure" ] ] ], [ fhir:index 62; fhir:CapabilityStatement.type [ fhir:value "MeasureReport" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/MeasureReport" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "MeasureReport.patient"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/measurereport-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to search for individual measure report results for" ] ] ], [ fhir:index 63; fhir:CapabilityStatement.type [ fhir:value "Media" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Media" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Media.subject"; fhir:index 0 ], [ fhir:value "Media.patient"; fhir:index 1 ], [ fhir:value "Media.operator"; fhir:index 2 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "DiagnosticReport.image"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/media-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifier(s) for the image" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "view" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/media-view" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Imaging view, e.g. Lateral or Antero-posterior" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "subtype" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/media-subtype" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The type of acquisition equipment/process" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "created" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/media-created" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Date attachment was first created" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/media-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who/What this Media is a record of" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/media-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who/What this Media is a record of" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/media-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "photo | video | audio" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "operator" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/media-operator" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The person who generated the image" ] ] ], [ fhir:index 64; fhir:CapabilityStatement.type [ fhir:value "Medication" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Medication" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Medication.package-item"; fhir:index 0 ], [ fhir:value "Medication.ingredient"; fhir:index 1 ], [ fhir:value "Medication.manufacturer"; fhir:index 2 ]; fhir:CapabilityStatement.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 "MedicationRequest.medication"; fhir:index 7 ], [ fhir:value "MedicationStatement.medication"; fhir:index 8 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "ingredient-code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medication-ingredient-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The product contained" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "container" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medication-container" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "E.g. box, vial, blister-pack" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "package-item" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medication-package-item" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The item in the package" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medication-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Codes that identify this medication" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "ingredient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medication-ingredient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The product contained" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "form" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medication-form" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "powder | tablets | capsule +" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "package-item-code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medication-package-item-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The item in the package" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "manufacturer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medication-manufacturer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Manufacturer of the item" ] ] ], [ fhir:index 65; fhir:CapabilityStatement.type [ fhir:value "MedicationAdministration" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/MedicationAdministration" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "MedicationAdministration.performer"; fhir:index 0 ], [ fhir:value "MedicationAdministration.medication"; fhir:index 1 ], [ fhir:value "MedicationAdministration.encounter"; fhir:index 2 ], [ fhir:value "MedicationAdministration.prescription"; fhir:index 3 ], [ fhir:value "MedicationAdministration.patient"; fhir:index 4 ], [ fhir:value "MedicationAdministration.device"; fhir:index 5 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return administrations with this external identifier" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return administrations of this medication code" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "performer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-performer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identify of the individual who administered the medication" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "not-given" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-not-given" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Administrations that were not made" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "medication" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-medication" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return administrations of this medication resource" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "reason-given" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-reason-given" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reasons for administering the medication" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return administrations that share this encounter" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "prescription" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-prescription" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a prescription to list administrations from" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to list administrations for" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "effective-time" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-effective-time" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Date administration happened (or did not happen)" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "reason-not-given" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-reason-not-given" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reasons for not administering the medication" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "device" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-device" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return administrations with this administration device identity" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationadministration-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "MedicationAdministration event status (for example one of active/paused/completed/nullified)" ] ] ], [ fhir:index 66; fhir:CapabilityStatement.type [ fhir:value "MedicationDispense" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/MedicationDispense" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "MedicationDispense.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:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return dispenses with this external identifier" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return dispenses of this medicine code" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "receiver" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-receiver" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a receiver to list dispenses for" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "destination" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-destination" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return dispenses that should be sent to a specific destination" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "medication" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-medication" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return dispenses of this medicine resource" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "responsibleparty" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-responsibleparty" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return dispenses with the specified responsible party" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return dispenses of a specific type" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "whenhandedover" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-whenhandedover" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Returns dispenses handed over on this date" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "whenprepared" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-whenprepared" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Returns dispenses prepared on this date" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "dispenser" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-dispenser" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return dispenses performed by a specific individual" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "prescription" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-prescription" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a prescription to list dispenses from" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to list dispenses for" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationdispense-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return dispenses with a specified dispense status" ] ] ], [ fhir:index 67; fhir:CapabilityStatement.type [ fhir:value "MedicationRequest" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/MedicationRequest" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "MedicationRequest.requester"; fhir:index 0 ], [ fhir:value "MedicationRequest.intended-dispenser"; fhir:index 1 ], [ fhir:value "MedicationRequest.patient"; fhir:index 2 ], [ fhir:value "MedicationRequest.context"; fhir:index 3 ], [ fhir:value "MedicationRequest.medication"; fhir:index 4 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.activityreference"; fhir:index 0 ], [ fhir:value "ClinicalImpression.action"; fhir:index 1 ], [ fhir:value "MedicationAdministration.prescription"; fhir:index 2 ], [ fhir:value "MedicationDispense.prescription"; fhir:index 3 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "requester" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationrequest-requester" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Returns prescriptions prescribed by this prescriber" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationrequest-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions with this external identifier" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "intended-dispenser" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationrequest-intended-dispenser" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Returns prescriptions intended to be dispensed by this Organization" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationrequest-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions of this medication code" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationrequest-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to list orders for" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "datewritten" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationrequest-datewritten" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions written on this date" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationrequest-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions with this encounter or episode of care identifier" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "medication" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationrequest-medication" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions of this medication reference" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationrequest-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Returns prescriptions with different categories" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationrequest-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Status of the prescription" ] ] ], [ fhir:index 68; fhir:CapabilityStatement.type [ fhir:value "MedicationStatement" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/MedicationStatement" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "MedicationStatement.subject"; fhir:index 0 ], [ fhir:value "MedicationStatement.medication"; fhir:index 1 ], [ fhir:value "MedicationStatement.source"; fhir:index 2 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationstatement-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return statements with this external identifier" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "effective" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationstatement-effective" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Date when patient was taking (or not taking) the medication" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationstatement-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return statements of this medication code" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationstatement-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient, animal or group to list statements for" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "medication" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationstatement-medication" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return statements of this medication reference" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationstatement-source" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who or where the information in the statement came from" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationstatement-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Returns statements of this category of medicationstatement" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medicationstatement-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return statements that match the given status" ] ] ], [ fhir:index 69; fhir:CapabilityStatement.type [ fhir:value "MessageDefinition" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/MessageDefinition" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messagedefinition-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The message definition publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messagedefinition-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for message definition" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messagedefinition-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the message definition" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messagedefinition-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the description of the message definition" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messagedefinition-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the message definition" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "focus" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messagedefinition-focus" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A resource that is a permitted focus of the message" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messagedefinition-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the title of the message definition" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "event" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messagedefinition-event" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The event that triggers the message" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messagedefinition-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The behavior associated with the message" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messagedefinition-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version identifier of the message definition" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messagedefinition-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the message definition" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messagedefinition-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the message definition" ] ] ], [ fhir:index 70; fhir:CapabilityStatement.type [ fhir:value "MessageHeader" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/MessageHeader" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "MessageHeader.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:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "ok | transient-error | fatal-error" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "data" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-data" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The actual content of the message" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "receiver" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-receiver" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended \"real-world\" recipient for the data" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "author" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-author" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The source of the decision" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "destination" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-destination" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of system" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-source" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of system" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "target" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-target" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Particular delivery destination within the destination" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "destination-uri" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-destination-uri" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Actual destination address or id" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "source-uri" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-source-uri" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Actual message source address or id" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "responsible" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-responsible" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Final responsibility for event" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "response-id" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-response-id" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Id of original message" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "enterer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-enterer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The source of the data entry" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "event" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-event" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code for the event this message represents" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "timestamp" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/messageheader-timestamp" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Time that the message was sent" ] ] ], [ fhir:index 71; fhir:CapabilityStatement.type [ fhir:value "NamingSystem" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/NamingSystem" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "NamingSystem.replaced-by"; fhir:index 0 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "NamingSystem.replaced-by"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The naming system publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "period" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-period" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When is identifier valid?" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "kind" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-kind" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "codesystem | identifier | root" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for naming system" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the description of the naming system" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "e.g. driver, provider, patient, bank etc." ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "id-type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-id-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "oid | uuid | uri | other" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "responsible" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-responsible" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who maintains system namespace?" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "contact" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-contact" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of an individual to contact" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the naming system" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the naming system" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "telecom" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-telecom" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Contact details for individual or organization" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "value" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-value" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The unique identifier" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "replaced-by" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-replaced-by" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Use this instead" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/namingsystem-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the naming system" ] ] ], [ fhir:index 72; fhir:CapabilityStatement.type [ fhir:value "NutritionRequest" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/NutritionRequest" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "NutritionRequest.provider"; fhir:index 0 ], [ fhir:value "NutritionRequest.patient"; fhir:index 1 ], [ fhir:value "NutritionRequest.encounter"; fhir:index 2 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.activityreference"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return nutrition orders with this external identifier" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "datetime" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-datetime" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return nutrition orders requested on this date" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "provider" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-provider" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identify of the provider who placed the nutrition order" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of the person who requires the diet, formula or nutritional supplement" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "supplement" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-supplement" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type of supplement product requested" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "formula" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-formula" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type of enteral or infant formula" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return nutrition orders with this encounter identifier" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "oraldiet" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-oraldiet" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type of diet that can be consumed orally (i.e., take via the mouth)." ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Status of the nutrition order." ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "additive" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/nutritionrequest-additive" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type of module component to add to the feeding" ] ] ], [ fhir:index 73; fhir:CapabilityStatement.type [ fhir:value "Observation" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Observation" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Observation.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:CapabilityStatement.searchRevInclude [ fhir:value "ClinicalImpression.investigation"; fhir:index 0 ], [ fhir:value "ClinicalImpression.finding-ref"; 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:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Obtained date/time. If the obtained element is a period, a date that falls in the period" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The unique id for a particular observation" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The code of the observation type or component type" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "performer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-performer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who performed the observation" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "method" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-method" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The method used for the observation" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "value-quantity" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-value-quantity" ]; fhir:CapabilityStatement.type [ fhir:value "quantity" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value 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 6; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The subject that the observation is about" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "value-concept" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-value-concept" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value or component value of the observation, if the value is a CodeableConcept" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "value-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-value-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value of the observation, if the value is a date or period of time" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "data-absent-reason" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-data-absent-reason" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reason why the expected value in the element Observation.value[x] is missing." ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Healthcare event related to the observation" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "related-type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-related-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "has-member | derived-from | sequel-to | replaces | qualified-by | interfered-by" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "related-target" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-related-target" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Resource that is related to this one" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "code-value-concept" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-code-value-concept" ]; fhir:CapabilityStatement.type [ fhir:value "composite" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code and coded value parameter pair, including in components" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "code-value-string" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-code-value-string" ]; fhir:CapabilityStatement.type [ fhir:value "composite" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code and string value parameter pair, including in components" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "related" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-related" ]; fhir:CapabilityStatement.type [ fhir:value "composite" ]; fhir:CapabilityStatement.documentation [ fhir:value "Related Observations - search on related-type and related-target together" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "code-value-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-code-value-date" ]; fhir:CapabilityStatement.type [ fhir:value "composite" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code and date/time value parameter pair, including in components" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The subject that the observation is about (if patient)" ] ], [ fhir:index 18; fhir:CapabilityStatement.name [ fhir:value "specimen" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-specimen" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Specimen used for this observation" ] ], [ fhir:index 19; fhir:CapabilityStatement.name [ fhir:value "code-value-quantity" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-code-value-quantity" ]; fhir:CapabilityStatement.type [ fhir:value "composite" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code and quantity value parameter pair, including in components" ] ], [ fhir:index 20; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The classification of the type of observation" ] ], [ fhir:index 21; fhir:CapabilityStatement.name [ fhir:value "value-string" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-value-string" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value or component value of the observation, if the value is a string, and also searches in CodeableConcept.text" ] ], [ fhir:index 22; fhir:CapabilityStatement.name [ fhir:value "device" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-device" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Device that generated the observation data." ] ], [ fhir:index 23; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/observation-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The status of the observation" ] ] ], [ fhir:index 74; fhir:CapabilityStatement.type [ fhir:value "OperationDefinition" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/OperationDefinition" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "OperationDefinition.paramprofile"; fhir:index 0 ], [ fhir:value "OperationDefinition.base"; fhir:index 1 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "OperationDefinition.base"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The operation definition publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name used to invoke the operation" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "instance" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-instance" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Invoke on an instance?" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "kind" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-kind" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "operation | query" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for operation definition" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the description of the operation definition" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Invole at the type level?" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version identifier of the operation definition" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "paramprofile" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-paramprofile" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Profile on the type" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the operation definition" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "system" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-system" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Invoke at the system level?" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the operation definition" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the operation definition" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the operation definition" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "base" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/operationdefinition-base" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Marks this as a profile of the base" ] ] ], [ fhir:index 75; fhir:CapabilityStatement.type [ fhir:value "OperationOutcome" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/OperationOutcome" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ] ], [ fhir:index 76; fhir:CapabilityStatement.type [ fhir:value "Organization" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Organization" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Organization.partof"; fhir:index 0 ], [ fhir:value "Organization.endpoint"; fhir:index 1 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "Account.owner"; fhir:index 0 ], [ fhir:value "Account.subject"; fhir:index 1 ], [ fhir:value "Account.patient"; fhir:index 2 ], [ fhir:value "AuditEvent.agent"; fhir:index 3 ], [ fhir:value "AuditEvent.patient"; fhir:index 4 ], [ fhir:value "CarePlan.performer"; fhir:index 5 ], [ fhir:value "CareTeam.participant"; fhir:index 6 ], [ fhir:value "Claim.insurer"; fhir:index 7 ], [ fhir:value "Claim.organization"; fhir:index 8 ], [ fhir:value "ClaimResponse.insurer"; 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.policyholder"; fhir:index 22 ], [ fhir:value "Coverage.payor"; 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"; fhir:index 35 ], [ fhir:value "EligibilityResponse.insurer"; fhir:index 36 ], [ fhir:value "EligibilityResponse.request-organization"; fhir:index 37 ], [ fhir:value "Encounter.service-provider"; fhir:index 38 ], [ fhir:value "Endpoint.organization"; fhir:index 39 ], [ fhir:value "EnrollmentRequest.organization"; fhir:index 40 ], [ fhir:value "EnrollmentResponse.organization"; fhir:index 41 ], [ fhir:value "EpisodeOfCare.organization"; fhir:index 42 ], [ fhir:value "ExplanationOfBenefit.organization"; fhir:index 43 ], [ fhir:value "Flag.subject"; fhir:index 44 ], [ fhir:value "Flag.patient"; fhir:index 45 ], [ fhir:value "Flag.author"; fhir:index 46 ], [ fhir:value "Goal.patient"; fhir:index 47 ], [ fhir:value "Goal.subject"; fhir:index 48 ], [ fhir:value "HealthcareService.organization"; fhir:index 49 ], [ fhir:value "ImagingManifest.author"; fhir:index 50 ], [ fhir:value "Immunization.manufacturer"; fhir:index 51 ], [ fhir:value "Linkage.author"; fhir:index 52 ], [ fhir:value "Location.organization"; fhir:index 53 ], [ fhir:value "Medication.manufacturer"; fhir:index 54 ], [ fhir:value "MedicationRequest.requester"; fhir:index 55 ], [ fhir:value "MedicationRequest.intended-dispenser"; fhir:index 56 ], [ fhir:value "MedicationStatement.source"; fhir:index 57 ], [ fhir:value "MessageHeader.receiver"; fhir:index 58 ], [ fhir:value "MessageHeader.responsible"; fhir:index 59 ], [ fhir:value "Observation.performer"; fhir:index 60 ], [ fhir:value "Organization.partof"; fhir:index 61 ], [ fhir:value "Patient.general-practitioner"; fhir:index 62 ], [ fhir:value "Patient.organization"; fhir:index 63 ], [ fhir:value "PaymentNotice.organization"; fhir:index 64 ], [ fhir:value "PaymentReconciliation.organization"; fhir:index 65 ], [ fhir:value "PaymentReconciliation.request-organization"; fhir:index 66 ], [ fhir:value "Person.organization"; fhir:index 67 ], [ fhir:value "Practitioner.organization"; fhir:index 68 ], [ fhir:value "PractitionerRole.organization"; fhir:index 69 ], [ fhir:value "Procedure.performer"; fhir:index 70 ], [ fhir:value "ProcedureRequest.performer"; fhir:index 71 ], [ fhir:value "ProcessRequest.organization"; fhir:index 72 ], [ fhir:value "ProcessResponse.organization"; fhir:index 73 ], [ fhir:value "ProcessResponse.request-organization"; fhir:index 74 ], [ fhir:value "Provenance.agent"; fhir:index 75 ], [ fhir:value "ReferralRequest.requester"; fhir:index 76 ], [ fhir:value "ReferralRequest.recipient"; fhir:index 77 ], [ fhir:value "ResearchStudy.sponsor"; fhir:index 78 ], [ fhir:value "SupplyRequest.supplier"; fhir:index 79 ], [ fhir:value "SupplyRequest.source"; fhir:index 80 ], [ fhir:value "Task.owner"; fhir:index 81 ], [ fhir:value "Task.requester"; fhir:index 82 ], [ fhir:value "Task.organization"; fhir:index 83 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Any identifier for the organization (not the accreditation issuer's identifier)" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "partof" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-partof" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search all organizations that are part of the given organization" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "address" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-address" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A (part of the) address of the Organization" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "address-state" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-address-state" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A state specified in an address" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "active" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-active" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "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 5; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A code for the type of organization" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "address-postalcode" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-address-postalcode" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A postal code specified in an address" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "address-country" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-address-country" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A country specified in an address" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "endpoint" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-endpoint" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Technical endpoints providing access to services operated for the organization" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "phonetic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-phonetic" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of the organization's name using some kind of phonetic matching algorithm" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of the organization's name, or alias" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "address-use" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-address-use" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A use code specified in an address" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "address-city" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/organization-address-city" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A city specified in an address" ] ] ], [ fhir:index 77; fhir:CapabilityStatement.type [ fhir:value "Patient" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Patient" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Patient.link"; fhir:index 0 ], [ fhir:value "Patient.general-practitioner"; fhir:index 1 ], [ fhir:value "Patient.organization"; fhir:index 2 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "Account.subject"; fhir:index 0 ], [ fhir:value "Account.patient"; fhir:index 1 ], [ fhir:value "AllergyIntolerance.recorder"; fhir:index 2 ], [ fhir:value "AllergyIntolerance.asserter"; 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"; fhir:index 23 ], [ fhir:value "ClinicalImpression.patient"; fhir:index 24 ], [ fhir:value "ClinicalImpression.subject"; 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.policyholder"; fhir:index 46 ], [ fhir:value "Coverage.subscriber"; fhir:index 47 ], [ fhir:value "Coverage.payor"; fhir:index 48 ], [ fhir:value "Coverage.beneficiary"; fhir:index 49 ], [ fhir:value "DetectedIssue.patient"; fhir:index 50 ], [ fhir:value "Device.patient"; fhir:index 51 ], [ fhir:value "DeviceUseRequest.subject"; fhir:index 52 ], [ fhir:value "DeviceUseRequest.patient"; fhir:index 53 ], [ fhir:value "DeviceUseRequest.filler"; fhir:index 54 ], [ fhir:value "DeviceUseStatement.subject"; fhir:index 55 ], [ fhir:value "DeviceUseStatement.patient"; fhir:index 56 ], [ fhir:value "DiagnosticReport.subject"; fhir:index 57 ], [ fhir:value "DiagnosticReport.patient"; fhir:index 58 ], [ fhir:value "DiagnosticRequest.subject"; fhir:index 59 ], [ fhir:value "DiagnosticRequest.patient"; fhir:index 60 ], [ fhir:value "DiagnosticRequest.filler"; fhir:index 61 ], [ fhir:value "DocumentManifest.subject"; fhir:index 62 ], [ fhir:value "DocumentManifest.author"; fhir:index 63 ], [ fhir:value "DocumentManifest.patient"; fhir:index 64 ], [ fhir:value "DocumentManifest.recipient"; fhir:index 65 ], [ fhir:value "DocumentReference.subject"; fhir:index 66 ], [ fhir:value "DocumentReference.patient"; fhir:index 67 ], [ fhir:value "DocumentReference.author"; fhir:index 68 ], [ fhir:value "EligibilityRequest.patient"; fhir:index 69 ], [ fhir:value "Encounter.patient"; fhir:index 70 ], [ fhir:value "EnrollmentRequest.subject"; fhir:index 71 ], [ fhir:value "EnrollmentRequest.patient"; fhir:index 72 ], [ fhir:value "EpisodeOfCare.patient"; fhir:index 73 ], [ fhir:value "ExplanationOfBenefit.patient"; fhir:index 74 ], [ fhir:value "FamilyMemberHistory.patient"; fhir:index 75 ], [ fhir:value "Flag.subject"; fhir:index 76 ], [ fhir:value "Flag.patient"; fhir:index 77 ], [ fhir:value "Flag.author"; fhir:index 78 ], [ fhir:value "Goal.patient"; fhir:index 79 ], [ fhir:value "Goal.subject"; fhir:index 80 ], [ fhir:value "Group.member"; fhir:index 81 ], [ fhir:value "GuidanceResponse.patient"; fhir:index 82 ], [ fhir:value "GuidanceResponse.subject"; fhir:index 83 ], [ fhir:value "ImagingManifest.author"; fhir:index 84 ], [ fhir:value "ImagingManifest.patient"; fhir:index 85 ], [ fhir:value "ImagingStudy.patient"; fhir:index 86 ], [ fhir:value "Immunization.patient"; fhir:index 87 ], [ fhir:value "ImmunizationRecommendation.patient"; fhir:index 88 ], [ fhir:value "List.subject"; fhir:index 89 ], [ fhir:value "List.patient"; fhir:index 90 ], [ fhir:value "List.source"; fhir:index 91 ], [ fhir:value "MeasureReport.patient"; fhir:index 92 ], [ fhir:value "Media.subject"; fhir:index 93 ], [ fhir:value "Media.patient"; fhir:index 94 ], [ fhir:value "MedicationAdministration.performer"; fhir:index 95 ], [ fhir:value "MedicationAdministration.patient"; fhir:index 96 ], [ fhir:value "MedicationDispense.receiver"; fhir:index 97 ], [ fhir:value "MedicationDispense.patient"; fhir:index 98 ], [ fhir:value "MedicationRequest.requester"; fhir:index 99 ], [ fhir:value "MedicationRequest.patient"; fhir:index 100 ], [ fhir:value "MedicationStatement.subject"; fhir:index 101 ], [ fhir:value "MedicationStatement.source"; fhir:index 102 ], [ fhir:value "NutritionRequest.patient"; fhir:index 103 ], [ fhir:value "Observation.performer"; fhir:index 104 ], [ fhir:value "Observation.subject"; fhir:index 105 ], [ fhir:value "Observation.patient"; fhir:index 106 ], [ fhir:value "Patient.link"; fhir:index 107 ], [ fhir:value "Person.practitioner"; fhir:index 108 ], [ fhir:value "Person.link"; fhir:index 109 ], [ fhir:value "Person.relatedperson"; fhir:index 110 ], [ fhir:value "Person.patient"; fhir:index 111 ], [ fhir:value "Procedure.performer"; fhir:index 112 ], [ fhir:value "Procedure.subject"; fhir:index 113 ], [ fhir:value "Procedure.patient"; fhir:index 114 ], [ fhir:value "ProcedureRequest.performer"; fhir:index 115 ], [ fhir:value "ProcedureRequest.subject"; fhir:index 116 ], [ fhir:value "ProcedureRequest.patient"; fhir:index 117 ], [ fhir:value "ProcedureRequest.orderer"; fhir:index 118 ], [ fhir:value "Provenance.agent"; fhir:index 119 ], [ fhir:value "QuestionnaireResponse.author"; fhir:index 120 ], [ fhir:value "QuestionnaireResponse.source"; fhir:index 121 ], [ fhir:value "ReferralRequest.requester"; fhir:index 122 ], [ fhir:value "ReferralRequest.patient"; fhir:index 123 ], [ fhir:value "RelatedPerson.patient"; fhir:index 124 ], [ fhir:value "RequestGroup.patient"; fhir:index 125 ], [ fhir:value "RequestGroup.subject"; fhir:index 126 ], [ fhir:value "RequestGroup.participant"; fhir:index 127 ], [ fhir:value "ResearchSubject.individual"; fhir:index 128 ], [ fhir:value "ResearchSubject.patient"; fhir:index 129 ], [ fhir:value "RiskAssessment.subject"; fhir:index 130 ], [ fhir:value "RiskAssessment.patient"; fhir:index 131 ], [ fhir:value "Schedule.actor"; fhir:index 132 ], [ fhir:value "Sequence.patient"; fhir:index 133 ], [ fhir:value "Specimen.subject"; fhir:index 134 ], [ fhir:value "Specimen.patient"; fhir:index 135 ], [ fhir:value "SupplyDelivery.patient"; fhir:index 136 ], [ fhir:value "SupplyRequest.patient"; fhir:index 137 ], [ fhir:value "SupplyRequest.source"; fhir:index 138 ], [ fhir:value "Task.owner"; fhir:index 139 ], [ fhir:value "Task.requester"; fhir:index 140 ], [ fhir:value "VisionPrescription.patient"; fhir:index 141 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "birthdate" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-birthdate" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The patient's date of birth" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "deceased" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-deceased" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "This patient has been marked as deceased, or as a death date entered" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "address-state" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-address-state" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A state specified in an address" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "gender" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-gender" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Gender of the patient" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "animal-species" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-animal-species" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The species for animal patients" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "link" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-link" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "All patients linked to the given patient" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "language" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-language" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Language code (irrespective of use value)" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "animal-breed" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-animal-breed" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The breed for animal patients" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "address-country" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-address-country" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A country specified in an address" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "death-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-death-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The date of death has been provided and satisfies this search value" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "phonetic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-phonetic" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of either family or given name using some kind of phonetic matching algorithm" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "telecom" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-telecom" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value in any kind of telecom details of the patient" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "address-city" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-address-city" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A city specified in an address" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "email" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-email" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A value in an email contact" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A patient identifier" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "given" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-given" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of the given name of the patient" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "address" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-address" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "general-practitioner" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-general-practitioner" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Patient's nominated general practitioner, not the organization that manages the record" ] ], [ fhir:index 18; fhir:CapabilityStatement.name [ fhir:value "active" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-active" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Whether the patient record is active" ] ], [ fhir:index 19; fhir:CapabilityStatement.name [ fhir:value "address-postalcode" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-address-postalcode" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A postalCode specified in an address" ] ], [ fhir:index 20; fhir:CapabilityStatement.name [ fhir:value "phone" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-phone" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A value in a phone contact" ] ], [ fhir:index 21; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization at which this person is a patient" ] ], [ fhir:index 22; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text" ] ], [ fhir:index 23; fhir:CapabilityStatement.name [ fhir:value "address-use" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-address-use" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A use code specified in an address" ] ], [ fhir:index 24; fhir:CapabilityStatement.name [ fhir:value "family" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/patient-family" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of the family name of the patient" ] ] ], [ fhir:index 78; fhir:CapabilityStatement.type [ fhir:value "PaymentNotice" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/PaymentNotice" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "PaymentNotice.request"; fhir:index 0 ], [ fhir:value "PaymentNotice.provider"; fhir:index 1 ], [ fhir:value "PaymentNotice.response"; fhir:index 2 ], [ fhir:value "PaymentNotice.organization"; fhir:index 3 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business identifier of the notice" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "request" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-request" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Claim" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "provider" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-provider" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reference to the provider" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "created" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-created" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Creation date fro the notice" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "response" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-response" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The ClaimResponse" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization who generated this resource" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "payment-status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-payment-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The type of payment notice" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "statusdate" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentnotice-statusdate" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The date of the payment action" ] ] ], [ fhir:index 79; fhir:CapabilityStatement.type [ fhir:value "PaymentReconciliation" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/PaymentReconciliation" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "PaymentReconciliation.request"; fhir:index 0 ], [ fhir:value "PaymentReconciliation.organization"; fhir:index 1 ], [ fhir:value "PaymentReconciliation.request-organization"; fhir:index 2 ], [ fhir:value "PaymentReconciliation.request-provider"; fhir:index 3 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business identifier of the Explanation of Benefit" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "request" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-request" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reference to the claim" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "disposition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-disposition" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The contents of the disposition message" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "created" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-created" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The creation date" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization who generated this resource" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "request-organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-request-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization who generated this resource" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "request-provider" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-request-provider" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reference to the provider who sumbitted the claim" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "outcome" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/paymentreconciliation-outcome" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The processing outcome" ] ] ], [ fhir:index 80; fhir:CapabilityStatement.type [ fhir:value "Person" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Person" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Person.practitioner"; fhir:index 0 ], [ fhir:value "Person.link"; fhir:index 1 ], [ fhir:value "Person.relatedperson"; fhir:index 2 ], [ fhir:value "Person.patient"; fhir:index 3 ], [ fhir:value "Person.organization"; fhir:index 4 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "Person.practitioner"; fhir:index 0 ], [ fhir:value "Person.link"; fhir:index 1 ], [ fhir:value "Person.relatedperson"; fhir:index 2 ], [ fhir:value "Person.patient"; fhir:index 3 ], [ fhir:value "RequestGroup.participant"; fhir:index 4 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A person Identifier" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "address" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-address" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "birthdate" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-birthdate" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The person's date of birth" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "address-state" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-address-state" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A state specified in an address" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "gender" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-gender" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The gender of the person" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "practitioner" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-practitioner" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Person links to this Practitioner" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "link" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-link" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Any link has this Patient, Person, RelatedPerson or Practitioner reference" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "relatedperson" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-relatedperson" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Person links to this RelatedPerson" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "address-postalcode" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-address-postalcode" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A postal code specified in an address" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "address-country" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-address-country" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A country specified in an address" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "phonetic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-phonetic" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of name using some kind of phonetic matching algorithm" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "phone" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-phone" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A value in a phone contact" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Person links to this Patient" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization at which this person record is being managed" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "address-use" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-address-use" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A use code specified in an address" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "telecom" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-telecom" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value in any kind of contact" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "address-city" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-address-city" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A city specified in an address" ] ], [ fhir:index 18; fhir:CapabilityStatement.name [ fhir:value "email" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/person-email" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A value in an email contact" ] ] ], [ fhir:index 81; fhir:CapabilityStatement.type [ fhir:value "PlanDefinition" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/PlanDefinition" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "Flag.subject"; fhir:index 0 ], [ fhir:value "Flag.patient"; fhir:index 1 ], [ fhir:value "ResearchStudy.protocol"; fhir:index 2 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/plandefinition-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The plan definition publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/plandefinition-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifiers for the plan definition" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "effective" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/plandefinition-effective" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Effective time associated with the plan definition" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/plandefinition-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for plan definition" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/plandefinition-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the plan definition" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/plandefinition-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the description of the plan definition" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/plandefinition-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the plan definition" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "topic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/plandefinition-topic" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Topics associated with the module" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/plandefinition-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the title of the plan definition" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/plandefinition-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version identifier of the plan definition" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/plandefinition-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the plan definition" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/plandefinition-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the plan definition" ] ] ], [ fhir:index 82; fhir:CapabilityStatement.type [ fhir:value "Practitioner" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Practitioner" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Practitioner.endpoint"; fhir:index 0 ], [ fhir:value "Practitioner.organization"; fhir:index 1 ], [ fhir:value "Practitioner.location"; fhir:index 2 ]; fhir:CapabilityStatement.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.asserter"; fhir:index 3 ], [ fhir:value "Appointment.actor"; fhir:index 4 ], [ fhir:value "Appointment.practitioner"; fhir:index 5 ], [ fhir:value "Appointment.patient"; fhir:index 6 ], [ fhir:value "Appointment.location"; fhir:index 7 ], [ fhir:value "AppointmentResponse.actor"; fhir:index 8 ], [ fhir:value "AppointmentResponse.practitioner"; fhir:index 9 ], [ fhir:value "AppointmentResponse.patient"; fhir:index 10 ], [ fhir:value "AppointmentResponse.location"; fhir:index 11 ], [ fhir:value "AuditEvent.agent"; fhir:index 12 ], [ fhir:value "AuditEvent.patient"; fhir:index 13 ], [ fhir:value "Basic.author"; fhir:index 14 ], [ fhir:value "CarePlan.performer"; fhir:index 15 ], [ fhir:value "CareTeam.participant"; fhir:index 16 ], [ fhir:value "Claim.provider"; 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"; fhir:index 46 ], [ fhir:value "EligibilityResponse.request-provider"; 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.provider"; 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 "MedicationRequest.requester"; 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"; fhir:index 77 ], [ fhir:value "PaymentReconciliation.request-provider"; 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"; fhir:index 87 ], [ fhir:value "ProcessResponse.request-provider"; 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 "RequestGroup.author"; fhir:index 94 ], [ fhir:value "RequestGroup.participant"; fhir:index 95 ], [ fhir:value "ResearchStudy.principalinvestigator"; fhir:index 96 ], [ fhir:value "RiskAssessment.performer"; fhir:index 97 ], [ fhir:value "Schedule.actor"; fhir:index 98 ], [ fhir:value "Specimen.collector"; fhir:index 99 ], [ fhir:value "SupplyDelivery.receiver"; fhir:index 100 ], [ fhir:value "SupplyDelivery.supplier"; fhir:index 101 ], [ fhir:value "SupplyRequest.source"; fhir:index 102 ], [ fhir:value "Task.owner"; fhir:index 103 ], [ fhir:value "Task.requester"; fhir:index 104 ], [ fhir:value "VisionPrescription.prescriber"; fhir:index 105 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A practitioner's Identifier" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "given" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-given" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of the given name" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "specialty" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-specialty" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The practitioner has this specialty at an organization" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "address" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-address" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "role" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-role" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The practitioner can perform this role at for the organization" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "address-state" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-address-state" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A state specified in an address" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "gender" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-gender" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Gender of the practitioner" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "active" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-active" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Whether the practitioner record is active" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "address-postalcode" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-address-postalcode" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A postalCode specified in an address" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "address-country" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-address-country" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A country specified in an address" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "endpoint" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-endpoint" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The endpoint of the practitioner for a role at an organization" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "phonetic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-phonetic" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of either family or given name using some kind of phonetic matching algorithm" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "phone" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-phone" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A value in a phone contact" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of the organization the practitioner represents / acts on behalf of" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "address-use" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-address-use" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A use code specified in an address" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "telecom" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-telecom" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value in any kind of contact" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "location" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-location" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "One of the locations at which this practitioner provides care" ] ], [ fhir:index 18; fhir:CapabilityStatement.name [ fhir:value "family" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-family" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of the family name" ] ], [ fhir:index 19; fhir:CapabilityStatement.name [ fhir:value "address-city" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-address-city" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A city specified in an address" ] ], [ fhir:index 20; fhir:CapabilityStatement.name [ fhir:value "communication" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-communication" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "One of the languages that the practitioner can communicate with" ] ], [ fhir:index 21; fhir:CapabilityStatement.name [ fhir:value "email" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitioner-email" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A value in an email contact" ] ] ], [ fhir:index 83; fhir:CapabilityStatement.type [ fhir:value "PractitionerRole" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/PractitionerRole" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "PractitionerRole.endpoint"; fhir:index 0 ], [ fhir:value "PractitionerRole.practitioner"; fhir:index 1 ], [ fhir:value "PractitionerRole.organization"; fhir:index 2 ], [ fhir:value "PractitionerRole.location"; fhir:index 3 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitionerrole-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A practitioner's Identifier" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "specialty" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitionerrole-specialty" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The practitioner has this specialty at an organization" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "endpoint" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitionerrole-endpoint" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Technical endpoints providing access to services operated for the practitioner with this role" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "role" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitionerrole-role" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The practitioner can perform this role at for the organization" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "practitioner" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitionerrole-practitioner" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Practitioner that is able to provide the defined services for the organation" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "phone" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitionerrole-phone" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A value in a phone contact" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitionerrole-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of the organization the practitioner represents / acts on behalf of" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "telecom" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitionerrole-telecom" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value in any kind of contact" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "location" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitionerrole-location" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "One of the locations at which this practitioner provides care" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "email" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/practitionerrole-email" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A value in an email contact" ] ] ], [ fhir:index 84; fhir:CapabilityStatement.type [ fhir:value "Procedure" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Procedure" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Procedure.performer"; fhir:index 0 ], [ fhir:value "Procedure.subject"; fhir:index 1 ], [ fhir:value "Procedure.patient"; fhir:index 2 ], [ fhir:value "Procedure.location"; fhir:index 3 ], [ fhir:value "Procedure.encounter"; fhir:index 4 ]; fhir:CapabilityStatement.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:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedure-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Date/Period the procedure was performed" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedure-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A unique identifier for a procedure" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedure-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A code to identify a procedure" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "performer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedure-performer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reference to the practitioner" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedure-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by subject" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedure-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by subject - a patient" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "location" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedure-location" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Where the procedure happened" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedure-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The encounter associated with the procedure" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedure-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Classification of the procedure" ] ] ], [ fhir:index 85; fhir:CapabilityStatement.type [ fhir:value "ProcedureRequest" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ProcedureRequest" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "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:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.activityreference"; fhir:index 0 ], [ fhir:value "ClinicalImpression.action"; fhir:index 1 ], [ fhir:value "DiagnosticReport.request"; fhir:index 2 ], [ fhir:value "ImagingStudy.basedon"; fhir:index 3 ], [ fhir:value "ReferralRequest.basedon"; fhir:index 4 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedurerequest-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A unique identifier of the Procedure Request" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "performer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedurerequest-performer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who should perform the procedure" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedurerequest-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "What procedure to perform" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedurerequest-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by subject" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedurerequest-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by subject - a patient" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "orderer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedurerequest-orderer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who made request" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedurerequest-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter request created during" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "body-site" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedurerequest-body-site" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "What part of body to perform on" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/procedurerequest-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "proposed | draft | requested | received | accepted | in-progress | completed | suspended | rejected | aborted" ] ] ], [ fhir:index 86; fhir:CapabilityStatement.type [ fhir:value "ProcessRequest" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ProcessRequest" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "ProcessRequest.provider"; fhir:index 0 ], [ fhir:value "ProcessRequest.organization"; fhir:index 1 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.activityreference"; fhir:index 0 ], [ fhir:value "PaymentReconciliation.request"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processrequest-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business identifier of the ProcessRequest" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "provider" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processrequest-provider" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The provider who regenerated this request" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processrequest-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization who generated this request" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "action" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processrequest-action" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The action requested by this resource" ] ] ], [ fhir:index 87; fhir:CapabilityStatement.type [ fhir:value "ProcessResponse" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ProcessResponse" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "ProcessResponse.request"; fhir:index 0 ], [ fhir:value "ProcessResponse.organization"; fhir:index 1 ], [ fhir:value "ProcessResponse.request-organization"; fhir:index 2 ], [ fhir:value "ProcessResponse.request-provider"; fhir:index 3 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processresponse-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business identifier of the Explanation of Benefit" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "request" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processresponse-request" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reference to the claim" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processresponse-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization who generated this resource" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "request-organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processresponse-request-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Organization who is responsible the request transaction" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "request-provider" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/processresponse-request-provider" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Provider who is responsible the request transaction" ] ] ], [ fhir:index 88; fhir:CapabilityStatement.type [ fhir:value "Provenance" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Provenance" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Provenance.agent"; fhir:index 0 ], [ fhir:value "Provenance.patient"; fhir:index 1 ], [ fhir:value "Provenance.location"; fhir:index 2 ], [ fhir:value "Provenance.entity"; fhir:index 3 ], [ fhir:value "Provenance.target"; fhir:index 4 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "sig" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/provenance-sig" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Indication of the reason the entity signed the object(s)" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "agent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/provenance-agent" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who participated" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/provenance-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Target Reference(s) (usually version specific)" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "start" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/provenance-start" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Starting time with inclusive boundary" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "end" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/provenance-end" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "End time with inclusive boundary, if not ongoing" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "location" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/provenance-location" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Where the activity occurred, if relevant" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "entity" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/provenance-entity" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identity of entity" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "target" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/provenance-target" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Target Reference(s) (usually version specific)" ] ] ], [ fhir:index 89; fhir:CapabilityStatement.type [ fhir:value "Questionnaire" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Questionnaire" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "QuestionnaireResponse.questionnaire"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaire-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the questionnaire was last changed" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaire-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "An identifier for the questionnaire" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaire-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A code that corresponds to the questionnaire or one of its groups" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaire-context" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A use context assigned to the questionnaire" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaire-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The author of the questionnaire" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaire-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "All or part of the name of the questionnaire" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaire-version" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business version of the questionnaire" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaire-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The status of the questionnaire" ] ] ], [ fhir:index 90; fhir:CapabilityStatement.type [ fhir:value "QuestionnaireResponse" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "QuestionnaireResponse.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:CapabilityStatement.searchRevInclude [ fhir:value "ClinicalImpression.investigation"; fhir:index 0 ], [ fhir:value "Consent.source"; fhir:index 1 ], [ fhir:value "Observation.related-target"; fhir:index 2 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "authored" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-authored" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the questionnaire response was authored" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The unique identifier for the questionnaire response" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "parent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-parent" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Procedure or observation this questionnaire response is part of" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "questionnaire" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-questionnaire" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The questionnaire the answers are provided for" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "based-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-based-on" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Plan/proposal/order fulfilled by this questionnaire response" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The subject of the questionnaire response" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "author" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-author" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The author of the questionnaire response" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The patient that is the subject of the questionnaire response" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter or episode during which questionnaire response was authored" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-source" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The person who answered the questions" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/questionnaireresponse-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The status of the questionnaire response" ] ] ], [ fhir:index 91; fhir:CapabilityStatement.type [ fhir:value "ReferralRequest" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ReferralRequest" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "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:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.activityreference"; fhir:index 0 ], [ fhir:value "ClinicalImpression.action"; fhir:index 1 ], [ fhir:value "DiagnosticReport.request"; fhir:index 2 ], [ fhir:value "Encounter.incomingreferral"; fhir:index 3 ], [ fhir:value "EpisodeOfCare.incomingreferral"; fhir:index 4 ], [ fhir:value "ImagingStudy.basedon"; fhir:index 5 ], [ fhir:value "QuestionnaireResponse.based-on"; fhir:index 6 ], [ fhir:value "ReferralRequest.basedon"; fhir:index 7 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Creation or activation date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "requester" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-requester" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Requester of referral / transfer of care" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "parent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-parent" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Part of common request" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "specialty" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-specialty" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The specialty that the referral is for" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who the referral is about" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "recipient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-recipient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The person that the referral was sent to" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Part of encounter or episode of care" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The type of the referral" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "priority" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-priority" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The priority assigned to the referral" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Proposal, plan or request" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "basedon" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-basedon" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Request being fulfilled" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/referralrequest-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The status of the referral" ] ] ], [ fhir:index 92; fhir:CapabilityStatement.type [ fhir:value "RelatedPerson" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/RelatedPerson" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "RelatedPerson.patient"; fhir:index 0 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "AllergyIntolerance.asserter"; 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 "Condition.asserter"; fhir:index 20 ], [ fhir:value "Consent.actor"; fhir:index 21 ], [ fhir:value "Consent.recipient"; fhir:index 22 ], [ fhir:value "Consent.consentor"; fhir:index 23 ], [ fhir:value "Contract.agent"; fhir:index 24 ], [ fhir:value "Contract.signer"; fhir:index 25 ], [ fhir:value "Coverage.policyholder"; fhir:index 26 ], [ fhir:value "Coverage.subscriber"; fhir:index 27 ], [ fhir:value "Coverage.payor"; fhir:index 28 ], [ fhir:value "DeviceUseRequest.filler"; fhir:index 29 ], [ fhir:value "DiagnosticRequest.filler"; fhir:index 30 ], [ fhir:value "DocumentManifest.author"; fhir:index 31 ], [ fhir:value "DocumentManifest.recipient"; fhir:index 32 ], [ fhir:value "DocumentReference.author"; fhir:index 33 ], [ fhir:value "Encounter.practitioner"; fhir:index 34 ], [ fhir:value "Encounter.participant"; fhir:index 35 ], [ fhir:value "ImagingManifest.author"; fhir:index 36 ], [ fhir:value "MedicationAdministration.performer"; fhir:index 37 ], [ fhir:value "MedicationRequest.requester"; fhir:index 38 ], [ fhir:value "MedicationStatement.source"; fhir:index 39 ], [ fhir:value "Observation.performer"; fhir:index 40 ], [ fhir:value "Patient.link"; fhir:index 41 ], [ fhir:value "Person.practitioner"; fhir:index 42 ], [ fhir:value "Person.link"; fhir:index 43 ], [ fhir:value "Person.relatedperson"; fhir:index 44 ], [ fhir:value "Person.patient"; fhir:index 45 ], [ fhir:value "Procedure.performer"; fhir:index 46 ], [ fhir:value "ProcedureRequest.performer"; fhir:index 47 ], [ fhir:value "ProcedureRequest.orderer"; fhir:index 48 ], [ fhir:value "Provenance.agent"; fhir:index 49 ], [ fhir:value "QuestionnaireResponse.author"; fhir:index 50 ], [ fhir:value "QuestionnaireResponse.source"; fhir:index 51 ], [ fhir:value "RequestGroup.participant"; fhir:index 52 ], [ fhir:value "Schedule.actor"; fhir:index 53 ], [ fhir:value "Task.owner"; fhir:index 54 ], [ fhir:value "Task.requester"; fhir:index 55 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "An Identifier of the RelatedPerson" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "address" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-address" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "birthdate" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-birthdate" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Related Person's date of birth" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "address-state" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-address-state" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A state specified in an address" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "gender" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-gender" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Gender of the person" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "active" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-active" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Wheter the related person record is active" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "address-postalcode" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-address-postalcode" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A postal code specified in an address" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "address-country" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-address-country" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A country specified in an address" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "phonetic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-phonetic" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of name using some kind of phonetic matching algorithm" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "phone" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-phone" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A value in a phone contact" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The patient this person is related to" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "address-use" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-address-use" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A use code specified in an address" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "telecom" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-telecom" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value in any kind of contact" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "address-city" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-address-city" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A city specified in an address" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "email" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/relatedperson-email" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A value in an email contact" ] ] ], [ fhir:index 93; fhir:CapabilityStatement.type [ fhir:value "RequestGroup" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/RequestGroup" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "RequestGroup.patient"; fhir:index 0 ], [ fhir:value "RequestGroup.subject"; fhir:index 1 ], [ fhir:value "RequestGroup.author"; fhir:index 2 ], [ fhir:value "RequestGroup.context"; fhir:index 3 ], [ fhir:value "RequestGroup.encounter"; fhir:index 4 ], [ fhir:value "RequestGroup.participant"; fhir:index 5 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/requestgroup-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to search for request groups" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/requestgroup-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The subject that the request group is about" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "author" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/requestgroup-author" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The author of the request group" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/requestgroup-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The context the request group applies to" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/requestgroup-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The encounter the request group applies to" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "participant" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/requestgroup-participant" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The participant in the requests in the group" ] ] ], [ fhir:index 94; fhir:CapabilityStatement.type [ fhir:value "ResearchStudy" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ResearchStudy" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "ResearchStudy.partof"; fhir:index 0 ], [ fhir:value "ResearchStudy.sponsor"; fhir:index 1 ], [ fhir:value "ResearchStudy.principalinvestigator"; fhir:index 2 ], [ fhir:value "ResearchStudy.protocol"; fhir:index 3 ], [ fhir:value "ResearchStudy.site"; fhir:index 4 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ResearchStudy.partof"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/researchstudy-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the study began and ended" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/researchstudy-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Business Identifer for study" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "partof" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/researchstudy-partof" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Part of larger study" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "sponsor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/researchstudy-sponsor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Organization responsible for the study" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/researchstudy-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Geographic region(s) for study" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "focus" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/researchstudy-focus" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Drugs, devices, conditions, etc. under study" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "principalinvestigator" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/researchstudy-principalinvestigator" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Individual responsible for the study" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/researchstudy-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name for this study" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "protocol" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/researchstudy-protocol" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Steps followed in executing study" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "site" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/researchstudy-site" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Location involved in study execution" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/researchstudy-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Classifications for the study" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "keyword" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/researchstudy-keyword" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Used to search for the study" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/researchstudy-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "draft | in-progress | suspended | stopped | completed | entered-in-error" ] ] ], [ fhir:index 95; fhir:CapabilityStatement.type [ fhir:value "ResearchSubject" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ResearchSubject" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "ResearchSubject.individual"; fhir:index 0 ], [ fhir:value "ResearchSubject.patient"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/researchsubject-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Start and end of participation" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/researchsubject-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Business Identifer for event" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "individual" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/researchsubject-individual" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who is part of study" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/researchsubject-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who is part of study" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/researchsubject-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "candidate | enrolled | active | suspended | withdrawn | completed" ] ] ], [ fhir:index 96; fhir:CapabilityStatement.type [ fhir:value "RiskAssessment" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/RiskAssessment" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "RiskAssessment.condition"; fhir:index 0 ], [ fhir:value "RiskAssessment.performer"; fhir:index 1 ], [ fhir:value "RiskAssessment.subject"; fhir:index 2 ], [ fhir:value "RiskAssessment.patient"; fhir:index 3 ], [ fhir:value "RiskAssessment.encounter"; fhir:index 4 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ClinicalImpression.investigation"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/riskassessment-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When was assessment made?" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/riskassessment-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Unique identifier for the assessment" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "condition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/riskassessment-condition" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Condition assessed" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "performer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/riskassessment-performer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who did assessment?" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "method" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/riskassessment-method" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Evaluation mechanism" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/riskassessment-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who/what does assessment apply to?" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/riskassessment-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who/what does assessment apply to?" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/riskassessment-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Where was assessment performed?" ] ] ], [ fhir:index 97; fhir:CapabilityStatement.type [ fhir:value "Schedule" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Schedule" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Schedule.actor"; fhir:index 0 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "Slot.schedule"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "actor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/schedule-actor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The individual(HealthcareService, Practitioner, Location, ...) to find a Schedule for" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/schedule-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search for Schedule resources that have a period that contains this date specified" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/schedule-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A Schedule Identifier" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "active" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/schedule-active" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Is the schedule in active use" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/schedule-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The type of appointments that can be booked into associated slot(s)" ] ] ], [ fhir:index 98; fhir:CapabilityStatement.type [ fhir:value "SearchParameter" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/SearchParameter" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "SearchParameter.component"; fhir:index 0 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "SearchParameter.component"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The search parameter publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code used in URL" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for search parameter" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the description of the search parameter" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "derived-from" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-derived-from" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Original Definition for the search parameter" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "number | date | string | token | reference | composite | quantity | uri" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version identifier of the search parameter" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the search parameter" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "target" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-target" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Types of resource (if a resource reference)" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "component" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-component" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Defines how the part works" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the search parameter" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the search parameter" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the search parameter" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "base" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/searchparameter-base" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The resource type(s) this search parameter applies to" ] ] ], [ fhir:index 99; fhir:CapabilityStatement.type [ fhir:value "Sequence" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Sequence" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Sequence.patient"; fhir:index 0 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "Observation.related-target"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/sequence-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The unique identity for a particular sequence" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "coordinate" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/sequence-coordinate" ]; fhir:CapabilityStatement.type [ fhir:value "composite" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search parameter for region of the reference DNA sequence string. This will refer to part of a locus or part of a gene where search region will be represented in 1-based system. Since the coordinateSystem can either be 0-based or 1-based, this search query will include the result of both coordinateSystem that contains the equivalent segment of the gene or whole genome sequence. For example, a search for sequence can be represented as `coordinate=1$lt345$gt123`, this means it will search for the Sequence resource on chromosome 1 and with position >123 and <345, where in 1-based system resource, all strings within region 1:124-344 will be revealed, while in 0-based system resource, all strings within region 1:123-344 will be revealed. You may want to check detail about 0-based v.s. 1-based above." ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/sequence-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The subject that the observation is about" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "chromosome" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/sequence-chromosome" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Chromosome number of the reference sequence" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "start" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/sequence-start" ]; fhir:CapabilityStatement.type [ fhir:value "number" ]; fhir:CapabilityStatement.documentation [ fhir:value "Start position (0-based inclusive, 1-based inclusive, that means the nucleic acid or amino acid at this position will be included) of the reference sequence." ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "end" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/sequence-end" ]; fhir:CapabilityStatement.type [ fhir:value "number" ]; fhir:CapabilityStatement.documentation [ fhir:value "End position (0-based exclusive, which menas the acid at this position will not be included, 1-based inclusive, which means the acid at this position will be included) of the reference sequence." ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/sequence-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Amino Acid Sequence/ DNA Sequence / RNA Sequence" ] ] ], [ fhir:index 100; fhir:CapabilityStatement.type [ fhir:value "ServiceDefinition" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ServiceDefinition" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/servicedefinition-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The service definition publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/servicedefinition-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifiers for the service definition" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "effective" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/servicedefinition-effective" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Effective time associated with the service definition" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/servicedefinition-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for service definition" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/servicedefinition-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the service definition" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/servicedefinition-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the description of the service definition" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/servicedefinition-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the service definition" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "topic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/servicedefinition-topic" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Topics associated with the module" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/servicedefinition-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the title of the service definition" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/servicedefinition-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version identifier of the service definition" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/servicedefinition-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the service definition" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/servicedefinition-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the service definition" ] ] ], [ fhir:index 101; fhir:CapabilityStatement.type [ fhir:value "Slot" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Slot" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Slot.schedule"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "schedule" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/slot-schedule" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Schedule Resource that we are seeking a slot within" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/slot-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A Slot Identifier" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "start" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/slot-start" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Appointment date/time." ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "slot-type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/slot-slot-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The type of appointments that can be booked into the slot" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/slot-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The free/busy status of the appointment" ] ] ], [ fhir:index 102; fhir:CapabilityStatement.type [ fhir:value "Specimen" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Specimen" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Specimen.parent"; fhir:index 0 ], [ fhir:value "Specimen.subject"; fhir:index 1 ], [ fhir:value "Specimen.patient"; fhir:index 2 ], [ fhir:value "Specimen.collector"; fhir:index 3 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "DiagnosticReport.specimen"; fhir:index 0 ], [ fhir:value "Media.subject"; fhir:index 1 ], [ fhir:value "Media.patient"; fhir:index 2 ], [ fhir:value "Observation.specimen"; fhir:index 3 ], [ fhir:value "Specimen.parent"; fhir:index 4 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "container" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-container" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The kind of specimen container" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The unique identifier associated with the specimen" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "parent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-parent" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The parent of the specimen" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "container-id" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-container-id" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The unique identifier associated with the specimen container" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "bodysite" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-bodysite" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The code for the body site from where the specimen originated" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The subject of the specimen" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The patient the specimen comes from" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "collected" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-collected" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The date the specimen was collected" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "accession" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-accession" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The accession number associated with the specimen" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The specimen type" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "collector" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/specimen-collector" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who collected the specimen" ] ] ], [ fhir:index 103; fhir:CapabilityStatement.type [ fhir:value "StructureDefinition" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/StructureDefinition" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "StructureDefinition.valueset"; fhir:index 0 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "CapabilityStatement.supported-profile"; fhir:index 0 ], [ fhir:value "CapabilityStatement.resourceprofile"; fhir:index 1 ], [ fhir:value "OperationDefinition.paramprofile"; fhir:index 2 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The structure definition publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifiers for the structure definition" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "valueset" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-valueset" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "A vocabulary binding reference" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "kind" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-kind" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "primitive-type | complex-type | resource | logical" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for structure definition" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the description of the structure definition" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "experimental" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-experimental" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "If for testing purposes, not real usage" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "context-type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-context-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "resource | datatype | extension" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "abstract" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-abstract" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Whether the structure is abstract" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the title of the structure definition" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type defined or constrained by this structure" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version identifier of the structure definition" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the structure definition" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "path" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-path" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A path that is constrained in the profile" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "ext-context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-ext-context" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Where the extension can be used in instances" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the structure definition" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "base-path" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-base-path" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Path that identifies the base element" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the structure definition" ] ], [ fhir:index 18; fhir:CapabilityStatement.name [ fhir:value "derivation" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-derivation" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "specialization | constraint - How relates to base definition" ] ], [ fhir:index 19; fhir:CapabilityStatement.name [ fhir:value "keyword" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-keyword" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A code for the profile" ] ], [ fhir:index 20; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the structure definition" ] ], [ fhir:index 21; fhir:CapabilityStatement.name [ fhir:value "base" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuredefinition-base" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Definition that this type is constrained/specialized from" ] ] ], [ fhir:index 104; fhir:CapabilityStatement.type [ fhir:value "StructureMap" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/StructureMap" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The structure map publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifiers for the structure map" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for structure map" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the structure map" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the description of the structure map" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the structure map" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the title of the structure map" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version identifier of the structure map" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the structure map" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/structuremap-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the structure map" ] ] ], [ fhir:index 105; fhir:CapabilityStatement.type [ fhir:value "Subscription" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Subscription" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "payload" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/subscription-payload" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Mimetype to send, or omit for no payload" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "criteria" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/subscription-criteria" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Rule for server push criteria" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "contact" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/subscription-contact" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Contact details for source (e.g. troubleshooting)" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "tag" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/subscription-tag" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A tag to add to matching resources" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/subscription-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "rest-hook | websocket | email | sms | message" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/subscription-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Where the channel points to" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/subscription-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "requested | active | error | off" ] ] ], [ fhir:index 106; fhir:CapabilityStatement.type [ fhir:value "Substance" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Substance" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Substance.substance-reference"; fhir:index 0 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "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:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/substance-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Unique identifier for the substance" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "container-identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/substance-container-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifier of the package/container" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/substance-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The code of the substance or ingredient" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "quantity" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/substance-quantity" ]; fhir:CapabilityStatement.type [ fhir:value "quantity" ]; fhir:CapabilityStatement.documentation [ fhir:value "Amount of substance in the package" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "substance-reference" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/substance-substance-reference" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "A component of the substance" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "expiry" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/substance-expiry" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Expiry date of package or container of substance" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/substance-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The category of the substance" ] ] ], [ fhir:index 107; fhir:CapabilityStatement.type [ fhir:value "SupplyDelivery" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/SupplyDelivery" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "SupplyDelivery.receiver"; fhir:index 0 ], [ fhir:value "SupplyDelivery.patient"; fhir:index 1 ], [ fhir:value "SupplyDelivery.supplier"; fhir:index 2 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplydelivery-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifier" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "receiver" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplydelivery-receiver" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who collected the Supply" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplydelivery-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Patient for whom the item is supplied" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "supplier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplydelivery-supplier" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Dispenser" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplydelivery-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "in-progress | completed | abandoned" ] ] ], [ fhir:index 108; fhir:CapabilityStatement.type [ fhir:value "SupplyRequest" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/SupplyRequest" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "SupplyRequest.patient"; fhir:index 0 ], [ fhir:value "SupplyRequest.supplier"; fhir:index 1 ], [ fhir:value "SupplyRequest.source"; fhir:index 2 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplyrequest-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the request was made" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplyrequest-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Unique identifier" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "kind" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplyrequest-kind" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The kind of supply (central, non-stock, etc.)" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplyrequest-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Patient for whom the item is supplied" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "supplier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplyrequest-supplier" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who is intended to fulfill the request" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplyrequest-source" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who initiated this order" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/supplyrequest-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "requested | completed | failed | cancelled" ] ] ], [ fhir:index 109; fhir:CapabilityStatement.type [ fhir:value "Task" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/Task" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "Task.owner"; fhir:index 0 ], [ fhir:value "Task.requester"; fhir:index 1 ], [ fhir:value "Task.subject"; fhir:index 2 ], [ fhir:value "Task.focus"; fhir:index 3 ], [ fhir:value "Task.part-of"; fhir:index 4 ], [ fhir:value "Task.based-on"; fhir:index 5 ], [ fhir:value "Task.patient"; fhir:index 6 ], [ fhir:value "Task.definition-ref"; fhir:index 7 ], [ fhir:value "Task.organization"; fhir:index 8 ], [ fhir:value "Task.context"; fhir:index 9 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "Task.part-of"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "owner" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-owner" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by task owner" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "requester" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-requester" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by task requester" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search for a task instance by its business identifier" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "business-status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-business-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by business status" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "period" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-period" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by period Task is/was underway" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by task code" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "performer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-performer" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by recommended type of performer (e.g., Requester, Performer, Scheduler)." ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by subject" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "focus" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-focus" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by task focus" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "part-of" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-part-of" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by task this task is part of" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "priority" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-priority" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by task priority" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "authored-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-authored-on" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by creation date" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "intent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-intent" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by task intent" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "group-identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-group-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by group identifier" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "based-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-based-on" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by requests this task is based on" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by patient" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "statusreason" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-statusreason" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by status reason" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "definition-ref" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-definition-ref" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by task definition as a Reference" ] ], [ fhir:index 18; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by responsible organization" ] ], [ fhir:index 19; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by encounter or episode" ] ], [ fhir:index 20; fhir:CapabilityStatement.name [ fhir:value "modified" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-modified" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by last modification date" ] ], [ fhir:index 21; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/task-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by task status" ] ] ], [ fhir:index 110; fhir:CapabilityStatement.type [ fhir:value "TestReport" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/TestReport" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "TestReport.testscript"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testreport-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifier" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testreport-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Informal name of the executed TestScript" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "tester" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testreport-tester" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the tester producing this report (Organization or individual)" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "testscript" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testreport-testscript" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reference to the version-specific TestScript that was executed to produce this TestReport" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "issued" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testreport-issued" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the TestScript was executed and this TestReport was generated" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "participant" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testreport-participant" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri of the participant. An absolute URL is preferred" ] ] ], [ fhir:index 111; fhir:CapabilityStatement.type [ fhir:value "TestScript" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/TestScript" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "TestReport.testscript"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testscript-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The test script publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testscript-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifiers for the test script" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testscript-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for test script" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testscript-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the test script" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testscript-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the description of the test script" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testscript-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the test script" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "testscript-capability" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testscript-testscript-capability" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "TestScript required and validated capability" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testscript-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the title of the test script" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testscript-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version identifier of the test script" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testscript-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the test script" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/testscript-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the test script" ] ] ], [ fhir:index 112; fhir:CapabilityStatement.type [ fhir:value "ValueSet" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ValueSet" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ConceptMap.source"; fhir:index 0 ], [ fhir:value "ConceptMap.target"; fhir:index 1 ], [ fhir:value "ConceptMap.source-uri"; fhir:index 2 ], [ fhir:value "ConceptMap.target-uri"; fhir:index 3 ], [ fhir:value "StructureDefinition.valueset"; fhir:index 4 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value set publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "reference" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-reference" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "A code system included or excluded in the value set or an imported value set" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifiers for the value set" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for value set" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the value set" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the description of the value set" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the value set" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Text search against the title of the value set" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version identifier of the value set" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the value set" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the value set" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "expansion" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/valueset-expansion" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Uniquely identifies this expansion" ] ] ], [ fhir:index 113; fhir:CapabilityStatement.type [ fhir:value "VisionPrescription" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/VisionPrescription" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "VisionPrescription.prescriber"; fhir:index 0 ], [ fhir:value "VisionPrescription.patient"; fhir:index 1 ], [ fhir:value "VisionPrescription.encounter"; fhir:index 2 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.activityreference"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "prescriber" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/visionprescription-prescriber" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who authorizes the vision product" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/visionprescription-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions with this external identifier" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/visionprescription-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to list dispenses for" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "datewritten" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/visionprescription-datewritten" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions written on this date" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/visionprescription-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions with this encounter identifier" ] ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "transaction" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "batch" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "history-system" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "search-system" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "_text" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/domainresource-text" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search on the narrative of the resource" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "_query" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/resource-query" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A custom search profile that describes a specific defined query operation" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "_profile" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/resource-profile" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Profiles this resource claims to conform to" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "_lastUpdated" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/resource-lastUpdated" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the resource version last changed" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "_tag" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/resource-tag" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Tags applied to this resource" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "_security" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/resource-security" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Security Labels applied to this resource" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "_id" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/resource-id" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Logical id of this artifact" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "_content" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/resource-content" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search on the entire content of the resource" ] ]; fhir:CapabilityStatement.operation [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "validate" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/resource-validate" ] ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "meta" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/resource-meta" ] ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "meta-add" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/resource-meta-add" ] ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "meta-delete" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/resource-meta-delete" ] ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "apply" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/activitydefinition-apply" ] ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "data-requirements" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/activitydefinition-data-requirements" ] ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "subset" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/capabilitystatement-subset" ] ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "implements" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/capabilitystatement-implements" ] ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "conforms" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/capabilitystatement-conforms" ] ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "lookup" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/codesystem-lookup" ] ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "subsumes" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/codesystem-subsumes" ] ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "compose" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/codesystem-compose" ] ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "document" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/composition-document" ] ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "translate" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/conceptmap-translate" ] ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "closure" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/conceptmap-closure" ] ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "everything" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/encounter-everything" ] ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "data-requirements" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/library-data-requirements" ] ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "find" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/list-find" ] ] ], [ fhir:index 18; fhir:CapabilityStatement.name [ fhir:value "evaluate-measure" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/measure-evaluate-measure" ] ] ], [ fhir:index 19; fhir:CapabilityStatement.name [ fhir:value "data-requirements" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/measure-data-requirements" ] ] ], [ fhir:index 20; fhir:CapabilityStatement.name [ fhir:value "process-message" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/messageheader-process-message" ] ] ], [ fhir:index 21; fhir:CapabilityStatement.name [ fhir:value "stats" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/observation-stats" ] ] ], [ fhir:index 22; fhir:CapabilityStatement.name [ fhir:value "match" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/patient-match" ] ] ], [ fhir:index 23; fhir:CapabilityStatement.name [ fhir:value "everything" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/patient-everything" ] ] ], [ fhir:index 24; fhir:CapabilityStatement.name [ fhir:value "apply" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/plandefinition-apply" ] ] ], [ fhir:index 25; fhir:CapabilityStatement.name [ fhir:value "data-requirements" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/plandefinition-data-requirements" ] ] ], [ fhir:index 26; fhir:CapabilityStatement.name [ fhir:value "populate" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/questionnaire-populate" ] ] ], [ fhir:index 27; fhir:CapabilityStatement.name [ fhir:value "populatehtml" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/questionnaire-populatehtml" ] ] ], [ fhir:index 28; fhir:CapabilityStatement.name [ fhir:value "populatelink" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/questionnaire-populatelink" ] ] ], [ fhir:index 29; fhir:CapabilityStatement.name [ fhir:value "evaluate" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/servicedefinition-evaluate" ] ] ], [ fhir:index 30; fhir:CapabilityStatement.name [ fhir:value "data-requirements" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/servicedefinition-data-requirements" ] ] ], [ fhir:index 31; fhir:CapabilityStatement.name [ fhir:value "questionnaire" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/structuredefinition-questionnaire" ] ] ], [ fhir:index 32; fhir:CapabilityStatement.name [ fhir:value "transform" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/structuremap-transform" ] ] ], [ fhir:index 33; fhir:CapabilityStatement.name [ fhir:value "reserve" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-reserve" ] ] ], [ fhir:index 34; fhir:CapabilityStatement.name [ fhir:value "start" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-start" ] ] ], [ fhir:index 35; fhir:CapabilityStatement.name [ fhir:value "finish" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-finish" ] ] ], [ fhir:index 36; fhir:CapabilityStatement.name [ fhir:value "fail" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-fail" ] ] ], [ fhir:index 37; fhir:CapabilityStatement.name [ fhir:value "release" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-release" ] ] ], [ fhir:index 38; fhir:CapabilityStatement.name [ fhir:value "suspend" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-suspend" ] ] ], [ fhir:index 39; fhir:CapabilityStatement.name [ fhir:value "resume" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-resume" ] ] ], [ fhir:index 40; fhir:CapabilityStatement.name [ fhir:value "cancel" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-cancel" ] ] ], [ fhir:index 41; fhir:CapabilityStatement.name [ fhir:value "stop" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-stop" ] ] ], [ fhir:index 42; fhir:CapabilityStatement.name [ fhir:value "set-input" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-set-input" ] ] ], [ fhir:index 43; fhir:CapabilityStatement.name [ fhir:value "set-output" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/task-set-output" ] ] ], [ fhir:index 44; fhir:CapabilityStatement.name [ fhir:value "expand" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/valueset-expand" ] ] ], [ fhir:index 45; fhir:CapabilityStatement.name [ fhir:value "validate-code" ]; fhir:CapabilityStatement.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.