This page is part of the FHIR Specification (v3.0.2: STU 3). 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
FHIR Infrastructure Work Group | Maturity Level: N/A | Ballot Status: Informative |
Base Capability Statement
@prefix fhir: <http://hl7.org/fhir/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . # - resource ------------------------------------------------------------------- [] a fhir:CapabilityStatement; fhir:Resource.id [ fhir:value "base"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:CapabilityStatement.url [ fhir:value "http://hl7.org/fhir/CapabilityStatement/base"]; fhir:CapabilityStatement.version [ fhir:value "3.0.2-11200"]; 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 "2019-10-24T11:53:00+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 "3.0.2"]; 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.searchRevInclude [ fhir:value "ChargeItem.account"; 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/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.searchInclude [ fhir:value "ActivityDefinition.successor"; fhir:index 0 ], [ fhir:value "ActivityDefinition.derived-from"; fhir:index 1 ], [ fhir:value "ActivityDefinition.predecessor"; fhir:index 2 ], [ fhir:value "ActivityDefinition.composed-of"; fhir:index 3 ], [ fhir:value "ActivityDefinition.depends-on"; fhir:index 4 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "Communication.definition"; fhir:index 0 ], [ fhir:value "DeviceRequest.definition"; fhir:index 1 ], [ fhir:value "Procedure.definition"; fhir:index 2 ], [ fhir:value "ProcedureRequest.definition"; fhir:index 3 ], [ fhir:value "ReferralRequest.definition"; 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/ActivityDefinition-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The activity definition publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the activity definition" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "successor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-successor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the activity definition" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The description of the activity definition" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "derived-from" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-derived-from" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "predecessor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-predecessor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the activity definition" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "composed-of" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-composed-of" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 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 business version 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 "effective" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-effective" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The time during which the activity definition is intended to be in use" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "depends-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-depends-on" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the activity definition" ] ], [ fhir:index 14; 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 15; 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 16; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ActivityDefinition-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the activity definition" ] ] ], [ fhir:index 2; fhir:CapabilityStatement.type [ fhir:value "AdverseEvent" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/AdverseEvent" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "AdverseEvent.recorder"; fhir:index 0 ], [ fhir:value "AdverseEvent.study"; fhir:index 1 ], [ fhir:value "AdverseEvent.reaction"; fhir:index 2 ], [ fhir:value "AdverseEvent.subject"; fhir:index 3 ], [ fhir:value "AdverseEvent.substance"; fhir:index 4 ], [ fhir:value "AdverseEvent.location"; fhir:index 5 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the event occurred" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "recorder" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-recorder" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who recorded the adverse event" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "study" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-study" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "AdverseEvent.study" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "reaction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-reaction" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Adverse Reaction Events linked to exposure to substance" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "seriousness" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-seriousness" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Mild | Moderate | Severe" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Subject or group impacted by event" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "substance" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-substance" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Refers to the specific entity that caused the adverse event" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "location" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-location" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Location where adverse event occurred" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "AE | PAE \rAn adverse event is an event that caused harm to a patient, an adverse reaction is a something that is a subject-specific event that is a result of an exposure to a medication, food, device or environmental substance, a potential adverse event is something that occurred and that could have caused harm to a patient but did not" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AdverseEvent-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "actual | potential" ] ] ], [ fhir:index 3; 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/clinical-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Date record was believed accurate" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External ids for this item" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "manifestation" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-manifestation" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Clinical symptoms/signs associated with the Event" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "recorder" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-recorder" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who recorded the sensitivity" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code that identifies the allergy or intolerance" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "verification-status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-verification-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "unconfirmed | confirmed | refuted | entered-in-error" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "criticality" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-criticality" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "low | high | unable-to-assess" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "clinical-status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-clinical-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "active | inactive | resolved" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "allergy | intolerance - Underlying mechanism (if known)" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "onset" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-onset" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Date(/time) when manifestations showed" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "route" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-route" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "How the subject was exposed to the substance" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "asserter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-asserter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Source of the information about the allergy" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who the sensitivity is for" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "food | medication | environment | biologic" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "last-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-last-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Date(/time) of last known occurrence of a reaction" ] ] ], [ fhir:index 4; fhir:CapabilityStatement.type [ fhir:value "Appointment" ]; fhir:CapabilityStatement.profile [ fhir: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.incomingreferral"; fhir:index 2 ], [ fhir:value "Appointment.patient"; fhir:index 3 ], [ fhir:value "Appointment.location"; fhir:index 4 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "AppointmentResponse.appointment"; fhir:index 0 ], [ fhir:value "CarePlan.activity-reference"; fhir:index 1 ], [ fhir:value "ClinicalImpression.action"; fhir:index 2 ], [ fhir:value "Encounter.appointment"; fhir:index 3 ]; fhir: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 "incomingreferral" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Appointment-incomingreferral" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The ReferralRequest provided as information to allocate to the Encounter" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "part-status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Appointment-part-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Participation status of the subject, or other participant on the appointment. Can be used to locate participants that have not responded to meeting requests." ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Appointment-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "One of the individuals of the appointment is this patient" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "appointment-type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Appointment-appointment-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The style of appointment or patient that has been booked in the slot (not service type)" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "service-type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Appointment-service-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The specific service that is to be performed during this appointment" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "location" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Appointment-location" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "This location is listed in the participants of the appointment" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Appointment-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The overall status of the appointment" ] ] ], [ fhir:index 5; fhir:CapabilityStatement.type [ fhir:value "AppointmentResponse" ]; fhir:CapabilityStatement.profile [ fhir: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 6; 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 "entity-role" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-role" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "What role the entity played" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-source" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of source detecting the event" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type/identifier of event" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "altid" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-altid" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Alternative User id e.g. authentication" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "site" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-site" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Logical source location within the enterprise" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "agent-name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-agent-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Human-meaningful name for the agent" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "entity-name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Descriptor for entity" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "subtype" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-subtype" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "More specific type/id for the event" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Direct reference to resource" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "action" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-action" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type of action performed during the event" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "agent-role" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-agent-role" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Agent role in the event" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "user" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-user" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Unique identifier for the user" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "entity" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-entity" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Specific instance of resource" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "entity-id" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-id" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Specific instance of object" ] ], [ fhir:index 18; fhir:CapabilityStatement.name [ fhir:value "outcome" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-outcome" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Whether the event succeeded or failed" ] ], [ fhir:index 19; fhir:CapabilityStatement.name [ fhir:value "policy" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/AuditEvent-policy" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Policy that authorized event" ] ] ], [ fhir:index 7; fhir:CapabilityStatement.type [ fhir:value "Basic" ]; fhir:CapabilityStatement.profile [ fhir: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 8; 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 9; 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 10; 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 11; 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.resource-profile"; fhir:index 0 ], [ fhir:value "CapabilityStatement.supported-profile"; 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 "resource-profile" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource-profile" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "A profile id invoked in a capability statement" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "software" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-software" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Part of a the name of a software application" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "resource" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of a resource mentioned in a capability statement" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the capability statement" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "format" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-format" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "formats supported (xml | json | ttl | mime type)" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The description of the capability statement" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the capability statement" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "fhirversion" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-fhirversion" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The version of FHIR" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business version of the capability statement" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/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 "security-service" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-security-service" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CapabilityStatement-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the capability statement" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/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 guides 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 12; 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.care-team"; fhir:index 0 ], [ fhir:value "CarePlan.performer"; fhir:index 1 ], [ fhir:value "CarePlan.goal"; fhir:index 2 ], [ fhir:value "CarePlan.subject"; fhir:index 3 ], [ fhir:value "CarePlan.replaces"; fhir:index 4 ], [ fhir:value "CarePlan.part-of"; fhir:index 5 ], [ fhir:value "CarePlan.encounter"; fhir:index 6 ], [ fhir:value "CarePlan.activity-reference"; fhir:index 7 ], [ fhir:value "CarePlan.condition"; fhir:index 8 ], [ fhir:value "CarePlan.based-on"; fhir:index 9 ], [ fhir:value "CarePlan.patient"; fhir:index 10 ], [ fhir:value "CarePlan.context"; fhir:index 11 ], [ fhir:value "CarePlan.definition"; fhir:index 12 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.replaces"; fhir:index 0 ], [ fhir:value "CarePlan.part-of"; fhir:index 1 ], [ fhir:value "CarePlan.based-on"; fhir:index 2 ], [ fhir:value "DiagnosticReport.based-on"; fhir:index 3 ], [ fhir:value "ImagingStudy.basedon"; fhir:index 4 ], [ fhir:value "Observation.based-on"; fhir:index 5 ], [ fhir:value "Procedure.based-on"; fhir:index 6 ], [ fhir:value "QuestionnaireResponse.based-on"; fhir:index 7 ], [ fhir:value "ReferralRequest.based-on"; fhir:index 8 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Time period plan covers" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "care-team" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-care-team" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who's involved in plan?" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External Ids for this plan" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "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 4; 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 5; 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 6; fhir:CapabilityStatement.name [ fhir:value "replaces" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-replaces" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "CarePlan replaced by this CarePlan" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "part-of" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-part-of" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Part of referenced CarePlan" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Created in context of" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "intent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-intent" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "proposal | plan | order | option" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "activity-reference" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-activity-reference" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Activity details defined in specific resource" ] ], [ fhir:index 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 "based-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-based-on" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Fulfills care plan" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who care plan is for" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Created in context of" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "activity-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-activity-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Specified date occurs within period specified by CarePlan.activity.timingSchedule" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "definition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-definition" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Protocol or definition" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type of plan" ] ], [ fhir:index 18; fhir:CapabilityStatement.name [ fhir:value "activity-code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-activity-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Detail type of activity" ] ], [ fhir:index 19; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CarePlan-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "draft | active | suspended | completed | entered-in-error | cancelled | unknown" ] ] ], [ fhir:index 13; 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.context"; fhir:index 2 ], [ fhir:value "CareTeam.encounter"; fhir:index 3 ], [ fhir:value "CareTeam.participant"; fhir:index 4 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.care-team"; fhir:index 0 ], [ fhir:value "CarePlan.performer"; fhir:index 1 ], [ fhir:value "CareTeam.participant"; fhir:index 2 ], [ fhir:value "CommunicationRequest.recipient"; fhir:index 3 ], [ fhir:value "Consent.actor"; fhir:index 4 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Time period team covers" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External Ids for this team" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who care team is for" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CareTeam-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who care team is for" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CareTeam-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter or episode associated with CareTeam" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CareTeam-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter or episode associated with CareTeam" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CareTeam-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type of team" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "participant" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CareTeam-participant" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who is involved" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CareTeam-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "proposed | active | suspended | inactive | entered-in-error" ] ] ], [ fhir:index 14; fhir:CapabilityStatement.type [ fhir:value "ChargeItem" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/ChargeItem" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "ChargeItem.performing-organization"; fhir:index 0 ], [ fhir:value "ChargeItem.subject"; fhir:index 1 ], [ fhir:value "ChargeItem.participant-actor"; fhir:index 2 ], [ fhir:value "ChargeItem.patient"; fhir:index 3 ], [ fhir:value "ChargeItem.service"; fhir:index 4 ], [ fhir:value "ChargeItem.context"; fhir:index 5 ], [ fhir:value "ChargeItem.enterer"; fhir:index 6 ], [ fhir:value "ChargeItem.account"; fhir:index 7 ], [ fhir:value "ChargeItem.requesting-organization"; fhir:index 8 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Business Identifier for item" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "performing-organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-performing-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Organization providing the charged sevice" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A code that identifies the charge, like a billing code" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "quantity" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-quantity" ]; fhir:CapabilityStatement.type [ fhir:value "quantity" ]; fhir:CapabilityStatement.documentation [ fhir:value "Quantity of which the charge item has been serviced" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Individual service was done for/to" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "participant-role" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-participant-role" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "What type of performance was done" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "participant-actor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-participant-actor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Individual who was performing" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "occurrence" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-occurrence" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the charged service was applied" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "entered-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-entered-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Date the charge item was entered" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Individual service was done for/to" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "factor-override" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-factor-override" ]; fhir:CapabilityStatement.type [ fhir:value "number" ]; fhir:CapabilityStatement.documentation [ fhir:value "Factor overriding the associated rules" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "service" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-service" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Which rendered service is being charged?" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "price-override" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-price-override" ]; fhir:CapabilityStatement.type [ fhir:value "quantity" ]; fhir:CapabilityStatement.documentation [ fhir:value "Price overriding the associated rules" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter / Episode associated with event" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "enterer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-enterer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Individual who was entering" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "account" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-account" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Account to place this charge" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "requesting-organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ChargeItem-requesting-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Organization requesting the charged service" ] ] ], [ fhir:index 15; 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.care-team"; fhir:index 0 ], [ fhir:value "Claim.encounter"; fhir:index 1 ], [ fhir:value "Claim.payee"; fhir:index 2 ], [ fhir:value "Claim.provider"; fhir:index 3 ], [ fhir:value "Claim.patient"; fhir:index 4 ], [ fhir:value "Claim.insurer"; fhir:index 5 ], [ fhir:value "Claim.organization"; fhir:index 6 ], [ fhir:value "Claim.enterer"; fhir:index 7 ], [ fhir:value "Claim.facility"; fhir:index 8 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ClaimResponse.request"; fhir:index 0 ], [ fhir:value "ExplanationOfBenefit.claim"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "care-team" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-care-team" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Member of the CareTeam" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The primary identifier of the financial resource" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "use" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-use" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The kind of financial resource" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "created" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-created" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The creation date for the Claim" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounters associated with a billed line item" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "priority" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-priority" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Processing priority requested" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "payee" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-payee" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The party receiving any payment for the Claim" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "provider" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-provider" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Provider responsible for the Claim" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Patient receiving the services" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "insurer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-insurer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The target payor/insurer for the Claim" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "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 11; fhir:CapabilityStatement.name [ fhir:value "enterer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Claim-enterer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The party responsible for the entry of the Claim" ] ], [ fhir:index 12; 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 16; 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:value "ClaimResponse.patient"; fhir:index 2 ], [ fhir:value "ClaimResponse.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/ClaimResponse-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of the claimresponse" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "request" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClaimResponse-request" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The claim reference" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "disposition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClaimResponse-disposition" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The contents of the disposition message" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "insurer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClaimResponse-insurer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization who generated this resource" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "created" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClaimResponse-created" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The creation date" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClaimResponse-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The subject of care." ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "payment-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClaimResponse-payment-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The expected paymentDate" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "request-provider" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClaimResponse-request-provider" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Provider of the claim" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "outcome" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClaimResponse-outcome" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The processing outcome" ] ] ], [ fhir:index 17; 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.previous"; fhir:index 0 ], [ fhir:value "ClinicalImpression.assessor"; fhir:index 1 ], [ fhir:value "ClinicalImpression.subject"; fhir:index 2 ], [ fhir:value "ClinicalImpression.finding-ref"; fhir:index 3 ], [ fhir:value "ClinicalImpression.problem"; fhir:index 4 ], [ fhir:value "ClinicalImpression.patient"; fhir:index 5 ], [ fhir:value "ClinicalImpression.context"; fhir:index 6 ], [ fhir:value "ClinicalImpression.investigation"; fhir:index 7 ], [ fhir:value "ClinicalImpression.action"; fhir:index 8 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ClinicalImpression.previous"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the assessment was documented" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Business identifier" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "previous" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-previous" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reference to last assessment" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "finding-code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "What was found" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "assessor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-assessor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The clinician performing the assessment" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Patient or group assessed" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "finding-ref" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-finding-ref" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What was found" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "problem" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-problem" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Relevant impressions of patient state" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Patient or group assessed" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter or Episode created from" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "investigation" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-investigation" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Record of a specific investigation" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "action" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-action" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Action taken as part of assessment procedure" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ClinicalImpression-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "draft | completed | entered-in-error" ] ] ], [ fhir:index 18; 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 identifier for the code system" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CodeSystem-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A code defined in the code system" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "content-mode" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CodeSystem-content-mode" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "not-present | example | fragment | complete" ] ], [ fhir:index 4; 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 the code system" ] ], [ fhir:index 5; 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 "The description of the code system" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "language" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CodeSystem-language" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A language in which a designation is provided" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CodeSystem-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the code system" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CodeSystem-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business version of the code system" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CodeSystem-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the code system" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "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 "Computationally friendly 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 19; 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.subject"; fhir:index 0 ], [ fhir:value "Communication.part-of"; fhir:index 1 ], [ fhir:value "Communication.encounter"; fhir:index 2 ], [ fhir:value "Communication.based-on"; fhir:index 3 ], [ fhir:value "Communication.sender"; fhir:index 4 ], [ fhir:value "Communication.patient"; fhir:index 5 ], [ fhir:value "Communication.recipient"; fhir:index 6 ], [ fhir:value "Communication.context"; fhir:index 7 ], [ fhir:value "Communication.definition"; fhir:index 8 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Unique identifier" ] ], [ fhir:index 1; 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 2; 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 3; fhir:CapabilityStatement.name [ fhir:value "part-of" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-part-of" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Part of this action" ] ], [ fhir:index 4; 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 5; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter leading to message" ] ], [ fhir:index 6; 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 7; 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 8; 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 9; 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 10; 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 11; 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 12; fhir:CapabilityStatement.name [ fhir:value "definition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-definition" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Instantiates protocol or definition" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Message category" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Communication-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "preparation | in-progress | suspended | aborted | completed | entered-in-error" ] ] ], [ fhir:index 20; 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.replaces"; fhir:index 2 ], [ fhir:value "CommunicationRequest.encounter"; fhir:index 3 ], [ fhir:value "CommunicationRequest.based-on"; fhir:index 4 ], [ fhir:value "CommunicationRequest.sender"; fhir:index 5 ], [ fhir:value "CommunicationRequest.patient"; fhir:index 6 ], [ fhir:value "CommunicationRequest.recipient"; fhir:index 7 ], [ fhir:value "CommunicationRequest.context"; fhir:index 8 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.activity-reference"; fhir:index 0 ], [ fhir:value "CommunicationRequest.replaces"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "requester" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-requester" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Individual making the request" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "authored" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-authored" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When request transitioned to being actionable" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Unique identifier" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Focus of message" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "replaces" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-replaces" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Request(s) replaced by this request" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "medium" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-medium" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A channel of communication" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "occurrence" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-occurrence" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When scheduled" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter leading to message" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "priority" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-priority" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Message urgency" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "group-identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-group-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Composite request this is part of" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "based-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-based-on" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Fulfills plan or proposal" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "sender" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-sender" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Message sender" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Focus of message" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "recipient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-recipient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Message recipient" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter or episode leading to message" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Message category" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CommunicationRequest-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "draft | active | suspended | cancelled | completed | entered-in-error | unknown" ] ] ], [ fhir:index 21; 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 the 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 "Computationally friendly name of the compartment definition" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/CompartmentDefinition-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The description of the compartment definition" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/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 "The human-friendly name 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 22; 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.related-ref"; fhir:index 5 ], [ fhir:value "Composition.patient"; fhir:index 6 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "Composition.related-ref"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Composition editing time" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "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 "related-id" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-related-id" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Target of the relationship" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who and/or what the composition is about" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "author" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-author" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who and/or what authored the composition" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "confidentiality" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-confidentiality" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "As defined by affinity domain" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "section" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-section" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Classification of section (recommended)" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Context of the Composition" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Kind of composition (LOINC if possible)" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Human Readable name/title" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "attester" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-attester" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who attested the composition" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "entry" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-entry" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "A reference to data that supports this section" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "related-ref" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-related-ref" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Target of the relationship" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who and/or what the composition is about" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-context" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code(s) that apply to the event being documented" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "class" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-class" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Categorization of Composition" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Composition-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "preliminary | final | amended | entered-in-error" ] ] ], [ fhir:index 23; 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 identifier for the concept map" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "product" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-product" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reference to property mapping depends on" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "other" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-other" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Canonical URL for other concept map" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "target-system" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-target-system" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "System of the target (if necessary)" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "dependson" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-dependson" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reference to property mapping depends on" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the concept map" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The description of the concept map" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-source" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifies the source of the concepts which are being mapped" ] ], [ fhir:index 9; 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 "The human-friendly name of the concept map" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business version of the concept map" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the concept map" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "target" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-target" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Provides context to the mappings" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "source-code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-source-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifies element being mapped" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "source-uri" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-source-uri" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifies the source of the concepts which are being mapped" ] ], [ fhir:index 15; 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 "Computationally friendly name of the concept map" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the concept map" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "source-system" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-source-system" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code System (if value set crosses code systems)" ] ], [ fhir:index 18; fhir:CapabilityStatement.name [ fhir:value "target-code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-target-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code that identifies the target element" ] ], [ fhir:index 19; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the concept map" ] ], [ fhir:index 20; fhir:CapabilityStatement.name [ fhir:value "target-uri" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-target-uri" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Provides context to the mappings" ] ] ], [ fhir:index 24; 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.evidence-detail"; fhir:index 0 ], [ fhir:value "Condition.subject"; fhir:index 1 ], [ fhir:value "Condition.encounter"; fhir:index 2 ], [ fhir:value "Condition.asserter"; fhir:index 3 ], [ fhir:value "Condition.patient"; fhir:index 4 ], [ fhir:value "Condition.context"; fhir:index 5 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "AdverseEvent.reaction"; fhir:index 0 ], [ fhir:value "CarePlan.condition"; fhir:index 1 ], [ fhir:value "ClinicalImpression.finding-ref"; fhir:index 2 ], [ fhir:value "ClinicalImpression.problem"; fhir:index 3 ], [ fhir:value "Encounter.diagnosis"; fhir:index 4 ], [ fhir:value "EpisodeOfCare.condition"; fhir:index 5 ], [ fhir:value "RiskAssessment.condition"; fhir:index 6 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "severity" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-severity" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The severity of the condition" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "evidence-detail" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-evidence-detail" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Supporting information found elsewhere" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A unique identifier of the condition record" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "onset-info" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-onset-info" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Onsets as a string" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code for the condition" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "evidence" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-evidence" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Manifestation/symptom" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who has the condition?" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "verification-status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-verification-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "provisional | differential | confirmed | refuted | entered-in-error | unknown" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "clinical-status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-clinical-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The clinical status of the condition" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter when condition first asserted" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "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 11; 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 12; 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 13; 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 14; 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 15; 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 16; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who has the condition?" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Condition-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter or episode when condition first asserted" ] ], [ fhir:index 18; 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 19; 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 20; 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 21; 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 22; 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 25; 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.consentor"; fhir:index 5 ]; 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/clinical-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When this Consent was created or indexed" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifier for this record (external references)" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "securitylabel" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Consent-securitylabel" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Security Labels that define affected resources" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "period" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Consent-period" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Period that this consent applies" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "data" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Consent-data" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The actual data reference" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "purpose" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Consent-purpose" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Context of activities for which the agreement is made" ] ], [ fhir:index 6; 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 7; 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 8; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "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 "Custodian of the consent" ] ], [ fhir:index 10; 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 consent" ] ], [ fhir:index 11; 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 12; 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 13; 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 26; 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.patient"; fhir:index 1 ], [ fhir:value "Contract.subject"; fhir:index 2 ], [ fhir:value "Contract.authority"; fhir:index 3 ], [ fhir:value "Contract.domain"; fhir:index 4 ], [ fhir:value "Contract.term-topic"; fhir:index 5 ], [ fhir:value "Contract.signer"; fhir:index 6 ]; 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 "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 3; 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 4; 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 5; 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 6; fhir:CapabilityStatement.name [ fhir:value "term-topic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Contract-term-topic" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of the topic of the contract terms" ] ], [ fhir:index 7; 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 8; 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 27; 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.subscriber"; fhir:index 0 ], [ fhir:value "Coverage.payor"; fhir:index 1 ], [ fhir:value "Coverage.beneficiary"; fhir:index 2 ], [ fhir:value "Coverage.policy-holder"; 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 "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 2; fhir:CapabilityStatement.name [ fhir:value "subscriber" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Coverage-subscriber" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reference to the subscriber" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "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 4; 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 5; 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 6; 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 7; 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 8; 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 9; 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 10; 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 11; 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 12; 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 13; fhir:CapabilityStatement.name [ fhir:value "policy-holder" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Coverage-policy-holder" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reference to the policyholder" ] ] ], [ fhir:index 28; 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 identifier 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 the 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 "Computationally friendly 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 "The human-friendly name 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 business version 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 29; 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/clinical-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When identified" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Unique id for the detected issue" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Associated patient" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "author" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DetectedIssue-author" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The provider or device that identified the issue" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "implicated" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DetectedIssue-implicated" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Problem resource" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DetectedIssue-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Issue Category, e.g. drug-drug, duplicate therapy, etc." ] ] ], [ fhir:index 30; fhir:CapabilityStatement.type [ fhir:value "Device" ]; fhir:CapabilityStatement.profile [ fhir: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 "AdverseEvent.subject"; fhir:index 2 ], [ fhir:value "AdverseEvent.substance"; 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 "ChargeItem.participant-actor"; fhir:index 14 ], [ fhir:value "ChargeItem.enterer"; fhir:index 15 ], [ fhir:value "Communication.sender"; fhir:index 16 ], [ fhir:value "Communication.recipient"; fhir:index 17 ], [ fhir:value "CommunicationRequest.requester"; fhir:index 18 ], [ fhir:value "CommunicationRequest.sender"; fhir:index 19 ], [ fhir:value "CommunicationRequest.recipient"; fhir:index 20 ], [ fhir:value "Composition.author"; fhir:index 21 ], [ fhir:value "Consent.actor"; fhir:index 22 ], [ fhir:value "Contract.agent"; fhir:index 23 ], [ fhir:value "DetectedIssue.author"; fhir:index 24 ], [ fhir:value "DeviceComponent.source"; fhir:index 25 ], [ fhir:value "DeviceMetric.source"; fhir:index 26 ], [ fhir:value "DeviceRequest.requester"; fhir:index 27 ], [ fhir:value "DeviceRequest.performer"; fhir:index 28 ], [ fhir:value "DeviceRequest.subject"; fhir:index 29 ], [ fhir:value "DeviceRequest.patient"; fhir:index 30 ], [ fhir:value "DeviceRequest.device"; fhir:index 31 ], [ fhir:value "DeviceUseStatement.device"; fhir:index 32 ], [ fhir:value "DiagnosticReport.subject"; fhir:index 33 ], [ fhir:value "DiagnosticReport.patient"; 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 "Media.device"; fhir:index 49 ], [ fhir:value "MedicationAdministration.performer"; fhir:index 50 ], [ fhir:value "MedicationAdministration.device"; fhir:index 51 ], [ fhir:value "MedicationDispense.performer"; fhir:index 52 ], [ fhir:value "MedicationRequest.requester"; fhir:index 53 ], [ fhir:value "MessageHeader.target"; fhir:index 54 ], [ fhir:value "Observation.subject"; fhir:index 55 ], [ fhir:value "Observation.patient"; fhir:index 56 ], [ fhir:value "Observation.device"; fhir:index 57 ], [ fhir:value "Procedure.performer"; fhir:index 58 ], [ fhir:value "ProcedureRequest.requester"; fhir:index 59 ], [ fhir:value "ProcedureRequest.performer"; fhir:index 60 ], [ fhir:value "ProcedureRequest.subject"; fhir:index 61 ], [ fhir:value "ProcedureRequest.patient"; fhir:index 62 ], [ fhir:value "Provenance.agent"; fhir:index 63 ], [ fhir:value "QuestionnaireResponse.author"; fhir:index 64 ], [ fhir:value "ReferralRequest.requester"; fhir:index 65 ], [ fhir:value "RequestGroup.author"; fhir:index 66 ], [ fhir:value "RiskAssessment.performer"; fhir:index 67 ], [ fhir:value "Schedule.actor"; fhir:index 68 ], [ fhir:value "Specimen.subject"; fhir:index 69 ], [ fhir:value "Specimen.patient"; fhir:index 70 ], [ fhir:value "SupplyRequest.requester"; fhir:index 71 ], [ fhir:value "Task.owner"; fhir:index 72 ], [ fhir:value "Task.requester"; fhir:index 73 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "udi-di" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-udi-di" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The udi Device Identifier (DI)" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Instance id from manufacturer, owner, and others" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "udi-carrier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-udi-carrier" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "UDI Barcode (RFID or other technology) string either in HRF format or AIDC format converted to base64 string." ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "device-name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-device-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the Device.udi.name or Device.type.coding.display or Device.type.text" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Patient information, if the resource is affixed to a person" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization responsible for the device" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "model" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-model" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The model of the device" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "location" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-location" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "A location, where the resource is found" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The type of the device" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Network address to contact device" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "manufacturer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-manufacturer" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The manufacturer of the device" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Device-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "active | inactive | entered-in-error | unknown" ] ] ], [ fhir:index 31; fhir:CapabilityStatement.type [ fhir:value "DeviceComponent" ]; fhir:CapabilityStatement.profile [ fhir: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 "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceComponent-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identifier of the component" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceComponent-source" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The device source" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceComponent-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The device component type" ] ] ], [ fhir:index 32; fhir:CapabilityStatement.type [ fhir:value "DeviceMetric" ]; fhir:CapabilityStatement.profile [ fhir: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 "Media.device"; fhir:index 0 ], [ fhir:value "Observation.device"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "parent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceMetric-parent" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The parent DeviceMetric resource" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceMetric-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identifier of the metric" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceMetric-source" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The device resource" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceMetric-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The component type" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceMetric-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The category of the metric" ] ] ], [ fhir:index 33; fhir:CapabilityStatement.type [ fhir:value "DeviceRequest" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/DeviceRequest" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "DeviceRequest.requester"; fhir:index 0 ], [ fhir:value "DeviceRequest.performer"; fhir:index 1 ], [ fhir:value "DeviceRequest.subject"; fhir:index 2 ], [ fhir:value "DeviceRequest.encounter"; fhir:index 3 ], [ fhir:value "DeviceRequest.based-on"; fhir:index 4 ], [ fhir:value "DeviceRequest.priorrequest"; fhir:index 5 ], [ fhir:value "DeviceRequest.patient"; fhir:index 6 ], [ fhir:value "DeviceRequest.definition"; fhir:index 7 ], [ fhir:value "DeviceRequest.device"; fhir:index 8 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.activity-reference"; fhir:index 0 ], [ fhir:value "Observation.based-on"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "requester" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-requester" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who/what is requesting service " ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Business identifier for request/order" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code for what is being requested/ordered" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "performer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-performer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Desired performer for service" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "event-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-event-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When service should occur" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Individual the service is ordered for" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter or Episode during which request was created" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "authored-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-authored-on" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the request transitioned to being actionable" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "intent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-intent" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "proposal | plan | original-order |reflex-order" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "group-identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-group-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Composite request this is part of" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "based-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-based-on" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Plan/proposal/order fulfilled by this request" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "priorrequest" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-priorrequest" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Request takes the place of referenced completed or terminated requests" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Individual the service is ordered for" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "definition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceRequest-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/DeviceRequest-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/DeviceRequest-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "entered-in-error | draft | active |suspended | completed " ] ] ], [ fhir:index 34; fhir:CapabilityStatement.type [ fhir:value "DeviceUseStatement" ]; fhir:CapabilityStatement.profile [ fhir: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 "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceUseStatement-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by identifier" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceUseStatement-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by subject" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by subject - a patient" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "device" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DeviceUseStatement-device" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by device" ] ] ], [ fhir:index 35; fhir:CapabilityStatement.type [ fhir:value "DiagnosticReport" ]; fhir:CapabilityStatement.profile [ fhir: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.performer"; fhir:index 1 ], [ fhir:value "DiagnosticReport.subject"; fhir:index 2 ], [ fhir:value "DiagnosticReport.encounter"; fhir:index 3 ], [ fhir:value "DiagnosticReport.result"; fhir:index 4 ], [ fhir:value "DiagnosticReport.based-on"; fhir:index 5 ], [ fhir:value "DiagnosticReport.patient"; fhir:index 6 ], [ fhir:value "DiagnosticReport.specimen"; fhir:index 7 ], [ fhir:value "DiagnosticReport.context"; fhir:index 8 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ChargeItem.service"; fhir:index 0 ], [ fhir:value "ClinicalImpression.investigation"; 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/clinical-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The clinically relevant time of the report" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "An identifier for the report" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "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 "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 4; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "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 5; 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 6; 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 7; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Encounter when the order was made" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "result" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DiagnosticReport-result" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Link to an atomic result (observation resource)" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "based-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DiagnosticReport-based-on" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reference to the procedure request." ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The subject of the report if a patient" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "specimen" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DiagnosticReport-specimen" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The specimen details" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DiagnosticReport-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Healthcare event (Episode of Care or Encounter) related to the report" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "issued" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DiagnosticReport-issued" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the report was issued" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DiagnosticReport-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Which diagnostic discipline/department created the report" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DiagnosticReport-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The status of the report" ] ] ], [ fhir:index 36; fhir:CapabilityStatement.type [ fhir:value "DocumentManifest" ]; fhir:CapabilityStatement.profile [ fhir: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/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Unique Identifier for the set of documents" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "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/clinical-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Kind of document set" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "related-ref" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentManifest-related-ref" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Related Resource" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The subject of the set of documents" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "recipient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentManifest-recipient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended to get notified about this set of documents" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/DocumentManifest-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "current | superseded | entered-in-error" ] ] ], [ fhir:index 37; fhir:CapabilityStatement.type [ fhir:value "DocumentReference" ]; fhir:CapabilityStatement.profile [ fhir: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/clinical-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/clinical-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/clinical-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 was 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/clinical-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Context of the document content" ] ], [ fhir:index 21; fhir:CapabilityStatement.name [ fhir:value "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 38; 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.enterer"; fhir:index 3 ], [ fhir:value "EligibilityRequest.facility"; fhir:index 4 ]; 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 "enterer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EligibilityRequest-enterer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The party who is responsible for the request" ] ], [ fhir:index 6; 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 39; 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 40; 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.subject"; fhir:index 3 ], [ fhir:value "Encounter.diagnosis"; fhir:index 4 ], [ fhir:value "Encounter.appointment"; fhir:index 5 ], [ fhir:value "Encounter.part-of"; fhir:index 6 ], [ fhir:value "Encounter.participant"; 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:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.encounter"; fhir:index 0 ], [ fhir:value "CarePlan.context"; fhir:index 1 ], [ fhir:value "CareTeam.context"; fhir:index 2 ], [ fhir:value "CareTeam.encounter"; fhir:index 3 ], [ fhir:value "ChargeItem.context"; fhir:index 4 ], [ fhir:value "Claim.encounter"; fhir:index 5 ], [ fhir:value "ClinicalImpression.context"; fhir:index 6 ], [ fhir:value "Communication.encounter"; fhir:index 7 ], [ fhir:value "Communication.context"; fhir:index 8 ], [ fhir:value "CommunicationRequest.encounter"; fhir:index 9 ], [ fhir:value "CommunicationRequest.context"; fhir:index 10 ], [ fhir:value "Composition.encounter"; fhir:index 11 ], [ fhir:value "Condition.encounter"; fhir:index 12 ], [ fhir:value "Condition.context"; fhir:index 13 ], [ fhir:value "DeviceRequest.encounter"; fhir:index 14 ], [ fhir:value "DiagnosticReport.encounter"; fhir:index 15 ], [ fhir:value "DiagnosticReport.context"; fhir:index 16 ], [ fhir:value "DocumentReference.encounter"; fhir:index 17 ], [ fhir:value "Encounter.part-of"; fhir:index 18 ], [ fhir:value "ExplanationOfBenefit.encounter"; fhir:index 19 ], [ fhir:value "Flag.encounter"; fhir:index 20 ], [ fhir:value "ImagingStudy.context"; fhir:index 21 ], [ fhir:value "List.encounter"; fhir:index 22 ], [ fhir:value "Media.context"; fhir:index 23 ], [ fhir:value "MedicationAdministration.context"; fhir:index 24 ], [ fhir:value "MedicationDispense.context"; fhir:index 25 ], [ fhir:value "MedicationRequest.context"; fhir:index 26 ], [ fhir:value "MedicationStatement.context"; fhir:index 27 ], [ fhir:value "NutritionOrder.encounter"; fhir:index 28 ], [ fhir:value "Observation.context"; fhir:index 29 ], [ fhir:value "Observation.encounter"; fhir:index 30 ], [ fhir:value "Procedure.encounter"; fhir:index 31 ], [ fhir:value "Procedure.context"; fhir:index 32 ], [ fhir:value "ProcedureRequest.encounter"; fhir:index 33 ], [ fhir:value "ProcedureRequest.context"; fhir:index 34 ], [ fhir:value "QuestionnaireResponse.context"; fhir:index 35 ], [ fhir:value "ReferralRequest.encounter"; fhir:index 36 ], [ fhir:value "ReferralRequest.context"; fhir:index 37 ], [ fhir:value "RequestGroup.encounter"; fhir:index 38 ], [ fhir:value "RequestGroup.context"; fhir:index 39 ], [ fhir:value "RiskAssessment.encounter"; fhir:index 40 ], [ fhir:value "Task.context"; fhir:index 41 ], [ fhir:value "VisionPrescription.encounter"; fhir:index 42 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "A date within the period the Encounter lasted" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifier(s) by which this encounter is known" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "reason" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-reason" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reason the encounter takes place (code)" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "episodeofcare" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-episodeofcare" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Episode(s) of care that this encounter should be recorded against" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "participant-type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-participant-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Role of participant in encounter" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "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 "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The patient ro group present at the encounter" ] ], [ fhir:index 8; 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 9; fhir:CapabilityStatement.name [ fhir:value "diagnosis" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-diagnosis" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reason the encounter takes place (resource)" ] ], [ fhir:index 10; 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 11; 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 12; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Specific type of encounter" ] ], [ fhir:index 13; 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 14; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The patient ro group present at the encounter" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "location-period" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-location-period" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Time period during which the patient was present at the location" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "location" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-location" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Location the encounter takes place" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "service-provider" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-service-provider" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The custodian organization of this Encounter record" ] ], [ fhir:index 18; fhir:CapabilityStatement.name [ fhir:value "special-arrangement" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-special-arrangement" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Wheelchair, translator, stretcher, etc." ] ], [ fhir:index 19; fhir:CapabilityStatement.name [ fhir:value "class" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-class" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "inpatient | outpatient | ambulatory | emergency +" ] ], [ fhir:index 20; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Encounter-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "planned | arrived | triaged | in-progress | onleave | finished | cancelled +" ] ] ], [ fhir:index 41; fhir:CapabilityStatement.type [ fhir:value "Endpoint" ]; fhir:CapabilityStatement.profile [ fhir: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 "ImagingManifest.endpoint"; fhir:index 1 ], [ fhir:value "ImagingStudy.endpoint"; fhir:index 2 ], [ fhir:value "Location.endpoint"; fhir:index 3 ], [ fhir:value "Organization.endpoint"; fhir:index 4 ], [ fhir:value "PractitionerRole.endpoint"; fhir:index 5 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "payload-type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Endpoint-payload-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The type of content that may be used at this endpoint (e.g. XDS Discharge summaries)" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Endpoint-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifies this endpoint across multiple systems" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Endpoint-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization that is managing the endpoint" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "connection-type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Endpoint-connection-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Protocol/Profile/Standard to be used with this endpoint connection" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Endpoint-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A name that this endpoint can be identified by" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Endpoint-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the Endpoint (usually expected to be active)" ] ] ], [ fhir:index 42; fhir:CapabilityStatement.type [ fhir:value "EnrollmentRequest" ]; fhir:CapabilityStatement.profile [ fhir: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 43; 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 44; 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 "CarePlan.encounter"; fhir:index 0 ], [ fhir:value "CarePlan.context"; fhir:index 1 ], [ fhir:value "CareTeam.context"; fhir:index 2 ], [ fhir:value "CareTeam.encounter"; fhir:index 3 ], [ fhir:value "ChargeItem.context"; fhir:index 4 ], [ fhir:value "ClinicalImpression.context"; fhir:index 5 ], [ fhir:value "Communication.encounter"; fhir:index 6 ], [ fhir:value "Communication.context"; fhir:index 7 ], [ fhir:value "CommunicationRequest.encounter"; fhir:index 8 ], [ fhir:value "CommunicationRequest.context"; fhir:index 9 ], [ fhir:value "Condition.encounter"; fhir:index 10 ], [ fhir:value "Condition.context"; fhir:index 11 ], [ fhir:value "DeviceRequest.encounter"; fhir:index 12 ], [ fhir:value "DiagnosticReport.encounter"; fhir:index 13 ], [ fhir:value "DiagnosticReport.context"; fhir:index 14 ], [ fhir:value "Encounter.episodeofcare"; fhir:index 15 ], [ fhir:value "ImagingStudy.context"; fhir:index 16 ], [ fhir:value "Media.context"; fhir:index 17 ], [ fhir:value "MedicationAdministration.context"; fhir:index 18 ], [ fhir:value "MedicationDispense.context"; fhir:index 19 ], [ fhir:value "MedicationRequest.context"; fhir:index 20 ], [ fhir:value "MedicationStatement.context"; fhir:index 21 ], [ fhir:value "Observation.context"; fhir:index 22 ], [ fhir:value "Observation.encounter"; fhir:index 23 ], [ fhir:value "Procedure.encounter"; fhir:index 24 ], [ fhir:value "Procedure.context"; fhir:index 25 ], [ fhir:value "ProcedureRequest.encounter"; fhir:index 26 ], [ fhir:value "ProcedureRequest.context"; fhir:index 27 ], [ fhir:value "QuestionnaireResponse.context"; fhir:index 28 ], [ fhir:value "ReferralRequest.encounter"; fhir:index 29 ], [ fhir:value "ReferralRequest.context"; fhir:index 30 ], [ fhir:value "RequestGroup.encounter"; fhir:index 31 ], [ fhir:value "RequestGroup.context"; fhir:index 32 ], [ fhir:value "RiskAssessment.encounter"; fhir:index 33 ], [ fhir:value "Task.context"; fhir:index 34 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The provided date search value falls within the episode of care's period" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Business Identifier(s) relevant for this EpisodeOfCare" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "condition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-condition" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Conditions/problems/diagnoses this episode of care is for" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "incomingreferral" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-incomingreferral" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Incoming Referral Request" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The patient who is the focus of this episode of care" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization that has assumed the specific responsibilities of this EpisodeOfCare" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type/class - e.g. specialist referral, disease management" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "care-manager" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/EpisodeOfCare-care-manager" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Care manager/care 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 45; 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 identifier 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 the 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 "Computationally friendly name of the expansion profile" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExpansionProfile-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The description of the expansion profile" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/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 business version of the expansion profile" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/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 46; 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.care-team"; fhir:index 1 ], [ fhir:value "ExplanationOfBenefit.encounter"; fhir:index 2 ], [ fhir:value "ExplanationOfBenefit.payee"; fhir:index 3 ], [ fhir:value "ExplanationOfBenefit.provider"; fhir:index 4 ], [ fhir:value "ExplanationOfBenefit.patient"; fhir:index 5 ], [ fhir:value "ExplanationOfBenefit.organization"; fhir:index 6 ], [ fhir:value "ExplanationOfBenefit.claim"; fhir:index 7 ], [ fhir:value "ExplanationOfBenefit.enterer"; fhir:index 8 ], [ fhir:value "ExplanationOfBenefit.facility"; fhir:index 9 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "coverage" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-coverage" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The plan under which the claim was adjudicated" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "care-team" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-care-team" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Member of the CareTeam" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business identifier of the Explanation of Benefit" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "created" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-created" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The creation date for the EOB" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounters associated with a billed line item" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "payee" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-payee" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The party receiving any payment for the Claim" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "disposition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-disposition" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The contents of the disposition message" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "provider" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-provider" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reference to the provider" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reference to the patient" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "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 10; 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 11; fhir:CapabilityStatement.name [ fhir:value "enterer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-enterer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The party responsible for the entry of the Claim" ] ], [ fhir:index 12; 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 47; 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:value "FamilyMemberHistory.definition"; fhir:index 1 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ClinicalImpression.investigation"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When history was captured/updated" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A search by a record identifier" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A search by a condition code" ] ], [ fhir:index 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/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a subject to list family member history items for" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "definition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-definition" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Instantiates protocol or definition" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "relationship" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-relationship" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A search by a relationship type" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "partial | completed | entered-in-error | health-unknown" ] ] ], [ fhir:index 48; 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/clinical-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Time period when flag is active" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Flag-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Business identifier" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Flag-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a subject to list flags for" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a subject to list flags for" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "author" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Flag-author" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Flag creator" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Alert relevant during encounter" ] ] ], [ fhir:index 49; 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/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External Ids for this goal" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who this goal is intended for" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Goal-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who this goal is intended for" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "start-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Goal-start-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When goal pursuit begins" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Goal-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "E.g. Treatment, dietary, behavioral, etc." ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "target-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Goal-target-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reach goal on or before" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Goal-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "proposed | accepted | planned | in-progress | on-target | ahead-of-target | behind-target | sustaining | achieved | on-hold | cancelled | entered-in-error | rejected" ] ] ], [ fhir:index 50; fhir:CapabilityStatement.type [ fhir:value "GraphDefinition" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/GraphDefinition" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/GraphDefinition-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The graph definition publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/GraphDefinition-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the graph definition" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/GraphDefinition-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the graph definition" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "start" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/GraphDefinition-start" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type of resource at which the graph starts" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/GraphDefinition-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The description of the graph definition" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/GraphDefinition-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the graph definition" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/GraphDefinition-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business version of the graph definition" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/GraphDefinition-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the graph definition" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/GraphDefinition-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the graph definition" ] ] ], [ fhir:index 51; 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 "ChargeItem.subject"; fhir:index 4 ], [ fhir:value "ChargeItem.patient"; fhir:index 5 ], [ fhir:value "ClinicalImpression.subject"; fhir:index 6 ], [ fhir:value "ClinicalImpression.patient"; fhir:index 7 ], [ fhir:value "Communication.subject"; fhir:index 8 ], [ fhir:value "Communication.patient"; fhir:index 9 ], [ fhir:value "Communication.recipient"; fhir:index 10 ], [ fhir:value "CommunicationRequest.subject"; fhir:index 11 ], [ fhir:value "CommunicationRequest.patient"; fhir:index 12 ], [ fhir:value "CommunicationRequest.recipient"; fhir:index 13 ], [ fhir:value "Condition.subject"; fhir:index 14 ], [ fhir:value "Condition.patient"; fhir:index 15 ], [ fhir:value "Consent.actor"; fhir:index 16 ], [ fhir:value "Contract.agent"; fhir:index 17 ], [ fhir:value "DeviceRequest.subject"; fhir:index 18 ], [ fhir:value "DeviceRequest.patient"; fhir:index 19 ], [ fhir:value "DeviceUseStatement.subject"; fhir:index 20 ], [ fhir:value "DeviceUseStatement.patient"; fhir:index 21 ], [ fhir:value "DiagnosticReport.subject"; fhir:index 22 ], [ fhir:value "DiagnosticReport.patient"; fhir:index 23 ], [ fhir:value "DocumentManifest.subject"; fhir:index 24 ], [ fhir:value "DocumentManifest.patient"; fhir:index 25 ], [ fhir:value "DocumentReference.subject"; fhir:index 26 ], [ fhir:value "DocumentReference.patient"; fhir:index 27 ], [ fhir:value "Encounter.subject"; fhir:index 28 ], [ fhir:value "Encounter.patient"; fhir:index 29 ], [ fhir:value "Flag.subject"; fhir:index 30 ], [ fhir:value "Flag.patient"; fhir:index 31 ], [ fhir:value "Goal.patient"; fhir:index 32 ], [ fhir:value "Goal.subject"; fhir:index 33 ], [ fhir:value "GuidanceResponse.patient"; fhir:index 34 ], [ fhir:value "GuidanceResponse.subject"; fhir:index 35 ], [ fhir:value "List.subject"; fhir:index 36 ], [ fhir:value "List.patient"; fhir:index 37 ], [ fhir:value "Media.subject"; fhir:index 38 ], [ fhir:value "Media.patient"; fhir:index 39 ], [ fhir:value "MedicationAdministration.subject"; fhir:index 40 ], [ fhir:value "MedicationAdministration.patient"; fhir:index 41 ], [ fhir:value "MedicationDispense.subject"; fhir:index 42 ], [ fhir:value "MedicationDispense.patient"; fhir:index 43 ], [ fhir:value "MedicationRequest.subject"; fhir:index 44 ], [ fhir:value "MedicationRequest.patient"; fhir:index 45 ], [ fhir:value "MedicationStatement.subject"; fhir:index 46 ], [ fhir:value "MedicationStatement.patient"; fhir:index 47 ], [ fhir:value "Observation.subject"; fhir:index 48 ], [ fhir:value "Observation.patient"; fhir:index 49 ], [ fhir:value "Procedure.subject"; fhir:index 50 ], [ fhir:value "Procedure.patient"; fhir:index 51 ], [ fhir:value "ProcedureRequest.subject"; fhir:index 52 ], [ fhir:value "ProcedureRequest.patient"; fhir:index 53 ], [ fhir:value "ReferralRequest.subject"; fhir:index 54 ], [ fhir:value "ReferralRequest.patient"; fhir:index 55 ], [ fhir:value "RequestGroup.subject"; fhir:index 56 ], [ fhir:value "RequestGroup.patient"; fhir:index 57 ], [ fhir:value "RiskAssessment.subject"; fhir:index 58 ], [ fhir:value "RiskAssessment.patient"; fhir:index 59 ], [ fhir:value "Specimen.subject"; fhir:index 60 ], [ fhir:value "Specimen.patient"; fhir:index 61 ]; 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 52; 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 "request" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/GuidanceResponse-request" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identifier of the request associated with the response" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/GuidanceResponse-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identifier of the guidance response" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/GuidanceResponse-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to search for guidance response results" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/GuidanceResponse-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The subject that the guidance response is about" ] ] ], [ fhir:index 53; 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 "DeviceRequest.performer"; fhir:index 10 ], [ fhir:value "PractitionerRole.service"; fhir:index 11 ], [ fhir:value "Procedure.definition"; fhir:index 12 ], [ fhir:value "ProcedureRequest.performer"; fhir:index 13 ], [ fhir:value "ReferralRequest.recipient"; fhir:index 14 ], [ fhir:value "Schedule.actor"; fhir:index 15 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifiers for this item" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "endpoint" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-endpoint" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Technical endpoints providing access to services operated for the location" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization that provides this Healthcare Service" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of the Healthcare service name" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "programname" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-programname" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "One of the Program Names serviced by this HealthcareService" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "active" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-active" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Healthcare Service is currently marked as active" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "location" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-location" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The location of the Healthcare Service" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Service Category of the Healthcare Service" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The type of service provided by this healthcare service" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "characteristic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/HealthcareService-characteristic" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "One of the HealthcareService's characteristics" ] ] ], [ fhir:index 54; 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.endpoint"; fhir:index 0 ], [ fhir:value "ImagingManifest.author"; fhir:index 1 ], [ fhir:value "ImagingManifest.patient"; fhir:index 2 ], [ fhir:value "ImagingManifest.imaging-study"; 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/ImagingManifest-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "UID of the ImagingManifest (or a DICOM Key Object Selection which it represents)" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "endpoint" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImagingManifest-endpoint" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The endpoint for the study or series" ] ], [ fhir:index 2; 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 the ImagingManifest (or a DICOM Key Object Selection which it represents) authoring" ] ], [ fhir:index 3; 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 the ImagingManifest (or a DICOM Key Object Selection which it represents)" ] ], [ fhir:index 4; 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 the ImagingManifest (or a DICOM Key Object Selection which it represents)" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Subject of the ImagingManifest (or a DICOM Key Object Selection which it represents)" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "imaging-study" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImagingManifest-imaging-study" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "ImagingStudy resource selected in the ImagingManifest (or a DICOM Key Object Selection which it represents)" ] ] ], [ fhir:index 55; 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.performer"; fhir:index 0 ], [ fhir:value "ImagingStudy.endpoint"; fhir:index 1 ], [ fhir:value "ImagingStudy.patient"; fhir:index 2 ], [ fhir:value "ImagingStudy.context"; fhir:index 3 ], [ fhir:value "ImagingStudy.basedon"; fhir:index 4 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ChargeItem.service"; fhir:index 0 ], [ fhir:value "ClinicalImpression.investigation"; fhir:index 1 ], [ fhir:value "ImagingManifest.imaging-study"; fhir:index 2 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "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 "performer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImagingStudy-performer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The person who performed the study" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "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 8; 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 9; 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 10; fhir:CapabilityStatement.name [ fhir:value "endpoint" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImagingStudy-endpoint" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The endpoint for te study or series" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who the study is about" ] ], [ fhir:index 12; 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 13; 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 14; 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 56; 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.reaction"; fhir:index 0 ], [ fhir:value "Immunization.practitioner"; fhir:index 1 ], [ fhir:value "Immunization.manufacturer"; fhir:index 2 ], [ fhir:value "Immunization.patient"; fhir:index 3 ], [ fhir:value "Immunization.location"; fhir:index 4 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ChargeItem.service"; fhir:index 0 ], [ fhir:value "ImmunizationRecommendation.support"; 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/clinical-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Vaccination (non)-Administration Date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Business identifier" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "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 3; 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 4; 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 5; fhir:CapabilityStatement.name [ fhir:value "practitioner" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Immunization-practitioner" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The practitioner who played a role in the vaccination" ] ], [ fhir:index 6; 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 7; 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 8; 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 9; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The patient for the vaccination record" ] ], [ fhir:index 10; 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 11; 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 12; 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 13; 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 14; 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 57; 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.searchRevInclude [ fhir:value "DiagnosticReport.based-on"; fhir:index 0 ], [ fhir:value "Observation.based-on"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Date recommendation 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 "target-disease" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-target-disease" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Disease to be immunized against" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who this profile is for" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "vaccine-type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-vaccine-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Vaccine recommendation applies to" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "dose-number" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-dose-number" ]; fhir:CapabilityStatement.type [ fhir:value "number" ]; fhir:CapabilityStatement.documentation [ fhir:value "Recommended dose number" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "information" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-information" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Patient observations supporting recommendation" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "support" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-support" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Past immunizations supporting recommendation" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Vaccine administration status" ] ] ], [ fhir:index 58; 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 the 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 "Computationally friendly 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 "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 "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 business version 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 59; 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.searchInclude [ fhir:value "Library.successor"; fhir:index 0 ], [ fhir:value "Library.derived-from"; fhir:index 1 ], [ fhir:value "Library.predecessor"; fhir:index 2 ], [ fhir:value "Library.composed-of"; fhir:index 3 ], [ fhir:value "Library.depends-on"; fhir:index 4 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ActivityDefinition.depends-on"; fhir:index 0 ], [ fhir:value "Measure.depends-on"; fhir:index 1 ], [ fhir:value "PlanDefinition.depends-on"; fhir:index 2 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The library publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the library" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "successor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-successor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the library" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The description of the library" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "derived-from" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-derived-from" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "predecessor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-predecessor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the library" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "composed-of" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-composed-of" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business version of the library" ] ], [ fhir:index 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 "effective" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-effective" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The time during which the library is intended to be in use" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "depends-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-depends-on" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Library-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the library" ] ], [ fhir:index 14; 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 15; 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 16; 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 60; 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 61; 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/clinical-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the list was prepared" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Business identifier" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "item" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/List-item" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Actual entry" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "empty-reason" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/List-empty-reason" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Why list is empty" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "What the purpose of this list is" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "notes" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/List-notes" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The annotation - text content" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/List-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "If all resources have the same subject" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "If all resources have the same subject" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/List-source" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who and/or what defined the list contents (aka Author)" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Context in which list created" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/List-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Descriptive name for the list" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/List-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "current | retired | entered-in-error" ] ] ], [ fhir:index 62; 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 "AdverseEvent.location"; fhir:index 2 ], [ fhir:value "Appointment.actor"; fhir:index 3 ], [ fhir:value "Appointment.practitioner"; fhir:index 4 ], [ fhir:value "Appointment.patient"; fhir:index 5 ], [ fhir:value "Appointment.location"; fhir:index 6 ], [ fhir:value "AppointmentResponse.actor"; fhir:index 7 ], [ fhir:value "AppointmentResponse.practitioner"; fhir:index 8 ], [ fhir:value "AppointmentResponse.patient"; fhir:index 9 ], [ fhir:value "AppointmentResponse.location"; fhir:index 10 ], [ fhir:value "Claim.facility"; fhir:index 11 ], [ fhir:value "Contract.agent"; fhir:index 12 ], [ fhir:value "Contract.domain"; fhir:index 13 ], [ fhir:value "Device.location"; fhir:index 14 ], [ fhir:value "DeviceRequest.subject"; fhir:index 15 ], [ fhir:value "DeviceRequest.patient"; fhir:index 16 ], [ fhir:value "DiagnosticReport.subject"; fhir:index 17 ], [ fhir:value "DiagnosticReport.patient"; fhir:index 18 ], [ fhir:value "EligibilityRequest.facility"; fhir:index 19 ], [ fhir:value "Encounter.location"; fhir:index 20 ], [ fhir:value "ExplanationOfBenefit.facility"; fhir:index 21 ], [ fhir:value "Flag.subject"; fhir:index 22 ], [ fhir:value "Flag.patient"; fhir:index 23 ], [ fhir:value "HealthcareService.location"; fhir:index 24 ], [ fhir:value "Immunization.location"; fhir:index 25 ], [ fhir:value "List.subject"; fhir:index 26 ], [ fhir:value "List.patient"; fhir:index 27 ], [ fhir:value "Location.partof"; fhir:index 28 ], [ fhir:value "MedicationDispense.destination"; fhir:index 29 ], [ fhir:value "Observation.subject"; fhir:index 30 ], [ fhir:value "Observation.patient"; fhir:index 31 ], [ fhir:value "PractitionerRole.location"; fhir:index 32 ], [ fhir:value "Procedure.location"; fhir:index 33 ], [ fhir:value "ProcedureRequest.subject"; fhir:index 34 ], [ fhir:value "ProcedureRequest.patient"; 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 "An identifier for the location" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "partof" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-partof" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "A location of which this location is a part" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "near-distance" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-near-distance" ]; fhir:CapabilityStatement.type [ fhir:value "quantity" ]; fhir:CapabilityStatement.documentation [ fhir:value "A distance quantity to limit the near search to locations within a specific distance\n\nRequires the near parameter to also be included" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "address" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-address" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A (part of the) address of the location" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "address-state" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-address-state" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A state specified in an address" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "operational-status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-operational-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping)" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A code for the type of location" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "address-postalcode" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-address-postalcode" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A postal code specified in an address" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "address-country" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-address-country" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A country specified in an address" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "endpoint" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-endpoint" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Technical endpoints providing access to services operated for the location" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Searches for locations that are managed by the provided organization" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of the location's name or alias" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "address-use" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-address-use" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A use code specified in an address" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "near" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-near" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The coordinates expressed as [latitude]:[longitude] (using the WGS84 datum, see notes) to find locations near to (servers may search using a square rather than a circle for efficiency)\n\nRequires the near-distance parameter to be provided also" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "address-city" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-address-city" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A city specified in an address" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Location-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Searches for locations with a specific kind of status" ] ] ], [ fhir:index 63; 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.searchInclude [ fhir:value "Measure.successor"; fhir:index 0 ], [ fhir:value "Measure.derived-from"; fhir:index 1 ], [ fhir:value "Measure.predecessor"; fhir:index 2 ], [ fhir:value "Measure.composed-of"; fhir:index 3 ], [ fhir:value "Measure.depends-on"; fhir:index 4 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The measure publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the measure" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "successor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-successor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the measure" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The description of the measure" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "derived-from" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-derived-from" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "predecessor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-predecessor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the measure" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "composed-of" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-composed-of" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business version of the measure" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the measure" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "effective" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-effective" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The time during which the measure is intended to be in use" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "depends-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-depends-on" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the measure" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the measure" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "topic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-topic" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Topics associated with the module" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Measure-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the measure" ] ] ], [ fhir:index 64; 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 "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MeasureReport-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifier of the measure report to be returned" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MeasureReport-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to search for individual measure report results for" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MeasureReport-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The status of the measure report" ] ] ], [ fhir:index 65; 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.operator"; fhir:index 1 ], [ fhir:value "Media.based-on"; fhir:index 2 ], [ fhir:value "Media.patient"; fhir:index 3 ], [ fhir:value "Media.context"; fhir:index 4 ], [ fhir:value "Media.device"; fhir:index 5 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "DiagnosticReport.image"; 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/Media-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When Media was collected" ] ], [ fhir:index 1; 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 2; 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 3; 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 4; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "photo | video | audio" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "operator" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-operator" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The person who generated the image" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "view" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-view" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Imaging view, e.g. Lateral or Antero-posterior" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "site" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-site" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Body part in media" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "based-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-based-on" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Procedure that caused this media to be created" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "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 10; 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 11; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter / Episode associated with media" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "device" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Media-device" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Observing Device" ] ] ], [ fhir:index 66; 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 "AdverseEvent.subject"; fhir:index 0 ], [ fhir:value "AdverseEvent.substance"; fhir:index 1 ], [ fhir:value "Flag.subject"; fhir:index 2 ], [ fhir:value "Flag.patient"; fhir:index 3 ], [ fhir:value "Group.member"; fhir:index 4 ], [ fhir:value "Medication.package-item"; fhir:index 5 ], [ fhir:value "Medication.ingredient"; fhir:index 6 ], [ fhir:value "MedicationAdministration.medication"; fhir:index 7 ], [ fhir:value "MedicationDispense.medication"; fhir:index 8 ], [ fhir:value "MedicationRequest.medication"; fhir:index 9 ], [ fhir:value "MedicationStatement.medication"; fhir:index 10 ]; 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/medications-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 8; fhir:CapabilityStatement.name [ fhir:value "over-the-counter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Medication-over-the-counter" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "True if medication does not require a prescription" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Medication-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "active | inactive | entered-in-error" ] ] ], [ fhir:index 67; 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.subject"; fhir:index 1 ], [ fhir:value "MedicationAdministration.medication"; fhir:index 2 ], [ fhir:value "MedicationAdministration.prescription"; fhir:index 3 ], [ fhir:value "MedicationAdministration.patient"; fhir:index 4 ], [ fhir:value "MedicationAdministration.context"; fhir:index 5 ], [ fhir:value "MedicationAdministration.device"; fhir:index 6 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "AdverseEvent.substance"; fhir:index 0 ], [ fhir:value "ChargeItem.service"; fhir:index 1 ], [ fhir:value "MedicationStatement.part-of"; fhir:index 2 ], [ fhir:value "Procedure.part-of"; fhir:index 3 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return administrations with this external identifier" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return administrations of this medication code" ] ], [ fhir:index 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 "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationAdministration-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identify of the individual or group to list administrations for" ] ], [ fhir:index 4; 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 5; fhir:CapabilityStatement.name [ fhir:value "medication" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-medication" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return administrations of this medication resource" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "reason-given" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-given" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reasons for administering the medication" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "prescription" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-prescription" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a prescription to list administrations from" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to list administrations for" ] ], [ fhir:index 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 "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationAdministration-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return administrations that share this encounter or episode of care" ] ], [ fhir:index 11; 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 12; 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 13; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "MedicationAdministration event status (for example one of active/paused/completed/nullified)" ] ] ], [ fhir:index 68; 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.performer"; fhir:index 0 ], [ fhir:value "MedicationDispense.receiver"; fhir:index 1 ], [ fhir:value "MedicationDispense.subject"; fhir:index 2 ], [ fhir:value "MedicationDispense.destination"; fhir:index 3 ], [ fhir:value "MedicationDispense.medication"; fhir:index 4 ], [ fhir:value "MedicationDispense.responsibleparty"; fhir:index 5 ], [ fhir:value "MedicationDispense.prescription"; fhir:index 6 ], [ fhir:value "MedicationDispense.patient"; fhir:index 7 ], [ fhir:value "MedicationDispense.context"; fhir:index 8 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ChargeItem.service"; fhir:index 0 ], [ fhir:value "MedicationStatement.part-of"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return dispenses with this external identifier" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "performer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationDispense-performer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return dispenses performed by a specific individual" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return dispenses of this medicine code" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "receiver" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationDispense-receiver" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a receiver to list dispenses for" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationDispense-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to list dispenses for" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "destination" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationDispense-destination" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return dispenses that should be sent to a specific destination" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "medication" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-medication" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return dispenses of this medicine resource" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "responsibleparty" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationDispense-responsibleparty" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return dispenses with the specified responsible party" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationDispense-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return dispenses of a specific type" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "whenhandedover" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationDispense-whenhandedover" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Returns dispenses handed over on this date" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "whenprepared" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationDispense-whenprepared" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Returns dispenses prepared on this date" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "prescription" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-prescription" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a prescription to list dispenses from" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to list dispenses for" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationDispense-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Returns dispenses with a specific context (episode or episode of care)" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return dispenses with a specified dispense status" ] ] ], [ fhir:index 69; 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.subject"; fhir:index 2 ], [ fhir:value "MedicationRequest.medication"; fhir:index 3 ], [ fhir:value "MedicationRequest.patient"; fhir:index 4 ], [ fhir:value "MedicationRequest.context"; fhir:index 5 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.activity-reference"; fhir:index 0 ], [ fhir:value "ClinicalImpression.action"; fhir:index 1 ], [ fhir:value "DiagnosticReport.based-on"; fhir:index 2 ], [ fhir:value "MedicationAdministration.prescription"; fhir:index 3 ], [ fhir:value "MedicationDispense.prescription"; fhir:index 4 ], [ fhir:value "Observation.based-on"; 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/MedicationRequest-requester" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Returns prescriptions prescribed by this prescriber" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Returns medication request to be administered on a specific date" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions with this external identifier" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "intended-dispenser" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-dispenser" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Returns prescriptions intended to be dispensed by this Organization" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "authoredon" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationRequest-authoredon" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions written on this date" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions of this medication code" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationRequest-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to list orders for" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "medication" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-medication" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions of this medication reference" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "priority" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationRequest-priority" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Returns prescriptions with different priorities" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "intent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationRequest-intent" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Returns prescriptions with different intents" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Returns prescriptions for a specific patient" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "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 12; 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 13; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Status of the prescription" ] ] ], [ fhir:index 70; 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.patient"; fhir:index 1 ], [ fhir:value "MedicationStatement.context"; fhir:index 2 ], [ fhir:value "MedicationStatement.medication"; fhir:index 3 ], [ fhir:value "MedicationStatement.part-of"; fhir:index 4 ], [ fhir:value "MedicationStatement.source"; fhir:index 5 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "AdverseEvent.substance"; fhir:index 0 ], [ fhir:value "MedicationStatement.part-of"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return statements with this external identifier" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "effective" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationStatement-effective" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Date when patient was taking (or not taking) the medication" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return statements of this medication code" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationStatement-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient, animal or group to list statements for" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Returns statements for a specific patient." ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationStatement-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Returns statements for a specific context (episode or episode of Care)." ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "medication" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-medication" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return statements of this medication reference" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "part-of" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationStatement-part-of" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Returns statements that are part of another event." ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationStatement-source" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who or where the information in the statement came from" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MedicationStatement-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Returns statements of this category of medicationstatement" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/medications-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return statements that match the given status" ] ] ], [ fhir:index 71; 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 "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageDefinition-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the message definition" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageDefinition-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the message definition" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageDefinition-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The description of the message definition" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "focus" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageDefinition-focus" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A resource that is a permitted focus of the message" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageDefinition-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the message definition" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageDefinition-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business version of the message definition" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageDefinition-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the message definition" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageDefinition-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the message definition" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageDefinition-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the message definition" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "event" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageDefinition-event" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The event that triggers the message" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageDefinition-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The behavior associated with the message" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageDefinition-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the message definition" ] ] ], [ fhir:index 72; 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.receiver"; fhir:index 0 ], [ fhir:value "MessageHeader.author"; fhir:index 1 ], [ fhir:value "MessageHeader.focus"; fhir:index 2 ], [ fhir:value "MessageHeader.target"; fhir:index 3 ], [ fhir:value "MessageHeader.sender"; fhir:index 4 ], [ fhir:value "MessageHeader.responsible"; fhir:index 5 ], [ fhir:value "MessageHeader.enterer"; fhir:index 6 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "ok | transient-error | fatal-error" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "receiver" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-receiver" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended \"real-world\" recipient for the data" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "author" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-author" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The source of the decision" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "destination" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-destination" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of system" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "focus" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-focus" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The actual content of the message" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-source" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of system" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "target" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-target" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Particular delivery destination within the destination" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "destination-uri" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-destination-uri" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Actual destination address or id" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "source-uri" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-source-uri" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "Actual message source address or id" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "sender" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-sender" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Real world sender of the message" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "responsible" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-responsible" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Final responsibility for event" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "enterer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-enterer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The source of the data entry" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "response-id" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-response-id" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Id of original message" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "event" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/MessageHeader-event" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code for the event this message represents" ] ], [ fhir:index 14; 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 73; 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 the 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 "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 "Computationally friendly name of the naming system" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/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 74; fhir:CapabilityStatement.type [ fhir:value "NutritionOrder" ]; fhir:CapabilityStatement.profile [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/StructureDefinition/NutritionOrder" ] ]; fhir:CapabilityStatement.interaction [ fhir:index 0; fhir:CapabilityStatement.code [ fhir:value "read" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 1; fhir:CapabilityStatement.code [ fhir:value "vread" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 2; fhir:CapabilityStatement.code [ fhir:value "update" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 3; fhir:CapabilityStatement.code [ fhir:value "delete" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 4; fhir:CapabilityStatement.code [ fhir:value "history-instance" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 5; fhir:CapabilityStatement.code [ fhir:value "history-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 6; fhir:CapabilityStatement.code [ fhir:value "create" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ], [ fhir:index 7; fhir:CapabilityStatement.code [ fhir:value "search-type" ]; fhir:CapabilityStatement.documentation [ fhir:value "Implemented per the specification (or Insert other doco here)" ] ]; fhir:CapabilityStatement.conditionalCreate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalUpdate [ fhir:value "true" ]; fhir:CapabilityStatement.conditionalDelete [ fhir:value "multiple" ]; fhir:CapabilityStatement.referencePolicy [ fhir:value "literal"; fhir:index 0 ], [ fhir:value "logical"; fhir:index 1 ]; fhir:CapabilityStatement.searchInclude [ fhir:value "NutritionOrder.provider"; fhir:index 0 ], [ fhir:value "NutritionOrder.patient"; fhir:index 1 ], [ fhir:value "NutritionOrder.encounter"; fhir:index 2 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.activity-reference"; fhir:index 0 ], [ fhir:value "DiagnosticReport.based-on"; fhir:index 1 ], [ fhir:value "Observation.based-on"; fhir:index 2 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return nutrition orders with this external identifier" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "datetime" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NutritionOrder-datetime" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return nutrition orders requested on this date" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "provider" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NutritionOrder-provider" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The 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/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of the person who requires the diet, formula or nutritional supplement" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "supplement" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NutritionOrder-supplement" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type of supplement product requested" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "formula" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NutritionOrder-formula" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type of enteral or infant formula" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return 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/NutritionOrder-oraldiet" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type of diet that can be consumed orally (i.e., take via the mouth)." ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NutritionOrder-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Status of the nutrition order." ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "additive" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/NutritionOrder-additive" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Type of module component to add to the feeding" ] ] ], [ fhir:index 75; 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.subject"; fhir:index 0 ], [ fhir:value "Observation.based-on"; fhir:index 1 ], [ fhir:value "Observation.patient"; fhir:index 2 ], [ fhir:value "Observation.specimen"; fhir:index 3 ], [ fhir:value "Observation.context"; fhir:index 4 ], [ fhir:value "Observation.performer"; fhir:index 5 ], [ fhir:value "Observation.encounter"; fhir:index 6 ], [ fhir:value "Observation.related-target"; fhir:index 7 ], [ fhir:value "Observation.device"; fhir:index 8 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ChargeItem.service"; fhir:index 0 ], [ fhir:value "ClinicalImpression.finding-ref"; fhir:index 1 ], [ fhir:value "ClinicalImpression.investigation"; fhir:index 2 ], [ fhir:value "DiagnosticReport.result"; fhir:index 3 ], [ fhir:value "Immunization.reaction"; fhir:index 4 ], [ fhir:value "ImmunizationRecommendation.information"; fhir:index 5 ], [ fhir:value "MedicationStatement.part-of"; fhir:index 6 ], [ fhir:value "Observation.related-target"; fhir:index 7 ], [ fhir:value "Procedure.part-of"; fhir:index 8 ], [ fhir:value "QuestionnaireResponse.parent"; fhir:index 9 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Obtained date/time. If the obtained element is a period, a date that falls in the period" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "combo-data-absent-reason" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing." ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The code of the observation type" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "combo-code-value-quantity" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-quantity" ]; fhir:CapabilityStatement.type [ fhir:value "composite" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code and quantity value parameter pair, including in components" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The subject that the observation is about" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "component-data-absent-reason" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-component-data-absent-reason" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reason why the expected value in the element Observation.component.value[x] is missing." ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "value-concept" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-value-concept" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value of the observation, if the value is a CodeableConcept" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "value-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-value-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value of the observation, if the value is a date or period of time" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "code-value-string" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-code-value-string" ]; fhir:CapabilityStatement.type [ fhir:value "composite" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code and string value parameter pair" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "component-code-value-quantity" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-quantity" ]; fhir:CapabilityStatement.type [ fhir:value "composite" ]; fhir:CapabilityStatement.documentation [ fhir:value "Component code and component quantity value parameter pair" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "based-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-based-on" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Reference to the test or procedure request." ] ], [ fhir:index 11; 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 12; fhir:CapabilityStatement.name [ fhir:value "code-value-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-code-value-date" ]; fhir:CapabilityStatement.type [ fhir:value "composite" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code and date/time value parameter pair" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The subject that the observation is about (if patient)" ] ], [ fhir:index 14; 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 15; fhir:CapabilityStatement.name [ fhir:value "component-code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-component-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The component code of the observation type" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "code-value-quantity" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-code-value-quantity" ]; fhir:CapabilityStatement.type [ fhir:value "composite" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code and quantity value parameter pair" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Healthcare event (Episode-of-care or Encounter) related to the observation" ] ], [ fhir:index 18; fhir:CapabilityStatement.name [ fhir:value "combo-code-value-concept" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-concept" ]; fhir:CapabilityStatement.type [ fhir:value "composite" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code and coded value parameter pair, including in components" ] ], [ fhir:index 19; fhir:CapabilityStatement.name [ fhir:value "value-string" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-value-string" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value of the observation, if the value is a string, and also searches in CodeableConcept.text" ] ], [ fhir:index 20; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The unique id for a particular observation" ] ], [ fhir:index 21; 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 22; fhir:CapabilityStatement.name [ fhir:value "combo-code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-combo-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The code of the observation type or component type" ] ], [ fhir:index 23; 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 24; fhir:CapabilityStatement.name [ fhir:value "value-quantity" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-value-quantity" ]; fhir:CapabilityStatement.type [ fhir:value "quantity" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)" ] ], [ fhir:index 25; fhir:CapabilityStatement.name [ fhir:value "component-value-quantity" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity" ]; fhir:CapabilityStatement.type [ fhir:value "quantity" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)" ] ], [ fhir:index 26; 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 27; fhir:CapabilityStatement.name [ fhir:value "combo-value-quantity" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-combo-value-quantity" ]; fhir:CapabilityStatement.type [ fhir:value "quantity" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value or component value of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)" ] ], [ fhir:index 28; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter related to the observation" ] ], [ fhir:index 29; 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 30; 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 31; fhir:CapabilityStatement.name [ fhir:value "code-value-concept" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-code-value-concept" ]; fhir:CapabilityStatement.type [ fhir:value "composite" ]; fhir:CapabilityStatement.documentation [ fhir:value "Code and coded value parameter pair" ] ], [ fhir:index 32; fhir:CapabilityStatement.name [ fhir:value "component-code-value-concept" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-concept" ]; fhir:CapabilityStatement.type [ fhir:value "composite" ]; fhir:CapabilityStatement.documentation [ fhir:value "Component code and component coded value parameter pair" ] ], [ fhir:index 33; fhir:CapabilityStatement.name [ fhir:value "component-value-concept" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-component-value-concept" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value of the component observation, if the value is a CodeableConcept" ] ], [ fhir:index 34; 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 35; 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 36; fhir:CapabilityStatement.name [ fhir:value "combo-value-concept" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value or component value of the observation, if the value is a CodeableConcept" ] ], [ fhir:index 37; 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 76; 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.param-profile"; 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 the 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 "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 business version of the operation definition" ] ], [ fhir:index 8; 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 9; 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 10; 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 "Computationally friendly name of the operation definition" ] ], [ fhir:index 11; 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 12; fhir:CapabilityStatement.name [ fhir:value "param-profile" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/OperationDefinition-param-profile" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Profile on the type" ] ], [ 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 77; 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 78; 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 "ChargeItem.performing-organization"; fhir:index 7 ], [ fhir:value "ChargeItem.participant-actor"; fhir:index 8 ], [ fhir:value "ChargeItem.enterer"; fhir:index 9 ], [ fhir:value "ChargeItem.requesting-organization"; fhir:index 10 ], [ fhir:value "Claim.care-team"; fhir:index 11 ], [ fhir:value "Claim.payee"; fhir:index 12 ], [ fhir:value "Claim.insurer"; fhir:index 13 ], [ fhir:value "Claim.organization"; fhir:index 14 ], [ fhir:value "ClaimResponse.insurer"; fhir:index 15 ], [ fhir:value "Communication.sender"; fhir:index 16 ], [ fhir:value "Communication.recipient"; fhir:index 17 ], [ fhir:value "CommunicationRequest.requester"; fhir:index 18 ], [ fhir:value "CommunicationRequest.sender"; fhir:index 19 ], [ fhir:value "CommunicationRequest.recipient"; fhir:index 20 ], [ fhir:value "Composition.attester"; fhir:index 21 ], [ fhir:value "Consent.actor"; fhir:index 22 ], [ fhir:value "Consent.organization"; fhir:index 23 ], [ fhir:value "Consent.consentor"; fhir:index 24 ], [ fhir:value "Contract.agent"; fhir:index 25 ], [ fhir:value "Contract.authority"; fhir:index 26 ], [ fhir:value "Contract.signer"; fhir:index 27 ], [ fhir:value "Coverage.payor"; fhir:index 28 ], [ fhir:value "Coverage.policy-holder"; fhir:index 29 ], [ fhir:value "Device.organization"; fhir:index 30 ], [ fhir:value "DeviceRequest.requester"; fhir:index 31 ], [ fhir:value "DeviceRequest.performer"; fhir:index 32 ], [ fhir:value "DiagnosticReport.performer"; fhir:index 33 ], [ fhir:value "DocumentManifest.author"; fhir:index 34 ], [ fhir:value "DocumentManifest.recipient"; fhir:index 35 ], [ fhir:value "DocumentReference.authenticator"; fhir:index 36 ], [ fhir:value "DocumentReference.custodian"; fhir:index 37 ], [ fhir:value "DocumentReference.author"; fhir:index 38 ], [ fhir:value "EligibilityRequest.organization"; fhir:index 39 ], [ fhir:value "EligibilityResponse.insurer"; fhir:index 40 ], [ fhir:value "EligibilityResponse.request-organization"; fhir:index 41 ], [ fhir:value "Encounter.service-provider"; fhir:index 42 ], [ fhir:value "Endpoint.organization"; fhir:index 43 ], [ fhir:value "EnrollmentRequest.organization"; fhir:index 44 ], [ fhir:value "EnrollmentResponse.organization"; fhir:index 45 ], [ fhir:value "EpisodeOfCare.organization"; fhir:index 46 ], [ fhir:value "ExplanationOfBenefit.care-team"; fhir:index 47 ], [ fhir:value "ExplanationOfBenefit.payee"; fhir:index 48 ], [ fhir:value "ExplanationOfBenefit.organization"; fhir:index 49 ], [ fhir:value "Flag.subject"; fhir:index 50 ], [ fhir:value "Flag.patient"; fhir:index 51 ], [ fhir:value "Flag.author"; fhir:index 52 ], [ fhir:value "Goal.patient"; fhir:index 53 ], [ fhir:value "Goal.subject"; fhir:index 54 ], [ fhir:value "HealthcareService.organization"; fhir:index 55 ], [ fhir:value "ImagingManifest.author"; fhir:index 56 ], [ fhir:value "Immunization.manufacturer"; fhir:index 57 ], [ fhir:value "Linkage.author"; fhir:index 58 ], [ fhir:value "Location.organization"; fhir:index 59 ], [ fhir:value "Medication.manufacturer"; fhir:index 60 ], [ fhir:value "MedicationDispense.performer"; fhir:index 61 ], [ fhir:value "MedicationRequest.requester"; fhir:index 62 ], [ fhir:value "MedicationRequest.intended-dispenser"; fhir:index 63 ], [ fhir:value "MedicationStatement.source"; fhir:index 64 ], [ fhir:value "MessageHeader.receiver"; fhir:index 65 ], [ fhir:value "MessageHeader.sender"; fhir:index 66 ], [ fhir:value "MessageHeader.responsible"; fhir:index 67 ], [ fhir:value "Observation.performer"; fhir:index 68 ], [ fhir:value "Organization.partof"; fhir:index 69 ], [ fhir:value "Patient.general-practitioner"; fhir:index 70 ], [ fhir:value "Patient.organization"; fhir:index 71 ], [ fhir:value "PaymentNotice.organization"; fhir:index 72 ], [ fhir:value "PaymentReconciliation.organization"; fhir:index 73 ], [ fhir:value "PaymentReconciliation.request-organization"; fhir:index 74 ], [ fhir:value "Person.organization"; fhir:index 75 ], [ fhir:value "PractitionerRole.organization"; fhir:index 76 ], [ fhir:value "Procedure.performer"; fhir:index 77 ], [ fhir:value "ProcedureRequest.requester"; fhir:index 78 ], [ fhir:value "ProcedureRequest.performer"; fhir:index 79 ], [ fhir:value "ProcessRequest.organization"; fhir:index 80 ], [ fhir:value "ProcessResponse.organization"; fhir:index 81 ], [ fhir:value "ProcessResponse.request-organization"; fhir:index 82 ], [ fhir:value "Provenance.agent"; fhir:index 83 ], [ fhir:value "ReferralRequest.requester"; fhir:index 84 ], [ fhir:value "ReferralRequest.recipient"; fhir:index 85 ], [ fhir:value "ResearchStudy.sponsor"; fhir:index 86 ], [ fhir:value "SupplyDelivery.supplier"; fhir:index 87 ], [ fhir:value "SupplyRequest.requester"; fhir:index 88 ], [ fhir:value "SupplyRequest.supplier"; fhir:index 89 ], [ fhir:value "Task.owner"; fhir:index 90 ], [ fhir:value "Task.requester"; fhir:index 91 ], [ fhir:value "Task.organization"; fhir:index 92 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Organization-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Any identifier for the organization (not the accreditation issuer's identifier)" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "partof" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Organization-partof" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "An organization of which this organization forms a part" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "address" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Organization-address" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A (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 79; 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 "AdverseEvent.recorder"; fhir:index 2 ], [ fhir:value "AdverseEvent.subject"; fhir:index 3 ], [ fhir:value "AllergyIntolerance.recorder"; fhir:index 4 ], [ fhir:value "AllergyIntolerance.asserter"; fhir:index 5 ], [ fhir:value "AllergyIntolerance.patient"; fhir:index 6 ], [ fhir:value "Appointment.actor"; fhir:index 7 ], [ fhir:value "Appointment.practitioner"; fhir:index 8 ], [ fhir:value "Appointment.patient"; fhir:index 9 ], [ fhir:value "Appointment.location"; fhir:index 10 ], [ fhir:value "AppointmentResponse.actor"; fhir:index 11 ], [ fhir:value "AppointmentResponse.practitioner"; fhir:index 12 ], [ fhir:value "AppointmentResponse.patient"; fhir:index 13 ], [ fhir:value "AppointmentResponse.location"; fhir:index 14 ], [ fhir:value "AuditEvent.agent"; fhir:index 15 ], [ fhir:value "AuditEvent.patient"; fhir:index 16 ], [ fhir:value "Basic.author"; fhir:index 17 ], [ fhir:value "BodySite.patient"; fhir:index 18 ], [ fhir:value "CarePlan.performer"; fhir:index 19 ], [ fhir:value "CarePlan.subject"; fhir:index 20 ], [ fhir:value "CarePlan.patient"; fhir:index 21 ], [ fhir:value "CareTeam.patient"; fhir:index 22 ], [ fhir:value "CareTeam.subject"; fhir:index 23 ], [ fhir:value "CareTeam.participant"; fhir:index 24 ], [ fhir:value "ChargeItem.subject"; fhir:index 25 ], [ fhir:value "ChargeItem.participant-actor"; fhir:index 26 ], [ fhir:value "ChargeItem.patient"; fhir:index 27 ], [ fhir:value "ChargeItem.enterer"; fhir:index 28 ], [ fhir:value "Claim.payee"; fhir:index 29 ], [ fhir:value "Claim.patient"; fhir:index 30 ], [ fhir:value "ClaimResponse.patient"; fhir:index 31 ], [ fhir:value "ClinicalImpression.subject"; fhir:index 32 ], [ fhir:value "ClinicalImpression.patient"; fhir:index 33 ], [ fhir:value "Communication.subject"; fhir:index 34 ], [ fhir:value "Communication.sender"; fhir:index 35 ], [ fhir:value "Communication.patient"; fhir:index 36 ], [ fhir:value "Communication.recipient"; fhir:index 37 ], [ fhir:value "CommunicationRequest.requester"; fhir:index 38 ], [ fhir:value "CommunicationRequest.subject"; fhir:index 39 ], [ fhir:value "CommunicationRequest.sender"; fhir:index 40 ], [ fhir:value "CommunicationRequest.patient"; fhir:index 41 ], [ fhir:value "CommunicationRequest.recipient"; fhir:index 42 ], [ fhir:value "Composition.author"; fhir:index 43 ], [ fhir:value "Composition.attester"; fhir:index 44 ], [ fhir:value "Condition.subject"; fhir:index 45 ], [ fhir:value "Condition.asserter"; fhir:index 46 ], [ fhir:value "Condition.patient"; fhir:index 47 ], [ fhir:value "Consent.actor"; fhir:index 48 ], [ fhir:value "Consent.patient"; fhir:index 49 ], [ fhir:value "Consent.consentor"; fhir:index 50 ], [ fhir:value "Contract.agent"; fhir:index 51 ], [ fhir:value "Contract.signer"; fhir:index 52 ], [ fhir:value "Coverage.subscriber"; fhir:index 53 ], [ fhir:value "Coverage.payor"; fhir:index 54 ], [ fhir:value "Coverage.beneficiary"; fhir:index 55 ], [ fhir:value "Coverage.policy-holder"; fhir:index 56 ], [ fhir:value "DetectedIssue.patient"; fhir:index 57 ], [ fhir:value "Device.patient"; fhir:index 58 ], [ fhir:value "DeviceRequest.performer"; fhir:index 59 ], [ fhir:value "DeviceRequest.subject"; fhir:index 60 ], [ fhir:value "DeviceRequest.patient"; fhir:index 61 ], [ fhir:value "DeviceUseStatement.subject"; fhir:index 62 ], [ fhir:value "DeviceUseStatement.patient"; fhir:index 63 ], [ fhir:value "DiagnosticReport.subject"; fhir:index 64 ], [ fhir:value "DiagnosticReport.patient"; fhir:index 65 ], [ fhir:value "DocumentManifest.subject"; fhir:index 66 ], [ fhir:value "DocumentManifest.author"; fhir:index 67 ], [ fhir:value "DocumentManifest.patient"; fhir:index 68 ], [ fhir:value "DocumentManifest.recipient"; fhir:index 69 ], [ fhir:value "DocumentReference.subject"; fhir:index 70 ], [ fhir:value "DocumentReference.patient"; fhir:index 71 ], [ fhir:value "DocumentReference.author"; fhir:index 72 ], [ fhir:value "EligibilityRequest.patient"; fhir:index 73 ], [ fhir:value "Encounter.subject"; fhir:index 74 ], [ fhir:value "Encounter.patient"; fhir:index 75 ], [ fhir:value "EnrollmentRequest.subject"; fhir:index 76 ], [ fhir:value "EnrollmentRequest.patient"; fhir:index 77 ], [ fhir:value "EpisodeOfCare.patient"; fhir:index 78 ], [ fhir:value "ExplanationOfBenefit.payee"; fhir:index 79 ], [ fhir:value "ExplanationOfBenefit.patient"; fhir:index 80 ], [ fhir:value "FamilyMemberHistory.patient"; fhir:index 81 ], [ fhir:value "Flag.subject"; fhir:index 82 ], [ fhir:value "Flag.patient"; fhir:index 83 ], [ fhir:value "Flag.author"; fhir:index 84 ], [ fhir:value "Goal.patient"; fhir:index 85 ], [ fhir:value "Goal.subject"; fhir:index 86 ], [ fhir:value "Group.member"; fhir:index 87 ], [ fhir:value "GuidanceResponse.patient"; fhir:index 88 ], [ fhir:value "GuidanceResponse.subject"; fhir:index 89 ], [ fhir:value "ImagingManifest.author"; fhir:index 90 ], [ fhir:value "ImagingManifest.patient"; fhir:index 91 ], [ fhir:value "ImagingStudy.patient"; fhir:index 92 ], [ fhir:value "Immunization.patient"; fhir:index 93 ], [ fhir:value "ImmunizationRecommendation.patient"; fhir:index 94 ], [ fhir:value "List.subject"; fhir:index 95 ], [ fhir:value "List.patient"; fhir:index 96 ], [ fhir:value "List.source"; fhir:index 97 ], [ fhir:value "MeasureReport.patient"; fhir:index 98 ], [ fhir:value "Media.subject"; fhir:index 99 ], [ fhir:value "Media.patient"; fhir:index 100 ], [ fhir:value "MedicationAdministration.performer"; fhir:index 101 ], [ fhir:value "MedicationAdministration.subject"; fhir:index 102 ], [ fhir:value "MedicationAdministration.patient"; fhir:index 103 ], [ fhir:value "MedicationDispense.performer"; fhir:index 104 ], [ fhir:value "MedicationDispense.receiver"; fhir:index 105 ], [ fhir:value "MedicationDispense.subject"; fhir:index 106 ], [ fhir:value "MedicationDispense.patient"; fhir:index 107 ], [ fhir:value "MedicationRequest.requester"; fhir:index 108 ], [ fhir:value "MedicationRequest.subject"; fhir:index 109 ], [ fhir:value "MedicationRequest.patient"; fhir:index 110 ], [ fhir:value "MedicationStatement.subject"; fhir:index 111 ], [ fhir:value "MedicationStatement.patient"; fhir:index 112 ], [ fhir:value "MedicationStatement.source"; fhir:index 113 ], [ fhir:value "NutritionOrder.patient"; fhir:index 114 ], [ fhir:value "Observation.subject"; fhir:index 115 ], [ fhir:value "Observation.patient"; fhir:index 116 ], [ fhir:value "Observation.performer"; fhir:index 117 ], [ fhir:value "Patient.link"; fhir:index 118 ], [ fhir:value "Person.practitioner"; fhir:index 119 ], [ fhir:value "Person.link"; fhir:index 120 ], [ fhir:value "Person.relatedperson"; fhir:index 121 ], [ fhir:value "Person.patient"; fhir:index 122 ], [ fhir:value "Procedure.performer"; fhir:index 123 ], [ fhir:value "Procedure.subject"; fhir:index 124 ], [ fhir:value "Procedure.patient"; fhir:index 125 ], [ fhir:value "ProcedureRequest.performer"; fhir:index 126 ], [ fhir:value "ProcedureRequest.subject"; fhir:index 127 ], [ fhir:value "ProcedureRequest.patient"; fhir:index 128 ], [ fhir:value "Provenance.agent"; fhir:index 129 ], [ fhir:value "QuestionnaireResponse.author"; fhir:index 130 ], [ fhir:value "QuestionnaireResponse.source"; fhir:index 131 ], [ fhir:value "ReferralRequest.requester"; fhir:index 132 ], [ fhir:value "ReferralRequest.subject"; fhir:index 133 ], [ fhir:value "ReferralRequest.patient"; fhir:index 134 ], [ fhir:value "RelatedPerson.patient"; fhir:index 135 ], [ fhir:value "RequestGroup.subject"; fhir:index 136 ], [ fhir:value "RequestGroup.participant"; fhir:index 137 ], [ fhir:value "RequestGroup.patient"; fhir:index 138 ], [ fhir:value "ResearchSubject.individual"; fhir:index 139 ], [ fhir:value "ResearchSubject.patient"; fhir:index 140 ], [ fhir:value "RiskAssessment.subject"; fhir:index 141 ], [ fhir:value "RiskAssessment.patient"; fhir:index 142 ], [ fhir:value "Schedule.actor"; fhir:index 143 ], [ fhir:value "Sequence.patient"; fhir:index 144 ], [ fhir:value "Specimen.subject"; fhir:index 145 ], [ fhir:value "Specimen.patient"; fhir:index 146 ], [ fhir:value "SupplyDelivery.patient"; fhir:index 147 ], [ fhir:value "SupplyRequest.requester"; fhir:index 148 ], [ fhir:value "Task.owner"; fhir:index 149 ], [ fhir:value "Task.requester"; fhir:index 150 ], [ fhir:value "VisionPrescription.patient"; fhir:index 151 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "birthdate" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-birthdate" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The patient's date of birth" ] ], [ fhir:index 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/individual-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/individual-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/individual-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/individual-phonetic" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of either family or given name using some kind of phonetic matching algorithm" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "telecom" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-telecom" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value in any kind of telecom details of the patient" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "address-city" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-city" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A city specified in an address" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "email" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-email" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A value in an email contact" ] ], [ fhir:index 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/individual-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/individual-address" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, 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/individual-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/individual-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/individual-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/individual-family" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of the family name of the patient" ] ] ], [ fhir:index 80; 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 81; 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 82; 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/individual-address" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "birthdate" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-birthdate" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The person's date of birth" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "address-state" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-state" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A state specified in an address" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "gender" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-gender" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The gender of the person" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "practitioner" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Person-practitioner" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Person links to this Practitioner" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "link" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Person-link" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Any link has this Patient, Person, RelatedPerson or Practitioner reference" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "relatedperson" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Person-relatedperson" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Person links to this RelatedPerson" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "address-postalcode" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-postalcode" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A postal code specified in an address" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "address-country" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-country" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A country specified in an address" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "phonetic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-phonetic" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of name using some kind of phonetic matching algorithm" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "phone" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-phone" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A value in a phone contact" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Person-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Person links to this Patient" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Person-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The organization at which this person record is being managed" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Person-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "address-use" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-use" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A use code specified in an address" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "telecom" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-telecom" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value in any kind of contact" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "address-city" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-city" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A city specified in an address" ] ], [ fhir:index 18; fhir:CapabilityStatement.name [ fhir:value "email" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-email" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A value in an email contact" ] ] ], [ fhir:index 83; 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.searchInclude [ fhir:value "PlanDefinition.successor"; fhir:index 0 ], [ fhir:value "PlanDefinition.derived-from"; fhir:index 1 ], [ fhir:value "PlanDefinition.predecessor"; fhir:index 2 ], [ fhir:value "PlanDefinition.composed-of"; fhir:index 3 ], [ fhir:value "PlanDefinition.depends-on"; fhir:index 4 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.definition"; fhir:index 0 ], [ fhir:value "Communication.definition"; fhir:index 1 ], [ fhir:value "DeviceRequest.definition"; fhir:index 2 ], [ fhir:value "FamilyMemberHistory.definition"; fhir:index 3 ], [ fhir:value "Flag.subject"; fhir:index 4 ], [ fhir:value "Flag.patient"; fhir:index 5 ], [ fhir:value "Procedure.definition"; fhir:index 6 ], [ fhir:value "ProcedureRequest.definition"; fhir:index 7 ], [ fhir:value "ReferralRequest.definition"; fhir:index 8 ], [ fhir:value "ResearchStudy.protocol"; fhir:index 9 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The plan definition publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the plan definition" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "successor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-successor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the plan definition" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The description of the plan definition" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "derived-from" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-derived-from" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "predecessor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-predecessor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the plan definition" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "composed-of" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-composed-of" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business version of the plan definition" ] ], [ fhir:index 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 "effective" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-effective" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The time during which the plan definition is intended to be in use" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "depends-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-depends-on" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PlanDefinition-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the plan definition" ] ], [ fhir:index 14; 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 15; 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 16; 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 84; 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.searchRevInclude [ fhir:value "Account.subject"; fhir:index 0 ], [ fhir:value "Account.patient"; fhir:index 1 ], [ fhir:value "AdverseEvent.recorder"; fhir:index 2 ], [ fhir:value "AllergyIntolerance.recorder"; fhir:index 3 ], [ fhir:value "AllergyIntolerance.asserter"; 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 "CarePlan.performer"; fhir:index 16 ], [ fhir:value "CareTeam.participant"; fhir:index 17 ], [ fhir:value "ChargeItem.participant-actor"; fhir:index 18 ], [ fhir:value "ChargeItem.enterer"; fhir:index 19 ], [ fhir:value "Claim.care-team"; fhir:index 20 ], [ fhir:value "Claim.payee"; fhir:index 21 ], [ fhir:value "Claim.provider"; fhir:index 22 ], [ fhir:value "Claim.enterer"; fhir:index 23 ], [ fhir:value "ClaimResponse.request-provider"; fhir:index 24 ], [ fhir:value "ClinicalImpression.assessor"; fhir:index 25 ], [ fhir:value "Communication.sender"; fhir:index 26 ], [ fhir:value "Communication.recipient"; fhir:index 27 ], [ fhir:value "CommunicationRequest.requester"; fhir:index 28 ], [ fhir:value "CommunicationRequest.sender"; fhir:index 29 ], [ fhir:value "CommunicationRequest.recipient"; fhir:index 30 ], [ fhir:value "Composition.author"; fhir:index 31 ], [ fhir:value "Composition.attester"; fhir:index 32 ], [ fhir:value "Condition.asserter"; fhir:index 33 ], [ fhir:value "Consent.actor"; fhir:index 34 ], [ fhir:value "Consent.consentor"; fhir:index 35 ], [ fhir:value "Contract.agent"; fhir:index 36 ], [ fhir:value "Contract.signer"; fhir:index 37 ], [ fhir:value "DetectedIssue.author"; fhir:index 38 ], [ fhir:value "DeviceRequest.requester"; fhir:index 39 ], [ fhir:value "DeviceRequest.performer"; fhir:index 40 ], [ fhir:value "DiagnosticReport.performer"; fhir:index 41 ], [ fhir:value "DocumentManifest.subject"; fhir:index 42 ], [ fhir:value "DocumentManifest.author"; fhir:index 43 ], [ fhir:value "DocumentManifest.patient"; fhir:index 44 ], [ fhir:value "DocumentManifest.recipient"; fhir:index 45 ], [ fhir:value "DocumentReference.subject"; fhir:index 46 ], [ fhir:value "DocumentReference.patient"; fhir:index 47 ], [ fhir:value "DocumentReference.authenticator"; fhir:index 48 ], [ fhir:value "DocumentReference.author"; fhir:index 49 ], [ fhir:value "EligibilityRequest.provider"; fhir:index 50 ], [ fhir:value "EligibilityRequest.enterer"; fhir:index 51 ], [ fhir:value "EligibilityResponse.request-provider"; fhir:index 52 ], [ fhir:value "Encounter.practitioner"; fhir:index 53 ], [ fhir:value "Encounter.participant"; fhir:index 54 ], [ fhir:value "EpisodeOfCare.care-manager"; fhir:index 55 ], [ fhir:value "ExplanationOfBenefit.care-team"; fhir:index 56 ], [ fhir:value "ExplanationOfBenefit.payee"; fhir:index 57 ], [ fhir:value "ExplanationOfBenefit.provider"; fhir:index 58 ], [ fhir:value "ExplanationOfBenefit.enterer"; fhir:index 59 ], [ fhir:value "Flag.subject"; fhir:index 60 ], [ fhir:value "Flag.patient"; fhir:index 61 ], [ fhir:value "Flag.author"; fhir:index 62 ], [ fhir:value "Group.member"; fhir:index 63 ], [ fhir:value "ImagingManifest.author"; fhir:index 64 ], [ fhir:value "ImagingStudy.performer"; fhir:index 65 ], [ fhir:value "Immunization.practitioner"; fhir:index 66 ], [ fhir:value "Linkage.author"; fhir:index 67 ], [ fhir:value "List.source"; fhir:index 68 ], [ fhir:value "Media.subject"; fhir:index 69 ], [ fhir:value "Media.operator"; fhir:index 70 ], [ fhir:value "Media.patient"; fhir:index 71 ], [ fhir:value "MedicationAdministration.performer"; fhir:index 72 ], [ fhir:value "MedicationDispense.performer"; fhir:index 73 ], [ fhir:value "MedicationDispense.receiver"; fhir:index 74 ], [ fhir:value "MedicationDispense.responsibleparty"; fhir:index 75 ], [ fhir:value "MedicationRequest.requester"; fhir:index 76 ], [ fhir:value "MedicationStatement.source"; fhir:index 77 ], [ fhir:value "MessageHeader.receiver"; fhir:index 78 ], [ fhir:value "MessageHeader.author"; fhir:index 79 ], [ fhir:value "MessageHeader.sender"; fhir:index 80 ], [ fhir:value "MessageHeader.responsible"; fhir:index 81 ], [ fhir:value "MessageHeader.enterer"; fhir:index 82 ], [ fhir:value "NutritionOrder.provider"; fhir:index 83 ], [ fhir:value "Observation.performer"; fhir:index 84 ], [ fhir:value "Patient.general-practitioner"; fhir:index 85 ], [ fhir:value "PaymentNotice.provider"; fhir:index 86 ], [ fhir:value "PaymentReconciliation.request-provider"; fhir:index 87 ], [ fhir:value "Person.practitioner"; fhir:index 88 ], [ fhir:value "Person.link"; fhir:index 89 ], [ fhir:value "Person.relatedperson"; fhir:index 90 ], [ fhir:value "Person.patient"; fhir:index 91 ], [ fhir:value "PractitionerRole.practitioner"; fhir:index 92 ], [ fhir:value "Procedure.performer"; fhir:index 93 ], [ fhir:value "ProcedureRequest.requester"; fhir:index 94 ], [ fhir:value "ProcedureRequest.performer"; fhir:index 95 ], [ fhir:value "ProcessRequest.provider"; fhir:index 96 ], [ fhir:value "ProcessResponse.request-provider"; fhir:index 97 ], [ fhir:value "Provenance.agent"; fhir:index 98 ], [ fhir:value "QuestionnaireResponse.author"; fhir:index 99 ], [ fhir:value "QuestionnaireResponse.source"; fhir:index 100 ], [ fhir:value "ReferralRequest.requester"; fhir:index 101 ], [ fhir:value "ReferralRequest.recipient"; fhir:index 102 ], [ fhir:value "RequestGroup.author"; fhir:index 103 ], [ fhir:value "RequestGroup.participant"; fhir:index 104 ], [ fhir:value "ResearchStudy.principalinvestigator"; fhir:index 105 ], [ fhir:value "RiskAssessment.performer"; fhir:index 106 ], [ fhir:value "Schedule.actor"; fhir:index 107 ], [ fhir:value "Specimen.collector"; fhir:index 108 ], [ fhir:value "SupplyDelivery.receiver"; fhir:index 109 ], [ fhir:value "SupplyDelivery.supplier"; fhir:index 110 ], [ fhir:value "SupplyRequest.requester"; fhir:index 111 ], [ fhir:value "Task.owner"; fhir:index 112 ], [ fhir:value "Task.requester"; fhir:index 113 ], [ fhir:value "VisionPrescription.prescriber"; fhir:index 114 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Practitioner-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A practitioner's Identifier" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "given" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-given" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of the given name" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "address" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "address-state" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-state" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A state specified in an address" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "gender" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-gender" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Gender of the practitioner" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "active" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Practitioner-active" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Whether the practitioner record is active" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "address-postalcode" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-postalcode" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A postalCode specified in an address" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "address-country" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-country" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A country specified in an address" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "phonetic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-phonetic" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of either family or given name using some kind of phonetic matching algorithm" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "phone" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-phone" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A value in a phone contact" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Practitioner-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "address-use" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-use" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A use code specified in an address" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "telecom" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-telecom" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value in any kind of contact" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "family" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-family" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of the family name" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "address-city" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-city" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A city specified in an address" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "communication" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Practitioner-communication" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "One of the languages that the practitioner can communicate with" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "email" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-email" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A value in an email contact" ] ] ], [ fhir:index 85; 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.practitioner"; fhir:index 0 ], [ fhir:value "PractitionerRole.endpoint"; fhir:index 1 ], [ fhir:value "PractitionerRole.service"; fhir:index 2 ], [ fhir:value "PractitionerRole.organization"; fhir:index 3 ], [ fhir:value "PractitionerRole.location"; fhir:index 4 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "Schedule.actor"; 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/PractitionerRole-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The period during which the practitioner is authorized to perform in these role(s)" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PractitionerRole-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A practitioner's Identifier" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "specialty" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PractitionerRole-specialty" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The practitioner has this specialty at an organization" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "role" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PractitionerRole-role" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The practitioner can perform this role at for the organization" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "practitioner" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PractitionerRole-practitioner" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Practitioner that is able to provide the defined services for the organation" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "active" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PractitionerRole-active" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Whether this practitioner's record is in active use" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "endpoint" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PractitionerRole-endpoint" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Technical endpoints providing access to services operated for the practitioner with this role" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "phone" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-phone" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A value in a phone contact" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "service" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PractitionerRole-service" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The list of healthcare services that this worker provides for this role's Organization/Location(s)" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "organization" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PractitionerRole-organization" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of the organization the practitioner represents / acts on behalf of" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "telecom" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-telecom" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value in any kind of contact" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "location" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/PractitionerRole-location" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "One of the locations at which this practitioner provides care" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "email" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-email" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A value in an email contact" ] ] ], [ fhir:index 86; 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.part-of"; fhir:index 2 ], [ fhir:value "Procedure.encounter"; fhir:index 3 ], [ fhir:value "Procedure.based-on"; fhir:index 4 ], [ fhir:value "Procedure.patient"; fhir:index 5 ], [ fhir:value "Procedure.context"; fhir:index 6 ], [ fhir:value "Procedure.location"; fhir:index 7 ], [ fhir:value "Procedure.definition"; fhir:index 8 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "ChargeItem.service"; fhir:index 0 ], [ fhir:value "ClinicalImpression.action"; fhir:index 1 ], [ fhir:value "Encounter.diagnosis"; fhir:index 2 ], [ fhir:value "Flag.subject"; fhir:index 3 ], [ fhir:value "Flag.patient"; fhir:index 4 ], [ fhir:value "MedicationStatement.part-of"; fhir:index 5 ], [ fhir:value "Procedure.part-of"; fhir:index 6 ], [ fhir:value "QuestionnaireResponse.parent"; 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/clinical-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/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A unique identifier for a procedure" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A code to identify a procedure" ] ], [ fhir:index 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 "part-of" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Procedure-part-of" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Part of referenced event" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by encounter" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "based-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Procedure-based-on" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "A request for this procedure" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by subject - a patient" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Procedure-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter or episode associated with the procedure" ] ], [ fhir:index 10; 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 11; fhir:CapabilityStatement.name [ fhir:value "definition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Procedure-definition" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Instantiates protocol or definition" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Procedure-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Classification of the procedure" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Procedure-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "preparation | in-progress | suspended | aborted | completed | entered-in-error | unknown" ] ] ], [ fhir:index 87; 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.requester"; fhir:index 0 ], [ fhir:value "ProcedureRequest.performer"; fhir:index 1 ], [ fhir:value "ProcedureRequest.replaces"; fhir:index 2 ], [ fhir:value "ProcedureRequest.subject"; fhir:index 3 ], [ fhir:value "ProcedureRequest.encounter"; fhir:index 4 ], [ fhir:value "ProcedureRequest.based-on"; fhir:index 5 ], [ fhir:value "ProcedureRequest.patient"; fhir:index 6 ], [ fhir:value "ProcedureRequest.specimen"; fhir:index 7 ], [ fhir:value "ProcedureRequest.context"; fhir:index 8 ], [ fhir:value "ProcedureRequest.definition"; fhir:index 9 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.activity-reference"; fhir:index 0 ], [ fhir:value "ClinicalImpression.action"; fhir:index 1 ], [ fhir:value "DiagnosticReport.based-on"; fhir:index 2 ], [ fhir:value "ImagingStudy.basedon"; fhir:index 3 ], [ fhir:value "Media.based-on"; fhir:index 4 ], [ fhir:value "Observation.based-on"; fhir:index 5 ], [ fhir:value "Procedure.based-on"; fhir:index 6 ], [ fhir:value "QuestionnaireResponse.based-on"; fhir:index 7 ], [ fhir:value "ReferralRequest.based-on"; fhir:index 8 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "authored" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcedureRequest-authored" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Date request signed" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "requester" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcedureRequest-requester" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Individual making the request" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifiers assigned to this order" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "What is being requested/ordered" ] ], [ fhir:index 4; 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 "Requested perfomer" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "requisition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcedureRequest-requisition" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Composite Request ID" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "replaces" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcedureRequest-replaces" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What request replaces" ] ], [ fhir:index 7; 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 8; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "An encounter in which this request is made" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "occurrence" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcedureRequest-occurrence" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When procedure should occur" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "priority" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcedureRequest-priority" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "routine | urgent | asap | stat" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "intent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcedureRequest-intent" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "proposal | plan | order +" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "performer-type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcedureRequest-performer-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Performer role" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "based-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcedureRequest-based-on" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What request fulfills" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Search by subject - a patient" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "specimen" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcedureRequest-specimen" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Specimen to be tested" ] ], [ fhir:index 16; fhir:CapabilityStatement.name [ fhir:value "context" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcedureRequest-context" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Encounter or Episode during which request was created" ] ], [ fhir:index 17; fhir:CapabilityStatement.name [ fhir:value "definition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcedureRequest-definition" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Protocol or definition" ] ], [ fhir:index 18; 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 "Where procedure is going to be done" ] ], [ fhir:index 19; 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 "draft | active | suspended | completed | entered-in-error | cancelled" ] ] ], [ fhir:index 88; 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 "PaymentReconciliation.request"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcessRequest-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business identifier of the ProcessRequest" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "provider" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ProcessRequest-provider" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The provider who regenerated this request" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "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 89; 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 90; 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.entity-ref"; fhir:index 0 ], [ fhir:value "Provenance.agent"; fhir:index 1 ], [ fhir:value "Provenance.patient"; fhir:index 2 ], [ fhir:value "Provenance.location"; fhir:index 3 ], [ fhir:value "Provenance.target"; fhir:index 4 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "entity-ref" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Provenance-entity-ref" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identity of entity" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "agent" ]; 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 "signature-type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Provenance-signature-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Indication of the reason the entity signed the object(s)" ] ], [ fhir:index 3; 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 4; 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 5; 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 6; 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 7; fhir:CapabilityStatement.name [ fhir:value "recorded" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Provenance-recorded" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the activity was recorded / updated" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "agent-role" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Provenance-agent-role" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "What the agents role was" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "entity-id" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Provenance-entity-id" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identity of entity" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "target" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Provenance-target" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Target Reference(s) (usually version specific)" ] ] ], [ fhir:index 91; 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 "CarePlan.definition"; fhir:index 0 ], [ fhir:value "FamilyMemberHistory.definition"; fhir:index 1 ], [ fhir:value "QuestionnaireResponse.questionnaire"; 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/Questionnaire-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The questionnaire publication date" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifier for the questionnaire" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "effective" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-effective" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The time during which the questionnaire is intended to be in use" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A code that corresponds to one of its items in the questionnaire" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the questionnaire" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the questionnaire" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The description of the questionnaire" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the questionnaire" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the questionnaire" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business version of the questionnaire" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the questionnaire" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Questionnaire-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the questionnaire" ] ] ], [ fhir:index 92; 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 last changed" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The unique identifier for the questionnaire response" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "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 was performed as a 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 associated with the questionnaire response" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "source" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-source" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The individual providing the information reflected in the questionnaire respose" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The status of the questionnaire response" ] ] ], [ fhir:index 93; 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.replaces"; fhir:index 1 ], [ fhir:value "ReferralRequest.subject"; fhir:index 2 ], [ fhir:value "ReferralRequest.encounter"; fhir:index 3 ], [ fhir:value "ReferralRequest.based-on"; fhir:index 4 ], [ fhir:value "ReferralRequest.patient"; fhir:index 5 ], [ fhir:value "ReferralRequest.recipient"; fhir:index 6 ], [ fhir:value "ReferralRequest.context"; fhir:index 7 ], [ fhir:value "ReferralRequest.definition"; fhir:index 8 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "Appointment.incomingreferral"; fhir:index 0 ], [ fhir:value "CarePlan.activity-reference"; fhir:index 1 ], [ fhir:value "ClinicalImpression.action"; fhir:index 2 ], [ fhir:value "DiagnosticReport.based-on"; fhir:index 3 ], [ fhir:value "Encounter.incomingreferral"; fhir:index 4 ], [ fhir:value "EpisodeOfCare.incomingreferral"; fhir:index 5 ], [ fhir:value "ImagingStudy.basedon"; fhir:index 6 ], [ fhir:value "Observation.based-on"; fhir:index 7 ], [ fhir:value "Procedure.based-on"; fhir:index 8 ], [ fhir:value "QuestionnaireResponse.based-on"; fhir:index 9 ], [ fhir:value "ReferralRequest.replaces"; fhir:index 10 ], [ fhir:value "ReferralRequest.based-on"; fhir:index 11 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; 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 "Individual making the request" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ReferralRequest-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Business identifier" ] ], [ fhir:index 2; 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 3; fhir:CapabilityStatement.name [ fhir:value "replaces" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ReferralRequest-replaces" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Request(s) replaced by this request" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ReferralRequest-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Patient referred to care or transfer" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ReferralRequest-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Originating encounter" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "authored-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ReferralRequest-authored-on" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Creation or activation date" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "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 "intent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ReferralRequest-intent" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Proposal, plan or order" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "group-identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ReferralRequest-group-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Part of common request" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "based-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ReferralRequest-based-on" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Request being fulfilled" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who the referral is about" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "service" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ReferralRequest-service" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Actions requested as part of the referral" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "occurrence-date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ReferralRequest-occurrence-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the service(s) requested in the referral should occur" ] ], [ fhir:index 15; 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 16; 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 17; fhir:CapabilityStatement.name [ fhir:value "definition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ReferralRequest-definition" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Instantiates protocol or definition" ] ], [ fhir:index 18; 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 94; 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 "AdverseEvent.recorder"; fhir:index 0 ], [ fhir:value "AllergyIntolerance.asserter"; 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 "Basic.author"; fhir:index 12 ], [ fhir:value "CarePlan.performer"; fhir:index 13 ], [ fhir:value "CareTeam.participant"; fhir:index 14 ], [ fhir:value "ChargeItem.participant-actor"; fhir:index 15 ], [ fhir:value "ChargeItem.enterer"; fhir:index 16 ], [ fhir:value "Claim.payee"; fhir:index 17 ], [ fhir:value "Communication.sender"; fhir:index 18 ], [ fhir:value "Communication.recipient"; fhir:index 19 ], [ fhir:value "CommunicationRequest.requester"; fhir:index 20 ], [ fhir:value "CommunicationRequest.sender"; fhir:index 21 ], [ fhir:value "CommunicationRequest.recipient"; fhir:index 22 ], [ fhir:value "Composition.author"; fhir:index 23 ], [ fhir:value "Condition.asserter"; fhir:index 24 ], [ fhir:value "Consent.actor"; fhir:index 25 ], [ fhir:value "Consent.consentor"; fhir:index 26 ], [ fhir:value "Contract.agent"; fhir:index 27 ], [ fhir:value "Contract.signer"; fhir:index 28 ], [ fhir:value "Coverage.subscriber"; fhir:index 29 ], [ fhir:value "Coverage.payor"; fhir:index 30 ], [ fhir:value "Coverage.policy-holder"; fhir:index 31 ], [ fhir:value "DeviceRequest.performer"; fhir:index 32 ], [ fhir:value "DocumentManifest.author"; fhir:index 33 ], [ fhir:value "DocumentManifest.recipient"; fhir:index 34 ], [ fhir:value "DocumentReference.author"; fhir:index 35 ], [ fhir:value "Encounter.practitioner"; fhir:index 36 ], [ fhir:value "Encounter.participant"; fhir:index 37 ], [ fhir:value "ExplanationOfBenefit.payee"; fhir:index 38 ], [ fhir:value "ImagingManifest.author"; fhir:index 39 ], [ fhir:value "MedicationAdministration.performer"; fhir:index 40 ], [ fhir:value "MedicationDispense.performer"; fhir:index 41 ], [ fhir:value "MedicationRequest.requester"; fhir:index 42 ], [ fhir:value "MedicationStatement.source"; fhir:index 43 ], [ fhir:value "Observation.performer"; fhir:index 44 ], [ fhir:value "Patient.link"; fhir:index 45 ], [ fhir:value "Person.practitioner"; fhir:index 46 ], [ fhir:value "Person.link"; fhir:index 47 ], [ fhir:value "Person.relatedperson"; fhir:index 48 ], [ fhir:value "Person.patient"; fhir:index 49 ], [ fhir:value "Procedure.performer"; fhir:index 50 ], [ fhir:value "ProcedureRequest.performer"; fhir:index 51 ], [ fhir:value "Provenance.agent"; fhir:index 52 ], [ fhir:value "QuestionnaireResponse.author"; fhir:index 53 ], [ fhir:value "QuestionnaireResponse.source"; fhir:index 54 ], [ fhir:value "ReferralRequest.requester"; fhir:index 55 ], [ fhir:value "RequestGroup.participant"; fhir:index 56 ], [ fhir:value "Schedule.actor"; fhir:index 57 ], [ fhir:value "SupplyRequest.requester"; fhir:index 58 ], [ fhir:value "Task.owner"; fhir:index 59 ], [ fhir:value "Task.requester"; fhir:index 60 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RelatedPerson-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "An Identifier of the RelatedPerson" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "address" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "birthdate" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-birthdate" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The Related Person's date of birth" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "address-state" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-state" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A state specified in an address" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "gender" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-gender" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Gender of the related person" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "active" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RelatedPerson-active" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Indicates if the related person record is active" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "address-postalcode" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-postalcode" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A postal code specified in an address" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "address-country" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-country" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A country specified in an address" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "phonetic" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-phonetic" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A portion of name using some kind of phonetic matching algorithm" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "phone" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-phone" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A value in a phone contact" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RelatedPerson-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The patient this related person is related to" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RelatedPerson-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "address-use" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-use" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A use code specified in an address" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "telecom" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-telecom" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The value in any kind of contact" ] ], [ fhir:index 14; fhir:CapabilityStatement.name [ fhir:value "address-city" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-address-city" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "A city specified in an address" ] ], [ fhir:index 15; fhir:CapabilityStatement.name [ fhir:value "email" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/individual-email" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A value in an email contact" ] ] ], [ fhir:index 95; 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.subject"; fhir:index 0 ], [ fhir:value "RequestGroup.author"; fhir:index 1 ], [ fhir:value "RequestGroup.encounter"; fhir:index 2 ], [ fhir:value "RequestGroup.participant"; fhir:index 3 ], [ fhir:value "RequestGroup.patient"; fhir:index 4 ], [ fhir:value "RequestGroup.context"; fhir:index 5 ], [ fhir:value "RequestGroup.definition"; fhir:index 6 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.activity-reference"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "authored" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-authored" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The date the request group was authored" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifiers for the request group" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "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 3; 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 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 "priority" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-priority" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The priority of the request group" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "intent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-intent" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The intent of the request group" ] ], [ fhir:index 7; 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 8; fhir:CapabilityStatement.name [ fhir:value "group-identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-group-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The group identifier for the request group" ] ], [ fhir:index 9; 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 10; 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 11; fhir:CapabilityStatement.name [ fhir:value "definition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-definition" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The definition from which the request group is realized" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RequestGroup-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The status of the request group" ] ] ], [ fhir:index 96; 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 "AdverseEvent.study"; fhir:index 0 ], [ fhir:value "ResearchStudy.partof"; 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/ResearchStudy-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the study began and ended" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchStudy-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Business Identifier for study" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "partof" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchStudy-partof" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Part of larger study" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "sponsor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchStudy-sponsor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Organization 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 "The 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 97; 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.searchRevInclude [ fhir:value "AdverseEvent.subject"; 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/ResearchSubject-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Start and end of participation" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ResearchSubject-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Business Identifier for research subject" ] ], [ 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 98; 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/clinical-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When was assessment made?" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Unique identifier for the assessment" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "condition" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RiskAssessment-condition" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Condition assessed" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "performer" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RiskAssessment-performer" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who did assessment?" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "method" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RiskAssessment-method" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Evaluation mechanism" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RiskAssessment-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who/what does assessment apply to?" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who/what does assessment apply to?" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "probability" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RiskAssessment-probability" ]; fhir:CapabilityStatement.type [ fhir:value "number" ]; fhir:CapabilityStatement.documentation [ fhir:value "Likelihood of specified outcome" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "risk" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/RiskAssessment-risk" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Likelihood of specified outcome as a qualitative value" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Where was assessment performed?" ] ] ], [ fhir:index 99; 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 100; 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 the 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 "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 business version 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 "Computationally friendly 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 101; 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 102; 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.searchInclude [ fhir:value "ServiceDefinition.successor"; fhir:index 0 ], [ fhir:value "ServiceDefinition.derived-from"; fhir:index 1 ], [ fhir:value "ServiceDefinition.predecessor"; fhir:index 2 ], [ fhir:value "ServiceDefinition.composed-of"; fhir:index 3 ], [ fhir:value "ServiceDefinition.depends-on"; fhir:index 4 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/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 identifier for the service definition" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "successor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceDefinition-successor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceDefinition-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the service definition" ] ], [ fhir:index 4; 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 "The description of the service definition" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "derived-from" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceDefinition-derived-from" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "predecessor" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceDefinition-predecessor" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceDefinition-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the service definition" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "composed-of" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceDefinition-composed-of" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceDefinition-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business version 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 "effective" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceDefinition-effective" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The time during which the service definition is intended to be in use" ] ], [ fhir:index 12; fhir:CapabilityStatement.name [ fhir:value "depends-on" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceDefinition-depends-on" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "What resource is being referenced" ] ], [ fhir:index 13; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ServiceDefinition-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the service definition" ] ], [ fhir:index 14; 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 15; 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 16; 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 103; 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 104; 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 "ProcedureRequest.specimen"; fhir:index 4 ], [ fhir:value "Specimen.parent"; fhir:index 5 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "container" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-container" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The kind of specimen container" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The unique identifier associated with the specimen" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "parent" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-parent" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The parent of the specimen" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "container-id" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-container-id" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The unique identifier associated with the specimen container" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "bodysite" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-bodysite" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The code for the body site from where the specimen originated" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "subject" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-subject" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The subject of the specimen" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The patient the specimen comes from" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "collected" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-collected" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The date the specimen was collected" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "accession" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-accession" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The accession number associated with the specimen" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The specimen type" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "collector" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-collector" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who collected the specimen" ] ], [ fhir:index 11; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Specimen-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "available | unavailable | unsatisfactory | entered-in-error" ] ] ], [ fhir:index 105; 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.resource-profile"; fhir:index 0 ], [ fhir:value "CapabilityStatement.supported-profile"; fhir:index 1 ], [ fhir:value "OperationDefinition.param-profile"; 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 identifier for the structure definition" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "valueset" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/StructureDefinition-valueset" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "A vocabulary binding reference" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "kind" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/StructureDefinition-kind" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "primitive-type | complex-type | resource | logical" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/StructureDefinition-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the structure definition" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/StructureDefinition-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The description of the structure definition" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "experimental" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/StructureDefinition-experimental" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "For testing purposes, not real usage" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "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 "The human-friendly name 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 business version 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 "Computationally friendly 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 106; 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 identifier 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 the 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 "Computationally friendly name of the structure map" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/StructureMap-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The description of the structure map" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/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 "The human-friendly name of the structure map" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/StructureMap-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business version of the structure map" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/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 107; 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 "The mime-type of the notification payload" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "criteria" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Subscription-criteria" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The search rules used to determine when to send a notification" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "add-tag" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Subscription-add-tag" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "A tag to be added to the resource matching the criteria" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "contact" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Subscription-contact" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Contact details for the subscription" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "type" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Subscription-type" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The type of channel for the sent notifications" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Subscription-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that will receive the notifications" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Subscription-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current state of the subscription" ] ] ], [ fhir:index 108; 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 "AdverseEvent.substance"; fhir:index 0 ], [ fhir:value "Contract.agent"; fhir:index 1 ], [ fhir:value "Group.member"; fhir:index 2 ], [ fhir:value "Medication.ingredient"; fhir:index 3 ], [ fhir:value "Specimen.subject"; fhir:index 4 ], [ fhir:value "Specimen.patient"; fhir:index 5 ], [ fhir:value "Substance.substance-reference"; 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/Substance-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Unique identifier for the substance" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "container-identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Substance-container-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Identifier of the package/container" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "code" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Substance-code" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The code of the substance or ingredient" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "quantity" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Substance-quantity" ]; fhir:CapabilityStatement.type [ fhir:value "quantity" ]; fhir:CapabilityStatement.documentation [ fhir:value "Amount of substance in the package" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "substance-reference" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Substance-substance-reference" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "A component of the substance" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "expiry" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Substance-expiry" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Expiry date of package or container of substance" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Substance-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The category of the substance" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/Substance-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "active | inactive | entered-in-error" ] ] ], [ fhir:index 109; 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.searchRevInclude [ fhir:value "ChargeItem.service"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "External identifier" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "receiver" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SupplyDelivery-receiver" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who collected the Supply" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Patient for whom the item is supplied" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "supplier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SupplyDelivery-supplier" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Dispenser" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SupplyDelivery-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "in-progress | completed | abandoned | entered-in-error" ] ] ], [ fhir:index 110; 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.requester"; fhir:index 0 ], [ fhir:value "SupplyRequest.supplier"; fhir:index 1 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "requester" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SupplyRequest-requester" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Individual making the request" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "date" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-date" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "When the request was made" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Unique identifier" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "supplier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SupplyRequest-supplier" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who is intended to fulfill the request" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "category" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SupplyRequest-category" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The kind of supply (central, non-stock, etc.)" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/SupplyRequest-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "draft | active | suspended +" ] ] ], [ fhir:index 111; 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.organization"; fhir:index 7 ], [ fhir:value "Task.context"; fhir:index 8 ]; fhir:CapabilityStatement.searchRevInclude [ fhir:value "CarePlan.activity-reference"; fhir:index 0 ], [ fhir:value "Task.part-of"; fhir:index 1 ]; 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 "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 17; 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 18; 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 19; 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 112; 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 "result" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestReport-result" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The result disposition of the test execution" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestReport-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "An external identifier for the test report" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "tester" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestReport-tester" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The name of the testing organization" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "testscript" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestReport-testscript" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The test script executed to produce this report" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "issued" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestReport-issued" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "The test report generation date" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "participant" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestReport-participant" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The reference to a participant in the test execution" ] ] ], [ fhir:index 113; 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 identifier for the test script" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "jurisdiction" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-jurisdiction" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Intended jurisdiction for the test script" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "name" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-name" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Computationally friendly name of the test script" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "description" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-description" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The description of the test script" ] ], [ fhir:index 5; fhir:CapabilityStatement.name [ fhir:value "publisher" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-publisher" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "Name of the publisher of the test script" ] ], [ fhir:index 6; fhir:CapabilityStatement.name [ fhir:value "testscript-capability" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-testscript-capability" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "TestScript required and validated capability" ] ], [ fhir:index 7; fhir:CapabilityStatement.name [ fhir:value "title" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-title" ]; fhir:CapabilityStatement.type [ fhir:value "string" ]; fhir:CapabilityStatement.documentation [ fhir:value "The human-friendly name of the test script" ] ], [ fhir:index 8; fhir:CapabilityStatement.name [ fhir:value "version" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-version" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The business version of the test script" ] ], [ fhir:index 9; fhir:CapabilityStatement.name [ fhir:value "url" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-url" ]; fhir:CapabilityStatement.type [ fhir:value "uri" ]; fhir:CapabilityStatement.documentation [ fhir:value "The uri that identifies the test script" ] ], [ fhir:index 10; fhir:CapabilityStatement.name [ fhir:value "status" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/TestScript-status" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "The current status of the test script" ] ] ], [ fhir:index 114; 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 identifier 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 the 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 "Computationally friendly 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 "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 "The human-friendly name 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 business version 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 115; 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.activity-reference"; fhir:index 0 ]; fhir:CapabilityStatement.searchParam [ fhir:index 0; fhir:CapabilityStatement.name [ fhir:value "prescriber" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/VisionPrescription-prescriber" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Who authorizes the vision product" ] ], [ fhir:index 1; fhir:CapabilityStatement.name [ fhir:value "identifier" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-identifier" ]; fhir:CapabilityStatement.type [ fhir:value "token" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions with this external identifier" ] ], [ fhir:index 2; fhir:CapabilityStatement.name [ fhir:value "patient" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-patient" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "The identity of a patient to list dispenses for" ] ], [ fhir:index 3; fhir:CapabilityStatement.name [ fhir:value "datewritten" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/VisionPrescription-datewritten" ]; fhir:CapabilityStatement.type [ fhir:value "date" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions written on this date" ] ], [ fhir:index 4; fhir:CapabilityStatement.name [ fhir:value "encounter" ]; fhir:CapabilityStatement.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/clinical-encounter" ]; fhir:CapabilityStatement.type [ fhir:value "reference" ]; fhir:CapabilityStatement.documentation [ fhir:value "Return prescriptions with this encounter identifier" ] ] ]; fhir: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 "lastn" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/observation-lastn" ] ] ], [ fhir:index 23; fhir:CapabilityStatement.name [ fhir:value "match" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/patient-match" ] ] ], [ fhir:index 24; fhir:CapabilityStatement.name [ fhir:value "everything" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/patient-everything" ] ] ], [ fhir:index 25; fhir:CapabilityStatement.name [ fhir:value "apply" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/plandefinition-apply" ] ] ], [ fhir:index 26; 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 27; fhir:CapabilityStatement.name [ fhir:value "populate" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/questionnaire-populate" ] ] ], [ fhir:index 28; fhir:CapabilityStatement.name [ fhir:value "populatehtml" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/questionnaire-populatehtml" ] ] ], [ fhir:index 29; fhir:CapabilityStatement.name [ fhir:value "populatelink" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/questionnaire-populatelink" ] ] ], [ fhir:index 30; fhir:CapabilityStatement.name [ fhir:value "evaluate" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/servicedefinition-evaluate" ] ] ], [ fhir:index 31; 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 32; fhir:CapabilityStatement.name [ fhir:value "questionnaire" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/structuredefinition-questionnaire" ] ] ], [ fhir:index 33; fhir:CapabilityStatement.name [ fhir:value "transform" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/structuremap-transform" ] ] ], [ fhir:index 34; fhir:CapabilityStatement.name [ fhir:value "expand" ]; fhir:CapabilityStatement.definition [ fhir:Reference.reference [ fhir:value "http://hl7.org/fhir/OperationDefinition/valueset-expand" ] ] ], [ fhir:index 35; 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.