This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Base Conformance Statement
{ "resourceType": "Conformance", "id": "base", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "url": "http://hl7.org/fhir/Conformance/base", "version": "1.6.0-9663", "name": "Base FHIR Conformance Statement (Full)", "status": "draft", "experimental": true, "date": "2016-08-11T17:02:54+10:00", "publisher": "FHIR Project Team", "contact": [ { "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "description": "This is the base conformance statement for FHIR. It represents a server that provides the full set of functionality defined by FHIR. It is provided to use as a template for system designers to build their own conformance statements from", "kind": "capability", "software": { "name": "Insert your softwware name here..." }, "fhirVersion": "1.6.0", "acceptUnknown": "both", "format": [ "xml", "json" ], "rest": [ { "mode": "server", "documentation": "All the functionality defined in FHIR", "security": { "cors": true, "service": [ { "coding": [ { "system": "http://hl7.org/fhir/restful-security-service", "code": "SMART-on-FHIR", "display": "SMART-on-FHIR" } ], "text": "See http://docs.smarthealthit.org/" } ], "description": "This is the conformance statement to declare that the server supports SMART-on-FHIR. See the SMART-on-FHIR docs for the extension that would go with such a server" }, "resource": [ { "type": "Account", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Account" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Account.owner", "Account.subject", "Account.patient" ], "searchParam": [ { "name": "owner", "definition": "http://hl7.org/fhir/SearchParameter/account-owner", "type": "reference", "documentation": "Who is responsible?" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/account-identifier", "type": "token", "documentation": "Account number" }, { "name": "period", "definition": "http://hl7.org/fhir/SearchParameter/account-period", "type": "date", "documentation": "Transaction window" }, { "name": "balance", "definition": "http://hl7.org/fhir/SearchParameter/account-balance", "type": "quantity", "documentation": "How much is in account?" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/account-subject", "type": "reference", "documentation": "What is account tied to?" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/account-patient", "type": "reference", "documentation": "What is account tied to?" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/account-name", "type": "string", "documentation": "Human-readable label" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/account-type", "type": "token", "documentation": "E.g. patient, expense, depreciation" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/account-status", "type": "token", "documentation": "active | inactive | entered-in-error" } ] }, { "type": "ActivityDefinition", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/ActivityDefinition" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/activitydefinition-identifier", "type": "token", "documentation": "Logical identifier for the module (e.g. CMS-143)" }, { "name": "topic", "definition": "http://hl7.org/fhir/SearchParameter/activitydefinition-topic", "type": "token", "documentation": "Topics associated with the module" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/activitydefinition-description", "type": "string", "documentation": "Text search against the description" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/activitydefinition-title", "type": "string", "documentation": "Text search against the title" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/activitydefinition-version", "type": "string", "documentation": "Version of the module (e.g. 1.0.0)" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/activitydefinition-status", "type": "token", "documentation": "Status of the module" } ] }, { "type": "AllergyIntolerance", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "AllergyIntolerance.recorder", "AllergyIntolerance.reporter", "AllergyIntolerance.patient" ], "searchRevInclude": [ "ClinicalImpression.problem", "ImmunizationRecommendation.information" ], "searchParam": [ { "name": "severity", "definition": "http://hl7.org/fhir/SearchParameter/allergyintolerance-severity", "type": "token", "documentation": "mild | moderate | severe (of event as a whole)" }, { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/allergyintolerance-date", "type": "date", "documentation": "Date record was believed accurate" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/allergyintolerance-identifier", "type": "token", "documentation": "External ids for this item" }, { "name": "manifestation", "definition": "http://hl7.org/fhir/SearchParameter/allergyintolerance-manifestation", "type": "token", "documentation": "Clinical symptoms/signs associated with the Event" }, { "name": "recorder", "definition": "http://hl7.org/fhir/SearchParameter/allergyintolerance-recorder", "type": "reference", "documentation": "Who recorded the sensitivity" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/allergyintolerance-code", "type": "token", "documentation": "Allergy or intolerance code" }, { "name": "criticality", "definition": "http://hl7.org/fhir/SearchParameter/allergyintolerance-criticality", "type": "token", "documentation": "low | high | unable-to-assess" }, { "name": "reporter", "definition": "http://hl7.org/fhir/SearchParameter/allergyintolerance-reporter", "type": "reference", "documentation": "Source of the information about the allergy" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/allergyintolerance-type", "type": "token", "documentation": "allergy | intolerance - Underlying mechanism (if known)" }, { "name": "onset", "definition": "http://hl7.org/fhir/SearchParameter/allergyintolerance-onset", "type": "date", "documentation": "Date(/time) when manifestations showed" }, { "name": "route", "definition": "http://hl7.org/fhir/SearchParameter/allergyintolerance-route", "type": "token", "documentation": "How the subject was exposed to the substance" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/allergyintolerance-patient", "type": "reference", "documentation": "Who the sensitivity is for" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/allergyintolerance-category", "type": "token", "documentation": "food | medication | biologic | environment" }, { "name": "last-date", "definition": "http://hl7.org/fhir/SearchParameter/allergyintolerance-last-date", "type": "date", "documentation": "Date(/time) of last known occurrence of a reaction" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/allergyintolerance-status", "type": "token", "documentation": "active | active-confirmed | inactive | resolved | refuted | entered-in-error" } ] }, { "type": "Appointment", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Appointment" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Appointment.actor", "Appointment.practitioner", "Appointment.patient", "Appointment.location" ], "searchRevInclude": [ "AppointmentResponse.appointment", "CarePlan.activityreference", "ClinicalImpression.action", "ClinicalImpression.plan", "Encounter.appointment" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/appointment-date", "type": "date", "documentation": "Appointment date/time." }, { "name": "actor", "definition": "http://hl7.org/fhir/SearchParameter/appointment-actor", "type": "reference", "documentation": "Any one of the individuals participating in the appointment" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/appointment-identifier", "type": "token", "documentation": "An Identifier of the Appointment" }, { "name": "practitioner", "definition": "http://hl7.org/fhir/SearchParameter/appointment-practitioner", "type": "reference", "documentation": "One of the individuals of the appointment is this practitioner" }, { "name": "part-status", "definition": "http://hl7.org/fhir/SearchParameter/appointment-part-status", "type": "token", "documentation": "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." }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/appointment-patient", "type": "reference", "documentation": "One of the individuals of the appointment is this patient" }, { "name": "appointment-type", "definition": "http://hl7.org/fhir/SearchParameter/appointment-appointment-type", "type": "token", "documentation": "The style of appointment or patient that has been booked in the slot (not service type)" }, { "name": "service-type", "definition": "http://hl7.org/fhir/SearchParameter/appointment-service-type", "type": "token", "documentation": "The specific service that is to be performed during this appointment" }, { "name": "location", "definition": "http://hl7.org/fhir/SearchParameter/appointment-location", "type": "reference", "documentation": "This location is listed in the participants of the appointment" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/appointment-status", "type": "token", "documentation": "The overall status of the appointment" } ] }, { "type": "AppointmentResponse", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/AppointmentResponse" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "AppointmentResponse.actor", "AppointmentResponse.practitioner", "AppointmentResponse.patient", "AppointmentResponse.appointment", "AppointmentResponse.location" ], "searchParam": [ { "name": "actor", "definition": "http://hl7.org/fhir/SearchParameter/appointmentresponse-actor", "type": "reference", "documentation": "The Person, Location/HealthcareService or Device that this appointment response replies for" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/appointmentresponse-identifier", "type": "token", "documentation": "An Identifier in this appointment response" }, { "name": "practitioner", "definition": "http://hl7.org/fhir/SearchParameter/appointmentresponse-practitioner", "type": "reference", "documentation": "This Response is for this Practitioner" }, { "name": "part-status", "definition": "http://hl7.org/fhir/SearchParameter/appointmentresponse-part-status", "type": "token", "documentation": "The participants acceptance status for this appointment" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/appointmentresponse-patient", "type": "reference", "documentation": "This Response is for this Patient" }, { "name": "appointment", "definition": "http://hl7.org/fhir/SearchParameter/appointmentresponse-appointment", "type": "reference", "documentation": "The appointment that the response is attached to" }, { "name": "location", "definition": "http://hl7.org/fhir/SearchParameter/appointmentresponse-location", "type": "reference", "documentation": "This Response is for this Location" } ] }, { "type": "AuditEvent", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/AuditEvent" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "AuditEvent.agent", "AuditEvent.patient", "AuditEvent.entity" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/auditevent-date", "type": "date", "documentation": "Time when the event occurred on source" }, { "name": "entity-type", "definition": "http://hl7.org/fhir/SearchParameter/auditevent-entity-type", "type": "token", "documentation": "Type of entity involved" }, { "name": "agent", "definition": "http://hl7.org/fhir/SearchParameter/auditevent-agent", "type": "reference", "documentation": "Direct reference to resource" }, { "name": "address", "definition": "http://hl7.org/fhir/SearchParameter/auditevent-address", "type": "string", "documentation": "Identifier for the network access point of the user device" }, { "name": "role", "definition": "http://hl7.org/fhir/SearchParameter/auditevent-role", "type": "token", "documentation": "What role the entity played" }, { "name": "source", "definition": "http://hl7.org/fhir/SearchParameter/auditevent-source", "type": "token", "documentation": "The identity of source detecting the event" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/auditevent-type", "type": "token", "documentation": "Type/identifier of event" }, { "name": "altid", "definition": "http://hl7.org/fhir/SearchParameter/auditevent-altid", "type": "token", "documentation": "Alternative User id e.g. authentication" }, { "name": "site", "definition": "http://hl7.org/fhir/SearchParameter/auditevent-site", "type": "token", "documentation": "Logical source location within the enterprise" }, { "name": "agent-name", "definition": "http://hl7.org/fhir/SearchParameter/auditevent-agent-name", "type": "string", "documentation": "Human-meaningful name for the agent" }, { "name": "entity-name", "definition": "http://hl7.org/fhir/SearchParameter/auditevent-entity-name", "type": "string", "documentation": "Descriptor for entity" }, { "name": "subtype", "definition": "http://hl7.org/fhir/SearchParameter/auditevent-subtype", "type": "token", "documentation": "More specific type/id for the event" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/auditevent-patient", "type": "reference", "documentation": "Direct reference to resource" }, { "name": "action", "definition": "http://hl7.org/fhir/SearchParameter/auditevent-action", "type": "token", "documentation": "Type of action performed during the event" }, { "name": "user", "definition": "http://hl7.org/fhir/SearchParameter/auditevent-user", "type": "token", "documentation": "Unique identifier for the user" }, { "name": "entity", "definition": "http://hl7.org/fhir/SearchParameter/auditevent-entity", "type": "reference", "documentation": "Specific instance of resource" }, { "name": "entity-id", "definition": "http://hl7.org/fhir/SearchParameter/auditevent-entity-id", "type": "token", "documentation": "Specific instance of object" }, { "name": "outcome", "definition": "http://hl7.org/fhir/SearchParameter/auditevent-outcome", "type": "token", "documentation": "Whether the event succeeded or failed" }, { "name": "policy", "definition": "http://hl7.org/fhir/SearchParameter/auditevent-policy", "type": "uri", "documentation": "Policy that authorized event" } ] }, { "type": "Basic", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Basic" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Basic.subject", "Basic.patient", "Basic.author" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/basic-identifier", "type": "token", "documentation": "Business identifier" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/basic-code", "type": "token", "documentation": "Kind of Resource" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/basic-subject", "type": "reference", "documentation": "Identifies the focus of this resource" }, { "name": "created", "definition": "http://hl7.org/fhir/SearchParameter/basic-created", "type": "date", "documentation": "When created" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/basic-patient", "type": "reference", "documentation": "Identifies the focus of this resource" }, { "name": "author", "definition": "http://hl7.org/fhir/SearchParameter/basic-author", "type": "reference", "documentation": "Who created" } ] }, { "type": "Binary", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Binary" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchParam": [ { "name": "contenttype", "definition": "http://hl7.org/fhir/SearchParameter/binary-contenttype", "type": "token", "documentation": "MimeType of the binary content" } ] }, { "type": "BodySite", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/BodySite" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "BodySite.patient" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/bodysite-identifier", "type": "token", "documentation": "Identifier for this instance of the anatomical location" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/bodysite-code", "type": "token", "documentation": "Named anatomical location" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/bodysite-patient", "type": "reference", "documentation": "Patient to whom bodysite belongs" } ] }, { "type": "Bundle", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Bundle" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Bundle.composition", "Bundle.message" ], "searchParam": [ { "name": "composition", "definition": "http://hl7.org/fhir/SearchParameter/bundle-composition", "type": "reference", "documentation": "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" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/bundle-type", "type": "token", "documentation": "document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection" }, { "name": "message", "definition": "http://hl7.org/fhir/SearchParameter/bundle-message", "type": "reference", "documentation": "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" } ] }, { "type": "CarePlan", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/CarePlan" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "CarePlan.activityreference", "CarePlan.performer", "CarePlan.goal", "CarePlan.subject", "CarePlan.careteam", "CarePlan.relatedplan", "CarePlan.condition", "CarePlan.patient" ], "searchRevInclude": [ "CarePlan.relatedplan", "ClinicalImpression.plan", "ImagingStudy.basedon", "QuestionnaireResponse.based-on", "ReferralRequest.basedon" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/careplan-date", "type": "date", "documentation": "Time period plan covers" }, { "name": "activitycode", "definition": "http://hl7.org/fhir/SearchParameter/careplan-activitycode", "type": "token", "documentation": "Detail type of activity" }, { "name": "activitydate", "definition": "http://hl7.org/fhir/SearchParameter/careplan-activitydate", "type": "date", "documentation": "Specified date occurs within period specified by CarePlan.activity.timingSchedule" }, { "name": "activityreference", "definition": "http://hl7.org/fhir/SearchParameter/careplan-activityreference", "type": "reference", "documentation": "Activity details defined in specific resource" }, { "name": "performer", "definition": "http://hl7.org/fhir/SearchParameter/careplan-performer", "type": "reference", "documentation": "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.)" }, { "name": "goal", "definition": "http://hl7.org/fhir/SearchParameter/careplan-goal", "type": "reference", "documentation": "Desired outcome of plan" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/careplan-subject", "type": "reference", "documentation": "Who care plan is for" }, { "name": "relatedcode", "definition": "http://hl7.org/fhir/SearchParameter/careplan-relatedcode", "type": "token", "documentation": "includes | replaces | fulfills" }, { "name": "careteam", "definition": "http://hl7.org/fhir/SearchParameter/careplan-careteam", "type": "reference", "documentation": "Who's involved in plan?" }, { "name": "relatedplan", "definition": "http://hl7.org/fhir/SearchParameter/careplan-relatedplan", "type": "reference", "documentation": "Plan relationship exists with" }, { "name": "condition", "definition": "http://hl7.org/fhir/SearchParameter/careplan-condition", "type": "reference", "documentation": "Health issues this plan addresses" }, { "name": "related", "definition": "http://hl7.org/fhir/SearchParameter/careplan-related", "type": "composite", "documentation": "A combination of the type of relationship and the related plan" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/careplan-patient", "type": "reference", "documentation": "Who care plan is for" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/careplan-category", "type": "token", "documentation": "Type of plan" } ] }, { "type": "CareTeam", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/CareTeam" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "CareTeam.patient", "CareTeam.subject", "CareTeam.participant" ], "searchRevInclude": [ "CarePlan.careteam", "CommunicationRequest.recipient", "Consent.actor", "Consent.recipient" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/careteam-date", "type": "date", "documentation": "Time period team covers" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/careteam-identifier", "type": "token", "documentation": "External Ids for this team" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/careteam-patient", "type": "reference", "documentation": "Who care team is for" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/careteam-subject", "type": "reference", "documentation": "Who care team is for" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/careteam-type", "type": "token", "documentation": "Type of team" }, { "name": "participant", "definition": "http://hl7.org/fhir/SearchParameter/careteam-participant", "type": "reference", "documentation": "Who is involved" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/careteam-status", "type": "token", "documentation": "active | suspended | inactive | entered in error" } ] }, { "type": "Claim", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Claim" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Claim.insurer-reference", "Claim.organization-reference", "Claim.patient-reference", "Claim.facility-reference", "Claim.provider-reference" ], "searchRevInclude": [ "ClaimResponse.request-reference", "ExplanationOfBenefit.claimreference" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/claim-identifier", "type": "token", "documentation": "The primary identifier of the financial resource" }, { "name": "insurer-reference", "definition": "http://hl7.org/fhir/SearchParameter/claim-insurer-reference", "type": "reference", "documentation": "The target payor/insurer for the Claim" }, { "name": "organization-reference", "definition": "http://hl7.org/fhir/SearchParameter/claim-organization-reference", "type": "reference", "documentation": "The reference to the providing organization" }, { "name": "use", "definition": "http://hl7.org/fhir/SearchParameter/claim-use", "type": "token", "documentation": "The kind of financial resource" }, { "name": "patient-reference", "definition": "http://hl7.org/fhir/SearchParameter/claim-patient-reference", "type": "reference", "documentation": "Patient receiving the services" }, { "name": "created", "definition": "http://hl7.org/fhir/SearchParameter/claim-created", "type": "date", "documentation": "The creation date for the Claim" }, { "name": "provider-identifier", "definition": "http://hl7.org/fhir/SearchParameter/claim-provider-identifier", "type": "token", "documentation": "Provider responsible for the Claim" }, { "name": "priority", "definition": "http://hl7.org/fhir/SearchParameter/claim-priority", "type": "token", "documentation": "Processing priority requested" }, { "name": "facility-reference", "definition": "http://hl7.org/fhir/SearchParameter/claim-facility-reference", "type": "reference", "documentation": "Facility responsible for the goods and services" }, { "name": "insurer-identifier", "definition": "http://hl7.org/fhir/SearchParameter/claim-insurer-identifier", "type": "token", "documentation": "The target payor/insurer for the Claim" }, { "name": "organization-identifier", "definition": "http://hl7.org/fhir/SearchParameter/claim-organization-identifier", "type": "token", "documentation": "The reference to the providing organization" }, { "name": "facility-identifier", "definition": "http://hl7.org/fhir/SearchParameter/claim-facility-identifier", "type": "token", "documentation": "Facility responsible for the goods and services" }, { "name": "provider-reference", "definition": "http://hl7.org/fhir/SearchParameter/claim-provider-reference", "type": "reference", "documentation": "Provider responsible for the Claim" }, { "name": "patient-identifier", "definition": "http://hl7.org/fhir/SearchParameter/claim-patient-identifier", "type": "token", "documentation": "Patient receiving the services" } ] }, { "type": "ClaimResponse", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/ClaimResponse" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "ClaimResponse.request-reference", "ClaimResponse.organization-reference" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/claimresponse-identifier", "type": "token", "documentation": "The identity of the insurer" }, { "name": "request-reference", "definition": "http://hl7.org/fhir/SearchParameter/claimresponse-request-reference", "type": "reference", "documentation": "The claim reference" }, { "name": "disposition", "definition": "http://hl7.org/fhir/SearchParameter/claimresponse-disposition", "type": "string", "documentation": "The contents of the disposition message" }, { "name": "paymentdate", "definition": "http://hl7.org/fhir/SearchParameter/claimresponse-paymentdate", "type": "date", "documentation": "The expected paymentDate" }, { "name": "organization-reference", "definition": "http://hl7.org/fhir/SearchParameter/claimresponse-organization-reference", "type": "reference", "documentation": "The organization who generated this resource" }, { "name": "created", "definition": "http://hl7.org/fhir/SearchParameter/claimresponse-created", "type": "date", "documentation": "The creation date" }, { "name": "organization-identifier", "definition": "http://hl7.org/fhir/SearchParameter/claimresponse-organization-identifier", "type": "token", "documentation": "The organization who generated this resource" }, { "name": "request-identifier", "definition": "http://hl7.org/fhir/SearchParameter/claimresponse-request-identifier", "type": "token", "documentation": "The claim reference" }, { "name": "outcome", "definition": "http://hl7.org/fhir/SearchParameter/claimresponse-outcome", "type": "token", "documentation": "The processing outcome" } ] }, { "type": "ClinicalImpression", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/ClinicalImpression" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "ClinicalImpression.previous", "ClinicalImpression.assessor", "ClinicalImpression.subject", "ClinicalImpression.finding-ref", "ClinicalImpression.problem", "ClinicalImpression.patient", "ClinicalImpression.context", "ClinicalImpression.investigation", "ClinicalImpression.action", "ClinicalImpression.plan" ], "searchRevInclude": [ "ClinicalImpression.previous" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/clinicalimpression-date", "type": "date", "documentation": "When the assessment was documented" }, { "name": "previous", "definition": "http://hl7.org/fhir/SearchParameter/clinicalimpression-previous", "type": "reference", "documentation": "Reference to last assessment" }, { "name": "finding-code", "definition": "http://hl7.org/fhir/SearchParameter/clinicalimpression-finding-code", "type": "token", "documentation": "What was found" }, { "name": "assessor", "definition": "http://hl7.org/fhir/SearchParameter/clinicalimpression-assessor", "type": "reference", "documentation": "The clinician performing the assessment" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/clinicalimpression-subject", "type": "reference", "documentation": "Patient or group assessed" }, { "name": "finding-ref", "definition": "http://hl7.org/fhir/SearchParameter/clinicalimpression-finding-ref", "type": "reference", "documentation": "What was found" }, { "name": "problem", "definition": "http://hl7.org/fhir/SearchParameter/clinicalimpression-problem", "type": "reference", "documentation": "Relevant impressions of patient state" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinicalimpression-patient", "type": "reference", "documentation": "Patient or group assessed" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/clinicalimpression-context", "type": "reference", "documentation": "Encounter or Episode created from" }, { "name": "investigation", "definition": "http://hl7.org/fhir/SearchParameter/clinicalimpression-investigation", "type": "reference", "documentation": "Record of a specific investigation" }, { "name": "action", "definition": "http://hl7.org/fhir/SearchParameter/clinicalimpression-action", "type": "reference", "documentation": "Actions taken during assessment" }, { "name": "plan", "definition": "http://hl7.org/fhir/SearchParameter/clinicalimpression-plan", "type": "reference", "documentation": "Plan of action after assessment" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/clinicalimpression-status", "type": "token", "documentation": "draft | completed | entered-in-error" } ] }, { "type": "CodeSystem", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/CodeSystem" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/codesystem-date", "type": "date", "documentation": "The code system publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/codesystem-identifier", "type": "token", "documentation": "The identifier for the code system" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/codesystem-code", "type": "token", "documentation": "A code defined in the code system" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/codesystem-description", "type": "string", "documentation": "Text search in the description of the code system" }, { "name": "language", "definition": "http://hl7.org/fhir/SearchParameter/codesystem-language", "type": "token", "documentation": "A language in which a designation is provided" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/codesystem-version", "type": "token", "documentation": "The version identifier of the code system" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/codesystem-url", "type": "uri", "documentation": "The logical URL for the code system" }, { "name": "content", "definition": "http://hl7.org/fhir/SearchParameter/codesystem-content", "type": "token", "documentation": "not-present | examplar | fragment | complete" }, { "name": "system", "definition": "http://hl7.org/fhir/SearchParameter/codesystem-system", "type": "uri", "documentation": "The system for any codes defined by this code system (same as 'url')" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/codesystem-name", "type": "string", "documentation": "The name of the code system" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/codesystem-context", "type": "token", "documentation": "A use context assigned to the code system" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/codesystem-publisher", "type": "string", "documentation": "Name of the publisher of the code system" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/codesystem-status", "type": "token", "documentation": "The status of the code system" } ] }, { "type": "Communication", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Communication" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Communication.based-on", "Communication.sender", "Communication.subject", "Communication.patient", "Communication.recipient", "Communication.context" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/communication-identifier", "type": "token", "documentation": "Unique identifier" }, { "name": "based-on", "definition": "http://hl7.org/fhir/SearchParameter/communication-based-on", "type": "reference", "documentation": "Request fulfilled by this communication" }, { "name": "sender", "definition": "http://hl7.org/fhir/SearchParameter/communication-sender", "type": "reference", "documentation": "Message sender" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/communication-subject", "type": "reference", "documentation": "Focus of message" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/communication-patient", "type": "reference", "documentation": "Focus of message" }, { "name": "recipient", "definition": "http://hl7.org/fhir/SearchParameter/communication-recipient", "type": "reference", "documentation": "Message recipient" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/communication-context", "type": "reference", "documentation": "Encounter or episode leading to message" }, { "name": "received", "definition": "http://hl7.org/fhir/SearchParameter/communication-received", "type": "date", "documentation": "When received" }, { "name": "medium", "definition": "http://hl7.org/fhir/SearchParameter/communication-medium", "type": "token", "documentation": "A channel of communication" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/communication-category", "type": "token", "documentation": "Message category" }, { "name": "sent", "definition": "http://hl7.org/fhir/SearchParameter/communication-sent", "type": "date", "documentation": "When sent" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/communication-status", "type": "token", "documentation": "in-progress | completed | suspended | rejected | failed" } ] }, { "type": "CommunicationRequest", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/CommunicationRequest" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "CommunicationRequest.requester", "CommunicationRequest.subject", "CommunicationRequest.encounter", "CommunicationRequest.sender", "CommunicationRequest.patient", "CommunicationRequest.recipient" ], "searchRevInclude": [ "CarePlan.activityreference", "ClinicalImpression.plan" ], "searchParam": [ { "name": "requester", "definition": "http://hl7.org/fhir/SearchParameter/communicationrequest-requester", "type": "reference", "documentation": "An individual who requested a communication" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/communicationrequest-identifier", "type": "token", "documentation": "Unique identifier" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/communicationrequest-subject", "type": "reference", "documentation": "Focus of message" }, { "name": "medium", "definition": "http://hl7.org/fhir/SearchParameter/communicationrequest-medium", "type": "token", "documentation": "A channel of communication" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/communicationrequest-encounter", "type": "reference", "documentation": "Encounter leading to message" }, { "name": "priority", "definition": "http://hl7.org/fhir/SearchParameter/communicationrequest-priority", "type": "token", "documentation": "Message urgency" }, { "name": "requested", "definition": "http://hl7.org/fhir/SearchParameter/communicationrequest-requested", "type": "date", "documentation": "When ordered or proposed" }, { "name": "sender", "definition": "http://hl7.org/fhir/SearchParameter/communicationrequest-sender", "type": "reference", "documentation": "Message sender" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/communicationrequest-patient", "type": "reference", "documentation": "Focus of message" }, { "name": "recipient", "definition": "http://hl7.org/fhir/SearchParameter/communicationrequest-recipient", "type": "reference", "documentation": "Message recipient" }, { "name": "time", "definition": "http://hl7.org/fhir/SearchParameter/communicationrequest-time", "type": "date", "documentation": "When scheduled" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/communicationrequest-category", "type": "token", "documentation": "Message category" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/communicationrequest-status", "type": "token", "documentation": "proposed | planned | requested | received | accepted | in-progress | completed | suspended | rejected | failed" } ] }, { "type": "CompartmentDefinition", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/CompartmentDefinition" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/compartmentdefinition-date", "type": "date", "documentation": "Publication Date(/time)" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/compartmentdefinition-code", "type": "token", "documentation": "Patient | Encounter | RelatedPerson | Practitioner | Device" }, { "name": "resource", "definition": "http://hl7.org/fhir/SearchParameter/compartmentdefinition-resource", "type": "token", "documentation": "Name of resource type" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/compartmentdefinition-name", "type": "string", "documentation": "Informal name for this compartment definition" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/compartmentdefinition-url", "type": "uri", "documentation": "Absolute URL used to reference this compartment definition" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/compartmentdefinition-status", "type": "token", "documentation": "draft | active | retired" } ] }, { "type": "Composition", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Composition" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Composition.subject", "Composition.author", "Composition.encounter", "Composition.attester", "Composition.entry", "Composition.patient" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/composition-date", "type": "date", "documentation": "Composition editing time" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/composition-identifier", "type": "token", "documentation": "Logical identifier of composition (version-independent)" }, { "name": "period", "definition": "http://hl7.org/fhir/SearchParameter/composition-period", "type": "date", "documentation": "The period covered by the documentation" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/composition-subject", "type": "reference", "documentation": "Who and/or what the composition is about" }, { "name": "author", "definition": "http://hl7.org/fhir/SearchParameter/composition-author", "type": "reference", "documentation": "Who and/or what authored the composition" }, { "name": "confidentiality", "definition": "http://hl7.org/fhir/SearchParameter/composition-confidentiality", "type": "token", "documentation": "As defined by affinity domain" }, { "name": "section", "definition": "http://hl7.org/fhir/SearchParameter/composition-section", "type": "token", "documentation": "Classification of section (recommended)" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/composition-encounter", "type": "reference", "documentation": "Context of the Composition" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/composition-type", "type": "token", "documentation": "Kind of composition (LOINC if possible)" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/composition-title", "type": "string", "documentation": "Human Readable name/title" }, { "name": "attester", "definition": "http://hl7.org/fhir/SearchParameter/composition-attester", "type": "reference", "documentation": "Who attested the composition" }, { "name": "entry", "definition": "http://hl7.org/fhir/SearchParameter/composition-entry", "type": "reference", "documentation": "A reference to data that supports this section" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/composition-patient", "type": "reference", "documentation": "Who and/or what the composition is about" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/composition-context", "type": "token", "documentation": "Code(s) that apply to the event being documented" }, { "name": "class", "definition": "http://hl7.org/fhir/SearchParameter/composition-class", "type": "token", "documentation": "Categorization of Composition" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/composition-status", "type": "token", "documentation": "preliminary | final | amended | entered-in-error" } ] }, { "type": "ConceptMap", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/ConceptMap" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "ConceptMap.source", "ConceptMap.target", "ConceptMap.source-uri", "ConceptMap.target-uri" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/conceptmap-date", "type": "date", "documentation": "The concept map publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/conceptmap-identifier", "type": "token", "documentation": "Additional identifier for the concept map" }, { "name": "product", "definition": "http://hl7.org/fhir/SearchParameter/conceptmap-product", "type": "uri", "documentation": "Reference to property mapping depends on" }, { "name": "target-system", "definition": "http://hl7.org/fhir/SearchParameter/conceptmap-target-system", "type": "uri", "documentation": "System of the target (if necessary)" }, { "name": "dependson", "definition": "http://hl7.org/fhir/SearchParameter/conceptmap-dependson", "type": "uri", "documentation": "Reference to property mapping depends on" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/conceptmap-description", "type": "string", "documentation": "Text search in the description of the concept map" }, { "name": "source", "definition": "http://hl7.org/fhir/SearchParameter/conceptmap-source", "type": "reference", "documentation": "Identifies the source of the concepts which are being mapped" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/conceptmap-version", "type": "token", "documentation": "The version identifier of the concept map" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/conceptmap-url", "type": "uri", "documentation": "The URL of the concept map" }, { "name": "target", "definition": "http://hl7.org/fhir/SearchParameter/conceptmap-target", "type": "reference", "documentation": "Provides context to the mappings" }, { "name": "source-code", "definition": "http://hl7.org/fhir/SearchParameter/conceptmap-source-code", "type": "token", "documentation": "Identifies element being mapped" }, { "name": "source-uri", "definition": "http://hl7.org/fhir/SearchParameter/conceptmap-source-uri", "type": "reference", "documentation": "Identifies the source of the concepts which are being mapped" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/conceptmap-name", "type": "string", "documentation": "Name of the concept map" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/conceptmap-context", "type": "token", "documentation": "A use context assigned to the concept map" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/conceptmap-publisher", "type": "string", "documentation": "Name of the publisher of the concept map" }, { "name": "source-system", "definition": "http://hl7.org/fhir/SearchParameter/conceptmap-source-system", "type": "uri", "documentation": "Code System (if value set crosses code systems)" }, { "name": "target-code", "definition": "http://hl7.org/fhir/SearchParameter/conceptmap-target-code", "type": "token", "documentation": "Code that identifies the target element" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/conceptmap-status", "type": "token", "documentation": "Status of the concept map" }, { "name": "target-uri", "definition": "http://hl7.org/fhir/SearchParameter/conceptmap-target-uri", "type": "reference", "documentation": "Provides context to the mappings" } ] }, { "type": "Condition", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Condition" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Condition.subject", "Condition.asserter", "Condition.patient", "Condition.context" ], "searchRevInclude": [ "CarePlan.condition", "ClinicalImpression.finding-ref", "ClinicalImpression.problem", "Encounter.procedure", "Encounter.condition", "Encounter.indication", "EpisodeOfCare.condition", "RiskAssessment.condition" ], "searchParam": [ { "name": "severity", "definition": "http://hl7.org/fhir/SearchParameter/condition-severity", "type": "token", "documentation": "The severity of the condition" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/condition-identifier", "type": "token", "documentation": "A unique identifier of the condition record" }, { "name": "clinicalstatus", "definition": "http://hl7.org/fhir/SearchParameter/condition-clinicalstatus", "type": "token", "documentation": "The clinical status of the condition" }, { "name": "onset-info", "definition": "http://hl7.org/fhir/SearchParameter/condition-onset-info", "type": "string", "documentation": "Onsets as a string" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/condition-code", "type": "token", "documentation": "Code for the condition" }, { "name": "evidence", "definition": "http://hl7.org/fhir/SearchParameter/condition-evidence", "type": "token", "documentation": "Manifestation/symptom" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/condition-subject", "type": "reference", "documentation": "Who has the condition?" }, { "name": "abatement-boolean", "definition": "http://hl7.org/fhir/SearchParameter/condition-abatement-boolean", "type": "token", "documentation": "Abatement boolean (boolean is true or non-boolean values are present)" }, { "name": "abatement-info", "definition": "http://hl7.org/fhir/SearchParameter/condition-abatement-info", "type": "quantity", "documentation": "Abatement as a string" }, { "name": "onset-date", "definition": "http://hl7.org/fhir/SearchParameter/condition-onset-date", "type": "date", "documentation": "Date related onsets (dateTime and Period)" }, { "name": "abatement-date", "definition": "http://hl7.org/fhir/SearchParameter/condition-abatement-date", "type": "date", "documentation": "Date-related abatements (dateTime and period)" }, { "name": "asserter", "definition": "http://hl7.org/fhir/SearchParameter/condition-asserter", "type": "reference", "documentation": "Person who asserts this condition" }, { "name": "date-recorded", "definition": "http://hl7.org/fhir/SearchParameter/condition-date-recorded", "type": "date", "documentation": "A date, when the Condition statement was documented" }, { "name": "stage", "definition": "http://hl7.org/fhir/SearchParameter/condition-stage", "type": "token", "documentation": "Simple summary (disease specific)" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/condition-patient", "type": "reference", "documentation": "Who has the condition?" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/condition-context", "type": "reference", "documentation": "Encounter when condition first asserted" }, { "name": "onset-age", "definition": "http://hl7.org/fhir/SearchParameter/condition-onset-age", "type": "quantity", "documentation": "Onsets as age or age range" }, { "name": "abatement-age", "definition": "http://hl7.org/fhir/SearchParameter/condition-abatement-age", "type": "quantity", "documentation": "Abatement as age or age range" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/condition-category", "type": "token", "documentation": "The category of the condition" }, { "name": "body-site", "definition": "http://hl7.org/fhir/SearchParameter/condition-body-site", "type": "token", "documentation": "Anatomical location, if relevant" } ] }, { "type": "Conformance", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Conformance" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Conformance.supported-profile", "Conformance.resourceprofile" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/conformance-date", "type": "date", "documentation": "The conformance statement publication date" }, { "name": "software", "definition": "http://hl7.org/fhir/SearchParameter/conformance-software", "type": "string", "documentation": "Part of a the name of a software application" }, { "name": "resource", "definition": "http://hl7.org/fhir/SearchParameter/conformance-resource", "type": "token", "documentation": "Name of a resource mentioned in a conformance statement" }, { "name": "format", "definition": "http://hl7.org/fhir/SearchParameter/conformance-format", "type": "token", "documentation": "formats supported (xml | json | ttl | mime type)" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/conformance-description", "type": "string", "documentation": "Text search in the description of the conformance statement" }, { "name": "fhirversion", "definition": "http://hl7.org/fhir/SearchParameter/conformance-fhirversion", "type": "token", "documentation": "The version of FHIR" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/conformance-version", "type": "token", "documentation": "The version identifier of the conformance statement" }, { "name": "securityservice", "definition": "http://hl7.org/fhir/SearchParameter/conformance-securityservice", "type": "token", "documentation": "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/conformance-url", "type": "uri", "documentation": "The uri that identifies the conformance statement" }, { "name": "supported-profile", "definition": "http://hl7.org/fhir/SearchParameter/conformance-supported-profile", "type": "reference", "documentation": "Profiles for use cases supported" }, { "name": "mode", "definition": "http://hl7.org/fhir/SearchParameter/conformance-mode", "type": "token", "documentation": "Mode - restful (server/client) or messaging (sender/receiver)" }, { "name": "resourceprofile", "definition": "http://hl7.org/fhir/SearchParameter/conformance-resourceprofile", "type": "reference", "documentation": "A profile id invoked in a conformance statement" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/conformance-name", "type": "string", "documentation": "Name of the conformance statement" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/conformance-context", "type": "token", "documentation": "A use context assigned to the conformance statement" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/conformance-publisher", "type": "string", "documentation": "Name of the publisher of the conformance statement" }, { "name": "event", "definition": "http://hl7.org/fhir/SearchParameter/conformance-event", "type": "token", "documentation": "Event code in a conformance statement" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/conformance-status", "type": "token", "documentation": "The current status of the conformance statement" } ] }, { "type": "Consent", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Consent" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Consent.data", "Consent.source", "Consent.actor", "Consent.patient", "Consent.organization", "Consent.recipient", "Consent.consentor" ], "searchRevInclude": [ "Consent.source" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/consent-date", "type": "date", "documentation": "When this Consent was created or indexed" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/consent-identifier", "type": "token", "documentation": "Identifier for this record (external references)" }, { "name": "period", "definition": "http://hl7.org/fhir/SearchParameter/consent-period", "type": "date", "documentation": "Period that this consent applies" }, { "name": "data", "definition": "http://hl7.org/fhir/SearchParameter/consent-data", "type": "reference", "documentation": "The actual data reference" }, { "name": "purpose", "definition": "http://hl7.org/fhir/SearchParameter/consent-purpose", "type": "token", "documentation": "Context of activities covered by this exception" }, { "name": "source", "definition": "http://hl7.org/fhir/SearchParameter/consent-source", "type": "reference", "documentation": "Source from which this consent is taken" }, { "name": "actor", "definition": "http://hl7.org/fhir/SearchParameter/consent-actor", "type": "reference", "documentation": "Resource for the actor (or group, by role)" }, { "name": "security", "definition": "http://hl7.org/fhir/SearchParameter/consent-security", "type": "token", "documentation": "Security Labels that define affected resources" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/consent-patient", "type": "reference", "documentation": "Who the consent applies to" }, { "name": "organization", "definition": "http://hl7.org/fhir/SearchParameter/consent-organization", "type": "reference", "documentation": "Organization that manages the consent" }, { "name": "recipient", "definition": "http://hl7.org/fhir/SearchParameter/consent-recipient", "type": "reference", "documentation": "Whose access is controlled by the policy" }, { "name": "action", "definition": "http://hl7.org/fhir/SearchParameter/consent-action", "type": "token", "documentation": "Actions controlled by this exception" }, { "name": "consentor", "definition": "http://hl7.org/fhir/SearchParameter/consent-consentor", "type": "reference", "documentation": "Who is agreeing to the policy and exceptions" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/consent-category", "type": "token", "documentation": "Classification of the consent statement - for indexing/retrieval" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/consent-status", "type": "token", "documentation": "draft | proposed | active | rejected | inactive | entered-in-error" } ] }, { "type": "Contract", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Contract" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Contract.agent", "Contract.ttopic", "Contract.patient", "Contract.subject", "Contract.authority", "Contract.domain", "Contract.topic", "Contract.signer" ], "searchRevInclude": [ "Consent.source", "Contract.agent" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/contract-identifier", "type": "token", "documentation": "The identity of the contract" }, { "name": "agent", "definition": "http://hl7.org/fhir/SearchParameter/contract-agent", "type": "reference", "documentation": "Agent to the Contact" }, { "name": "ttopic", "definition": "http://hl7.org/fhir/SearchParameter/contract-ttopic", "type": "reference", "documentation": "The identity of the topic of the contract terms" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/contract-patient", "type": "reference", "documentation": "The identity of the subject of the contract (if a patient)" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/contract-subject", "type": "reference", "documentation": "The identity of the subject of the contract" }, { "name": "authority", "definition": "http://hl7.org/fhir/SearchParameter/contract-authority", "type": "reference", "documentation": "The authority of the contract" }, { "name": "domain", "definition": "http://hl7.org/fhir/SearchParameter/contract-domain", "type": "reference", "documentation": "The domain of the contract" }, { "name": "topic", "definition": "http://hl7.org/fhir/SearchParameter/contract-topic", "type": "reference", "documentation": "The identity of the topic of the contract" }, { "name": "issued", "definition": "http://hl7.org/fhir/SearchParameter/contract-issued", "type": "date", "documentation": "The date/time the contract was issued" }, { "name": "signer", "definition": "http://hl7.org/fhir/SearchParameter/contract-signer", "type": "reference", "documentation": "Contract Signatory Party" } ] }, { "type": "Coverage", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Coverage" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Coverage.issuer-reference", "Coverage.planholder-reference", "Coverage.beneficiary-reference" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/coverage-identifier", "type": "token", "documentation": "The primary identifier of the insured and the coverage" }, { "name": "subgroup", "definition": "http://hl7.org/fhir/SearchParameter/coverage-subgroup", "type": "token", "documentation": "Sub-group identifier" }, { "name": "subplan", "definition": "http://hl7.org/fhir/SearchParameter/coverage-subplan", "type": "token", "documentation": "Sub-plan identifier" }, { "name": "beneficiary-identifier", "definition": "http://hl7.org/fhir/SearchParameter/coverage-beneficiary-identifier", "type": "token", "documentation": "Covered party" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/coverage-type", "type": "token", "documentation": "The kind of coverage (health plan, auto, Workers Compensation)" }, { "name": "issuer-reference", "definition": "http://hl7.org/fhir/SearchParameter/coverage-issuer-reference", "type": "reference", "documentation": "The identity of the insurer" }, { "name": "planholder-identifier", "definition": "http://hl7.org/fhir/SearchParameter/coverage-planholder-identifier", "type": "token", "documentation": "Reference to the planholder" }, { "name": "sequence", "definition": "http://hl7.org/fhir/SearchParameter/coverage-sequence", "type": "number", "documentation": "Sequence number" }, { "name": "issuer-identifier", "definition": "http://hl7.org/fhir/SearchParameter/coverage-issuer-identifier", "type": "token", "documentation": "The identity of the insurer" }, { "name": "planholder-reference", "definition": "http://hl7.org/fhir/SearchParameter/coverage-planholder-reference", "type": "reference", "documentation": "Reference to the planholder" }, { "name": "plan", "definition": "http://hl7.org/fhir/SearchParameter/coverage-plan", "type": "token", "documentation": "A plan or policy identifier" }, { "name": "dependent", "definition": "http://hl7.org/fhir/SearchParameter/coverage-dependent", "type": "number", "documentation": "Dependent number" }, { "name": "beneficiary-reference", "definition": "http://hl7.org/fhir/SearchParameter/coverage-beneficiary-reference", "type": "reference", "documentation": "Covered party" }, { "name": "group", "definition": "http://hl7.org/fhir/SearchParameter/coverage-group", "type": "token", "documentation": "Group identifier" } ] }, { "type": "DataElement", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/DataElement" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/dataelement-date", "type": "date", "documentation": "The data element publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/dataelement-identifier", "type": "token", "documentation": "The identifier of the data element" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/dataelement-code", "type": "token", "documentation": "A code for the data element (server may choose to do subsumption)" }, { "name": "stringency", "definition": "http://hl7.org/fhir/SearchParameter/dataelement-stringency", "type": "token", "documentation": "The stringency of the data element definition" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/dataelement-name", "type": "string", "documentation": "Name of the data element" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/dataelement-context", "type": "token", "documentation": "A use context assigned to the data element" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/dataelement-publisher", "type": "string", "documentation": "Name of the publisher of the data element" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/dataelement-description", "type": "string", "documentation": "Text search in the description of the data element. This corresponds to the definition of the first DataElement.element." }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/dataelement-version", "type": "string", "documentation": "The version identifier of the data element" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/dataelement-url", "type": "uri", "documentation": "The official URL for the data element" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/dataelement-status", "type": "token", "documentation": "The current status of the data element" } ] }, { "type": "DecisionSupportServiceModule", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/DecisionSupportServiceModule" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/decisionsupportservicemodule-identifier", "type": "token", "documentation": "Logical identifier for the module (e.g. CMS-143)" }, { "name": "topic", "definition": "http://hl7.org/fhir/SearchParameter/decisionsupportservicemodule-topic", "type": "token", "documentation": "Topics associated with the module" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/decisionsupportservicemodule-description", "type": "string", "documentation": "Text search against the description" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/decisionsupportservicemodule-title", "type": "string", "documentation": "Text search against the title" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/decisionsupportservicemodule-version", "type": "string", "documentation": "Version of the module (e.g. 1.0.0)" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/decisionsupportservicemodule-status", "type": "token", "documentation": "Status of the module" } ] }, { "type": "DetectedIssue", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/DetectedIssue" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "DetectedIssue.patient", "DetectedIssue.author", "DetectedIssue.implicated" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/detectedissue-date", "type": "date", "documentation": "When identified" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/detectedissue-identifier", "type": "token", "documentation": "Unique id for the detected issue" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/detectedissue-patient", "type": "reference", "documentation": "Associated patient" }, { "name": "author", "definition": "http://hl7.org/fhir/SearchParameter/detectedissue-author", "type": "reference", "documentation": "The provider or device that identified the issue" }, { "name": "implicated", "definition": "http://hl7.org/fhir/SearchParameter/detectedissue-implicated", "type": "reference", "documentation": "Problem resource" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/detectedissue-category", "type": "token", "documentation": "Issue Category, e.g. drug-drug, duplicate therapy, etc." } ] }, { "type": "Device", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Device" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Device.patient", "Device.organization", "Device.location" ], "searchRevInclude": [ "Account.subject", "Account.patient", "Appointment.actor", "Appointment.practitioner", "Appointment.patient", "Appointment.location", "AppointmentResponse.actor", "AppointmentResponse.practitioner", "AppointmentResponse.patient", "AppointmentResponse.location", "AuditEvent.agent", "AuditEvent.patient", "Communication.sender", "Communication.recipient", "CommunicationRequest.sender", "CommunicationRequest.recipient", "Composition.author", "Consent.actor", "Consent.recipient", "Contract.agent", "DetectedIssue.author", "DeviceComponent.source", "DeviceMetric.source", "DeviceUseRequest.requester", "DeviceUseRequest.subject", "DeviceUseRequest.patient", "DeviceUseRequest.filler", "DeviceUseRequest.device", "DeviceUseStatement.device", "DiagnosticReport.subject", "DiagnosticReport.patient", "DiagnosticRequest.requester", "DiagnosticRequest.subject", "DiagnosticRequest.patient", "DiagnosticRequest.filler", "DocumentManifest.subject", "DocumentManifest.author", "DocumentManifest.patient", "DocumentReference.subject", "DocumentReference.patient", "DocumentReference.author", "Flag.author", "Group.member", "ImagingManifest.author", "List.subject", "List.patient", "List.source", "Media.subject", "Media.patient", "MedicationAdministration.device", "MessageHeader.target", "Observation.subject", "Observation.patient", "Observation.device", "ProcedureRequest.orderer", "Provenance.agent", "QuestionnaireResponse.author", "RiskAssessment.performer", "Schedule.actor", "Specimen.subject", "Specimen.patient", "Task.owner", "Task.requester" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/device-identifier", "type": "token", "documentation": "Instance id from manufacturer, owner, and others" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/device-patient", "type": "reference", "documentation": "Patient information, if the resource is affixed to a person" }, { "name": "organization", "definition": "http://hl7.org/fhir/SearchParameter/device-organization", "type": "reference", "documentation": "The organization responsible for the device" }, { "name": "model", "definition": "http://hl7.org/fhir/SearchParameter/device-model", "type": "string", "documentation": "The model of the device" }, { "name": "location", "definition": "http://hl7.org/fhir/SearchParameter/device-location", "type": "reference", "documentation": "A location, where the resource is found" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/device-type", "type": "token", "documentation": "The type of the device" }, { "name": "udicarrier", "definition": "http://hl7.org/fhir/SearchParameter/device-udicarrier", "type": "token", "documentation": "Barcode string (udi)" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/device-url", "type": "uri", "documentation": "Network address to contact device" }, { "name": "manufacturer", "definition": "http://hl7.org/fhir/SearchParameter/device-manufacturer", "type": "string", "documentation": "The manufacturer of the device" } ] }, { "type": "DeviceComponent", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/DeviceComponent" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "DeviceComponent.parent", "DeviceComponent.source" ], "searchRevInclude": [ "DeviceComponent.parent", "DeviceMetric.parent" ], "searchParam": [ { "name": "parent", "definition": "http://hl7.org/fhir/SearchParameter/devicecomponent-parent", "type": "reference", "documentation": "The parent DeviceComponent resource" }, { "name": "source", "definition": "http://hl7.org/fhir/SearchParameter/devicecomponent-source", "type": "reference", "documentation": "The device source" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/devicecomponent-type", "type": "token", "documentation": "The device component type" } ] }, { "type": "DeviceMetric", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/DeviceMetric" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "DeviceMetric.parent", "DeviceMetric.source" ], "searchRevInclude": [ "Observation.device" ], "searchParam": [ { "name": "parent", "definition": "http://hl7.org/fhir/SearchParameter/devicemetric-parent", "type": "reference", "documentation": "The parent DeviceMetric resource" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/devicemetric-identifier", "type": "token", "documentation": "The identifier of the metric" }, { "name": "source", "definition": "http://hl7.org/fhir/SearchParameter/devicemetric-source", "type": "reference", "documentation": "The device resource" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/devicemetric-type", "type": "token", "documentation": "The component type" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/devicemetric-category", "type": "token", "documentation": "The category of the metric" } ] }, { "type": "DeviceUseRequest", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/DeviceUseRequest" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "DeviceUseRequest.requester", "DeviceUseRequest.replaces", "DeviceUseRequest.subject", "DeviceUseRequest.encounter", "DeviceUseRequest.based-on", "DeviceUseRequest.patient", "DeviceUseRequest.filler", "DeviceUseRequest.definition", "DeviceUseRequest.device" ], "searchRevInclude": [ "CarePlan.activityreference", "ClinicalImpression.plan" ], "searchParam": [ { "name": "requester", "definition": "http://hl7.org/fhir/SearchParameter/deviceuserequest-requester", "type": "reference", "documentation": "Who/what is requesting service " }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/deviceuserequest-identifier", "type": "token", "documentation": "Business identifier for request/order" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/deviceuserequest-code", "type": "token", "documentation": "Code for what is being requested/ordered" }, { "name": "event-date", "definition": "http://hl7.org/fhir/SearchParameter/deviceuserequest-event-date", "type": "date", "documentation": "When service should occur" }, { "name": "requisition", "definition": "http://hl7.org/fhir/SearchParameter/deviceuserequest-requisition", "type": "token", "documentation": "Composite request this is part of" }, { "name": "replaces", "definition": "http://hl7.org/fhir/SearchParameter/deviceuserequest-replaces", "type": "reference", "documentation": "Request takes the place of referenced completed or terminated requests" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/deviceuserequest-subject", "type": "reference", "documentation": "Individual the service is ordered for" }, { "name": "author-date", "definition": "http://hl7.org/fhir/SearchParameter/deviceuserequest-author-date", "type": "date", "documentation": "When the request transitioned to being actionable" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/deviceuserequest-encounter", "type": "reference", "documentation": "Encounter or Episode during which request was created" }, { "name": "based-on", "definition": "http://hl7.org/fhir/SearchParameter/deviceuserequest-based-on", "type": "reference", "documentation": "Plan/proposal/order fulfilled by this request" }, { "name": "stage", "definition": "http://hl7.org/fhir/SearchParameter/deviceuserequest-stage", "type": "token", "documentation": "proposal | plan | original-order |reflex-order" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/deviceuserequest-patient", "type": "reference", "documentation": "Individual the service is ordered for" }, { "name": "filler", "definition": "http://hl7.org/fhir/SearchParameter/deviceuserequest-filler", "type": "reference", "documentation": "Desired performer for service" }, { "name": "definition", "definition": "http://hl7.org/fhir/SearchParameter/deviceuserequest-definition", "type": "reference", "documentation": "Protocol or definition followed by this request" }, { "name": "device", "definition": "http://hl7.org/fhir/SearchParameter/deviceuserequest-device", "type": "reference", "documentation": "Reference to resource that is being requested/ordered" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/deviceuserequest-status", "type": "token", "documentation": "entered-in-error | draft | active |suspended | completed " } ] }, { "type": "DeviceUseStatement", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/DeviceUseStatement" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "DeviceUseStatement.subject", "DeviceUseStatement.patient", "DeviceUseStatement.device" ], "searchParam": [ { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/deviceusestatement-subject", "type": "reference", "documentation": "Search by subject" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/deviceusestatement-patient", "type": "reference", "documentation": "Search by subject - a patient" }, { "name": "device", "definition": "http://hl7.org/fhir/SearchParameter/deviceusestatement-device", "type": "reference", "documentation": "Search by device" } ] }, { "type": "DiagnosticReport", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "DiagnosticReport.image", "DiagnosticReport.request", "DiagnosticReport.performer", "DiagnosticReport.subject", "DiagnosticReport.encounter", "DiagnosticReport.result", "DiagnosticReport.patient", "DiagnosticReport.specimen" ], "searchRevInclude": [ "ClinicalImpression.investigation" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticreport-date", "type": "date", "documentation": "The clinically relevant time of the report" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticreport-identifier", "type": "token", "documentation": "An identifier for the report" }, { "name": "image", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticreport-image", "type": "reference", "documentation": "A reference to the image source." }, { "name": "request", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticreport-request", "type": "reference", "documentation": "Reference to the test or procedure request." }, { "name": "performer", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticreport-performer", "type": "reference", "documentation": "Who was the source of the report (organization)" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticreport-code", "type": "token", "documentation": "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" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticreport-subject", "type": "reference", "documentation": "The subject of the report" }, { "name": "diagnosis", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticreport-diagnosis", "type": "token", "documentation": "A coded diagnosis on the report" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticreport-encounter", "type": "reference", "documentation": "The Encounter when the order was made" }, { "name": "result", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticreport-result", "type": "reference", "documentation": "Link to an atomic result (observation resource)" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticreport-patient", "type": "reference", "documentation": "The subject of the report if a patient" }, { "name": "specimen", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticreport-specimen", "type": "reference", "documentation": "The specimen details" }, { "name": "issued", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticreport-issued", "type": "date", "documentation": "When the report was issued" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticreport-category", "type": "token", "documentation": "Which diagnostic discipline/department created the report" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticreport-status", "type": "token", "documentation": "The status of the report" } ] }, { "type": "DiagnosticRequest", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/DiagnosticRequest" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "DiagnosticRequest.requester", "DiagnosticRequest.replaces", "DiagnosticRequest.subject", "DiagnosticRequest.encounter", "DiagnosticRequest.based-on", "DiagnosticRequest.patient", "DiagnosticRequest.filler", "DiagnosticRequest.definition" ], "searchRevInclude": [ "CarePlan.activityreference", "ClinicalImpression.action", "ClinicalImpression.plan", "DiagnosticReport.request", "ImagingStudy.basedon", "QuestionnaireResponse.based-on", "ReferralRequest.basedon" ], "searchParam": [ { "name": "requester", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticrequest-requester", "type": "reference", "documentation": "Who/what is requesting service " }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticrequest-identifier", "type": "token", "documentation": "Business identifier for request/order" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticrequest-code", "type": "token", "documentation": "What’s being requested/ordered" }, { "name": "event-date", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticrequest-event-date", "type": "date", "documentation": "When service should occur" }, { "name": "requisition", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticrequest-requisition", "type": "token", "documentation": "Composite request this is part of" }, { "name": "replaces", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticrequest-replaces", "type": "reference", "documentation": "Request takes the place of referenced completed or terminated requests" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticrequest-subject", "type": "reference", "documentation": "Individual the service is ordered for" }, { "name": "author-date", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticrequest-author-date", "type": "date", "documentation": "When the request transitioned to being actionable" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticrequest-encounter", "type": "reference", "documentation": "Encounter or Episode during which request was created" }, { "name": "based-on", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticrequest-based-on", "type": "reference", "documentation": "Plan/proposal/order fulfilled by this request" }, { "name": "stage", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticrequest-stage", "type": "token", "documentation": "proposal | plan | original-order |reflex-order" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticrequest-patient", "type": "reference", "documentation": "Individual the service is ordered for" }, { "name": "filler", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticrequest-filler", "type": "reference", "documentation": "Desired performer for service" }, { "name": "definition", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticrequest-definition", "type": "reference", "documentation": "Protocol or definition followed by this request" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/diagnosticrequest-status", "type": "token", "documentation": "entered-in-error | draft | active |suspended | completed " } ] }, { "type": "DocumentManifest", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/DocumentManifest" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "DocumentManifest.content-ref", "DocumentManifest.subject", "DocumentManifest.author", "DocumentManifest.related-ref", "DocumentManifest.patient", "DocumentManifest.recipient" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/documentmanifest-identifier", "type": "token", "documentation": "Unique Identifier for the set of documents" }, { "name": "related-id", "definition": "http://hl7.org/fhir/SearchParameter/documentmanifest-related-id", "type": "token", "documentation": "Identifiers of things that are related" }, { "name": "content-ref", "definition": "http://hl7.org/fhir/SearchParameter/documentmanifest-content-ref", "type": "reference", "documentation": "Contents of this set of documents" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/documentmanifest-subject", "type": "reference", "documentation": "The subject of the set of documents" }, { "name": "author", "definition": "http://hl7.org/fhir/SearchParameter/documentmanifest-author", "type": "reference", "documentation": "Who and/or what authored the manifest" }, { "name": "created", "definition": "http://hl7.org/fhir/SearchParameter/documentmanifest-created", "type": "date", "documentation": "When this document manifest created" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/documentmanifest-description", "type": "string", "documentation": "Human-readable description (title)" }, { "name": "source", "definition": "http://hl7.org/fhir/SearchParameter/documentmanifest-source", "type": "uri", "documentation": "The source system/application/software" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/documentmanifest-type", "type": "token", "documentation": "Kind of document set" }, { "name": "related-ref", "definition": "http://hl7.org/fhir/SearchParameter/documentmanifest-related-ref", "type": "reference", "documentation": "Related Resource" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/documentmanifest-patient", "type": "reference", "documentation": "The subject of the set of documents" }, { "name": "recipient", "definition": "http://hl7.org/fhir/SearchParameter/documentmanifest-recipient", "type": "reference", "documentation": "Intended to get notified about this set of documents" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/documentmanifest-status", "type": "token", "documentation": "current | superseded | entered-in-error" } ] }, { "type": "DocumentReference", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/DocumentReference" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "DocumentReference.subject", "DocumentReference.patient", "DocumentReference.authenticator", "DocumentReference.custodian", "DocumentReference.author", "DocumentReference.encounter", "DocumentReference.related-ref", "DocumentReference.relatesto" ], "searchRevInclude": [ "Consent.source", "DocumentReference.relatesto" ], "searchParam": [ { "name": "securitylabel", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-securitylabel", "type": "token", "documentation": "Document security-tags" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-subject", "type": "reference", "documentation": "Who/what is the subject of the document" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-description", "type": "string", "documentation": "Human-readable description (title)" }, { "name": "language", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-language", "type": "token", "documentation": "Human language of the content (BCP-47)" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-type", "type": "token", "documentation": "Kind of document (LOINC if possible)" }, { "name": "relation", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-relation", "type": "token", "documentation": "replaces | transforms | signs | appends" }, { "name": "setting", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-setting", "type": "token", "documentation": "Additional details about where the content was created (e.g. clinical specialty)" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-patient", "type": "reference", "documentation": "Who/what is the subject of the document" }, { "name": "relationship", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-relationship", "type": "composite", "documentation": "Combination of relation and relatesTo" }, { "name": "event", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-event", "type": "token", "documentation": "Main Clinical Acts Documented" }, { "name": "class", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-class", "type": "token", "documentation": "Categorization of document" }, { "name": "authenticator", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-authenticator", "type": "reference", "documentation": "Who/what authenticated the document" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-identifier", "type": "token", "documentation": "Master Version Specific Identifier" }, { "name": "period", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-period", "type": "date", "documentation": "Time of service that is being documented" }, { "name": "related-id", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-related-id", "type": "token", "documentation": "Identifier of related objects or events" }, { "name": "custodian", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-custodian", "type": "reference", "documentation": "Organization which maintains the document" }, { "name": "indexed", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-indexed", "type": "date", "documentation": "When this document reference created" }, { "name": "author", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-author", "type": "reference", "documentation": "Who and/or what authored the document" }, { "name": "created", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-created", "type": "date", "documentation": "Document creation time" }, { "name": "format", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-format", "type": "token", "documentation": "Format/content rules for the document" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-encounter", "type": "reference", "documentation": "Context of the document content" }, { "name": "related-ref", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-related-ref", "type": "reference", "documentation": "Related Resource" }, { "name": "location", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-location", "type": "uri", "documentation": "Uri where the data can be found" }, { "name": "relatesto", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-relatesto", "type": "reference", "documentation": "Target of the relationship" }, { "name": "facility", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-facility", "type": "token", "documentation": "Kind of facility where patient was seen" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/documentreference-status", "type": "token", "documentation": "current | superseded | entered-in-error" } ] }, { "type": "EligibilityRequest", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/EligibilityRequest" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "EligibilityRequest.organization-reference", "EligibilityRequest.patient-reference", "EligibilityRequest.provider-reference", "EligibilityRequest.facility-reference" ], "searchRevInclude": [ "EligibilityResponse.request-reference" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityrequest-identifier", "type": "token", "documentation": "The business identifier of the Eligibility" }, { "name": "organization-reference", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityrequest-organization-reference", "type": "reference", "documentation": "The reference to the providing organization" }, { "name": "patient-reference", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityrequest-patient-reference", "type": "reference", "documentation": "The reference to the patient" }, { "name": "created", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityrequest-created", "type": "date", "documentation": "The creation date for the EOB" }, { "name": "organization-identifier", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityrequest-organization-identifier", "type": "token", "documentation": "The reference to the providing organization" }, { "name": "provider-identifier", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityrequest-provider-identifier", "type": "token", "documentation": "The reference to the provider" }, { "name": "facility-identifier", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityrequest-facility-identifier", "type": "token", "documentation": "Facility responsible for the goods and services" }, { "name": "provider-reference", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityrequest-provider-reference", "type": "reference", "documentation": "The reference to the provider" }, { "name": "patient-identifier", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityrequest-patient-identifier", "type": "token", "documentation": "The reference to the patient" }, { "name": "facility-reference", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityrequest-facility-reference", "type": "reference", "documentation": "Facility responsible for the goods and services" } ] }, { "type": "EligibilityResponse", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/EligibilityResponse" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "EligibilityResponse.request-reference", "EligibilityResponse.request-organization-reference", "EligibilityResponse.organization-reference", "EligibilityResponse.request-provider-reference" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityresponse-identifier", "type": "token", "documentation": "The business identifier" }, { "name": "request-reference", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityresponse-request-reference", "type": "reference", "documentation": "The EligibilityRequest reference" }, { "name": "disposition", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityresponse-disposition", "type": "string", "documentation": "The contents of the disposition message" }, { "name": "request-provider-identifier", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityresponse-request-provider-identifier", "type": "token", "documentation": "The EligibilityRequest provider" }, { "name": "request-organization-reference", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityresponse-request-organization-reference", "type": "reference", "documentation": "The EligibilityRequest organization" }, { "name": "organization-reference", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityresponse-organization-reference", "type": "reference", "documentation": "The organization which generated this resource" }, { "name": "created", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityresponse-created", "type": "date", "documentation": "The creation date" }, { "name": "organization-identifier", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityresponse-organization-identifier", "type": "token", "documentation": "The organization which generated this resource" }, { "name": "request-identifier", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityresponse-request-identifier", "type": "token", "documentation": "The EligibilityRequest reference" }, { "name": "request-organization-identifier", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityresponse-request-organization-identifier", "type": "token", "documentation": "The EligibilityRequest organization" }, { "name": "outcome", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityresponse-outcome", "type": "token", "documentation": "The processing outcome" }, { "name": "request-provider-reference", "definition": "http://hl7.org/fhir/SearchParameter/eligibilityresponse-request-provider-reference", "type": "reference", "documentation": "The EligibilityRequest provider" } ] }, { "type": "Encounter", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Encounter" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Encounter.episodeofcare", "Encounter.incomingreferral", "Encounter.practitioner", "Encounter.appointment", "Encounter.part-of", "Encounter.procedure", "Encounter.participant", "Encounter.condition", "Encounter.patient", "Encounter.location", "Encounter.indication" ], "searchRevInclude": [ "ClinicalImpression.context", "Communication.context", "CommunicationRequest.encounter", "Composition.encounter", "Condition.context", "DeviceUseRequest.encounter", "DiagnosticReport.encounter", "DiagnosticRequest.encounter", "DocumentReference.encounter", "Encounter.part-of", "Flag.encounter", "ImagingStudy.context", "List.encounter", "MedicationAdministration.encounter", "MedicationOrder.encounter", "NutritionRequest.encounter", "Observation.encounter", "Procedure.encounter", "ProcedureRequest.encounter", "QuestionnaireResponse.context", "ReferralRequest.context", "RiskAssessment.encounter", "VisionPrescription.encounter" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/encounter-date", "type": "date", "documentation": "A date within the period the Encounter lasted" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/encounter-identifier", "type": "token", "documentation": "Identifier(s) by which this encounter is known" }, { "name": "reason", "definition": "http://hl7.org/fhir/SearchParameter/encounter-reason", "type": "token", "documentation": "Reason the encounter takes place (code)" }, { "name": "episodeofcare", "definition": "http://hl7.org/fhir/SearchParameter/encounter-episodeofcare", "type": "reference", "documentation": "Episode(s) of care that this encounter should be recorded against" }, { "name": "participant-type", "definition": "http://hl7.org/fhir/SearchParameter/encounter-participant-type", "type": "token", "documentation": "Role of participant in encounter" }, { "name": "incomingreferral", "definition": "http://hl7.org/fhir/SearchParameter/encounter-incomingreferral", "type": "reference", "documentation": "The ReferralRequest that initiated this encounter" }, { "name": "practitioner", "definition": "http://hl7.org/fhir/SearchParameter/encounter-practitioner", "type": "reference", "documentation": "Persons involved in the encounter other than the patient" }, { "name": "length", "definition": "http://hl7.org/fhir/SearchParameter/encounter-length", "type": "number", "documentation": "Length of encounter in days" }, { "name": "appointment", "definition": "http://hl7.org/fhir/SearchParameter/encounter-appointment", "type": "reference", "documentation": "The appointment that scheduled this encounter" }, { "name": "part-of", "definition": "http://hl7.org/fhir/SearchParameter/encounter-part-of", "type": "reference", "documentation": "Another Encounter this encounter is part of" }, { "name": "procedure", "definition": "http://hl7.org/fhir/SearchParameter/encounter-procedure", "type": "reference", "documentation": "Reason the encounter takes place (resource)" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/encounter-type", "type": "token", "documentation": "Specific type of encounter" }, { "name": "participant", "definition": "http://hl7.org/fhir/SearchParameter/encounter-participant", "type": "reference", "documentation": "Persons involved in the encounter other than the patient" }, { "name": "condition", "definition": "http://hl7.org/fhir/SearchParameter/encounter-condition", "type": "reference", "documentation": "Reason the encounter takes place (resource)" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/encounter-patient", "type": "reference", "documentation": "The patient present at the encounter" }, { "name": "location-period", "definition": "http://hl7.org/fhir/SearchParameter/encounter-location-period", "type": "date", "documentation": "Time period during which the patient was present at the location" }, { "name": "location", "definition": "http://hl7.org/fhir/SearchParameter/encounter-location", "type": "reference", "documentation": "Location the encounter takes place" }, { "name": "indication", "definition": "http://hl7.org/fhir/SearchParameter/encounter-indication", "type": "reference", "documentation": "Reason the encounter takes place (resource)" }, { "name": "special-arrangement", "definition": "http://hl7.org/fhir/SearchParameter/encounter-special-arrangement", "type": "token", "documentation": "Wheelchair, translator, stretcher, etc." }, { "name": "class", "definition": "http://hl7.org/fhir/SearchParameter/encounter-class", "type": "token", "documentation": "inpatient | outpatient | ambulatory | emergency +" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/encounter-status", "type": "token", "documentation": "planned | arrived | in-progress | onleave | finished | cancelled | entered-in-error" } ] }, { "type": "Endpoint", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Endpoint" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Endpoint.organization" ], "searchParam": [ { "name": "payload-type", "definition": "http://hl7.org/fhir/SearchParameter/endpoint-payload-type", "type": "token", "documentation": "The type of content that may be used at this endpoint (e.g. XDS Discharge summaries)" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/endpoint-identifier", "type": "token", "documentation": "Identifies this endpoint across multiple systems" }, { "name": "organization", "definition": "http://hl7.org/fhir/SearchParameter/endpoint-organization", "type": "reference", "documentation": "The organization that is exposing the endpoint" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/endpoint-name", "type": "string", "documentation": "A name that this endpoint can be identified by" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/endpoint-status", "type": "token", "documentation": "The current status of the Endpoint (usually expected to be active)" } ] }, { "type": "EnrollmentRequest", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/EnrollmentRequest" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "EnrollmentRequest.patient-reference", "EnrollmentRequest.subject-reference" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/enrollmentrequest-identifier", "type": "token", "documentation": "The business identifier of the Enrollment" }, { "name": "patient-reference", "definition": "http://hl7.org/fhir/SearchParameter/enrollmentrequest-patient-reference", "type": "reference", "documentation": "The party to be enrolled" }, { "name": "subject-identifier", "definition": "http://hl7.org/fhir/SearchParameter/enrollmentrequest-subject-identifier", "type": "token", "documentation": "The party to be enrolled" }, { "name": "subject-reference", "definition": "http://hl7.org/fhir/SearchParameter/enrollmentrequest-subject-reference", "type": "reference", "documentation": "The party to be enrolled" }, { "name": "patient-identifier", "definition": "http://hl7.org/fhir/SearchParameter/enrollmentrequest-patient-identifier", "type": "token", "documentation": "The party to be enrolled" } ] }, { "type": "EnrollmentResponse", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/EnrollmentResponse" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/enrollmentresponse-identifier", "type": "token", "documentation": "The business identifier of the EnrollmentResponse" } ] }, { "type": "EpisodeOfCare", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/EpisodeOfCare" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "EpisodeOfCare.condition", "EpisodeOfCare.incomingreferral", "EpisodeOfCare.patient", "EpisodeOfCare.organization", "EpisodeOfCare.care-manager" ], "searchRevInclude": [ "ClinicalImpression.context", "Communication.context", "Condition.context", "DeviceUseRequest.encounter", "DiagnosticRequest.encounter", "Encounter.episodeofcare", "ImagingStudy.context", "QuestionnaireResponse.context", "ReferralRequest.context", "RiskAssessment.encounter" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/episodeofcare-date", "type": "date", "documentation": "The provided date search value falls within the episode of care's period" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/episodeofcare-identifier", "type": "token", "documentation": "Identifier(s) for the EpisodeOfCare" }, { "name": "condition", "definition": "http://hl7.org/fhir/SearchParameter/episodeofcare-condition", "type": "reference", "documentation": "Conditions/problems/diagnoses this episode of care is for" }, { "name": "incomingreferral", "definition": "http://hl7.org/fhir/SearchParameter/episodeofcare-incomingreferral", "type": "reference", "documentation": "Incoming Referral Request" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/episodeofcare-patient", "type": "reference", "documentation": "Patient for this episode of care" }, { "name": "organization", "definition": "http://hl7.org/fhir/SearchParameter/episodeofcare-organization", "type": "reference", "documentation": "The organization that has assumed the specific responsibilities of this EpisodeOfCare" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/episodeofcare-type", "type": "token", "documentation": "Type/class - e.g. specialist referral, disease management" }, { "name": "care-manager", "definition": "http://hl7.org/fhir/SearchParameter/episodeofcare-care-manager", "type": "reference", "documentation": "Care manager/care co-ordinator for the patient" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/episodeofcare-status", "type": "token", "documentation": "The current status of the Episode of Care as provided (does not check the status history collection)" } ] }, { "type": "ExpansionProfile", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/ExpansionProfile" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/expansionprofile-date", "type": "date", "documentation": "The expansion profile publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/expansionprofile-identifier", "type": "token", "documentation": "The identifier for the expansion profile" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/expansionprofile-name", "type": "string", "documentation": "The name of the expansion profile" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/expansionprofile-publisher", "type": "string", "documentation": "Name of the publisher of the expansion profile" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/expansionprofile-description", "type": "string", "documentation": "Text search in the description of the expansion profile" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/expansionprofile-version", "type": "token", "documentation": "The version identifier of the expansion profile" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/expansionprofile-url", "type": "uri", "documentation": "The logical URL for the expansion profile" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/expansionprofile-status", "type": "token", "documentation": "The status of the expansion profile" } ] }, { "type": "ExplanationOfBenefit", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "ExplanationOfBenefit.claimreference", "ExplanationOfBenefit.patientreference", "ExplanationOfBenefit.providerreference", "ExplanationOfBenefit.organizationreference", "ExplanationOfBenefit.facilityreference" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/explanationofbenefit-identifier", "type": "token", "documentation": "The business identifier of the Explanation of Benefit" }, { "name": "patientidentifier", "definition": "http://hl7.org/fhir/SearchParameter/explanationofbenefit-patientidentifier", "type": "token", "documentation": "The reference to the patient" }, { "name": "organizationidentifier", "definition": "http://hl7.org/fhir/SearchParameter/explanationofbenefit-organizationidentifier", "type": "token", "documentation": "The reference to the providing organization" }, { "name": "claimreference", "definition": "http://hl7.org/fhir/SearchParameter/explanationofbenefit-claimreference", "type": "reference", "documentation": "The reference to the claim" }, { "name": "created", "definition": "http://hl7.org/fhir/SearchParameter/explanationofbenefit-created", "type": "date", "documentation": "The creation date for the EOB" }, { "name": "patientreference", "definition": "http://hl7.org/fhir/SearchParameter/explanationofbenefit-patientreference", "type": "reference", "documentation": "The reference to the patient" }, { "name": "providerreference", "definition": "http://hl7.org/fhir/SearchParameter/explanationofbenefit-providerreference", "type": "reference", "documentation": "The reference to the provider" }, { "name": "organizationreference", "definition": "http://hl7.org/fhir/SearchParameter/explanationofbenefit-organizationreference", "type": "reference", "documentation": "The reference to the providing organization" }, { "name": "provideridentifier", "definition": "http://hl7.org/fhir/SearchParameter/explanationofbenefit-provideridentifier", "type": "token", "documentation": "The reference to the provider" }, { "name": "disposition", "definition": "http://hl7.org/fhir/SearchParameter/explanationofbenefit-disposition", "type": "string", "documentation": "The contents of the disposition message" }, { "name": "claimidentifier", "definition": "http://hl7.org/fhir/SearchParameter/explanationofbenefit-claimidentifier", "type": "token", "documentation": "The reference to the claim" }, { "name": "facilityreference", "definition": "http://hl7.org/fhir/SearchParameter/explanationofbenefit-facilityreference", "type": "reference", "documentation": "Facility responsible for the goods and services" }, { "name": "facilityidentifier", "definition": "http://hl7.org/fhir/SearchParameter/explanationofbenefit-facilityidentifier", "type": "token", "documentation": "Facility responsible for the goods and services" } ] }, { "type": "FamilyMemberHistory", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "FamilyMemberHistory.patient" ], "searchRevInclude": [ "ClinicalImpression.investigation" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/familymemberhistory-date", "type": "date", "documentation": "When history was captured/updated" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/familymemberhistory-identifier", "type": "token", "documentation": "A search by a record identifier" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/familymemberhistory-code", "type": "token", "documentation": "A search by a condition code" }, { "name": "gender", "definition": "http://hl7.org/fhir/SearchParameter/familymemberhistory-gender", "type": "token", "documentation": "A search by a gender code of a family member" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/familymemberhistory-patient", "type": "reference", "documentation": "The identity of a subject to list family member history items for" }, { "name": "relationship", "definition": "http://hl7.org/fhir/SearchParameter/familymemberhistory-relationship", "type": "token", "documentation": "A search by a relationship type" } ] }, { "type": "Flag", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Flag" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Flag.subject", "Flag.patient", "Flag.author", "Flag.encounter" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/flag-date", "type": "date", "documentation": "Time period when flag is active" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/flag-subject", "type": "reference", "documentation": "The identity of a subject to list flags for" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/flag-patient", "type": "reference", "documentation": "The identity of a subject to list flags for" }, { "name": "author", "definition": "http://hl7.org/fhir/SearchParameter/flag-author", "type": "reference", "documentation": "Flag creator" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/flag-encounter", "type": "reference", "documentation": "Alert relevant during encounter" } ] }, { "type": "Goal", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Goal" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Goal.patient", "Goal.subject" ], "searchRevInclude": [ "CarePlan.goal" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/goal-identifier", "type": "token", "documentation": "External Ids for this goal" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/goal-patient", "type": "reference", "documentation": "Who this goal is intended for" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/goal-subject", "type": "reference", "documentation": "Who this goal is intended for" }, { "name": "targetdate", "definition": "http://hl7.org/fhir/SearchParameter/goal-targetdate", "type": "date", "documentation": "Reach goal on or before" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/goal-category", "type": "token", "documentation": "E.g. Treatment, dietary, behavioral, etc." }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/goal-status", "type": "token", "documentation": "proposed | planned | accepted | rejected | in-progress | achieved | sustaining | on-hold | cancelled | on-target | ahead-of-target | behind-target" } ] }, { "type": "Group", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Group" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Group.member" ], "searchRevInclude": [ "CarePlan.subject", "CarePlan.patient", "CareTeam.patient", "CareTeam.subject", "ClinicalImpression.subject", "ClinicalImpression.patient", "Communication.subject", "Communication.patient", "Communication.recipient", "CommunicationRequest.recipient", "Condition.subject", "Condition.patient", "Consent.actor", "Consent.recipient", "Contract.agent", "DeviceUseRequest.subject", "DeviceUseRequest.patient", "DiagnosticReport.subject", "DiagnosticReport.patient", "DiagnosticRequest.subject", "DiagnosticRequest.patient", "DocumentManifest.subject", "DocumentManifest.patient", "DocumentReference.subject", "DocumentReference.patient", "Flag.subject", "Flag.patient", "Goal.patient", "Goal.subject", "GuidanceResponse.patient", "GuidanceResponse.subject", "List.subject", "List.patient", "Media.subject", "Media.patient", "Observation.subject", "Observation.patient", "Procedure.subject", "Procedure.patient", "ProcedureRequest.subject", "ProcedureRequest.patient", "RiskAssessment.subject", "RiskAssessment.patient", "Specimen.subject", "Specimen.patient" ], "searchParam": [ { "name": "actual", "definition": "http://hl7.org/fhir/SearchParameter/group-actual", "type": "token", "documentation": "Descriptive or actual" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/group-identifier", "type": "token", "documentation": "Unique id" }, { "name": "characteristic-value", "definition": "http://hl7.org/fhir/SearchParameter/group-characteristic-value", "type": "composite", "documentation": "A composite of both characteristic and value" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/group-code", "type": "token", "documentation": "The kind of resources contained" }, { "name": "member", "definition": "http://hl7.org/fhir/SearchParameter/group-member", "type": "reference", "documentation": "Reference to the group member" }, { "name": "exclude", "definition": "http://hl7.org/fhir/SearchParameter/group-exclude", "type": "token", "documentation": "Group includes or excludes" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/group-type", "type": "token", "documentation": "The type of resources the group contains" }, { "name": "value", "definition": "http://hl7.org/fhir/SearchParameter/group-value", "type": "token", "documentation": "Value held by characteristic" }, { "name": "characteristic", "definition": "http://hl7.org/fhir/SearchParameter/group-characteristic", "type": "token", "documentation": "Kind of characteristic" } ] }, { "type": "GuidanceResponse", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/GuidanceResponse" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "GuidanceResponse.patient", "GuidanceResponse.subject" ], "searchParam": [ { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/guidanceresponse-patient", "type": "reference", "documentation": "The identity of a patient to search for guidance response results" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/guidanceresponse-subject", "type": "reference", "documentation": "The subject that the guidance response is about" } ] }, { "type": "HealthcareService", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/HealthcareService" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "HealthcareService.organization", "HealthcareService.location" ], "searchRevInclude": [ "Account.subject", "Account.patient", "Appointment.actor", "Appointment.practitioner", "Appointment.patient", "Appointment.location", "AppointmentResponse.actor", "AppointmentResponse.practitioner", "AppointmentResponse.patient", "AppointmentResponse.location", "Schedule.actor" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/healthcareservice-identifier", "type": "token", "documentation": "External identifiers for this item" }, { "name": "servicecategory", "definition": "http://hl7.org/fhir/SearchParameter/healthcareservice-servicecategory", "type": "token", "documentation": "Service Category of the Healthcare Service" }, { "name": "servicetype", "definition": "http://hl7.org/fhir/SearchParameter/healthcareservice-servicetype", "type": "token", "documentation": "The type of service provided by this healthcare service" }, { "name": "organization", "definition": "http://hl7.org/fhir/SearchParameter/healthcareservice-organization", "type": "reference", "documentation": "The organization that provides this Healthcare Service" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/healthcareservice-name", "type": "string", "documentation": "A portion of the Healthcare service name" }, { "name": "programname", "definition": "http://hl7.org/fhir/SearchParameter/healthcareservice-programname", "type": "string", "documentation": "One of the Program Names serviced by this HealthcareService" }, { "name": "active", "definition": "http://hl7.org/fhir/SearchParameter/healthcareservice-active", "type": "token", "documentation": "The Healthcare Service is currently marked as active" }, { "name": "location", "definition": "http://hl7.org/fhir/SearchParameter/healthcareservice-location", "type": "reference", "documentation": "The location of the Healthcare Service" }, { "name": "characteristic", "definition": "http://hl7.org/fhir/SearchParameter/healthcareservice-characteristic", "type": "token", "documentation": "One of the HealthcareService's characteristics" } ] }, { "type": "ImagingManifest", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/ImagingManifest" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "ImagingManifest.author", "ImagingManifest.patient" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/imagingmanifest-identifier", "type": "uri", "documentation": "UID of key DICOM object selection" }, { "name": "authoring-time", "definition": "http://hl7.org/fhir/SearchParameter/imagingmanifest-authoring-time", "type": "date", "documentation": "Time of key DICOM object selection authoring" }, { "name": "selected-study", "definition": "http://hl7.org/fhir/SearchParameter/imagingmanifest-selected-study", "type": "uri", "documentation": "Study selected in key DICOM object selection" }, { "name": "author", "definition": "http://hl7.org/fhir/SearchParameter/imagingmanifest-author", "type": "reference", "documentation": "Author of key DICOM object selection" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/imagingmanifest-patient", "type": "reference", "documentation": "Subject of key DICOM object selection" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/imagingmanifest-title", "type": "token", "documentation": "Title of key DICOM object selection" } ] }, { "type": "ImagingStudy", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/ImagingStudy" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "ImagingStudy.patient", "ImagingStudy.context", "ImagingStudy.basedon" ], "searchRevInclude": [ "ClinicalImpression.investigation" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/imagingstudy-identifier", "type": "token", "documentation": "Other identifiers for the Study" }, { "name": "reason", "definition": "http://hl7.org/fhir/SearchParameter/imagingstudy-reason", "type": "token", "documentation": "The reason for the study" }, { "name": "study", "definition": "http://hl7.org/fhir/SearchParameter/imagingstudy-study", "type": "uri", "documentation": "The study identifier for the image" }, { "name": "dicom-class", "definition": "http://hl7.org/fhir/SearchParameter/imagingstudy-dicom-class", "type": "uri", "documentation": "The type of the instance" }, { "name": "modality", "definition": "http://hl7.org/fhir/SearchParameter/imagingstudy-modality", "type": "token", "documentation": "The modality of the series" }, { "name": "bodysite", "definition": "http://hl7.org/fhir/SearchParameter/imagingstudy-bodysite", "type": "token", "documentation": "The body site studied" }, { "name": "started", "definition": "http://hl7.org/fhir/SearchParameter/imagingstudy-started", "type": "date", "documentation": "When the study was started" }, { "name": "accession", "definition": "http://hl7.org/fhir/SearchParameter/imagingstudy-accession", "type": "token", "documentation": "The accession identifier for the study" }, { "name": "uid", "definition": "http://hl7.org/fhir/SearchParameter/imagingstudy-uid", "type": "uri", "documentation": "The instance unique identifier" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/imagingstudy-patient", "type": "reference", "documentation": "Who the study is about" }, { "name": "series", "definition": "http://hl7.org/fhir/SearchParameter/imagingstudy-series", "type": "uri", "documentation": "The identifier of the series of images" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/imagingstudy-context", "type": "reference", "documentation": "The context of the study" }, { "name": "basedon", "definition": "http://hl7.org/fhir/SearchParameter/imagingstudy-basedon", "type": "reference", "documentation": "The order for the image" } ] }, { "type": "Immunization", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Immunization" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Immunization.requester", "Immunization.performer", "Immunization.reaction", "Immunization.manufacturer", "Immunization.patient", "Immunization.location" ], "searchRevInclude": [ "ImmunizationRecommendation.support" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/immunization-date", "type": "date", "documentation": "Vaccination (non)-Administration Date" }, { "name": "requester", "definition": "http://hl7.org/fhir/SearchParameter/immunization-requester", "type": "reference", "documentation": "The practitioner who ordered the vaccination" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/immunization-identifier", "type": "token", "documentation": "Business identifier" }, { "name": "reason", "definition": "http://hl7.org/fhir/SearchParameter/immunization-reason", "type": "token", "documentation": "Why immunization occurred" }, { "name": "performer", "definition": "http://hl7.org/fhir/SearchParameter/immunization-performer", "type": "reference", "documentation": "The practitioner who administered the vaccination" }, { "name": "reaction", "definition": "http://hl7.org/fhir/SearchParameter/immunization-reaction", "type": "reference", "documentation": "Additional information on reaction" }, { "name": "lot-number", "definition": "http://hl7.org/fhir/SearchParameter/immunization-lot-number", "type": "string", "documentation": "Vaccine Lot Number" }, { "name": "notgiven", "definition": "http://hl7.org/fhir/SearchParameter/immunization-notgiven", "type": "token", "documentation": "Administrations which were not given" }, { "name": "manufacturer", "definition": "http://hl7.org/fhir/SearchParameter/immunization-manufacturer", "type": "reference", "documentation": "Vaccine Manufacturer" }, { "name": "dose-sequence", "definition": "http://hl7.org/fhir/SearchParameter/immunization-dose-sequence", "type": "number", "documentation": "Dose number within series" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/immunization-patient", "type": "reference", "documentation": "The patient for the vaccination record" }, { "name": "vaccine-code", "definition": "http://hl7.org/fhir/SearchParameter/immunization-vaccine-code", "type": "token", "documentation": "Vaccine Product Administered" }, { "name": "reason-not-given", "definition": "http://hl7.org/fhir/SearchParameter/immunization-reason-not-given", "type": "token", "documentation": "Explanation of reason vaccination was not administered" }, { "name": "location", "definition": "http://hl7.org/fhir/SearchParameter/immunization-location", "type": "reference", "documentation": "The service delivery location or facility in which the vaccine was / was to be administered" }, { "name": "reaction-date", "definition": "http://hl7.org/fhir/SearchParameter/immunization-reaction-date", "type": "date", "documentation": "When reaction started" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/immunization-status", "type": "token", "documentation": "Immunization event status" } ] }, { "type": "ImmunizationRecommendation", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "ImmunizationRecommendation.patient", "ImmunizationRecommendation.information", "ImmunizationRecommendation.support" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-date", "type": "date", "documentation": "Date recommendation created" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-identifier", "type": "token", "documentation": "Business identifier" }, { "name": "dose-sequence", "definition": "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-dose-sequence", "type": "number", "documentation": "Dose number within sequence" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-patient", "type": "reference", "documentation": "Who this profile is for" }, { "name": "vaccine-type", "definition": "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-vaccine-type", "type": "token", "documentation": "Vaccine recommendation applies to" }, { "name": "dose-number", "definition": "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-dose-number", "type": "number", "documentation": "Recommended dose number" }, { "name": "information", "definition": "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-information", "type": "reference", "documentation": "Patient observations supporting recommendation" }, { "name": "support", "definition": "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-support", "type": "reference", "documentation": "Past immunizations supporting recommendation" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/immunizationrecommendation-status", "type": "token", "documentation": "Vaccine administration status" } ] }, { "type": "ImplementationGuide", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/ImplementationGuide" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "ImplementationGuide.resource" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/implementationguide-date", "type": "date", "documentation": "The implementation guide publication date" }, { "name": "dependency", "definition": "http://hl7.org/fhir/SearchParameter/implementationguide-dependency", "type": "uri", "documentation": "Where to find dependency" }, { "name": "resource", "definition": "http://hl7.org/fhir/SearchParameter/implementationguide-resource", "type": "reference", "documentation": "Location of the resource" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/implementationguide-name", "type": "string", "documentation": "Name of the implementation guide" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/implementationguide-context", "type": "token", "documentation": "A use context assigned to the structure" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/implementationguide-publisher", "type": "string", "documentation": "Name of the publisher of the implementation guide" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/implementationguide-description", "type": "string", "documentation": "Text search in the description of the implementation guide" }, { "name": "experimental", "definition": "http://hl7.org/fhir/SearchParameter/implementationguide-experimental", "type": "token", "documentation": "If for testing purposes, not real usage" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/implementationguide-version", "type": "token", "documentation": "The version identifier of the implementation guide" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/implementationguide-url", "type": "uri", "documentation": "Absolute URL used to reference this Implementation Guide" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/implementationguide-status", "type": "token", "documentation": "The current status of the implementation guide" } ] }, { "type": "Library", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Library" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/library-identifier", "type": "token", "documentation": "Logical identifier for the module (e.g. CMS-143)" }, { "name": "topic", "definition": "http://hl7.org/fhir/SearchParameter/library-topic", "type": "token", "documentation": "Topics associated with the module" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/library-description", "type": "string", "documentation": "Text search against the description" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/library-title", "type": "string", "documentation": "Text search against the title" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/library-version", "type": "string", "documentation": "Version of the module (e.g. 1.0.0)" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/library-status", "type": "token", "documentation": "Status of the module" } ] }, { "type": "Linkage", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Linkage" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Linkage.item", "Linkage.author", "Linkage.source" ], "searchParam": [ { "name": "item", "definition": "http://hl7.org/fhir/SearchParameter/linkage-item", "type": "reference", "documentation": "Matches on any item in the Linkage" }, { "name": "author", "definition": "http://hl7.org/fhir/SearchParameter/linkage-author", "type": "reference", "documentation": "Author of the Linkage" }, { "name": "source", "definition": "http://hl7.org/fhir/SearchParameter/linkage-source", "type": "reference", "documentation": "Matches on any item in the Linkage with a type of 'source'" } ] }, { "type": "List", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/List" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "List.item", "List.subject", "List.patient", "List.source", "List.encounter" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/list-date", "type": "date", "documentation": "When the list was prepared" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/list-identifier", "type": "token", "documentation": "Business identifier" }, { "name": "item", "definition": "http://hl7.org/fhir/SearchParameter/list-item", "type": "reference", "documentation": "Actual entry" }, { "name": "empty-reason", "definition": "http://hl7.org/fhir/SearchParameter/list-empty-reason", "type": "token", "documentation": "Why list is empty" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/list-code", "type": "token", "documentation": "What the purpose of this list is" }, { "name": "notes", "definition": "http://hl7.org/fhir/SearchParameter/list-notes", "type": "string", "documentation": "The annotation - text content" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/list-subject", "type": "reference", "documentation": "If all resources have the same subject" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/list-patient", "type": "reference", "documentation": "If all resources have the same subject" }, { "name": "source", "definition": "http://hl7.org/fhir/SearchParameter/list-source", "type": "reference", "documentation": "Who and/or what defined the list contents (aka Author)" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/list-encounter", "type": "reference", "documentation": "Context in which list created" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/list-title", "type": "string", "documentation": "Descriptive name for the list" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/list-status", "type": "token", "documentation": "current | retired | entered-in-error" } ] }, { "type": "Location", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Location" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Location.partof", "Location.organization" ], "searchRevInclude": [ "Account.subject", "Account.patient", "Appointment.actor", "Appointment.practitioner", "Appointment.patient", "Appointment.location", "AppointmentResponse.actor", "AppointmentResponse.practitioner", "AppointmentResponse.patient", "AppointmentResponse.location", "Claim.facility-reference", "Contract.agent", "Contract.domain", "Device.location", "DeviceUseRequest.subject", "DeviceUseRequest.patient", "DiagnosticReport.subject", "DiagnosticReport.patient", "DiagnosticRequest.subject", "DiagnosticRequest.patient", "EligibilityRequest.facility-reference", "Encounter.location", "ExplanationOfBenefit.facilityreference", "Flag.subject", "Flag.patient", "HealthcareService.location", "Immunization.location", "List.subject", "List.patient", "Location.partof", "MedicationDispense.destination", "Observation.subject", "Observation.patient", "Practitioner.location", "PractitionerRole.location", "Procedure.location", "Provenance.location", "Schedule.actor" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/location-identifier", "type": "token", "documentation": "Unique code or number identifying the location to its users" }, { "name": "partof", "definition": "http://hl7.org/fhir/SearchParameter/location-partof", "type": "reference", "documentation": "The location of which this location is a part" }, { "name": "near-distance", "definition": "http://hl7.org/fhir/SearchParameter/location-near-distance", "type": "quantity", "documentation": "A distance quantity to limit the near search to locations within a specific distance\n\nRequires the near parameter to be included also" }, { "name": "address", "definition": "http://hl7.org/fhir/SearchParameter/location-address", "type": "string", "documentation": "A (part of the) address of the location" }, { "name": "address-state", "definition": "http://hl7.org/fhir/SearchParameter/location-address-state", "type": "string", "documentation": "A state specified in an address" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/location-type", "type": "token", "documentation": "A code for the type of location" }, { "name": "address-postalcode", "definition": "http://hl7.org/fhir/SearchParameter/location-address-postalcode", "type": "string", "documentation": "A postal code specified in an address" }, { "name": "address-country", "definition": "http://hl7.org/fhir/SearchParameter/location-address-country", "type": "string", "documentation": "A country specified in an address" }, { "name": "organization", "definition": "http://hl7.org/fhir/SearchParameter/location-organization", "type": "reference", "documentation": "Searches for locations that are managed by the provided organization" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/location-name", "type": "string", "documentation": "A (portion of the) name of the location or alias" }, { "name": "address-use", "definition": "http://hl7.org/fhir/SearchParameter/location-address-use", "type": "token", "documentation": "A use code specified in an address" }, { "name": "near", "definition": "http://hl7.org/fhir/SearchParameter/location-near", "type": "token", "documentation": "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" }, { "name": "address-city", "definition": "http://hl7.org/fhir/SearchParameter/location-address-city", "type": "string", "documentation": "A city specified in an address" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/location-status", "type": "token", "documentation": "Searches for locations with a specific kind of status" } ] }, { "type": "Measure", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Measure" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/measure-identifier", "type": "token", "documentation": "Logical identifier for the module (e.g. CMS-143)" }, { "name": "topic", "definition": "http://hl7.org/fhir/SearchParameter/measure-topic", "type": "token", "documentation": "Topics associated with the module" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/measure-description", "type": "string", "documentation": "Text search against the description" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/measure-title", "type": "string", "documentation": "Text search against the title" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/measure-version", "type": "string", "documentation": "Version of the module (e.g. 1.0.0)" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/measure-status", "type": "token", "documentation": "Status of the module" } ] }, { "type": "MeasureReport", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/MeasureReport" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "MeasureReport.patient" ], "searchParam": [ { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/measurereport-patient", "type": "reference", "documentation": "The identity of a patient to search for individual measure report results for" } ] }, { "type": "Media", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Media" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Media.subject", "Media.patient", "Media.operator" ], "searchRevInclude": [ "DiagnosticReport.image" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/media-identifier", "type": "token", "documentation": "Identifier(s) for the image" }, { "name": "view", "definition": "http://hl7.org/fhir/SearchParameter/media-view", "type": "token", "documentation": "Imaging view, e.g. Lateral or Antero-posterior" }, { "name": "subtype", "definition": "http://hl7.org/fhir/SearchParameter/media-subtype", "type": "token", "documentation": "The type of acquisition equipment/process" }, { "name": "created", "definition": "http://hl7.org/fhir/SearchParameter/media-created", "type": "date", "documentation": "Date attachment was first created" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/media-subject", "type": "reference", "documentation": "Who/What this Media is a record of" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/media-patient", "type": "reference", "documentation": "Who/What this Media is a record of" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/media-type", "type": "token", "documentation": "photo | video | audio" }, { "name": "operator", "definition": "http://hl7.org/fhir/SearchParameter/media-operator", "type": "reference", "documentation": "The person who generated the image" } ] }, { "type": "Medication", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Medication" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Medication.package-item", "Medication.ingredient", "Medication.manufacturer" ], "searchRevInclude": [ "Flag.subject", "Flag.patient", "Group.member", "Medication.package-item", "Medication.ingredient", "MedicationAdministration.medication", "MedicationDispense.medication", "MedicationOrder.medication", "MedicationStatement.medication" ], "searchParam": [ { "name": "ingredient-code", "definition": "http://hl7.org/fhir/SearchParameter/medication-ingredient-code", "type": "token", "documentation": "The product contained" }, { "name": "container", "definition": "http://hl7.org/fhir/SearchParameter/medication-container", "type": "token", "documentation": "E.g. box, vial, blister-pack" }, { "name": "package-item", "definition": "http://hl7.org/fhir/SearchParameter/medication-package-item", "type": "reference", "documentation": "The item in the package" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/medication-code", "type": "token", "documentation": "Codes that identify this medication" }, { "name": "ingredient", "definition": "http://hl7.org/fhir/SearchParameter/medication-ingredient", "type": "reference", "documentation": "The product contained" }, { "name": "form", "definition": "http://hl7.org/fhir/SearchParameter/medication-form", "type": "token", "documentation": "powder | tablets | carton +" }, { "name": "package-item-code", "definition": "http://hl7.org/fhir/SearchParameter/medication-package-item-code", "type": "token", "documentation": "The item in the package" }, { "name": "manufacturer", "definition": "http://hl7.org/fhir/SearchParameter/medication-manufacturer", "type": "reference", "documentation": "Manufacturer of the item" } ] }, { "type": "MedicationAdministration", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/MedicationAdministration" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "MedicationAdministration.performer", "MedicationAdministration.prescription", "MedicationAdministration.patient", "MedicationAdministration.medication", "MedicationAdministration.encounter", "MedicationAdministration.device" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/medicationadministration-identifier", "type": "token", "documentation": "Return administrations with this external identifier" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/medicationadministration-code", "type": "token", "documentation": "Return administrations of this medication code" }, { "name": "performer", "definition": "http://hl7.org/fhir/SearchParameter/medicationadministration-performer", "type": "reference", "documentation": "Who administered substance" }, { "name": "prescription", "definition": "http://hl7.org/fhir/SearchParameter/medicationadministration-prescription", "type": "reference", "documentation": "The identity of a prescription to list administrations from" }, { "name": "effectivetime", "definition": "http://hl7.org/fhir/SearchParameter/medicationadministration-effectivetime", "type": "date", "documentation": "Date administration happened (or did not happen)" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/medicationadministration-patient", "type": "reference", "documentation": "The identity of a patient to list administrations for" }, { "name": "wasnotgiven", "definition": "http://hl7.org/fhir/SearchParameter/medicationadministration-wasnotgiven", "type": "token", "documentation": "Administrations that were not made" }, { "name": "medication", "definition": "http://hl7.org/fhir/SearchParameter/medicationadministration-medication", "type": "reference", "documentation": "Return administrations of this medication resource" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/medicationadministration-encounter", "type": "reference", "documentation": "Return administrations that share this encounter" }, { "name": "device", "definition": "http://hl7.org/fhir/SearchParameter/medicationadministration-device", "type": "reference", "documentation": "Return administrations with this administration device identity" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/medicationadministration-status", "type": "token", "documentation": "MedicationAdministration event status (for example one of active/paused/completed/nullified)" } ] }, { "type": "MedicationDispense", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/MedicationDispense" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "MedicationDispense.receiver", "MedicationDispense.destination", "MedicationDispense.medication", "MedicationDispense.responsibleparty", "MedicationDispense.dispenser", "MedicationDispense.prescription", "MedicationDispense.patient" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/medicationdispense-identifier", "type": "token", "documentation": "Return dispenses with this external identifier" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/medicationdispense-code", "type": "token", "documentation": "Return dispenses of this medicine code" }, { "name": "receiver", "definition": "http://hl7.org/fhir/SearchParameter/medicationdispense-receiver", "type": "reference", "documentation": "The identity of a receiver to list dispenses for" }, { "name": "destination", "definition": "http://hl7.org/fhir/SearchParameter/medicationdispense-destination", "type": "reference", "documentation": "Return dispenses that should be sent to a specific destination" }, { "name": "medication", "definition": "http://hl7.org/fhir/SearchParameter/medicationdispense-medication", "type": "reference", "documentation": "Return dispenses of this medicine resource" }, { "name": "responsibleparty", "definition": "http://hl7.org/fhir/SearchParameter/medicationdispense-responsibleparty", "type": "reference", "documentation": "Return dispenses with the specified responsible party" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/medicationdispense-type", "type": "token", "documentation": "Return dispenses of a specific type" }, { "name": "whenhandedover", "definition": "http://hl7.org/fhir/SearchParameter/medicationdispense-whenhandedover", "type": "date", "documentation": "Returns dispenses handed over on this date" }, { "name": "whenprepared", "definition": "http://hl7.org/fhir/SearchParameter/medicationdispense-whenprepared", "type": "date", "documentation": "Returns dispenses prepared on this date" }, { "name": "dispenser", "definition": "http://hl7.org/fhir/SearchParameter/medicationdispense-dispenser", "type": "reference", "documentation": "Return dispenses performed by a specific individual" }, { "name": "prescription", "definition": "http://hl7.org/fhir/SearchParameter/medicationdispense-prescription", "type": "reference", "documentation": "The identity of a prescription to list dispenses from" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/medicationdispense-patient", "type": "reference", "documentation": "The identity of a patient to list dispenses for" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/medicationdispense-status", "type": "token", "documentation": "Return dispenses with a specified dispense status" } ] }, { "type": "MedicationOrder", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/MedicationOrder" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "MedicationOrder.prescriber", "MedicationOrder.patient", "MedicationOrder.medication", "MedicationOrder.encounter" ], "searchRevInclude": [ "CarePlan.activityreference", "ClinicalImpression.action", "ClinicalImpression.plan", "MedicationAdministration.prescription", "MedicationDispense.prescription" ], "searchParam": [ { "name": "prescriber", "definition": "http://hl7.org/fhir/SearchParameter/medicationorder-prescriber", "type": "reference", "documentation": "Returns prescriptions prescribed by this prescriber" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/medicationorder-identifier", "type": "token", "documentation": "Return prescriptions with this external identifier" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/medicationorder-code", "type": "token", "documentation": "Return prescriptions of this medication code" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/medicationorder-patient", "type": "reference", "documentation": "The identity of a patient to list orders for" }, { "name": "datewritten", "definition": "http://hl7.org/fhir/SearchParameter/medicationorder-datewritten", "type": "date", "documentation": "Return prescriptions written on this date" }, { "name": "medication", "definition": "http://hl7.org/fhir/SearchParameter/medicationorder-medication", "type": "reference", "documentation": "Return prescriptions of this medication reference" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/medicationorder-encounter", "type": "reference", "documentation": "Return prescriptions with this encounter identifier" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/medicationorder-status", "type": "token", "documentation": "Status of the prescription" } ] }, { "type": "MedicationStatement", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/MedicationStatement" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "MedicationStatement.patient", "MedicationStatement.medication", "MedicationStatement.source" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/medicationstatement-identifier", "type": "token", "documentation": "Return statements with this external identifier" }, { "name": "effective", "definition": "http://hl7.org/fhir/SearchParameter/medicationstatement-effective", "type": "date", "documentation": "Date when patient was taking (or not taking) the medication" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/medicationstatement-code", "type": "token", "documentation": "Return statements of this medication code" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/medicationstatement-patient", "type": "reference", "documentation": "The identity of a patient to list statements for" }, { "name": "medication", "definition": "http://hl7.org/fhir/SearchParameter/medicationstatement-medication", "type": "reference", "documentation": "Return statements of this medication reference" }, { "name": "source", "definition": "http://hl7.org/fhir/SearchParameter/medicationstatement-source", "type": "reference", "documentation": "Who the information in the statement came from" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/medicationstatement-status", "type": "token", "documentation": "Return statements that match the given status" } ] }, { "type": "MessageHeader", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/MessageHeader" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "MessageHeader.data", "MessageHeader.receiver", "MessageHeader.author", "MessageHeader.target", "MessageHeader.responsible", "MessageHeader.enterer" ], "searchParam": [ { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/messageheader-code", "type": "token", "documentation": "ok | transient-error | fatal-error" }, { "name": "data", "definition": "http://hl7.org/fhir/SearchParameter/messageheader-data", "type": "reference", "documentation": "The actual content of the message" }, { "name": "receiver", "definition": "http://hl7.org/fhir/SearchParameter/messageheader-receiver", "type": "reference", "documentation": "Intended \"real-world\" recipient for the data" }, { "name": "author", "definition": "http://hl7.org/fhir/SearchParameter/messageheader-author", "type": "reference", "documentation": "The source of the decision" }, { "name": "destination", "definition": "http://hl7.org/fhir/SearchParameter/messageheader-destination", "type": "string", "documentation": "Name of system" }, { "name": "source", "definition": "http://hl7.org/fhir/SearchParameter/messageheader-source", "type": "string", "documentation": "Name of system" }, { "name": "target", "definition": "http://hl7.org/fhir/SearchParameter/messageheader-target", "type": "reference", "documentation": "Particular delivery destination within the destination" }, { "name": "destination-uri", "definition": "http://hl7.org/fhir/SearchParameter/messageheader-destination-uri", "type": "uri", "documentation": "Actual destination address or id" }, { "name": "source-uri", "definition": "http://hl7.org/fhir/SearchParameter/messageheader-source-uri", "type": "uri", "documentation": "Actual message source address or id" }, { "name": "responsible", "definition": "http://hl7.org/fhir/SearchParameter/messageheader-responsible", "type": "reference", "documentation": "Final responsibility for event" }, { "name": "response-id", "definition": "http://hl7.org/fhir/SearchParameter/messageheader-response-id", "type": "token", "documentation": "Id of original message" }, { "name": "enterer", "definition": "http://hl7.org/fhir/SearchParameter/messageheader-enterer", "type": "reference", "documentation": "The source of the data entry" }, { "name": "event", "definition": "http://hl7.org/fhir/SearchParameter/messageheader-event", "type": "token", "documentation": "Code for the event this message represents" }, { "name": "timestamp", "definition": "http://hl7.org/fhir/SearchParameter/messageheader-timestamp", "type": "date", "documentation": "Time that the message was sent" } ] }, { "type": "NamingSystem", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/NamingSystem" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "NamingSystem.replaced-by" ], "searchRevInclude": [ "NamingSystem.replaced-by" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/namingsystem-date", "type": "date", "documentation": "Publication Date(/time)" }, { "name": "period", "definition": "http://hl7.org/fhir/SearchParameter/namingsystem-period", "type": "date", "documentation": "When is identifier valid?" }, { "name": "kind", "definition": "http://hl7.org/fhir/SearchParameter/namingsystem-kind", "type": "token", "documentation": "codesystem | identifier | root" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/namingsystem-type", "type": "token", "documentation": "e.g. driver, provider, patient, bank etc." }, { "name": "id-type", "definition": "http://hl7.org/fhir/SearchParameter/namingsystem-id-type", "type": "token", "documentation": "oid | uuid | uri | other" }, { "name": "responsible", "definition": "http://hl7.org/fhir/SearchParameter/namingsystem-responsible", "type": "string", "documentation": "Who maintains system namespace?" }, { "name": "contact", "definition": "http://hl7.org/fhir/SearchParameter/namingsystem-contact", "type": "string", "documentation": "Name of an individual to contact" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/namingsystem-name", "type": "string", "documentation": "Human-readable label" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/namingsystem-context", "type": "token", "documentation": "Content intends to support these contexts" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/namingsystem-publisher", "type": "string", "documentation": "Name of the publisher (Organization or individual)" }, { "name": "telecom", "definition": "http://hl7.org/fhir/SearchParameter/namingsystem-telecom", "type": "token", "documentation": "Contact details for individual or publisher" }, { "name": "value", "definition": "http://hl7.org/fhir/SearchParameter/namingsystem-value", "type": "string", "documentation": "The unique identifier" }, { "name": "replaced-by", "definition": "http://hl7.org/fhir/SearchParameter/namingsystem-replaced-by", "type": "reference", "documentation": "Use this instead" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/namingsystem-status", "type": "token", "documentation": "draft | active | retired" } ] }, { "type": "NutritionRequest", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/NutritionRequest" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "NutritionRequest.provider", "NutritionRequest.patient", "NutritionRequest.encounter" ], "searchRevInclude": [ "CarePlan.activityreference", "ClinicalImpression.action", "ClinicalImpression.plan" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/nutritionrequest-identifier", "type": "token", "documentation": "Return nutrition orders with this external identifier" }, { "name": "datetime", "definition": "http://hl7.org/fhir/SearchParameter/nutritionrequest-datetime", "type": "date", "documentation": "Return nutrition orders requested on this date" }, { "name": "provider", "definition": "http://hl7.org/fhir/SearchParameter/nutritionrequest-provider", "type": "reference", "documentation": "The identify of the provider who placed the nutrition order" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/nutritionrequest-patient", "type": "reference", "documentation": "The identity of the person who requires the diet, formula or nutritional supplement" }, { "name": "supplement", "definition": "http://hl7.org/fhir/SearchParameter/nutritionrequest-supplement", "type": "token", "documentation": "Type of supplement product requested" }, { "name": "formula", "definition": "http://hl7.org/fhir/SearchParameter/nutritionrequest-formula", "type": "token", "documentation": "Type of enteral or infant formula" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/nutritionrequest-encounter", "type": "reference", "documentation": "Return nutrition orders with this encounter identifier" }, { "name": "oraldiet", "definition": "http://hl7.org/fhir/SearchParameter/nutritionrequest-oraldiet", "type": "token", "documentation": "Type of diet that can be consumed orally (i.e., take via the mouth)." }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/nutritionrequest-status", "type": "token", "documentation": "Status of the nutrition order." }, { "name": "additive", "definition": "http://hl7.org/fhir/SearchParameter/nutritionrequest-additive", "type": "token", "documentation": "Type of module component to add to the feeding" } ] }, { "type": "Observation", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Observation" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Observation.performer", "Observation.subject", "Observation.encounter", "Observation.related-target", "Observation.patient", "Observation.specimen", "Observation.device" ], "searchRevInclude": [ "ClinicalImpression.finding-ref", "ClinicalImpression.investigation", "DiagnosticReport.result", "Immunization.reaction", "ImmunizationRecommendation.information", "Observation.related-target", "QuestionnaireResponse.parent" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/observation-date", "type": "date", "documentation": "Obtained date/time. If the obtained element is a period, a date that falls in the period" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/observation-identifier", "type": "token", "documentation": "The unique id for a particular observation" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/observation-code", "type": "token", "documentation": "The code of the observation type or component type" }, { "name": "code-value-[x]", "definition": "http://hl7.org/fhir/SearchParameter/observation-code-value", "type": "composite", "documentation": "Code and value parameter pair" }, { "name": "performer", "definition": "http://hl7.org/fhir/SearchParameter/observation-performer", "type": "reference", "documentation": "Who performed the observation" }, { "name": "method", "definition": "http://hl7.org/fhir/SearchParameter/observation-method", "type": "token", "documentation": "The method used for the observation" }, { "name": "value-quantity", "definition": "http://hl7.org/fhir/SearchParameter/observation-value-quantity", "type": "quantity", "documentation": "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)" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/observation-subject", "type": "reference", "documentation": "The subject that the observation is about" }, { "name": "value-concept", "definition": "http://hl7.org/fhir/SearchParameter/observation-value-concept", "type": "token", "documentation": "The value or component value of the observation, if the value is a CodeableConcept" }, { "name": "value-date", "definition": "http://hl7.org/fhir/SearchParameter/observation-value-date", "type": "date", "documentation": "The value of the observation, if the value is a date or period of time" }, { "name": "data-absent-reason", "definition": "http://hl7.org/fhir/SearchParameter/observation-data-absent-reason", "type": "token", "documentation": "The reason why the expected value in the element Observation.value[x] is missing." }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/observation-encounter", "type": "reference", "documentation": "Healthcare event related to the observation" }, { "name": "related-type", "definition": "http://hl7.org/fhir/SearchParameter/observation-related-type", "type": "token", "documentation": "has-member | derived-from | sequel-to | replaces | qualified-by | interfered-by" }, { "name": "related-target", "definition": "http://hl7.org/fhir/SearchParameter/observation-related-target", "type": "reference", "documentation": "Resource that is related to this one" }, { "name": "related", "definition": "http://hl7.org/fhir/SearchParameter/observation-related", "type": "composite", "documentation": "Related Observations - search on related-type and related-target together" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/observation-patient", "type": "reference", "documentation": "The subject that the observation is about (if patient)" }, { "name": "specimen", "definition": "http://hl7.org/fhir/SearchParameter/observation-specimen", "type": "reference", "documentation": "Specimen used for this observation" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/observation-category", "type": "token", "documentation": "The classification of the type of observation" }, { "name": "value-string", "definition": "http://hl7.org/fhir/SearchParameter/observation-value-string", "type": "string", "documentation": "The value or component value of the observation, if the value is a string, and also searches in CodeableConcept.text" }, { "name": "device", "definition": "http://hl7.org/fhir/SearchParameter/observation-device", "type": "reference", "documentation": "The Device that generated the observation data." }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/observation-status", "type": "token", "documentation": "The status of the observation" } ] }, { "type": "OperationDefinition", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/OperationDefinition" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "OperationDefinition.paramprofile", "OperationDefinition.base" ], "searchRevInclude": [ "OperationDefinition.base" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/operationdefinition-date", "type": "date", "documentation": "Date for this version of the operation definition" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/operationdefinition-code", "type": "token", "documentation": "Name used to invoke the operation" }, { "name": "instance", "definition": "http://hl7.org/fhir/SearchParameter/operationdefinition-instance", "type": "token", "documentation": "Invoke on an instance?" }, { "name": "kind", "definition": "http://hl7.org/fhir/SearchParameter/operationdefinition-kind", "type": "token", "documentation": "operation | query" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/operationdefinition-type", "type": "token", "documentation": "Invoke at resource level for these type" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/operationdefinition-version", "type": "token", "documentation": "Logical id for this version of the operation definition" }, { "name": "paramprofile", "definition": "http://hl7.org/fhir/SearchParameter/operationdefinition-paramprofile", "type": "reference", "documentation": "Profile on the type" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/operationdefinition-url", "type": "uri", "documentation": "Logical URL to reference this operation definition" }, { "name": "system", "definition": "http://hl7.org/fhir/SearchParameter/operationdefinition-system", "type": "token", "documentation": "Invoke at the system level?" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/operationdefinition-name", "type": "string", "documentation": "Informal name for this operation" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/operationdefinition-context", "type": "token", "documentation": "A use context assigned to the operation definition" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/operationdefinition-publisher", "type": "string", "documentation": "Name of the publisher (Organization or individual)" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/operationdefinition-status", "type": "token", "documentation": "draft | active | retired" }, { "name": "base", "definition": "http://hl7.org/fhir/SearchParameter/operationdefinition-base", "type": "reference", "documentation": "Marks this as a profile of the base" } ] }, { "type": "OperationOutcome", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/OperationOutcome" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple" }, { "type": "Organization", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Organization" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Organization.partof" ], "searchRevInclude": [ "Account.owner", "Account.subject", "Account.patient", "AuditEvent.agent", "AuditEvent.patient", "CarePlan.performer", "CareTeam.participant", "Claim.insurer-reference", "Claim.organization-reference", "ClaimResponse.organization-reference", "Communication.sender", "Communication.recipient", "CommunicationRequest.sender", "CommunicationRequest.recipient", "Composition.attester", "Consent.actor", "Consent.organization", "Consent.recipient", "Consent.consentor", "Contract.agent", "Contract.authority", "Contract.signer", "Coverage.issuer-reference", "Coverage.planholder-reference", "Device.organization", "DeviceUseRequest.requester", "DeviceUseRequest.filler", "DiagnosticReport.performer", "DiagnosticRequest.requester", "DiagnosticRequest.filler", "DocumentManifest.author", "DocumentManifest.recipient", "DocumentReference.authenticator", "DocumentReference.custodian", "DocumentReference.author", "EligibilityRequest.organization-reference", "EligibilityResponse.request-organization-reference", "EligibilityResponse.organization-reference", "Endpoint.organization", "EpisodeOfCare.organization", "ExplanationOfBenefit.organizationreference", "Flag.subject", "Flag.patient", "Flag.author", "Goal.patient", "Goal.subject", "HealthcareService.organization", "ImagingManifest.author", "Immunization.manufacturer", "Linkage.author", "Location.organization", "Medication.manufacturer", "MessageHeader.receiver", "MessageHeader.responsible", "Observation.performer", "Organization.partof", "Patient.general-practitioner", "Patient.organization", "PaymentNotice.organization-reference", "PaymentReconciliation.request-organization-reference", "PaymentReconciliation.organization-reference", "Person.organization", "Practitioner.organization", "PractitionerRole.organization", "Procedure.performer", "ProcedureRequest.performer", "ProcessRequest.organization-reference", "ProcessResponse.request-organization-reference", "ProcessResponse.organization-reference", "Provenance.agent", "ReferralRequest.requester", "ReferralRequest.recipient", "SupplyRequest.supplier", "SupplyRequest.source", "Task.owner", "Task.requester" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/organization-identifier", "type": "token", "documentation": "Any identifier for the organization (not the accreditation issuer's identifier)" }, { "name": "partof", "definition": "http://hl7.org/fhir/SearchParameter/organization-partof", "type": "reference", "documentation": "Search all organizations that are part of the given organization" }, { "name": "phonetic", "definition": "http://hl7.org/fhir/SearchParameter/organization-phonetic", "type": "string", "documentation": "A portion of the organization's name using some kind of phonetic matching algorithm" }, { "name": "address", "definition": "http://hl7.org/fhir/SearchParameter/organization-address", "type": "string", "documentation": "A (part of the) address of the Organization" }, { "name": "address-state", "definition": "http://hl7.org/fhir/SearchParameter/organization-address-state", "type": "string", "documentation": "A state specified in an address" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/organization-name", "type": "string", "documentation": "A portion of the organization's name, or alias" }, { "name": "address-use", "definition": "http://hl7.org/fhir/SearchParameter/organization-address-use", "type": "token", "documentation": "A use code specified in an address" }, { "name": "active", "definition": "http://hl7.org/fhir/SearchParameter/organization-active", "type": "token", "documentation": "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/organization-type", "type": "token", "documentation": "A code for the type of organization" }, { "name": "address-city", "definition": "http://hl7.org/fhir/SearchParameter/organization-address-city", "type": "string", "documentation": "A city specified in an address" }, { "name": "address-postalcode", "definition": "http://hl7.org/fhir/SearchParameter/organization-address-postalcode", "type": "string", "documentation": "A postal code specified in an address" }, { "name": "address-country", "definition": "http://hl7.org/fhir/SearchParameter/organization-address-country", "type": "string", "documentation": "A country specified in an address" } ] }, { "type": "Patient", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Patient" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Patient.link", "Patient.general-practitioner", "Patient.organization" ], "searchRevInclude": [ "Account.subject", "Account.patient", "AllergyIntolerance.recorder", "AllergyIntolerance.reporter", "AllergyIntolerance.patient", "Appointment.actor", "Appointment.practitioner", "Appointment.patient", "Appointment.location", "AppointmentResponse.actor", "AppointmentResponse.practitioner", "AppointmentResponse.patient", "AppointmentResponse.location", "AuditEvent.agent", "AuditEvent.patient", "Basic.author", "BodySite.patient", "CarePlan.performer", "CarePlan.subject", "CarePlan.patient", "CareTeam.patient", "CareTeam.subject", "CareTeam.participant", "Claim.patient-reference", "ClinicalImpression.subject", "ClinicalImpression.patient", "Communication.sender", "Communication.subject", "Communication.patient", "Communication.recipient", "CommunicationRequest.requester", "CommunicationRequest.subject", "CommunicationRequest.sender", "CommunicationRequest.patient", "CommunicationRequest.recipient", "Composition.author", "Composition.attester", "Condition.subject", "Condition.asserter", "Condition.patient", "Consent.actor", "Consent.patient", "Consent.recipient", "Consent.consentor", "Contract.agent", "Contract.signer", "Coverage.issuer-reference", "Coverage.planholder-reference", "Coverage.beneficiary-reference", "DetectedIssue.patient", "Device.patient", "DeviceUseRequest.subject", "DeviceUseRequest.patient", "DeviceUseRequest.filler", "DeviceUseStatement.subject", "DeviceUseStatement.patient", "DiagnosticReport.subject", "DiagnosticReport.patient", "DiagnosticRequest.subject", "DiagnosticRequest.patient", "DiagnosticRequest.filler", "DocumentManifest.subject", "DocumentManifest.author", "DocumentManifest.patient", "DocumentManifest.recipient", "DocumentReference.subject", "DocumentReference.patient", "DocumentReference.author", "EligibilityRequest.patient-reference", "Encounter.patient", "EnrollmentRequest.patient-reference", "EnrollmentRequest.subject-reference", "EpisodeOfCare.patient", "ExplanationOfBenefit.patientreference", "FamilyMemberHistory.patient", "Flag.subject", "Flag.patient", "Flag.author", "Goal.patient", "Goal.subject", "Group.member", "GuidanceResponse.patient", "GuidanceResponse.subject", "ImagingManifest.author", "ImagingManifest.patient", "ImagingStudy.patient", "Immunization.patient", "ImmunizationRecommendation.patient", "List.subject", "List.patient", "List.source", "MeasureReport.patient", "Media.subject", "Media.patient", "MedicationAdministration.performer", "MedicationAdministration.patient", "MedicationDispense.receiver", "MedicationDispense.patient", "MedicationOrder.patient", "MedicationStatement.patient", "MedicationStatement.source", "NutritionRequest.patient", "Observation.performer", "Observation.subject", "Observation.patient", "Patient.link", "Person.practitioner", "Person.link", "Person.relatedperson", "Person.patient", "Procedure.performer", "Procedure.subject", "Procedure.patient", "ProcedureRequest.performer", "ProcedureRequest.subject", "ProcedureRequest.patient", "ProcedureRequest.orderer", "Provenance.agent", "QuestionnaireResponse.author", "QuestionnaireResponse.source", "ReferralRequest.requester", "ReferralRequest.patient", "RelatedPerson.patient", "RiskAssessment.subject", "RiskAssessment.patient", "Schedule.actor", "Sequence.patient", "Specimen.subject", "Specimen.patient", "SupplyDelivery.patient", "SupplyRequest.patient", "SupplyRequest.source", "Task.owner", "Task.requester", "VisionPrescription.patient" ], "searchParam": [ { "name": "birthdate", "definition": "http://hl7.org/fhir/SearchParameter/patient-birthdate", "type": "date", "documentation": "The patient's date of birth" }, { "name": "deceased", "definition": "http://hl7.org/fhir/SearchParameter/patient-deceased", "type": "token", "documentation": "This patient has been marked as deceased, or as a death date entered" }, { "name": "address-state", "definition": "http://hl7.org/fhir/SearchParameter/patient-address-state", "type": "string", "documentation": "A state specified in an address" }, { "name": "gender", "definition": "http://hl7.org/fhir/SearchParameter/patient-gender", "type": "token", "documentation": "Gender of the patient" }, { "name": "animal-species", "definition": "http://hl7.org/fhir/SearchParameter/patient-animal-species", "type": "token", "documentation": "The species for animal patients" }, { "name": "link", "definition": "http://hl7.org/fhir/SearchParameter/patient-link", "type": "reference", "documentation": "All patients linked to the given patient" }, { "name": "language", "definition": "http://hl7.org/fhir/SearchParameter/patient-language", "type": "token", "documentation": "Language code (irrespective of use value)" }, { "name": "animal-breed", "definition": "http://hl7.org/fhir/SearchParameter/patient-animal-breed", "type": "token", "documentation": "The breed for animal patients" }, { "name": "address-country", "definition": "http://hl7.org/fhir/SearchParameter/patient-address-country", "type": "string", "documentation": "A country specified in an address" }, { "name": "death-date", "definition": "http://hl7.org/fhir/SearchParameter/patient-death-date", "type": "date", "documentation": "The date of death has been provided and satisfies this search value" }, { "name": "phonetic", "definition": "http://hl7.org/fhir/SearchParameter/patient-phonetic", "type": "string", "documentation": "A portion of either family or given name using some kind of phonetic matching algorithm" }, { "name": "telecom", "definition": "http://hl7.org/fhir/SearchParameter/patient-telecom", "type": "token", "documentation": "The value in any kind of telecom details of the patient" }, { "name": "address-city", "definition": "http://hl7.org/fhir/SearchParameter/patient-address-city", "type": "string", "documentation": "A city specified in an address" }, { "name": "email", "definition": "http://hl7.org/fhir/SearchParameter/patient-email", "type": "token", "documentation": "A value in an email contact" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/patient-identifier", "type": "token", "documentation": "A patient identifier" }, { "name": "given", "definition": "http://hl7.org/fhir/SearchParameter/patient-given", "type": "string", "documentation": "A portion of the given name of the patient" }, { "name": "address", "definition": "http://hl7.org/fhir/SearchParameter/patient-address", "type": "string", "documentation": "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" }, { "name": "general-practitioner", "definition": "http://hl7.org/fhir/SearchParameter/patient-general-practitioner", "type": "reference", "documentation": "Patient's nominated general practitioner, not the organization that manages the record" }, { "name": "active", "definition": "http://hl7.org/fhir/SearchParameter/patient-active", "type": "token", "documentation": "Whether the patient record is active" }, { "name": "address-postalcode", "definition": "http://hl7.org/fhir/SearchParameter/patient-address-postalcode", "type": "string", "documentation": "A postalCode specified in an address" }, { "name": "phone", "definition": "http://hl7.org/fhir/SearchParameter/patient-phone", "type": "token", "documentation": "A value in a phone contact" }, { "name": "organization", "definition": "http://hl7.org/fhir/SearchParameter/patient-organization", "type": "reference", "documentation": "The organization at which this person is a patient" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/patient-name", "type": "string", "documentation": "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text" }, { "name": "address-use", "definition": "http://hl7.org/fhir/SearchParameter/patient-address-use", "type": "token", "documentation": "A use code specified in an address" }, { "name": "family", "definition": "http://hl7.org/fhir/SearchParameter/patient-family", "type": "string", "documentation": "A portion of the family name of the patient" } ] }, { "type": "PaymentNotice", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/PaymentNotice" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "PaymentNotice.request-reference", "PaymentNotice.organization-reference", "PaymentNotice.response-reference", "PaymentNotice.provider-reference" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/paymentnotice-identifier", "type": "token", "documentation": "The business identifier of the notice" }, { "name": "request-reference", "definition": "http://hl7.org/fhir/SearchParameter/paymentnotice-request-reference", "type": "reference", "documentation": "The Claim" }, { "name": "organization-reference", "definition": "http://hl7.org/fhir/SearchParameter/paymentnotice-organization-reference", "type": "reference", "documentation": "The organization who generated this resource" }, { "name": "created", "definition": "http://hl7.org/fhir/SearchParameter/paymentnotice-created", "type": "date", "documentation": "Creation date fro the notice" }, { "name": "organization-identifier", "definition": "http://hl7.org/fhir/SearchParameter/paymentnotice-organization-identifier", "type": "token", "documentation": "The organization who generated this resource" }, { "name": "provider-identifier", "definition": "http://hl7.org/fhir/SearchParameter/paymentnotice-provider-identifier", "type": "token", "documentation": "The reference to the provider" }, { "name": "request-identifier", "definition": "http://hl7.org/fhir/SearchParameter/paymentnotice-request-identifier", "type": "token", "documentation": "The Claim" }, { "name": "response-reference", "definition": "http://hl7.org/fhir/SearchParameter/paymentnotice-response-reference", "type": "reference", "documentation": "The ClaimResponse" }, { "name": "provider-reference", "definition": "http://hl7.org/fhir/SearchParameter/paymentnotice-provider-reference", "type": "reference", "documentation": "The reference to the provider" }, { "name": "payment-status", "definition": "http://hl7.org/fhir/SearchParameter/paymentnotice-payment-status", "type": "token", "documentation": "The type of payment notice" }, { "name": "response-identifier", "definition": "http://hl7.org/fhir/SearchParameter/paymentnotice-response-identifier", "type": "token", "documentation": "The ClaimResponse" }, { "name": "statusdate", "definition": "http://hl7.org/fhir/SearchParameter/paymentnotice-statusdate", "type": "date", "documentation": "The date of the payment action" } ] }, { "type": "PaymentReconciliation", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/PaymentReconciliation" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "PaymentReconciliation.request-reference", "PaymentReconciliation.request-organization-reference", "PaymentReconciliation.organization-reference", "PaymentReconciliation.request-provider-reference" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/paymentreconciliation-identifier", "type": "token", "documentation": "The business identifier of the Explanation of Benefit" }, { "name": "request-reference", "definition": "http://hl7.org/fhir/SearchParameter/paymentreconciliation-request-reference", "type": "reference", "documentation": "The reference to the claim" }, { "name": "disposition", "definition": "http://hl7.org/fhir/SearchParameter/paymentreconciliation-disposition", "type": "string", "documentation": "The contents of the disposition message" }, { "name": "request-provider-identifier", "definition": "http://hl7.org/fhir/SearchParameter/paymentreconciliation-request-provider-identifier", "type": "token", "documentation": "The reference to the provider who sumbitted the claim" }, { "name": "request-organization-reference", "definition": "http://hl7.org/fhir/SearchParameter/paymentreconciliation-request-organization-reference", "type": "reference", "documentation": "The organization who generated this resource" }, { "name": "organization-reference", "definition": "http://hl7.org/fhir/SearchParameter/paymentreconciliation-organization-reference", "type": "reference", "documentation": "The organization who generated this resource" }, { "name": "created", "definition": "http://hl7.org/fhir/SearchParameter/paymentreconciliation-created", "type": "date", "documentation": "The creation date" }, { "name": "organization-identifier", "definition": "http://hl7.org/fhir/SearchParameter/paymentreconciliation-organization-identifier", "type": "token", "documentation": "The organization who generated this resource" }, { "name": "request-identifier", "definition": "http://hl7.org/fhir/SearchParameter/paymentreconciliation-request-identifier", "type": "token", "documentation": "The reference to the claim" }, { "name": "request-organization-identifier", "definition": "http://hl7.org/fhir/SearchParameter/paymentreconciliation-request-organization-identifier", "type": "token", "documentation": "The organization who generated this resource" }, { "name": "outcome", "definition": "http://hl7.org/fhir/SearchParameter/paymentreconciliation-outcome", "type": "token", "documentation": "The processing outcome" }, { "name": "request-provider-reference", "definition": "http://hl7.org/fhir/SearchParameter/paymentreconciliation-request-provider-reference", "type": "reference", "documentation": "The reference to the provider who sumbitted the claim" } ] }, { "type": "Person", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Person" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Person.practitioner", "Person.link", "Person.relatedperson", "Person.patient", "Person.organization" ], "searchRevInclude": [ "Person.practitioner", "Person.link", "Person.relatedperson", "Person.patient" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/person-identifier", "type": "token", "documentation": "A person Identifier" }, { "name": "address", "definition": "http://hl7.org/fhir/SearchParameter/person-address", "type": "string", "documentation": "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" }, { "name": "birthdate", "definition": "http://hl7.org/fhir/SearchParameter/person-birthdate", "type": "date", "documentation": "The person's date of birth" }, { "name": "address-state", "definition": "http://hl7.org/fhir/SearchParameter/person-address-state", "type": "string", "documentation": "A state specified in an address" }, { "name": "gender", "definition": "http://hl7.org/fhir/SearchParameter/person-gender", "type": "token", "documentation": "The gender of the person" }, { "name": "practitioner", "definition": "http://hl7.org/fhir/SearchParameter/person-practitioner", "type": "reference", "documentation": "The Person links to this Practitioner" }, { "name": "link", "definition": "http://hl7.org/fhir/SearchParameter/person-link", "type": "reference", "documentation": "Any link has this Patient, Person, RelatedPerson or Practitioner reference" }, { "name": "relatedperson", "definition": "http://hl7.org/fhir/SearchParameter/person-relatedperson", "type": "reference", "documentation": "The Person links to this RelatedPerson" }, { "name": "address-postalcode", "definition": "http://hl7.org/fhir/SearchParameter/person-address-postalcode", "type": "string", "documentation": "A postal code specified in an address" }, { "name": "address-country", "definition": "http://hl7.org/fhir/SearchParameter/person-address-country", "type": "string", "documentation": "A country specified in an address" }, { "name": "phonetic", "definition": "http://hl7.org/fhir/SearchParameter/person-phonetic", "type": "string", "documentation": "A portion of name using some kind of phonetic matching algorithm" }, { "name": "phone", "definition": "http://hl7.org/fhir/SearchParameter/person-phone", "type": "token", "documentation": "A value in a phone contact" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/person-patient", "type": "reference", "documentation": "The Person links to this Patient" }, { "name": "organization", "definition": "http://hl7.org/fhir/SearchParameter/person-organization", "type": "reference", "documentation": "The organization at which this person record is being managed" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/person-name", "type": "string", "documentation": "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text" }, { "name": "address-use", "definition": "http://hl7.org/fhir/SearchParameter/person-address-use", "type": "token", "documentation": "A use code specified in an address" }, { "name": "telecom", "definition": "http://hl7.org/fhir/SearchParameter/person-telecom", "type": "token", "documentation": "The value in any kind of contact" }, { "name": "address-city", "definition": "http://hl7.org/fhir/SearchParameter/person-address-city", "type": "string", "documentation": "A city specified in an address" }, { "name": "email", "definition": "http://hl7.org/fhir/SearchParameter/person-email", "type": "token", "documentation": "A value in an email contact" } ] }, { "type": "PlanDefinition", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/PlanDefinition" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchRevInclude": [ "Flag.subject", "Flag.patient" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/plandefinition-identifier", "type": "token", "documentation": "Logical identifier for the module (e.g. CMS-143)" }, { "name": "topic", "definition": "http://hl7.org/fhir/SearchParameter/plandefinition-topic", "type": "token", "documentation": "Topics associated with the module" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/plandefinition-description", "type": "string", "documentation": "Text search against the description" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/plandefinition-title", "type": "string", "documentation": "Text search against the title" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/plandefinition-version", "type": "string", "documentation": "Version of the module (e.g. 1.0.0)" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/plandefinition-status", "type": "token", "documentation": "Status of the module" } ] }, { "type": "Practitioner", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Practitioner" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Practitioner.organization", "Practitioner.location" ], "searchRevInclude": [ "Account.subject", "Account.patient", "AllergyIntolerance.recorder", "AllergyIntolerance.reporter", "Appointment.actor", "Appointment.practitioner", "Appointment.patient", "Appointment.location", "AppointmentResponse.actor", "AppointmentResponse.practitioner", "AppointmentResponse.patient", "AppointmentResponse.location", "AuditEvent.agent", "AuditEvent.patient", "Basic.author", "CarePlan.performer", "CareTeam.participant", "Claim.provider-reference", "ClinicalImpression.assessor", "Communication.sender", "Communication.recipient", "CommunicationRequest.requester", "CommunicationRequest.sender", "CommunicationRequest.recipient", "Composition.author", "Composition.attester", "Condition.asserter", "Consent.actor", "Consent.recipient", "Consent.consentor", "Contract.agent", "Contract.signer", "DetectedIssue.author", "DeviceUseRequest.requester", "DeviceUseRequest.filler", "DiagnosticReport.performer", "DiagnosticRequest.requester", "DiagnosticRequest.filler", "DocumentManifest.subject", "DocumentManifest.author", "DocumentManifest.patient", "DocumentManifest.recipient", "DocumentReference.subject", "DocumentReference.patient", "DocumentReference.authenticator", "DocumentReference.author", "EligibilityRequest.provider-reference", "EligibilityResponse.request-provider-reference", "Encounter.practitioner", "Encounter.participant", "EpisodeOfCare.care-manager", "ExplanationOfBenefit.providerreference", "Flag.subject", "Flag.patient", "Flag.author", "Group.member", "ImagingManifest.author", "Immunization.requester", "Immunization.performer", "Linkage.author", "List.source", "Media.subject", "Media.patient", "Media.operator", "MedicationAdministration.performer", "MedicationDispense.receiver", "MedicationDispense.responsibleparty", "MedicationDispense.dispenser", "MedicationOrder.prescriber", "MedicationStatement.source", "MessageHeader.receiver", "MessageHeader.author", "MessageHeader.responsible", "MessageHeader.enterer", "NutritionRequest.provider", "Observation.performer", "Patient.general-practitioner", "PaymentNotice.provider-reference", "PaymentReconciliation.request-provider-reference", "Person.practitioner", "Person.link", "Person.relatedperson", "Person.patient", "PractitionerRole.practitioner", "Procedure.performer", "ProcedureRequest.performer", "ProcedureRequest.orderer", "ProcessRequest.provider-reference", "ProcessResponse.request-provider-reference", "Provenance.agent", "QuestionnaireResponse.author", "QuestionnaireResponse.source", "ReferralRequest.requester", "ReferralRequest.recipient", "RiskAssessment.performer", "Schedule.actor", "Specimen.collector", "SupplyDelivery.receiver", "SupplyDelivery.supplier", "SupplyRequest.source", "Task.owner", "Task.requester", "VisionPrescription.prescriber" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-identifier", "type": "token", "documentation": "A practitioner's Identifier" }, { "name": "given", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-given", "type": "string", "documentation": "A portion of the given name" }, { "name": "specialty", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-specialty", "type": "token", "documentation": "The practitioner has this specialty at an organization" }, { "name": "address", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-address", "type": "string", "documentation": "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" }, { "name": "role", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-role", "type": "token", "documentation": "The practitioner can perform this role at for the organization" }, { "name": "address-state", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-address-state", "type": "string", "documentation": "A state specified in an address" }, { "name": "gender", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-gender", "type": "token", "documentation": "Gender of the practitioner" }, { "name": "active", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-active", "type": "token", "documentation": "Whether the practitioner record is active" }, { "name": "address-postalcode", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-address-postalcode", "type": "string", "documentation": "A postalCode specified in an address" }, { "name": "address-country", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-address-country", "type": "string", "documentation": "A country specified in an address" }, { "name": "phonetic", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-phonetic", "type": "string", "documentation": "A portion of either family or given name using some kind of phonetic matching algorithm" }, { "name": "phone", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-phone", "type": "token", "documentation": "A value in a phone contact" }, { "name": "organization", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-organization", "type": "reference", "documentation": "The identity of the organization the practitioner represents / acts on behalf of" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-name", "type": "string", "documentation": "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text" }, { "name": "address-use", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-address-use", "type": "token", "documentation": "A use code specified in an address" }, { "name": "telecom", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-telecom", "type": "token", "documentation": "The value in any kind of contact" }, { "name": "location", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-location", "type": "reference", "documentation": "One of the locations at which this practitioner provides care" }, { "name": "family", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-family", "type": "string", "documentation": "A portion of the family name" }, { "name": "address-city", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-address-city", "type": "string", "documentation": "A city specified in an address" }, { "name": "communication", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-communication", "type": "token", "documentation": "One of the languages that the practitioner can communicate with" }, { "name": "email", "definition": "http://hl7.org/fhir/SearchParameter/practitioner-email", "type": "token", "documentation": "A value in an email contact" } ] }, { "type": "PractitionerRole", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/PractitionerRole" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "PractitionerRole.practitioner", "PractitionerRole.organization", "PractitionerRole.location" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/practitionerrole-identifier", "type": "token", "documentation": "A practitioner's Identifier" }, { "name": "specialty", "definition": "http://hl7.org/fhir/SearchParameter/practitionerrole-specialty", "type": "token", "documentation": "The practitioner has this specialty at an organization" }, { "name": "role", "definition": "http://hl7.org/fhir/SearchParameter/practitionerrole-role", "type": "token", "documentation": "The practitioner can perform this role at for the organization" }, { "name": "practitioner", "definition": "http://hl7.org/fhir/SearchParameter/practitionerrole-practitioner", "type": "reference", "documentation": "Practitioner that is able to provide the defined services for the organation" }, { "name": "phone", "definition": "http://hl7.org/fhir/SearchParameter/practitionerrole-phone", "type": "token", "documentation": "A value in a phone contact" }, { "name": "organization", "definition": "http://hl7.org/fhir/SearchParameter/practitionerrole-organization", "type": "reference", "documentation": "The identity of the organization the practitioner represents / acts on behalf of" }, { "name": "telecom", "definition": "http://hl7.org/fhir/SearchParameter/practitionerrole-telecom", "type": "token", "documentation": "The value in any kind of contact" }, { "name": "location", "definition": "http://hl7.org/fhir/SearchParameter/practitionerrole-location", "type": "reference", "documentation": "One of the locations at which this practitioner provides care" }, { "name": "email", "definition": "http://hl7.org/fhir/SearchParameter/practitionerrole-email", "type": "token", "documentation": "A value in an email contact" } ] }, { "type": "Procedure", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Procedure" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Procedure.performer", "Procedure.subject", "Procedure.patient", "Procedure.location", "Procedure.encounter" ], "searchRevInclude": [ "ClinicalImpression.action", "Encounter.procedure", "Encounter.condition", "Encounter.indication", "Flag.subject", "Flag.patient", "QuestionnaireResponse.parent" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/procedure-date", "type": "date", "documentation": "Date/Period the procedure was performed" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/procedure-identifier", "type": "token", "documentation": "A unique identifier for a procedure" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/procedure-code", "type": "token", "documentation": "A code to identify a procedure" }, { "name": "performer", "definition": "http://hl7.org/fhir/SearchParameter/procedure-performer", "type": "reference", "documentation": "The reference to the practitioner" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/procedure-subject", "type": "reference", "documentation": "Search by subject" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/procedure-patient", "type": "reference", "documentation": "Search by subject - a patient" }, { "name": "location", "definition": "http://hl7.org/fhir/SearchParameter/procedure-location", "type": "reference", "documentation": "Where the procedure happened" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/procedure-encounter", "type": "reference", "documentation": "The encounter associated with the procedure" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/procedure-category", "type": "token", "documentation": "Classification of the procedure" } ] }, { "type": "ProcedureRequest", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/ProcedureRequest" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "ProcedureRequest.performer", "ProcedureRequest.subject", "ProcedureRequest.patient", "ProcedureRequest.orderer", "ProcedureRequest.encounter" ], "searchRevInclude": [ "CarePlan.activityreference", "ClinicalImpression.action", "ClinicalImpression.plan", "DiagnosticReport.request", "ImagingStudy.basedon", "ReferralRequest.basedon" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/procedurerequest-identifier", "type": "token", "documentation": "A unique identifier of the Procedure Request" }, { "name": "performer", "definition": "http://hl7.org/fhir/SearchParameter/procedurerequest-performer", "type": "reference", "documentation": "Who should perform the procedure" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/procedurerequest-subject", "type": "reference", "documentation": "Search by subject" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/procedurerequest-patient", "type": "reference", "documentation": "Search by subject - a patient" }, { "name": "orderer", "definition": "http://hl7.org/fhir/SearchParameter/procedurerequest-orderer", "type": "reference", "documentation": "Who made request" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/procedurerequest-encounter", "type": "reference", "documentation": "Encounter request created during" } ] }, { "type": "ProcessRequest", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/ProcessRequest" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "ProcessRequest.organization-reference", "ProcessRequest.provider-reference" ], "searchRevInclude": [ "CarePlan.activityreference", "ClinicalImpression.plan", "PaymentReconciliation.request-reference" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/processrequest-identifier", "type": "token", "documentation": "The business identifier of the ProcessRequest" }, { "name": "organization-reference", "definition": "http://hl7.org/fhir/SearchParameter/processrequest-organization-reference", "type": "reference", "documentation": "The organization who generated this request" }, { "name": "organization-identifier", "definition": "http://hl7.org/fhir/SearchParameter/processrequest-organization-identifier", "type": "token", "documentation": "The organization who generated this request" }, { "name": "action", "definition": "http://hl7.org/fhir/SearchParameter/processrequest-action", "type": "token", "documentation": "The action requested by this resource" }, { "name": "provider-identifier", "definition": "http://hl7.org/fhir/SearchParameter/processrequest-provider-identifier", "type": "token", "documentation": "The provider who regenerated this request" }, { "name": "provider-reference", "definition": "http://hl7.org/fhir/SearchParameter/processrequest-provider-reference", "type": "reference", "documentation": "The provider who regenerated this request" } ] }, { "type": "ProcessResponse", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/ProcessResponse" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "ProcessResponse.request-reference", "ProcessResponse.request-organization-reference", "ProcessResponse.organization-reference", "ProcessResponse.request-provider-reference" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/processresponse-identifier", "type": "token", "documentation": "The business identifier of the Explanation of Benefit" }, { "name": "request-reference", "definition": "http://hl7.org/fhir/SearchParameter/processresponse-request-reference", "type": "reference", "documentation": "The reference to the claim" }, { "name": "request-organization-reference", "definition": "http://hl7.org/fhir/SearchParameter/processresponse-request-organization-reference", "type": "reference", "documentation": "The Organization who is responsible the request transaction" }, { "name": "organization-reference", "definition": "http://hl7.org/fhir/SearchParameter/processresponse-organization-reference", "type": "reference", "documentation": "The organization who generated this resource" }, { "name": "organization-identifier", "definition": "http://hl7.org/fhir/SearchParameter/processresponse-organization-identifier", "type": "token", "documentation": "The organization who generated this resource" }, { "name": "request-provide-ridentifier", "definition": "http://hl7.org/fhir/SearchParameter/processresponse-request-provide-ridentifier", "type": "token", "documentation": "The Provider who is responsible the request transaction" }, { "name": "request-identifier", "definition": "http://hl7.org/fhir/SearchParameter/processresponse-request-identifier", "type": "token", "documentation": "The reference to the claim" }, { "name": "request-organization-identifier", "definition": "http://hl7.org/fhir/SearchParameter/processresponse-request-organization-identifier", "type": "token", "documentation": "The Organization who is responsible the request transaction" }, { "name": "request-provider-reference", "definition": "http://hl7.org/fhir/SearchParameter/processresponse-request-provider-reference", "type": "reference", "documentation": "The Provider who is responsible the request transaction" } ] }, { "type": "Provenance", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Provenance" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Provenance.agent", "Provenance.patient", "Provenance.location", "Provenance.target" ], "searchParam": [ { "name": "sig", "definition": "http://hl7.org/fhir/SearchParameter/provenance-sig", "type": "token", "documentation": "Indication of the reason the entity signed the object(s)" }, { "name": "entity-type", "definition": "http://hl7.org/fhir/SearchParameter/provenance-entity-type", "type": "token", "documentation": "The type of resource in this entity" }, { "name": "agent", "definition": "http://hl7.org/fhir/SearchParameter/provenance-agent", "type": "reference", "documentation": "Individual, device or organization playing role" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/provenance-patient", "type": "reference", "documentation": "Target Reference(s) (usually version specific)" }, { "name": "start", "definition": "http://hl7.org/fhir/SearchParameter/provenance-start", "type": "date", "documentation": "Starting time with inclusive boundary" }, { "name": "end", "definition": "http://hl7.org/fhir/SearchParameter/provenance-end", "type": "date", "documentation": "End time with inclusive boundary, if not ongoing" }, { "name": "location", "definition": "http://hl7.org/fhir/SearchParameter/provenance-location", "type": "reference", "documentation": "Where the activity occurred, if relevant" }, { "name": "userid", "definition": "http://hl7.org/fhir/SearchParameter/provenance-userid", "type": "token", "documentation": "Authorization-system identifier for the agent" }, { "name": "entity", "definition": "http://hl7.org/fhir/SearchParameter/provenance-entity", "type": "uri", "documentation": "Identity of entity" }, { "name": "target", "definition": "http://hl7.org/fhir/SearchParameter/provenance-target", "type": "reference", "documentation": "Target Reference(s) (usually version specific)" } ] }, { "type": "Questionnaire", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Questionnaire" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchRevInclude": [ "QuestionnaireResponse.questionnaire" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/questionnaire-date", "type": "date", "documentation": "When the questionnaire was last changed" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/questionnaire-identifier", "type": "token", "documentation": "An identifier for the questionnaire" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/questionnaire-code", "type": "token", "documentation": "A code that corresponds to the questionnaire or one of its groups" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/questionnaire-context", "type": "token", "documentation": "A use context assigned to the questionnaire" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/questionnaire-publisher", "type": "string", "documentation": "The author of the questionnaire" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/questionnaire-title", "type": "string", "documentation": "All or part of the name of the questionnaire" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/questionnaire-version", "type": "string", "documentation": "The business version of the questionnaire" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/questionnaire-status", "type": "token", "documentation": "The status of the questionnaire" } ] }, { "type": "QuestionnaireResponse", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "QuestionnaireResponse.parent", "QuestionnaireResponse.questionnaire", "QuestionnaireResponse.based-on", "QuestionnaireResponse.subject", "QuestionnaireResponse.author", "QuestionnaireResponse.patient", "QuestionnaireResponse.context", "QuestionnaireResponse.source" ], "searchRevInclude": [ "ClinicalImpression.investigation", "Consent.source", "Observation.related-target" ], "searchParam": [ { "name": "authored", "definition": "http://hl7.org/fhir/SearchParameter/questionnaireresponse-authored", "type": "date", "documentation": "When the questionnaire was authored" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/questionnaireresponse-identifier", "type": "token", "documentation": "The unique identifier for the questionnaire response" }, { "name": "parent", "definition": "http://hl7.org/fhir/SearchParameter/questionnaireresponse-parent", "type": "reference", "documentation": "Procedure or observation this questionnaire response is part of" }, { "name": "questionnaire", "definition": "http://hl7.org/fhir/SearchParameter/questionnaireresponse-questionnaire", "type": "reference", "documentation": "The questionnaire the answers are provided for" }, { "name": "based-on", "definition": "http://hl7.org/fhir/SearchParameter/questionnaireresponse-based-on", "type": "reference", "documentation": "Plan/proposal/order fulfilled by this questionnaire response" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/questionnaireresponse-subject", "type": "reference", "documentation": "The subject of the questionnaire" }, { "name": "author", "definition": "http://hl7.org/fhir/SearchParameter/questionnaireresponse-author", "type": "reference", "documentation": "The author of the questionnaire" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/questionnaireresponse-patient", "type": "reference", "documentation": "The patient that is the subject of the questionnaire" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/questionnaireresponse-context", "type": "reference", "documentation": "Encounter or episode during which questionnaire was authored" }, { "name": "source", "definition": "http://hl7.org/fhir/SearchParameter/questionnaireresponse-source", "type": "reference", "documentation": "The person who answered the questions" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/questionnaireresponse-status", "type": "token", "documentation": "The status of the questionnaire response" } ] }, { "type": "ReferralRequest", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/ReferralRequest" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "ReferralRequest.requester", "ReferralRequest.patient", "ReferralRequest.recipient", "ReferralRequest.context", "ReferralRequest.basedon" ], "searchRevInclude": [ "CarePlan.activityreference", "ClinicalImpression.action", "ClinicalImpression.plan", "DiagnosticReport.request", "Encounter.incomingreferral", "EpisodeOfCare.incomingreferral", "ImagingStudy.basedon", "QuestionnaireResponse.based-on", "ReferralRequest.basedon" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/referralrequest-date", "type": "date", "documentation": "Creation or activation date" }, { "name": "requester", "definition": "http://hl7.org/fhir/SearchParameter/referralrequest-requester", "type": "reference", "documentation": "Requester of referral / transfer of care" }, { "name": "parent", "definition": "http://hl7.org/fhir/SearchParameter/referralrequest-parent", "type": "token", "documentation": "Part of common request" }, { "name": "specialty", "definition": "http://hl7.org/fhir/SearchParameter/referralrequest-specialty", "type": "token", "documentation": "The specialty that the referral is for" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/referralrequest-patient", "type": "reference", "documentation": "Who the referral is about" }, { "name": "recipient", "definition": "http://hl7.org/fhir/SearchParameter/referralrequest-recipient", "type": "reference", "documentation": "The person that the referral was sent to" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/referralrequest-context", "type": "reference", "documentation": "Part of encounter or episode of care" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/referralrequest-type", "type": "token", "documentation": "The type of the referral" }, { "name": "priority", "definition": "http://hl7.org/fhir/SearchParameter/referralrequest-priority", "type": "token", "documentation": "The priority assigned to the referral" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/referralrequest-category", "type": "token", "documentation": "Proposal, plan or request" }, { "name": "basedon", "definition": "http://hl7.org/fhir/SearchParameter/referralrequest-basedon", "type": "reference", "documentation": "Request being fulfilled" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/referralrequest-status", "type": "token", "documentation": "The status of the referral" } ] }, { "type": "RelatedPerson", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/RelatedPerson" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "RelatedPerson.patient" ], "searchRevInclude": [ "AllergyIntolerance.reporter", "Appointment.actor", "Appointment.practitioner", "Appointment.patient", "Appointment.location", "AppointmentResponse.actor", "AppointmentResponse.practitioner", "AppointmentResponse.patient", "AppointmentResponse.location", "AuditEvent.agent", "AuditEvent.patient", "Basic.author", "CarePlan.performer", "CareTeam.participant", "Communication.sender", "Communication.recipient", "CommunicationRequest.requester", "CommunicationRequest.sender", "CommunicationRequest.recipient", "Composition.author", "Consent.actor", "Consent.recipient", "Consent.consentor", "Contract.agent", "Contract.signer", "Coverage.issuer-reference", "DeviceUseRequest.filler", "DiagnosticRequest.filler", "DocumentManifest.author", "DocumentManifest.recipient", "DocumentReference.author", "Encounter.practitioner", "Encounter.participant", "ImagingManifest.author", "MedicationAdministration.performer", "MedicationStatement.source", "Observation.performer", "Patient.link", "Person.practitioner", "Person.link", "Person.relatedperson", "Person.patient", "Procedure.performer", "ProcedureRequest.performer", "ProcedureRequest.orderer", "Provenance.agent", "QuestionnaireResponse.author", "QuestionnaireResponse.source", "Schedule.actor", "Task.owner", "Task.requester" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/relatedperson-identifier", "type": "token", "documentation": "A patient Identifier" }, { "name": "address", "definition": "http://hl7.org/fhir/SearchParameter/relatedperson-address", "type": "string", "documentation": "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text" }, { "name": "birthdate", "definition": "http://hl7.org/fhir/SearchParameter/relatedperson-birthdate", "type": "date", "documentation": "The Related Person's date of birth" }, { "name": "address-state", "definition": "http://hl7.org/fhir/SearchParameter/relatedperson-address-state", "type": "string", "documentation": "A state specified in an address" }, { "name": "gender", "definition": "http://hl7.org/fhir/SearchParameter/relatedperson-gender", "type": "token", "documentation": "Gender of the person" }, { "name": "active", "definition": "http://hl7.org/fhir/SearchParameter/relatedperson-active", "type": "token", "documentation": "Wheter the related person record is active" }, { "name": "address-postalcode", "definition": "http://hl7.org/fhir/SearchParameter/relatedperson-address-postalcode", "type": "string", "documentation": "A postal code specified in an address" }, { "name": "address-country", "definition": "http://hl7.org/fhir/SearchParameter/relatedperson-address-country", "type": "string", "documentation": "A country specified in an address" }, { "name": "phonetic", "definition": "http://hl7.org/fhir/SearchParameter/relatedperson-phonetic", "type": "string", "documentation": "A portion of name using some kind of phonetic matching algorithm" }, { "name": "phone", "definition": "http://hl7.org/fhir/SearchParameter/relatedperson-phone", "type": "token", "documentation": "A value in a phone contact" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/relatedperson-patient", "type": "reference", "documentation": "The patient this person is related to" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/relatedperson-name", "type": "string", "documentation": "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text" }, { "name": "address-use", "definition": "http://hl7.org/fhir/SearchParameter/relatedperson-address-use", "type": "token", "documentation": "A use code specified in an address" }, { "name": "telecom", "definition": "http://hl7.org/fhir/SearchParameter/relatedperson-telecom", "type": "token", "documentation": "The value in any kind of contact" }, { "name": "address-city", "definition": "http://hl7.org/fhir/SearchParameter/relatedperson-address-city", "type": "string", "documentation": "A city specified in an address" }, { "name": "email", "definition": "http://hl7.org/fhir/SearchParameter/relatedperson-email", "type": "token", "documentation": "A value in an email contact" } ] }, { "type": "RiskAssessment", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/RiskAssessment" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "RiskAssessment.condition", "RiskAssessment.performer", "RiskAssessment.subject", "RiskAssessment.patient", "RiskAssessment.encounter" ], "searchRevInclude": [ "ClinicalImpression.investigation" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/riskassessment-date", "type": "date", "documentation": "When was assessment made?" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/riskassessment-identifier", "type": "token", "documentation": "Unique identifier for the assessment" }, { "name": "condition", "definition": "http://hl7.org/fhir/SearchParameter/riskassessment-condition", "type": "reference", "documentation": "Condition assessed" }, { "name": "performer", "definition": "http://hl7.org/fhir/SearchParameter/riskassessment-performer", "type": "reference", "documentation": "Who did assessment?" }, { "name": "method", "definition": "http://hl7.org/fhir/SearchParameter/riskassessment-method", "type": "token", "documentation": "Evaluation mechanism" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/riskassessment-subject", "type": "reference", "documentation": "Who/what does assessment apply to?" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/riskassessment-patient", "type": "reference", "documentation": "Who/what does assessment apply to?" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/riskassessment-encounter", "type": "reference", "documentation": "Where was assessment performed?" } ] }, { "type": "Schedule", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Schedule" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Schedule.actor" ], "searchRevInclude": [ "Slot.schedule" ], "searchParam": [ { "name": "actor", "definition": "http://hl7.org/fhir/SearchParameter/schedule-actor", "type": "reference", "documentation": "The individual(HealthcareService, Practitioner, Location, ...) to find a Schedule for" }, { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/schedule-date", "type": "date", "documentation": "Search for Schedule resources that have a period that contains this date specified" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/schedule-identifier", "type": "token", "documentation": "A Schedule Identifier" }, { "name": "active", "definition": "http://hl7.org/fhir/SearchParameter/schedule-active", "type": "token", "documentation": "Is the schedule in active use" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/schedule-type", "type": "token", "documentation": "The type of appointments that can be booked into associated slot(s)" } ] }, { "type": "SearchParameter", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/SearchParameter" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "SearchParameter.component" ], "searchRevInclude": [ "SearchParameter.component" ], "searchParam": [ { "name": "component", "definition": "http://hl7.org/fhir/SearchParameter/searchparameter-component", "type": "reference", "documentation": "For Composite resources to define the parts" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/searchparameter-code", "type": "token", "documentation": "Code used in URL" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/searchparameter-name", "type": "string", "documentation": "Informal name for this search parameter" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/searchparameter-context", "type": "token", "documentation": "A use context assigned to the search parameter" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/searchparameter-description", "type": "string", "documentation": "Documentation for search parameter" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/searchparameter-type", "type": "token", "documentation": "number | date | string | token | reference | composite | quantity | uri" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/searchparameter-url", "type": "uri", "documentation": "Absolute URL used to reference this search parameter" }, { "name": "base", "definition": "http://hl7.org/fhir/SearchParameter/searchparameter-base", "type": "token", "documentation": "The resource type this search parameter applies to" }, { "name": "target", "definition": "http://hl7.org/fhir/SearchParameter/searchparameter-target", "type": "token", "documentation": "Types of resource (if a resource reference)" } ] }, { "type": "Sequence", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Sequence" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Sequence.patient" ], "searchRevInclude": [ "Observation.related-target" ], "searchParam": [ { "name": "coordinate", "definition": "http://hl7.org/fhir/SearchParameter/sequence-coordinate", "type": "composite", "documentation": "Genomic coordinate of the sequence. For example, a search for sequence in region 1:123-345 can be represented as `coordinate=1$lt345$gt123`" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/sequence-patient", "type": "reference", "documentation": "The subject that the observation is about" }, { "name": "chromosome", "definition": "http://hl7.org/fhir/SearchParameter/sequence-chromosome", "type": "token", "documentation": "Chromosome of the sequence" }, { "name": "start", "definition": "http://hl7.org/fhir/SearchParameter/sequence-start", "type": "number", "documentation": "Start position (0-based inclusive) of the sequence" }, { "name": "end", "definition": "http://hl7.org/fhir/SearchParameter/sequence-end", "type": "number", "documentation": "End position (0-based exclusive) of the sequence" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/sequence-type", "type": "token", "documentation": "The type of the variant: Amino acid / cDNA transcript / RNA variant." } ] }, { "type": "Slot", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Slot" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Slot.schedule" ], "searchParam": [ { "name": "schedule", "definition": "http://hl7.org/fhir/SearchParameter/slot-schedule", "type": "reference", "documentation": "The Schedule Resource that we are seeking a slot within" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/slot-identifier", "type": "token", "documentation": "A Slot Identifier" }, { "name": "start", "definition": "http://hl7.org/fhir/SearchParameter/slot-start", "type": "date", "documentation": "Appointment date/time." }, { "name": "slot-type", "definition": "http://hl7.org/fhir/SearchParameter/slot-slot-type", "type": "token", "documentation": "The type of appointments that can be booked into the slot" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/slot-status", "type": "token", "documentation": "The free/busy status of the appointment" } ] }, { "type": "Specimen", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Specimen" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Specimen.parent", "Specimen.subject", "Specimen.patient", "Specimen.collector" ], "searchRevInclude": [ "DiagnosticReport.specimen", "Media.subject", "Media.patient", "Observation.specimen", "Specimen.parent" ], "searchParam": [ { "name": "container", "definition": "http://hl7.org/fhir/SearchParameter/specimen-container", "type": "token", "documentation": "The kind of specimen container" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/specimen-identifier", "type": "token", "documentation": "The unique identifier associated with the specimen" }, { "name": "parent", "definition": "http://hl7.org/fhir/SearchParameter/specimen-parent", "type": "reference", "documentation": "The parent of the specimen" }, { "name": "container-id", "definition": "http://hl7.org/fhir/SearchParameter/specimen-container-id", "type": "token", "documentation": "The unique identifier associated with the specimen container" }, { "name": "bodysite", "definition": "http://hl7.org/fhir/SearchParameter/specimen-bodysite", "type": "token", "documentation": "The code for the body site from where the specimen originated" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/specimen-subject", "type": "reference", "documentation": "The subject of the specimen" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/specimen-patient", "type": "reference", "documentation": "The patient the specimen comes from" }, { "name": "collected", "definition": "http://hl7.org/fhir/SearchParameter/specimen-collected", "type": "date", "documentation": "The date the specimen was collected" }, { "name": "accession", "definition": "http://hl7.org/fhir/SearchParameter/specimen-accession", "type": "token", "documentation": "The accession number associated with the specimen" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/specimen-type", "type": "token", "documentation": "The specimen type" }, { "name": "collector", "definition": "http://hl7.org/fhir/SearchParameter/specimen-collector", "type": "reference", "documentation": "Who collected the specimen" } ] }, { "type": "StructureDefinition", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/StructureDefinition" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "StructureDefinition.valueset" ], "searchRevInclude": [ "ConceptMap.source", "ConceptMap.target", "ConceptMap.source-uri", "ConceptMap.target-uri", "Conformance.supported-profile", "Conformance.resourceprofile", "OperationDefinition.paramprofile" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-date", "type": "date", "documentation": "The profile publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-identifier", "type": "token", "documentation": "The identifier of the profile" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-code", "type": "token", "documentation": "A code for the profile" }, { "name": "valueset", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-valueset", "type": "reference", "documentation": "A vocabulary binding reference" }, { "name": "kind", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-kind", "type": "token", "documentation": "primitive-type | complex-type | resource | logical" }, { "name": "display", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-display", "type": "string", "documentation": "Use this name when displaying the value" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-description", "type": "string", "documentation": "Text search in the description of the profile" }, { "name": "experimental", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-experimental", "type": "token", "documentation": "If for testing purposes, not real usage" }, { "name": "context-type", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-context-type", "type": "token", "documentation": "resource | datatype | extension" }, { "name": "abstract", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-abstract", "type": "token", "documentation": "Whether the structure is abstract" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-type", "type": "token", "documentation": "Type defined or constrained by this structure" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-version", "type": "token", "documentation": "The version identifier of the profile" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-url", "type": "uri", "documentation": "Absolute URL used to reference this StructureDefinition" }, { "name": "path", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-path", "type": "token", "documentation": "A path that is constrained in the profile" }, { "name": "ext-context", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-ext-context", "type": "string", "documentation": "Where the extension can be used in instances" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-name", "type": "string", "documentation": "Name of the profile" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-context", "type": "token", "documentation": "A use context assigned to the structure" }, { "name": "base-path", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-base-path", "type": "token", "documentation": "Path that identifies the base element" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-publisher", "type": "string", "documentation": "Name of the publisher of the profile" }, { "name": "derivation", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-derivation", "type": "token", "documentation": "specialization | constraint - How relates to base definition" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-status", "type": "token", "documentation": "The current status of the profile" }, { "name": "base", "definition": "http://hl7.org/fhir/SearchParameter/structuredefinition-base", "type": "uri", "documentation": "Definition that this type is constrained/specialized from" } ] }, { "type": "StructureMap", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/StructureMap" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/structuremap-date", "type": "date", "documentation": "The profile publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/structuremap-identifier", "type": "token", "documentation": "The identifier of the profile" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/structuremap-name", "type": "string", "documentation": "Name of the profile" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/structuremap-context", "type": "token", "documentation": "A use context assigned to the structure" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/structuremap-publisher", "type": "string", "documentation": "Name of the publisher of the profile" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/structuremap-description", "type": "string", "documentation": "Text search in the description of the profile" }, { "name": "experimental", "definition": "http://hl7.org/fhir/SearchParameter/structuremap-experimental", "type": "token", "documentation": "Whether the map is defined purely for experimental reasons" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/structuremap-version", "type": "token", "documentation": "The version identifier of the profile" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/structuremap-url", "type": "uri", "documentation": "The url that identifies the structure map" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/structuremap-status", "type": "token", "documentation": "The current status of the profile" } ] }, { "type": "Subscription", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Subscription" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchParam": [ { "name": "payload", "definition": "http://hl7.org/fhir/SearchParameter/subscription-payload", "type": "string", "documentation": "Mimetype to send, or omit for no payload" }, { "name": "criteria", "definition": "http://hl7.org/fhir/SearchParameter/subscription-criteria", "type": "string", "documentation": "Rule for server push criteria" }, { "name": "contact", "definition": "http://hl7.org/fhir/SearchParameter/subscription-contact", "type": "token", "documentation": "Contact details for source (e.g. troubleshooting)" }, { "name": "tag", "definition": "http://hl7.org/fhir/SearchParameter/subscription-tag", "type": "token", "documentation": "A tag to add to matching resources" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/subscription-type", "type": "token", "documentation": "rest-hook | websocket | email | sms | message" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/subscription-url", "type": "uri", "documentation": "Where the channel points to" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/subscription-status", "type": "token", "documentation": "requested | active | error | off" } ] }, { "type": "Substance", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Substance" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Substance.substance-reference" ], "searchRevInclude": [ "Contract.agent", "Group.member", "Medication.ingredient", "Specimen.subject", "Specimen.patient", "Substance.substance-reference" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/substance-identifier", "type": "token", "documentation": "Unique identifier for the substance" }, { "name": "container-identifier", "definition": "http://hl7.org/fhir/SearchParameter/substance-container-identifier", "type": "token", "documentation": "Identifier of the package/container" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/substance-code", "type": "token", "documentation": "The code of the substance or ingredient" }, { "name": "quantity", "definition": "http://hl7.org/fhir/SearchParameter/substance-quantity", "type": "quantity", "documentation": "Amount of substance in the package" }, { "name": "substance-reference", "definition": "http://hl7.org/fhir/SearchParameter/substance-substance-reference", "type": "reference", "documentation": "A component of the substance" }, { "name": "expiry", "definition": "http://hl7.org/fhir/SearchParameter/substance-expiry", "type": "date", "documentation": "Expiry date of package or container of substance" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/substance-category", "type": "token", "documentation": "The category of the substance" } ] }, { "type": "SupplyDelivery", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/SupplyDelivery" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "SupplyDelivery.receiver", "SupplyDelivery.patient", "SupplyDelivery.supplier" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/supplydelivery-identifier", "type": "token", "documentation": "External identifier" }, { "name": "receiver", "definition": "http://hl7.org/fhir/SearchParameter/supplydelivery-receiver", "type": "reference", "documentation": "Who collected the Supply" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/supplydelivery-patient", "type": "reference", "documentation": "Patient for whom the item is supplied" }, { "name": "supplier", "definition": "http://hl7.org/fhir/SearchParameter/supplydelivery-supplier", "type": "reference", "documentation": "Dispenser" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/supplydelivery-status", "type": "token", "documentation": "in-progress | completed | abandoned" } ] }, { "type": "SupplyRequest", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/SupplyRequest" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "SupplyRequest.patient", "SupplyRequest.supplier", "SupplyRequest.source" ], "searchRevInclude": [ "CarePlan.activityreference", "ClinicalImpression.action", "ClinicalImpression.plan" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/supplyrequest-date", "type": "date", "documentation": "When the request was made" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/supplyrequest-identifier", "type": "token", "documentation": "Unique identifier" }, { "name": "kind", "definition": "http://hl7.org/fhir/SearchParameter/supplyrequest-kind", "type": "token", "documentation": "The kind of supply (central, non-stock, etc.)" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/supplyrequest-patient", "type": "reference", "documentation": "Patient for whom the item is supplied" }, { "name": "supplier", "definition": "http://hl7.org/fhir/SearchParameter/supplyrequest-supplier", "type": "reference", "documentation": "Who is intended to fulfill the request" }, { "name": "source", "definition": "http://hl7.org/fhir/SearchParameter/supplyrequest-source", "type": "reference", "documentation": "Who initiated this order" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/supplyrequest-status", "type": "token", "documentation": "requested | completed | failed | cancelled" } ] }, { "type": "Task", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/Task" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "Task.owner", "Task.requester", "Task.parent", "Task.focus", "Task.patient" ], "searchRevInclude": [ "Task.parent" ], "searchParam": [ { "name": "owner", "definition": "http://hl7.org/fhir/SearchParameter/task-owner", "type": "reference", "documentation": "Search by task owner" }, { "name": "requester", "definition": "http://hl7.org/fhir/SearchParameter/task-requester", "type": "reference", "documentation": "Search by task requester" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/task-identifier", "type": "token", "documentation": "Search for a task instance by its business identifier" }, { "name": "parent", "definition": "http://hl7.org/fhir/SearchParameter/task-parent", "type": "reference", "documentation": "Search by parent task" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/task-code", "type": "token", "documentation": "Search by task code" }, { "name": "performer", "definition": "http://hl7.org/fhir/SearchParameter/task-performer", "type": "token", "documentation": "Search by recommended type of performer (e.g., Requester, Performer, Scheduler)." }, { "name": "created", "definition": "http://hl7.org/fhir/SearchParameter/task-created", "type": "date", "documentation": "Search by creation date" }, { "name": "focus", "definition": "http://hl7.org/fhir/SearchParameter/task-focus", "type": "reference", "documentation": "Search by task focus" }, { "name": "priority", "definition": "http://hl7.org/fhir/SearchParameter/task-priority", "type": "token", "documentation": "Search by task priority" }, { "name": "stage", "definition": "http://hl7.org/fhir/SearchParameter/task-stage", "type": "token", "documentation": "Search by task stage" }, { "name": "statusreason", "definition": "http://hl7.org/fhir/SearchParameter/task-statusreason", "type": "token", "documentation": "Search by status reason" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/task-patient", "type": "reference", "documentation": "Search by patient" }, { "name": "modified", "definition": "http://hl7.org/fhir/SearchParameter/task-modified", "type": "date", "documentation": "Search by last modification date" }, { "name": "definition", "definition": "http://hl7.org/fhir/SearchParameter/task-definition", "type": "uri", "documentation": "Search by task definition" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/task-status", "type": "token", "documentation": "Search by task status" } ] }, { "type": "TestScript", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/TestScript" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/testscript-date", "type": "date", "documentation": "Date for this version of the TestScript" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/testscript-identifier", "type": "token", "documentation": "External identifier" }, { "name": "use-context", "definition": "http://hl7.org/fhir/SearchParameter/testscript-use-context", "type": "token", "documentation": "Content intends to support these contexts" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/testscript-name", "type": "string", "documentation": "Informal name for this TestScript" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/testscript-description", "type": "string", "documentation": "Natural language description of the TestScript" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/testscript-publisher", "type": "string", "documentation": "Name of the publisher (Organization or individual)" }, { "name": "testscript-capability", "definition": "http://hl7.org/fhir/SearchParameter/testscript-testscript-capability", "type": "string", "documentation": "TestScript required and validated capability" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/testscript-url", "type": "uri", "documentation": "Absolute URL used to reference this TestScript" } ] }, { "type": "ValueSet", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/ValueSet" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchRevInclude": [ "ConceptMap.source", "ConceptMap.target", "ConceptMap.source-uri", "ConceptMap.target-uri", "StructureDefinition.valueset" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/valueset-date", "type": "date", "documentation": "The value set publication date" }, { "name": "reference", "definition": "http://hl7.org/fhir/SearchParameter/valueset-reference", "type": "uri", "documentation": "A code system included or excluded in the value set or an imported value set" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/valueset-identifier", "type": "token", "documentation": "The identifier for the value set" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/valueset-name", "type": "string", "documentation": "The name of the value set" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/valueset-context", "type": "token", "documentation": "A use context assigned to the value set" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/valueset-publisher", "type": "string", "documentation": "Name of the publisher of the value set" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/valueset-description", "type": "string", "documentation": "Text search in the description of the value set" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/valueset-version", "type": "token", "documentation": "The version identifier of the value set" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/valueset-url", "type": "uri", "documentation": "The logical URL for the value set" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/valueset-status", "type": "token", "documentation": "The status of the value set" }, { "name": "expansion", "definition": "http://hl7.org/fhir/SearchParameter/valueset-expansion", "type": "uri", "documentation": "Uniquely identifies this expansion" } ] }, { "type": "VisionPrescription", "profile": { "reference": "http://hl7.org/fhir/StructureDefinition/VisionPrescription" }, "interaction": [ { "code": "read", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "vread", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "update", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "delete", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-instance", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-type", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "create", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-type", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "conditionalCreate": true, "conditionalUpdate": true, "conditionalDelete": "multiple", "searchInclude": [ "VisionPrescription.prescriber", "VisionPrescription.patient", "VisionPrescription.encounter" ], "searchRevInclude": [ "CarePlan.activityreference", "ClinicalImpression.plan" ], "searchParam": [ { "name": "prescriber", "definition": "http://hl7.org/fhir/SearchParameter/visionprescription-prescriber", "type": "reference", "documentation": "Who authorizes the vision product" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/visionprescription-identifier", "type": "token", "documentation": "Return prescriptions with this external identifier" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/visionprescription-patient", "type": "reference", "documentation": "The identity of a patient to list dispenses for" }, { "name": "datewritten", "definition": "http://hl7.org/fhir/SearchParameter/visionprescription-datewritten", "type": "date", "documentation": "Return prescriptions written on this date" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/visionprescription-encounter", "type": "reference", "documentation": "Return prescriptions with this encounter identifier" } ] } ], "interaction": [ { "code": "transaction", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "batch", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "history-system", "documentation": "Implemented per the specification (or Insert other doco here)" }, { "code": "search-system", "documentation": "Implemented per the specification (or Insert other doco here)" } ], "searchParam": [ { "name": "_text", "definition": "http://hl7.org/fhir/SearchParameter/domainresource-text", "type": "string", "documentation": "Search on the narrative of the resource" }, { "name": "_query", "definition": "http://hl7.org/fhir/SearchParameter/resource-query", "type": "token", "documentation": "A custom search profile that describes a specific defined query operation" }, { "name": "_profile", "definition": "http://hl7.org/fhir/SearchParameter/resource-profile", "type": "uri", "documentation": "Profiles this resource claims to conform to" }, { "name": "_lastUpdated", "definition": "http://hl7.org/fhir/SearchParameter/resource-lastUpdated", "type": "date", "documentation": "When the resource version last changed" }, { "name": "_tag", "definition": "http://hl7.org/fhir/SearchParameter/resource-tag", "type": "token", "documentation": "Tags applied to this resource" }, { "name": "_security", "definition": "http://hl7.org/fhir/SearchParameter/resource-security", "type": "token", "documentation": "Security Labels applied to this resource" }, { "name": "_id", "definition": "http://hl7.org/fhir/SearchParameter/resource-id", "type": "token", "documentation": "Logical id of this artifact" }, { "name": "_content", "definition": "http://hl7.org/fhir/SearchParameter/resource-content", "type": "string", "documentation": "Search on the entire content of the resource" } ], "operation": [ { "name": "validate", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/resource-validate" } }, { "name": "meta", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/resource-meta" } }, { "name": "meta-add", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/resource-meta-add" } }, { "name": "meta-delete", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/resource-meta-delete" } }, { "name": "cds-hook", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/resource-cds-hook" } }, { "name": "apply", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/activitydefinition-apply" } }, { "name": "data-requirements", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/activitydefinition-data-requirements" } }, { "name": "lookup", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/codesystem-lookup" } }, { "name": "subsumes", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/codesystem-subsumes" } }, { "name": "infer", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/codesystem-infer" } }, { "name": "document", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/composition-document" } }, { "name": "translate", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/conceptmap-translate" } }, { "name": "closure", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/conceptmap-closure" } }, { "name": "subset", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/conformance-subset" } }, { "name": "implements", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/conformance-implements" } }, { "name": "conforms", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/conformance-conforms" } }, { "name": "evaluate", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/decisionsupportservicemodule-evaluate" } }, { "name": "data-requirements", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/decisionsupportservicemodule-data-requirements" } }, { "name": "everything", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/encounter-everything" } }, { "name": "data-requirements", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/library-data-requirements" } }, { "name": "find", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/list-find" } }, { "name": "evaluate-measure", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/measure-evaluate-measure" } }, { "name": "data-requirements", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/measure-data-requirements" } }, { "name": "process-message", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/messageheader-process-message" } }, { "name": "stats", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/observation-stats" } }, { "name": "match", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/patient-match" } }, { "name": "everything", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/patient-everything" } }, { "name": "apply", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/plandefinition-apply" } }, { "name": "data-requirements", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/plandefinition-data-requirements" } }, { "name": "populate", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/questionnaire-populate" } }, { "name": "populatehtml", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/questionnaire-populatehtml" } }, { "name": "populatelink", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/questionnaire-populatelink" } }, { "name": "questionnaire", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/structuredefinition-questionnaire" } }, { "name": "transform", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/structuremap-transform" } }, { "name": "reserve", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/task-reserve" } }, { "name": "start", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/task-start" } }, { "name": "finish", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/task-finish" } }, { "name": "fail", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/task-fail" } }, { "name": "release", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/task-release" } }, { "name": "suspend", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/task-suspend" } }, { "name": "resume", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/task-resume" } }, { "name": "cancel", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/task-cancel" } }, { "name": "stop", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/task-stop" } }, { "name": "set-input", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/task-set-input" } }, { "name": "set-output", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/task-set-output" } }, { "name": "expand", "definition": { "reference": "http://hl7.org/fhir/OperationDefinition/valueset-expand" } }, { "name": "validate-code", "definition": { "reference": "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.