This page is part of the FHIR Specification (v3.3.0: R4 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3
FHIR Infrastructure Work Group | Maturity Level: N/A | Ballot Status: Informative |
Base Capability Statement
{ "resourceType": "CapabilityStatement", "id": "base", "text": { "status": "generated", "div": "<div>!-- Snipped for Brevity --></div>" }, "url": "http://hl7.org/fhir/CapabilityStatement/base", "version": "3.3.0-13671", "name": "Base FHIR Capability Statement (Full)", "status": "draft", "experimental": true, "date": "2018-04-03T12:05:46+10:00", "publisher": "FHIR Project Team", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" } ] } ], "description": "This is the base Capability Statement for FHIR. It represents a server that provides the full set of functionality defined by FHIR. It is provided to use as a template for system designers to build their own Capability Statements from", "kind": "capability", "software": { "name": "Insert your softwware name here..." }, "fhirVersion": "3.3.0", "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 Capability Statement to declare that the server supports SMART-on-FHIR. See the SMART-on-FHIR docs for the extension that would go with such a server" }, "resource": [ { "type": "Account", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Account.owner", "Account.subject", "Account.patient" ], "searchRevInclude": [ "ChargeItem.account", "Encounter.account", "Invoice.account" ], "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": "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 | on-hold | unknown" } ] }, { "type": "ActivityDefinition", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "ActivityDefinition.successor", "ActivityDefinition.derived-from", "ActivityDefinition.predecessor", "ActivityDefinition.composed-of", "ActivityDefinition.depends-on" ], "searchRevInclude": [ "PlanDefinition.definition" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-date", "type": "date", "documentation": "The activity definition publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-identifier", "type": "token", "documentation": "External identifier for the activity definition" }, { "name": "successor", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-successor", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the activity definition" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-description", "type": "string", "documentation": "The description of the activity definition" }, { "name": "derived-from", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-derived-from", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "context-type", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-context-type", "type": "token", "documentation": "A type of use context assigned to the activity definition" }, { "name": "predecessor", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-predecessor", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-title", "type": "string", "documentation": "The human-friendly name of the activity definition" }, { "name": "composed-of", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-composed-of", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-version", "type": "token", "documentation": "The business version of the activity definition" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-url", "type": "uri", "documentation": "The uri that identifies the activity definition" }, { "name": "effective", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-effective", "type": "date", "documentation": "The time during which the activity definition is intended to be in use" }, { "name": "depends-on", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-depends-on", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-name", "type": "string", "documentation": "Computationally friendly name of the activity definition" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-publisher", "type": "string", "documentation": "Name of the publisher of the activity definition" }, { "name": "topic", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-topic", "type": "token", "documentation": "Topics associated with the module" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-status", "type": "token", "documentation": "The current status of the activity definition" } ] }, { "type": "AdverseEvent", "profile": "http://hl7.org/fhir/StructureDefinition/AdverseEvent", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "AdverseEvent.recorder", "AdverseEvent.study", "AdverseEvent.subject", "AdverseEvent.resultingcondition", "AdverseEvent.substance", "AdverseEvent.location" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/AdverseEvent-date", "type": "date", "documentation": "When the event occurred" }, { "name": "severity", "definition": "http://hl7.org/fhir/SearchParameter/AdverseEvent-severity", "type": "token", "documentation": "Mild | Moderate | Severe" }, { "name": "recorder", "definition": "http://hl7.org/fhir/SearchParameter/AdverseEvent-recorder", "type": "reference", "documentation": "Who recorded the adverse event" }, { "name": "study", "definition": "http://hl7.org/fhir/SearchParameter/AdverseEvent-study", "type": "reference", "documentation": "AdverseEvent.study" }, { "name": "actuality", "definition": "http://hl7.org/fhir/SearchParameter/AdverseEvent-actuality", "type": "token", "documentation": "actual | potential" }, { "name": "seriousness", "definition": "http://hl7.org/fhir/SearchParameter/AdverseEvent-seriousness", "type": "token", "documentation": "Seriousness of the event" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/AdverseEvent-subject", "type": "reference", "documentation": "Subject impacted by event" }, { "name": "resultingcondition", "definition": "http://hl7.org/fhir/SearchParameter/AdverseEvent-resultingcondition", "type": "reference", "documentation": "Effect on the subject due to this event" }, { "name": "substance", "definition": "http://hl7.org/fhir/SearchParameter/AdverseEvent-substance", "type": "reference", "documentation": "Refers to the specific entity that caused the adverse event" }, { "name": "location", "definition": "http://hl7.org/fhir/SearchParameter/AdverseEvent-location", "type": "reference", "documentation": "Location where adverse event occurred" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/AdverseEvent-category", "type": "token", "documentation": "ProductProblem | ProductQuality | ProductUseError | WrongDose | IncorrectPrescribingInformation | WrongTechnique | WrongRouteOfAdministration | WrongRate | WrongDuration | WrongTime | ExpiredDrug | MedicalDeviceUseError | ProblemDifferentManufacturer | UnsafePhysicalEnvironment" }, { "name": "event", "definition": "http://hl7.org/fhir/SearchParameter/AdverseEvent-event", "type": "token", "documentation": "Type of the event itself in relation to the subject" } ] }, { "type": "AllergyIntolerance", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "AllergyIntolerance.recorder", "AllergyIntolerance.asserter", "AllergyIntolerance.patient" ], "searchRevInclude": [ "ClinicalImpression.problem" ], "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/clinical-date", "type": "date", "documentation": "Date record was believed accurate" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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/clinical-code", "type": "token", "documentation": "Code that identifies the allergy or intolerance" }, { "name": "verification-status", "definition": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-verification-status", "type": "token", "documentation": "unconfirmed | confirmed | refuted | entered-in-error" }, { "name": "criticality", "definition": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-criticality", "type": "token", "documentation": "low | high | unable-to-assess" }, { "name": "clinical-status", "definition": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-clinical-status", "type": "token", "documentation": "active | inactive | resolved" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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": "asserter", "definition": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-asserter", "type": "reference", "documentation": "Source of the information about the allergy" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", "type": "reference", "documentation": "Who the sensitivity is for" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-category", "type": "token", "documentation": "food | medication | environment | biologic" }, { "name": "last-date", "definition": "http://hl7.org/fhir/SearchParameter/AllergyIntolerance-last-date", "type": "date", "documentation": "Date(/time) of last known occurrence of a reaction" } ] }, { "type": "Appointment", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Appointment.actor", "Appointment.based-on", "Appointment.practitioner", "Appointment.patient", "Appointment.location" ], "searchRevInclude": [ "AppointmentResponse.appointment", "CarePlan.activity-reference", "ClinicalImpression.action", "Encounter.appointment", "ImagingStudy.basedon" ], "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": "based-on", "definition": "http://hl7.org/fhir/SearchParameter/Appointment-based-on", "type": "reference", "documentation": "The service request this appointment is allocated to assess" }, { "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": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "AppointmentResponse.actor", "AppointmentResponse.practitioner", "AppointmentResponse.patient", "AppointmentResponse.appointment", "AppointmentResponse.location" ], "searchRevInclude": [ "ImagingStudy.basedon" ], "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": "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", "referencePolicy": [ "literal", "logical" ], "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 was recorded" }, { "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": "entity-role", "definition": "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-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": "agent-role", "definition": "http://hl7.org/fhir/SearchParameter/AuditEvent-agent-role", "type": "token", "documentation": "Agent role in 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": "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", "referencePolicy": [ "literal", "logical" ], "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": "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", "referencePolicy": [ "literal", "logical" ] }, { "type": "BiologicallyDerivedProduct", "profile": "http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct", "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", "referencePolicy": [ "literal", "logical" ] }, { "type": "BodyStructure", "profile": "http://hl7.org/fhir/StructureDefinition/BodyStructure", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "BodyStructure.patient" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/BodyStructure-identifier", "type": "token", "documentation": "Bodystructure identifier" }, { "name": "morphology", "definition": "http://hl7.org/fhir/SearchParameter/BodyStructure-morphology", "type": "token", "documentation": "Kind of Structure" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/BodyStructure-patient", "type": "reference", "documentation": "Who this is about" }, { "name": "location", "definition": "http://hl7.org/fhir/SearchParameter/BodyStructure-location", "type": "token", "documentation": "Body site" } ] }, { "type": "Bundle", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Bundle.composition", "Bundle.message" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Bundle-identifier", "type": "token", "documentation": "Persistent identifier for the bundle" }, { "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" }, { "name": "timestamp", "definition": "http://hl7.org/fhir/SearchParameter/Bundle-timestamp", "type": "date", "documentation": "When the bundle was assembled" } ] }, { "type": "CapabilityStatement", "profile": "http://hl7.org/fhir/StructureDefinition/CapabilityStatement", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "CapabilityStatement.resource-profile", "CapabilityStatement.supported-profile", "CapabilityStatement.guide" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/conformance-date", "type": "date", "documentation": "The capability statement publication date" }, { "name": "resource-profile", "definition": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource-profile", "type": "reference", "documentation": "A profile id invoked in a capability statement" }, { "name": "software", "definition": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-software", "type": "string", "documentation": "Part of a the name of a software application" }, { "name": "resource", "definition": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-resource", "type": "token", "documentation": "Name of a resource mentioned in a capability statement" }, { "name": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the capability statement" }, { "name": "format", "definition": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-format", "type": "token", "documentation": "formats supported (xml | json | ttl | mime type)" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/conformance-description", "type": "string", "documentation": "The description of the capability statement" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/conformance-title", "type": "string", "documentation": "The human-friendly name of the capability statement" }, { "name": "fhirversion", "definition": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-fhirversion", "type": "token", "documentation": "The version of FHIR" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/conformance-version", "type": "token", "documentation": "The business version of the capability statement" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/conformance-url", "type": "uri", "documentation": "The uri that identifies the capability statement" }, { "name": "supported-profile", "definition": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-supported-profile", "type": "reference", "documentation": "Profiles for use cases supported" }, { "name": "mode", "definition": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-mode", "type": "token", "documentation": "Mode - restful (server/client) or messaging (sender/receiver)" }, { "name": "security-service", "definition": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-security-service", "type": "token", "documentation": "OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/conformance-name", "type": "string", "documentation": "Computationally friendly name of the capability statement" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/conformance-publisher", "type": "string", "documentation": "Name of the publisher of the capability statement" }, { "name": "guide", "definition": "http://hl7.org/fhir/SearchParameter/CapabilityStatement-guide", "type": "reference", "documentation": "Implementation guides supported" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/conformance-status", "type": "token", "documentation": "The current status of the capability statement" } ] }, { "type": "CarePlan", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "CarePlan.care-team", "CarePlan.performer", "CarePlan.goal", "CarePlan.subject", "CarePlan.replaces", "CarePlan.part-of", "CarePlan.encounter", "CarePlan.activity-reference", "CarePlan.condition", "CarePlan.based-on", "CarePlan.patient", "CarePlan.context" ], "searchRevInclude": [ "CarePlan.replaces", "CarePlan.part-of", "CarePlan.based-on", "DiagnosticReport.based-on", "ImagingStudy.basedon", "Media.based-on", "Observation.based-on", "Procedure.based-on", "QuestionnaireResponse.based-on", "ServiceRequest.based-on" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", "type": "date", "documentation": "Time period plan covers" }, { "name": "care-team", "definition": "http://hl7.org/fhir/SearchParameter/CarePlan-care-team", "type": "reference", "documentation": "Who's involved in plan?" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", "type": "token", "documentation": "External Ids for this plan" }, { "name": "instantiates", "definition": "http://hl7.org/fhir/SearchParameter/CarePlan-instantiates", "type": "uri", "documentation": "Protocol or definition" }, { "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 the care plan is for" }, { "name": "replaces", "definition": "http://hl7.org/fhir/SearchParameter/CarePlan-replaces", "type": "reference", "documentation": "CarePlan replaced by this CarePlan" }, { "name": "part-of", "definition": "http://hl7.org/fhir/SearchParameter/CarePlan-part-of", "type": "reference", "documentation": "Part of referenced CarePlan" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/CarePlan-encounter", "type": "reference", "documentation": "Created in context of" }, { "name": "intent", "definition": "http://hl7.org/fhir/SearchParameter/CarePlan-intent", "type": "token", "documentation": "proposal | plan | order | option" }, { "name": "activity-reference", "definition": "http://hl7.org/fhir/SearchParameter/CarePlan-activity-reference", "type": "reference", "documentation": "Activity details defined in specific resource" }, { "name": "condition", "definition": "http://hl7.org/fhir/SearchParameter/CarePlan-condition", "type": "reference", "documentation": "Health issues this plan addresses" }, { "name": "based-on", "definition": "http://hl7.org/fhir/SearchParameter/CarePlan-based-on", "type": "reference", "documentation": "Fulfills CarePlan" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", "type": "reference", "documentation": "Who the care plan is for" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/CarePlan-context", "type": "reference", "documentation": "Created in context of" }, { "name": "activity-date", "definition": "http://hl7.org/fhir/SearchParameter/CarePlan-activity-date", "type": "date", "documentation": "Specified date occurs within period specified by CarePlan.activity.timingSchedule" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/CarePlan-category", "type": "token", "documentation": "Type of plan" }, { "name": "activity-code", "definition": "http://hl7.org/fhir/SearchParameter/CarePlan-activity-code", "type": "token", "documentation": "Detail type of activity" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/CarePlan-status", "type": "token", "documentation": "draft | active | suspended | completed | entered-in-error | cancelled | unknown" } ] }, { "type": "CareTeam", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "CareTeam.patient", "CareTeam.subject", "CareTeam.context", "CareTeam.encounter", "CareTeam.participant" ], "searchRevInclude": [ "CarePlan.care-team", "CarePlan.performer", "CareTeam.participant", "Communication.recipient", "CommunicationRequest.recipient", "Consent.actor", "DeviceRequest.performer", "DiagnosticReport.performer", "DiagnosticReport.results-interpreter", "ImagingStudy.performer", "Media.operator", "MedicationRequest.intended-performer", "Observation.performer", "ServiceRequest.performer", "Task.owner" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", "type": "date", "documentation": "Time period team covers" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", "type": "token", "documentation": "External Ids for this team" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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": "context", "definition": "http://hl7.org/fhir/SearchParameter/CareTeam-context", "type": "reference", "documentation": "Encounter or episode associated with CareTeam" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/CareTeam-encounter", "type": "reference", "documentation": "Encounter or episode associated with CareTeam" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/CareTeam-category", "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": "proposed | active | suspended | inactive | entered-in-error" } ] }, { "type": "ChargeItem", "profile": "http://hl7.org/fhir/StructureDefinition/ChargeItem", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "ChargeItem.performing-organization", "ChargeItem.subject", "ChargeItem.participant-actor", "ChargeItem.patient", "ChargeItem.service", "ChargeItem.context", "ChargeItem.enterer", "ChargeItem.account", "ChargeItem.requesting-organization" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/ChargeItem-identifier", "type": "token", "documentation": "Business Identifier for item" }, { "name": "performing-organization", "definition": "http://hl7.org/fhir/SearchParameter/ChargeItem-performing-organization", "type": "reference", "documentation": "Organization providing the charged sevice" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/ChargeItem-code", "type": "token", "documentation": "A code that identifies the charge, like a billing code" }, { "name": "quantity", "definition": "http://hl7.org/fhir/SearchParameter/ChargeItem-quantity", "type": "quantity", "documentation": "Quantity of which the charge item has been serviced" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/ChargeItem-subject", "type": "reference", "documentation": "Individual service was done for/to" }, { "name": "participant-role", "definition": "http://hl7.org/fhir/SearchParameter/ChargeItem-participant-role", "type": "token", "documentation": "What type of performance was done" }, { "name": "participant-actor", "definition": "http://hl7.org/fhir/SearchParameter/ChargeItem-participant-actor", "type": "reference", "documentation": "Individual who was performing" }, { "name": "occurrence", "definition": "http://hl7.org/fhir/SearchParameter/ChargeItem-occurrence", "type": "date", "documentation": "When the charged service was applied" }, { "name": "entered-date", "definition": "http://hl7.org/fhir/SearchParameter/ChargeItem-entered-date", "type": "date", "documentation": "Date the charge item was entered" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/ChargeItem-patient", "type": "reference", "documentation": "Individual service was done for/to" }, { "name": "factor-override", "definition": "http://hl7.org/fhir/SearchParameter/ChargeItem-factor-override", "type": "number", "documentation": "Factor overriding the associated rules" }, { "name": "service", "definition": "http://hl7.org/fhir/SearchParameter/ChargeItem-service", "type": "reference", "documentation": "Which rendered service is being charged?" }, { "name": "price-override", "definition": "http://hl7.org/fhir/SearchParameter/ChargeItem-price-override", "type": "quantity", "documentation": "Price overriding the associated rules" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/ChargeItem-context", "type": "reference", "documentation": "Encounter / Episode associated with event" }, { "name": "enterer", "definition": "http://hl7.org/fhir/SearchParameter/ChargeItem-enterer", "type": "reference", "documentation": "Individual who was entering" }, { "name": "account", "definition": "http://hl7.org/fhir/SearchParameter/ChargeItem-account", "type": "reference", "documentation": "Account to place this charge" }, { "name": "requesting-organization", "definition": "http://hl7.org/fhir/SearchParameter/ChargeItem-requesting-organization", "type": "reference", "documentation": "Organization requesting the charged service" } ] }, { "type": "Claim", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Claim.care-team", "Claim.encounter", "Claim.payee", "Claim.provider", "Claim.patient", "Claim.insurer", "Claim.enterer", "Claim.facility" ], "searchRevInclude": [ "ClaimResponse.request", "ExplanationOfBenefit.claim" ], "searchParam": [ { "name": "care-team", "definition": "http://hl7.org/fhir/SearchParameter/Claim-care-team", "type": "reference", "documentation": "Member of the CareTeam" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Claim-identifier", "type": "token", "documentation": "The primary identifier of the financial resource" }, { "name": "use", "definition": "http://hl7.org/fhir/SearchParameter/Claim-use", "type": "token", "documentation": "The kind of financial resource" }, { "name": "created", "definition": "http://hl7.org/fhir/SearchParameter/Claim-created", "type": "date", "documentation": "The creation date for the Claim" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/Claim-encounter", "type": "reference", "documentation": "Encounters associated with a billed line item" }, { "name": "priority", "definition": "http://hl7.org/fhir/SearchParameter/Claim-priority", "type": "token", "documentation": "Processing priority requested" }, { "name": "payee", "definition": "http://hl7.org/fhir/SearchParameter/Claim-payee", "type": "reference", "documentation": "The party receiving any payment for the Claim" }, { "name": "provider", "definition": "http://hl7.org/fhir/SearchParameter/Claim-provider", "type": "reference", "documentation": "Provider responsible for the Claim" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/Claim-patient", "type": "reference", "documentation": "Patient receiving the services" }, { "name": "insurer", "definition": "http://hl7.org/fhir/SearchParameter/Claim-insurer", "type": "reference", "documentation": "The target payor/insurer for the Claim" }, { "name": "enterer", "definition": "http://hl7.org/fhir/SearchParameter/Claim-enterer", "type": "reference", "documentation": "The party responsible for the entry of the Claim" }, { "name": "facility", "definition": "http://hl7.org/fhir/SearchParameter/Claim-facility", "type": "reference", "documentation": "Facility responsible for the goods and services" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Claim-status", "type": "token", "documentation": "The status of the Claim instance." } ] }, { "type": "ClaimResponse", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "ClaimResponse.request", "ClaimResponse.insurer", "ClaimResponse.patient", "ClaimResponse.request-provider" ], "searchRevInclude": [ "DeviceRequest.insurance" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/ClaimResponse-identifier", "type": "token", "documentation": "The identity of the claimresponse" }, { "name": "request", "definition": "http://hl7.org/fhir/SearchParameter/ClaimResponse-request", "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": "insurer", "definition": "http://hl7.org/fhir/SearchParameter/ClaimResponse-insurer", "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": "patient", "definition": "http://hl7.org/fhir/SearchParameter/ClaimResponse-patient", "type": "reference", "documentation": "The subject of care." }, { "name": "payment-date", "definition": "http://hl7.org/fhir/SearchParameter/ClaimResponse-payment-date", "type": "date", "documentation": "The expected paymentDate" }, { "name": "request-provider", "definition": "http://hl7.org/fhir/SearchParameter/ClaimResponse-request-provider", "type": "reference", "documentation": "The Provider of the claim" }, { "name": "outcome", "definition": "http://hl7.org/fhir/SearchParameter/ClaimResponse-outcome", "type": "token", "documentation": "The processing outcome" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/ClaimResponse-status", "type": "token", "documentation": "The status of the claim response" } ] }, { "type": "ClinicalImpression", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "ClinicalImpression.previous", "ClinicalImpression.assessor", "ClinicalImpression.subject", "ClinicalImpression.finding-ref", "ClinicalImpression.problem", "ClinicalImpression.patient", "ClinicalImpression.context", "ClinicalImpression.investigation", "ClinicalImpression.action" ], "searchRevInclude": [ "ClinicalImpression.previous" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", "type": "date", "documentation": "When the assessment was documented" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-identifier", "type": "token", "documentation": "Business identifier" }, { "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/clinical-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": "Action taken as part of assessment procedure" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/ClinicalImpression-status", "type": "token", "documentation": "draft | completed | entered-in-error" } ] }, { "type": "CodeSystem", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "CodeSystem.supplements" ], "searchRevInclude": [ "CodeSystem.supplements" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/conformance-date", "type": "date", "documentation": "The code system publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/conformance-identifier", "type": "token", "documentation": "External 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": "content-mode", "definition": "http://hl7.org/fhir/SearchParameter/CodeSystem-content-mode", "type": "token", "documentation": "not-present | example | fragment | complete | supplement" }, { "name": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the code system" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/conformance-description", "type": "string", "documentation": "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": "title", "definition": "http://hl7.org/fhir/SearchParameter/conformance-title", "type": "string", "documentation": "The human-friendly name of the code system" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/conformance-version", "type": "token", "documentation": "The business version of the code system" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/conformance-url", "type": "uri", "documentation": "The uri that identifies the code system" }, { "name": "supplements", "definition": "http://hl7.org/fhir/SearchParameter/CodeSystem-supplements", "type": "reference", "documentation": "Code System this adds designations and properties to" }, { "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/conformance-name", "type": "string", "documentation": "Computationally friendly name of the code system" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/conformance-publisher", "type": "string", "documentation": "Name of the publisher of the code system" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/conformance-status", "type": "token", "documentation": "The current status of the code system" } ] }, { "type": "Communication", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Communication.subject", "Communication.part-of", "Communication.encounter", "Communication.based-on", "Communication.sender", "Communication.patient", "Communication.recipient", "Communication.context" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Communication-identifier", "type": "token", "documentation": "Unique identifier" }, { "name": "instantiates", "definition": "http://hl7.org/fhir/SearchParameter/Communication-instantiates", "type": "uri", "documentation": "Instantiates protocol or definition" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/Communication-subject", "type": "reference", "documentation": "Focus of message" }, { "name": "received", "definition": "http://hl7.org/fhir/SearchParameter/Communication-received", "type": "date", "documentation": "When received" }, { "name": "part-of", "definition": "http://hl7.org/fhir/SearchParameter/Communication-part-of", "type": "reference", "documentation": "Part of this action" }, { "name": "medium", "definition": "http://hl7.org/fhir/SearchParameter/Communication-medium", "type": "token", "documentation": "A channel of communication" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/Communication-encounter", "type": "reference", "documentation": "Encounter leading to message" }, { "name": "sent", "definition": "http://hl7.org/fhir/SearchParameter/Communication-sent", "type": "date", "documentation": "When sent" }, { "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": "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": "category", "definition": "http://hl7.org/fhir/SearchParameter/Communication-category", "type": "token", "documentation": "Message category" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Communication-status", "type": "token", "documentation": "preparation | in-progress | not-done | suspended | aborted | completed | entered-in-error" } ] }, { "type": "CommunicationRequest", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "CommunicationRequest.requester", "CommunicationRequest.subject", "CommunicationRequest.replaces", "CommunicationRequest.encounter", "CommunicationRequest.based-on", "CommunicationRequest.sender", "CommunicationRequest.patient", "CommunicationRequest.recipient", "CommunicationRequest.context" ], "searchRevInclude": [ "CarePlan.activity-reference", "CommunicationRequest.replaces" ], "searchParam": [ { "name": "requester", "definition": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-requester", "type": "reference", "documentation": "Who/what is requesting service" }, { "name": "authored", "definition": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-authored", "type": "date", "documentation": "When request transitioned to being actionable" }, { "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": "replaces", "definition": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-replaces", "type": "reference", "documentation": "Request(s) replaced by this request" }, { "name": "medium", "definition": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-medium", "type": "token", "documentation": "A channel of communication" }, { "name": "occurrence", "definition": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-occurrence", "type": "date", "documentation": "When scheduled" }, { "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": "group-identifier", "definition": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-group-identifier", "type": "token", "documentation": "Composite request this is part of" }, { "name": "based-on", "definition": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-based-on", "type": "reference", "documentation": "Fulfills plan or proposal" }, { "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": "context", "definition": "http://hl7.org/fhir/SearchParameter/CommunicationRequest-context", "type": "reference", "documentation": "Encounter or episode leading to message" }, { "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": "draft | active | suspended | cancelled | completed | entered-in-error | unknown" } ] }, { "type": "CompartmentDefinition", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/conformance-date", "type": "date", "documentation": "The compartment definition publication date" }, { "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": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the compartment definition" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/conformance-name", "type": "string", "documentation": "Computationally friendly name of the compartment definition" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/conformance-description", "type": "string", "documentation": "The description of the compartment definition" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/conformance-publisher", "type": "string", "documentation": "Name of the publisher of the compartment definition" }, { "name": "context-type", "definition": "http://hl7.org/fhir/SearchParameter/conformance-context-type", "type": "token", "documentation": "A type of use context assigned to the compartment definition" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/conformance-title", "type": "string", "documentation": "The human-friendly name of the compartment definition" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/conformance-url", "type": "uri", "documentation": "The uri that identifies the compartment definition" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/conformance-status", "type": "token", "documentation": "The current status of the compartment definition" } ] }, { "type": "Composition", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Composition.subject", "Composition.author", "Composition.encounter", "Composition.attester", "Composition.entry", "Composition.related-ref", "Composition.patient" ], "searchRevInclude": [ "Composition.related-ref" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", "type": "date", "documentation": "Composition editing time" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", "type": "token", "documentation": "Version-independent identifier for the Composition" }, { "name": "period", "definition": "http://hl7.org/fhir/SearchParameter/Composition-period", "type": "date", "documentation": "The period covered by the documentation" }, { "name": "related-id", "definition": "http://hl7.org/fhir/SearchParameter/Composition-related-id", "type": "token", "documentation": "Target of the relationship" }, { "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/clinical-encounter", "type": "reference", "documentation": "Context of the Composition" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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": "related-ref", "definition": "http://hl7.org/fhir/SearchParameter/Composition-related-ref", "type": "reference", "documentation": "Target of the relationship" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "ConceptMap.other", "ConceptMap.source", "ConceptMap.target", "ConceptMap.source-uri", "ConceptMap.target-uri" ], "searchRevInclude": [ "ConceptMap.other" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/conformance-date", "type": "date", "documentation": "The concept map publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/conformance-identifier", "type": "token", "documentation": "External 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": "other", "definition": "http://hl7.org/fhir/SearchParameter/ConceptMap-other", "type": "reference", "documentation": "Canonical URI for an additional ConceptMap to use for mapping if the source concept is unmapped" }, { "name": "target-system", "definition": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-system", "type": "uri", "documentation": "Target system that the concepts are to be mapped to" }, { "name": "dependson", "definition": "http://hl7.org/fhir/SearchParameter/ConceptMap-dependson", "type": "uri", "documentation": "Reference to property mapping depends on" }, { "name": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the concept map" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/conformance-description", "type": "string", "documentation": "The description of the concept map" }, { "name": "source", "definition": "http://hl7.org/fhir/SearchParameter/ConceptMap-source", "type": "reference", "documentation": "The source value set that contains the concepts that are being mapped" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/conformance-title", "type": "string", "documentation": "The human-friendly name of the concept map" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/conformance-version", "type": "token", "documentation": "The business version of the concept map" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/conformance-url", "type": "uri", "documentation": "The uri that identifies the concept map" }, { "name": "target", "definition": "http://hl7.org/fhir/SearchParameter/ConceptMap-target", "type": "reference", "documentation": "The target value set which provides context for 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": "The source value set that contains the concepts that are being mapped" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/conformance-name", "type": "string", "documentation": "Computationally friendly name of the concept map" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/conformance-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": "Source system where concepts to be mapped are defined" }, { "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/conformance-status", "type": "token", "documentation": "The current status of the concept map" }, { "name": "target-uri", "definition": "http://hl7.org/fhir/SearchParameter/ConceptMap-target-uri", "type": "reference", "documentation": "The target value set which provides context for the mappings" } ] }, { "type": "Condition", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Condition.evidence-detail", "Condition.subject", "Condition.encounter", "Condition.asserter", "Condition.patient", "Condition.context" ], "searchRevInclude": [ "AdverseEvent.resultingcondition", "CarePlan.condition", "ClinicalImpression.finding-ref", "ClinicalImpression.problem", "Encounter.diagnosis", "EpisodeOfCare.condition", "Immunization.reason-reference", "RiskAssessment.condition" ], "searchParam": [ { "name": "severity", "definition": "http://hl7.org/fhir/SearchParameter/Condition-severity", "type": "token", "documentation": "The severity of the condition" }, { "name": "evidence-detail", "definition": "http://hl7.org/fhir/SearchParameter/Condition-evidence-detail", "type": "reference", "documentation": "Supporting information found elsewhere" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", "type": "token", "documentation": "A unique identifier of the condition record" }, { "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/clinical-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": "verification-status", "definition": "http://hl7.org/fhir/SearchParameter/Condition-verification-status", "type": "token", "documentation": "unconfirmed | provisional | differential | confirmed | refuted | entered-in-error" }, { "name": "clinical-status", "definition": "http://hl7.org/fhir/SearchParameter/Condition-clinical-status", "type": "token", "documentation": "The clinical status of the condition" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/Condition-encounter", "type": "reference", "documentation": "Encounter when condition first asserted" }, { "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": "stage", "definition": "http://hl7.org/fhir/SearchParameter/Condition-stage", "type": "token", "documentation": "Simple summary (disease specific)" }, { "name": "abatement-string", "definition": "http://hl7.org/fhir/SearchParameter/Condition-abatement-string", "type": "string", "documentation": "Abatement as a string" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", "type": "reference", "documentation": "Who has the condition?" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/Condition-context", "type": "reference", "documentation": "Encounter or episode 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": "asserted-date", "definition": "http://hl7.org/fhir/SearchParameter/Condition-asserted-date", "type": "date", "documentation": "Date record was believed accurate" }, { "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": "Consent", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Consent.data", "Consent.source-reference", "Consent.actor", "Consent.patient", "Consent.organization", "Consent.consentor" ], "searchRevInclude": [ "Consent.source-reference" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", "type": "date", "documentation": "When this Consent was created or indexed" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", "type": "token", "documentation": "Identifier for this record (external references)" }, { "name": "securitylabel", "definition": "http://hl7.org/fhir/SearchParameter/Consent-securitylabel", "type": "token", "documentation": "Security Labels that define affected resources" }, { "name": "period", "definition": "http://hl7.org/fhir/SearchParameter/Consent-period", "type": "date", "documentation": "Timeframe for this rule" }, { "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 rule" }, { "name": "source-reference", "definition": "http://hl7.org/fhir/SearchParameter/Consent-source-reference", "type": "reference", "documentation": "Search by reference to a Consent, DocumentReference, Contract or QuestionnaireResponse" }, { "name": "source-identifier", "definition": "http://hl7.org/fhir/SearchParameter/Consent-source-identifier", "type": "token", "documentation": "Search by token to an identifier" }, { "name": "actor", "definition": "http://hl7.org/fhir/SearchParameter/Consent-actor", "type": "reference", "documentation": "Resource for the actor (or group, by role)" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", "type": "reference", "documentation": "Who the consent applies to" }, { "name": "organization", "definition": "http://hl7.org/fhir/SearchParameter/Consent-organization", "type": "reference", "documentation": "Custodian of the consent" }, { "name": "scope", "definition": "http://hl7.org/fhir/SearchParameter/Consent-scope", "type": "token", "documentation": "Which of the four areas this resource covers (extensible)" }, { "name": "action", "definition": "http://hl7.org/fhir/SearchParameter/Consent-action", "type": "token", "documentation": "Actions controlled by this rule" }, { "name": "consentor", "definition": "http://hl7.org/fhir/SearchParameter/Consent-consentor", "type": "reference", "documentation": "Who is agreeing to the policy and rules" }, { "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": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Contract.patient", "Contract.subject", "Contract.authority", "Contract.domain", "Contract.signer" ], "searchRevInclude": [ "Consent.source-reference" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Contract-identifier", "type": "token", "documentation": "The identity of the contract" }, { "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": "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" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Contract-status", "type": "token", "documentation": "The status of the contract" } ] }, { "type": "Coverage", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Coverage.payor", "Coverage.subscriber", "Coverage.beneficiary", "Coverage.patient", "Coverage.policy-holder" ], "searchRevInclude": [ "DeviceRequest.insurance", "ExplanationOfBenefit.coverage" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Coverage-identifier", "type": "token", "documentation": "The primary identifier of the insured and the coverage" }, { "name": "payor", "definition": "http://hl7.org/fhir/SearchParameter/Coverage-payor", "type": "reference", "documentation": "The identity of the insurer or party paying for services" }, { "name": "subscriber", "definition": "http://hl7.org/fhir/SearchParameter/Coverage-subscriber", "type": "reference", "documentation": "Reference to the subscriber" }, { "name": "beneficiary", "definition": "http://hl7.org/fhir/SearchParameter/Coverage-beneficiary", "type": "reference", "documentation": "Covered party" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/Coverage-patient", "type": "reference", "documentation": "Retrieve coverages for a patient" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/Coverage-type", "type": "token", "documentation": "The kind of coverage (health plan, auto, Workers Compensation)" }, { "name": "dependent", "definition": "http://hl7.org/fhir/SearchParameter/Coverage-dependent", "type": "string", "documentation": "Dependent number" }, { "name": "policy-holder", "definition": "http://hl7.org/fhir/SearchParameter/Coverage-policy-holder", "type": "reference", "documentation": "Reference to the policyholder" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Coverage-status", "type": "token", "documentation": "The status of the Coverage" } ] }, { "type": "DetectedIssue", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "DetectedIssue.patient", "DetectedIssue.author", "DetectedIssue.implicated" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", "type": "date", "documentation": "When identified" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", "type": "token", "documentation": "Unique id for the detected issue" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Device.patient", "Device.organization", "Device.location" ], "searchRevInclude": [ "Account.subject", "Account.patient", "AdverseEvent.substance", "Appointment.actor", "Appointment.practitioner", "Appointment.patient", "Appointment.location", "AppointmentResponse.actor", "AppointmentResponse.practitioner", "AppointmentResponse.patient", "AppointmentResponse.location", "AuditEvent.agent", "AuditEvent.patient", "CarePlan.performer", "ChargeItem.participant-actor", "ChargeItem.enterer", "Communication.sender", "Communication.recipient", "CommunicationRequest.requester", "CommunicationRequest.sender", "CommunicationRequest.recipient", "Composition.author", "Consent.actor", "DetectedIssue.author", "DeviceComponent.source", "DeviceMetric.source", "DeviceRequest.requester", "DeviceRequest.performer", "DeviceRequest.subject", "DeviceRequest.patient", "DeviceRequest.device", "DeviceUseStatement.device", "DiagnosticReport.subject", "DiagnosticReport.patient", "DocumentManifest.agent", "DocumentManifest.subject", "DocumentManifest.patient", "DocumentReference.agent", "DocumentReference.subject", "DocumentReference.patient", "Flag.author", "Group.member", "ImagingStudy.performer", "ImagingStudy.subject", "ImagingStudy.patient", "Invoice.participant", "List.subject", "List.patient", "List.source", "MeasureReport.patient", "MeasureReport.subject", "Media.subject", "Media.operator", "Media.patient", "Media.device", "MedicationAdministration.performer", "MedicationAdministration.device", "MedicationDispense.performer", "MedicationRequest.requester", "MedicationRequest.intended-performer", "MessageHeader.target", "Observation.subject", "Observation.patient", "Observation.device", "Procedure.performer", "Provenance.agent", "QuestionnaireResponse.author", "RequestGroup.author", "RiskAssessment.performer", "Schedule.actor", "ServiceRequest.requester", "ServiceRequest.performer", "ServiceRequest.subject", "ServiceRequest.patient", "Specimen.subject", "Specimen.patient", "SupplyRequest.requester", "Task.owner", "Task.requester", "UserSession.user" ], "searchParam": [ { "name": "udi-di", "definition": "http://hl7.org/fhir/SearchParameter/Device-udi-di", "type": "string", "documentation": "The udi Device Identifier (DI)" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Device-identifier", "type": "token", "documentation": "Instance id from manufacturer, owner, and others" }, { "name": "udi-carrier", "definition": "http://hl7.org/fhir/SearchParameter/Device-udi-carrier", "type": "string", "documentation": "UDI Barcode (RFID or other technology) string either in HRF format or AIDC format converted to base64 string." }, { "name": "device-name", "definition": "http://hl7.org/fhir/SearchParameter/Device-device-name", "type": "string", "documentation": "A server defined search that may match any of the string fields in the Device.udi.name or Device.type.coding.display or Device.type.text" }, { "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": "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" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Device-status", "type": "token", "documentation": "active | inactive | entered-in-error | unknown" } ] }, { "type": "DeviceComponent", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "DeviceComponent.parent", "DeviceComponent.source" ], "searchRevInclude": [ "DeviceComponent.parent", "DeviceMetric.parent", "Media.device", "Observation.device" ], "searchParam": [ { "name": "parent", "definition": "http://hl7.org/fhir/SearchParameter/DeviceComponent-parent", "type": "reference", "documentation": "The parent DeviceComponent resource" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/DeviceComponent-identifier", "type": "token", "documentation": "The identifier of the component" }, { "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": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "DeviceMetric.parent", "DeviceMetric.source" ], "searchRevInclude": [ "Media.device", "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": "DeviceRequest", "profile": "http://hl7.org/fhir/StructureDefinition/DeviceRequest", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "DeviceRequest.requester", "DeviceRequest.insurance", "DeviceRequest.performer", "DeviceRequest.subject", "DeviceRequest.encounter", "DeviceRequest.based-on", "DeviceRequest.priorrequest", "DeviceRequest.patient", "DeviceRequest.device" ], "searchRevInclude": [ "CarePlan.activity-reference", "Observation.based-on" ], "searchParam": [ { "name": "requester", "definition": "http://hl7.org/fhir/SearchParameter/DeviceRequest-requester", "type": "reference", "documentation": "Who/what is requesting service" }, { "name": "insurance", "definition": "http://hl7.org/fhir/SearchParameter/DeviceRequest-insurance", "type": "reference", "documentation": "Associated insurance coverage" }, { "name": "instantiates", "definition": "http://hl7.org/fhir/SearchParameter/DeviceRequest-instantiates", "type": "uri", "documentation": "Protocol or definition followed by this request" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", "type": "token", "documentation": "Business identifier for request/order" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", "type": "token", "documentation": "Code for what is being requested/ordered" }, { "name": "performer", "definition": "http://hl7.org/fhir/SearchParameter/DeviceRequest-performer", "type": "reference", "documentation": "Desired performer for service" }, { "name": "event-date", "definition": "http://hl7.org/fhir/SearchParameter/DeviceRequest-event-date", "type": "date", "documentation": "When service should occur" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/DeviceRequest-subject", "type": "reference", "documentation": "Individual the service is ordered for" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/clinical-encounter", "type": "reference", "documentation": "Encounter or Episode during which request was created" }, { "name": "authored-on", "definition": "http://hl7.org/fhir/SearchParameter/DeviceRequest-authored-on", "type": "date", "documentation": "When the request transitioned to being actionable" }, { "name": "intent", "definition": "http://hl7.org/fhir/SearchParameter/DeviceRequest-intent", "type": "token", "documentation": "proposal | plan | original-order |reflex-order" }, { "name": "group-identifier", "definition": "http://hl7.org/fhir/SearchParameter/DeviceRequest-group-identifier", "type": "token", "documentation": "Composite request this is part of" }, { "name": "based-on", "definition": "http://hl7.org/fhir/SearchParameter/DeviceRequest-based-on", "type": "reference", "documentation": "Plan/proposal/order fulfilled by this request" }, { "name": "priorrequest", "definition": "http://hl7.org/fhir/SearchParameter/DeviceRequest-priorrequest", "type": "reference", "documentation": "Request takes the place of referenced completed or terminated requests" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", "type": "reference", "documentation": "Individual the service is ordered for" }, { "name": "device", "definition": "http://hl7.org/fhir/SearchParameter/DeviceRequest-device", "type": "reference", "documentation": "Reference to resource that is being requested/ordered" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/DeviceRequest-status", "type": "token", "documentation": "entered-in-error | draft | active |suspended | completed" } ] }, { "type": "DeviceUseStatement", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "DeviceUseStatement.subject", "DeviceUseStatement.patient", "DeviceUseStatement.device" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/DeviceUseStatement-identifier", "type": "token", "documentation": "Search by identifier" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/DeviceUseStatement-subject", "type": "reference", "documentation": "Search by subject" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "DiagnosticReport.performer", "DiagnosticReport.subject", "DiagnosticReport.media", "DiagnosticReport.encounter", "DiagnosticReport.result", "DiagnosticReport.based-on", "DiagnosticReport.patient", "DiagnosticReport.specimen", "DiagnosticReport.context", "DiagnosticReport.results-interpreter" ], "searchRevInclude": [ "ChargeItem.service", "ClinicalImpression.investigation", "Immunization.reason-reference" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", "type": "date", "documentation": "The clinically relevant time of the report" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", "type": "token", "documentation": "An identifier for the report" }, { "name": "performer", "definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-performer", "type": "reference", "documentation": "Who is responsible for the report" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", "type": "token", "documentation": "The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result" }, { "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": "media", "definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-media", "type": "reference", "documentation": "A reference to the image source." }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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": "based-on", "definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-based-on", "type": "reference", "documentation": "Reference to the service request." }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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": "context", "definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-context", "type": "reference", "documentation": "Healthcare event (Episode of Care or Encounter) related to the report" }, { "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": "results-interpreter", "definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-results-interpreter", "type": "reference", "documentation": "Who was the source of the report" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/DiagnosticReport-status", "type": "token", "documentation": "The status of the report" } ] }, { "type": "DocumentManifest", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "DocumentManifest.agent", "DocumentManifest.item", "DocumentManifest.subject", "DocumentManifest.related-ref", "DocumentManifest.patient", "DocumentManifest.recipient" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", "type": "token", "documentation": "Unique Identifier for the set of documents" }, { "name": "agent", "definition": "http://hl7.org/fhir/SearchParameter/DocumentManifest-agent", "type": "reference", "documentation": "Who and/or what had an agent participation" }, { "name": "item", "definition": "http://hl7.org/fhir/SearchParameter/DocumentManifest-item", "type": "reference", "documentation": "Items in manifest" }, { "name": "related-id", "definition": "http://hl7.org/fhir/SearchParameter/DocumentManifest-related-id", "type": "token", "documentation": "Identifiers of things that are related" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/DocumentManifest-subject", "type": "reference", "documentation": "The subject of the set of documents" }, { "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/clinical-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/clinical-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": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "DocumentReference.agent", "DocumentReference.subject", "DocumentReference.patient", "DocumentReference.authenticator", "DocumentReference.custodian", "DocumentReference.encounter", "DocumentReference.related-ref", "DocumentReference.relatesto" ], "searchRevInclude": [ "Consent.source-reference", "DocumentReference.relatesto", "Observation.derived-from" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/DocumentReference-date", "type": "date", "documentation": "When this document reference was created" }, { "name": "securitylabel", "definition": "http://hl7.org/fhir/SearchParameter/DocumentReference-securitylabel", "type": "token", "documentation": "Document security-tags" }, { "name": "agent", "definition": "http://hl7.org/fhir/SearchParameter/DocumentReference-agent", "type": "reference", "documentation": "Who and/or what authored the document" }, { "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/clinical-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/clinical-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/clinical-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": "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/clinical-encounter", "type": "reference", "documentation": "Context of the document content" }, { "name": "contenttype", "definition": "http://hl7.org/fhir/SearchParameter/DocumentReference-contenttype", "type": "token", "documentation": "Mime type of the content, with charset etc." }, { "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": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "EligibilityRequest.provider", "EligibilityRequest.patient", "EligibilityRequest.enterer", "EligibilityRequest.facility" ], "searchRevInclude": [ "EligibilityResponse.request" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/EligibilityRequest-identifier", "type": "token", "documentation": "The business identifier of the Eligibility" }, { "name": "provider", "definition": "http://hl7.org/fhir/SearchParameter/EligibilityRequest-provider", "type": "reference", "documentation": "The reference to the provider" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/EligibilityRequest-patient", "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": "enterer", "definition": "http://hl7.org/fhir/SearchParameter/EligibilityRequest-enterer", "type": "reference", "documentation": "The party who is responsible for the request" }, { "name": "facility", "definition": "http://hl7.org/fhir/SearchParameter/EligibilityRequest-facility", "type": "reference", "documentation": "Facility responsible for the goods and services" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/EligibilityRequest-status", "type": "token", "documentation": "The status of the EligibilityRequest" } ] }, { "type": "EligibilityResponse", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "EligibilityResponse.request", "EligibilityResponse.insurer", "EligibilityResponse.request-provider" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/EligibilityResponse-identifier", "type": "token", "documentation": "The business identifier" }, { "name": "request", "definition": "http://hl7.org/fhir/SearchParameter/EligibilityResponse-request", "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": "insurer", "definition": "http://hl7.org/fhir/SearchParameter/EligibilityResponse-insurer", "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": "request-provider", "definition": "http://hl7.org/fhir/SearchParameter/EligibilityResponse-request-provider", "type": "reference", "documentation": "The EligibilityRequest provider" }, { "name": "outcome", "definition": "http://hl7.org/fhir/SearchParameter/EligibilityResponse-outcome", "type": "token", "documentation": "The processing outcome" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/EligibilityResponse-status", "type": "token", "documentation": "The EligibilityRequest status" } ] }, { "type": "Encounter", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Encounter.episodeofcare", "Encounter.practitioner", "Encounter.subject", "Encounter.diagnosis", "Encounter.appointment", "Encounter.part-of", "Encounter.participant", "Encounter.based-on", "Encounter.patient", "Encounter.location", "Encounter.service-provider", "Encounter.account" ], "searchRevInclude": [ "CarePlan.encounter", "CarePlan.context", "CareTeam.context", "CareTeam.encounter", "ChargeItem.context", "Claim.encounter", "ClinicalImpression.context", "Communication.encounter", "Communication.context", "CommunicationRequest.encounter", "CommunicationRequest.context", "Composition.encounter", "Condition.encounter", "Condition.context", "DeviceRequest.encounter", "DiagnosticReport.encounter", "DiagnosticReport.context", "DocumentReference.encounter", "Encounter.part-of", "ExplanationOfBenefit.encounter", "Flag.encounter", "ImagingStudy.context", "List.encounter", "Media.context", "MedicationAdministration.context", "MedicationDispense.context", "MedicationRequest.context", "MedicationStatement.context", "NutritionOrder.context", "Observation.context", "Observation.encounter", "Procedure.encounter", "Procedure.context", "QuestionnaireResponse.context", "RequestGroup.encounter", "RequestGroup.context", "RiskAssessment.encounter", "ServiceRequest.encounter", "ServiceRequest.context", "Task.context", "VisionPrescription.encounter" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", "type": "date", "documentation": "A date within the period the Encounter lasted" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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": "practitioner", "definition": "http://hl7.org/fhir/SearchParameter/Encounter-practitioner", "type": "reference", "documentation": "Persons involved in the encounter other than the patient" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/Encounter-subject", "type": "reference", "documentation": "The patient or group present at the encounter" }, { "name": "length", "definition": "http://hl7.org/fhir/SearchParameter/Encounter-length", "type": "quantity", "documentation": "Length of encounter in days" }, { "name": "diagnosis", "definition": "http://hl7.org/fhir/SearchParameter/Encounter-diagnosis", "type": "reference", "documentation": "Reason the encounter takes place (resource)" }, { "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": "type", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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": "based-on", "definition": "http://hl7.org/fhir/SearchParameter/Encounter-based-on", "type": "reference", "documentation": "The ServiceRequest that initiated this encounter" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", "type": "reference", "documentation": "The patient or group 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": "service-provider", "definition": "http://hl7.org/fhir/SearchParameter/Encounter-service-provider", "type": "reference", "documentation": "The organization (facility) responsible for this encounter" }, { "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": "Classification of patient encounter" }, { "name": "account", "definition": "http://hl7.org/fhir/SearchParameter/Encounter-account", "type": "reference", "documentation": "The set of accounts that may be used for billing for this Encounter" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Encounter-status", "type": "token", "documentation": "planned | arrived | triaged | in-progress | onleave | finished | cancelled +" } ] }, { "type": "Endpoint", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Endpoint.organization" ], "searchRevInclude": [ "HealthcareService.endpoint", "ImagingStudy.endpoint", "Location.endpoint", "Organization.endpoint", "OrganizationRole.endpoint", "PractitionerRole.endpoint", "ProductPlan.endpoint" ], "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 managing the endpoint" }, { "name": "connection-type", "definition": "http://hl7.org/fhir/SearchParameter/Endpoint-connection-type", "type": "token", "documentation": "Protocol/Profile/Standard to be used with this endpoint connection" }, { "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": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "EnrollmentRequest.subject", "EnrollmentRequest.patient" ], "searchRevInclude": [ "EnrollmentResponse.request" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-identifier", "type": "token", "documentation": "The business identifier of the Enrollment" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-subject", "type": "reference", "documentation": "The party to be enrolled" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-patient", "type": "reference", "documentation": "The party to be enrolled" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/EnrollmentRequest-status", "type": "token", "documentation": "The status fo the enrollment" } ] }, { "type": "EnrollmentResponse", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "EnrollmentResponse.request" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-identifier", "type": "token", "documentation": "The business identifier of the EnrollmentResponse" }, { "name": "request", "definition": "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-request", "type": "reference", "documentation": "The reference to the claim" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/EnrollmentResponse-status", "type": "token", "documentation": "The status of the enrollment response" } ] }, { "type": "EntryDefinition", "profile": "http://hl7.org/fhir/StructureDefinition/EntryDefinition", "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", "referencePolicy": [ "literal", "logical" ] }, { "type": "EpisodeOfCare", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "EpisodeOfCare.condition", "EpisodeOfCare.incomingreferral", "EpisodeOfCare.patient", "EpisodeOfCare.organization", "EpisodeOfCare.care-manager" ], "searchRevInclude": [ "CarePlan.encounter", "CarePlan.context", "CareTeam.context", "CareTeam.encounter", "ChargeItem.context", "ClinicalImpression.context", "Communication.encounter", "Communication.context", "CommunicationRequest.encounter", "CommunicationRequest.context", "Condition.encounter", "Condition.context", "DeviceRequest.encounter", "DiagnosticReport.encounter", "DiagnosticReport.context", "Encounter.episodeofcare", "ImagingStudy.context", "Media.context", "MedicationAdministration.context", "MedicationDispense.context", "MedicationRequest.context", "MedicationStatement.context", "NutritionOrder.context", "Observation.context", "Observation.encounter", "Procedure.encounter", "Procedure.context", "QuestionnaireResponse.context", "RequestGroup.encounter", "RequestGroup.context", "RiskAssessment.encounter", "ServiceRequest.encounter", "ServiceRequest.context", "Task.context" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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/clinical-identifier", "type": "token", "documentation": "Business Identifier(s) relevant for this 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/clinical-patient", "type": "reference", "documentation": "The patient who is the focus of 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/clinical-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 coordinator 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": "EventDefinition", "profile": "http://hl7.org/fhir/StructureDefinition/EventDefinition", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "EventDefinition.successor", "EventDefinition.derived-from", "EventDefinition.predecessor", "EventDefinition.composed-of", "EventDefinition.depends-on" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-date", "type": "date", "documentation": "The event definition publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-identifier", "type": "token", "documentation": "External identifier for the event definition" }, { "name": "successor", "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-successor", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the event definition" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-description", "type": "string", "documentation": "The description of the event definition" }, { "name": "derived-from", "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-derived-from", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "predecessor", "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-predecessor", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-title", "type": "string", "documentation": "The human-friendly name of the event definition" }, { "name": "composed-of", "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-composed-of", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-version", "type": "token", "documentation": "The business version of the event definition" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-url", "type": "uri", "documentation": "The uri that identifies the event definition" }, { "name": "effective", "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-effective", "type": "date", "documentation": "The time during which the event definition is intended to be in use" }, { "name": "depends-on", "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-depends-on", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-name", "type": "string", "documentation": "Computationally friendly name of the event definition" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-publisher", "type": "string", "documentation": "Name of the publisher of the event definition" }, { "name": "topic", "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-topic", "type": "token", "documentation": "Topics associated with the module" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/EventDefinition-status", "type": "token", "documentation": "The current status of the event definition" } ] }, { "type": "ExampleScenario", "profile": "http://hl7.org/fhir/StructureDefinition/ExampleScenario", "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", "referencePolicy": [ "literal", "logical" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/ExampleScenario-date", "type": "date", "documentation": "The example scenario publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/ExampleScenario-identifier", "type": "token", "documentation": "External identifier for the example scenario" }, { "name": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/ExampleScenario-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the example scenario" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/ExampleScenario-name", "type": "string", "documentation": "Computationally friendly name of the example scenario" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/ExampleScenario-publisher", "type": "string", "documentation": "Name of the publisher of the example scenario" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/ExampleScenario-version", "type": "token", "documentation": "The business version of the example scenario" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/ExampleScenario-url", "type": "uri", "documentation": "The uri that identifies the example scenario" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/ExampleScenario-status", "type": "token", "documentation": "The current status of the example scenario" } ] }, { "type": "ExpansionProfile", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/conformance-date", "type": "date", "documentation": "The expansion profile publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/conformance-identifier", "type": "token", "documentation": "External identifier for the expansion profile" }, { "name": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the expansion profile" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/conformance-name", "type": "string", "documentation": "Computationally friendly name of the expansion profile" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/conformance-description", "type": "string", "documentation": "The description of the expansion profile" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/conformance-publisher", "type": "string", "documentation": "Name of the publisher of the expansion profile" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/conformance-version", "type": "token", "documentation": "The business version of the expansion profile" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/conformance-url", "type": "uri", "documentation": "The uri that identifies the expansion profile" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/conformance-status", "type": "token", "documentation": "The current status of the expansion profile" } ] }, { "type": "ExplanationOfBenefit", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "ExplanationOfBenefit.coverage", "ExplanationOfBenefit.care-team", "ExplanationOfBenefit.encounter", "ExplanationOfBenefit.payee", "ExplanationOfBenefit.provider", "ExplanationOfBenefit.patient", "ExplanationOfBenefit.claim", "ExplanationOfBenefit.enterer", "ExplanationOfBenefit.facility" ], "searchParam": [ { "name": "coverage", "definition": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-coverage", "type": "reference", "documentation": "The plan under which the claim was adjudicated" }, { "name": "care-team", "definition": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-care-team", "type": "reference", "documentation": "Member of the CareTeam" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-identifier", "type": "token", "documentation": "The business identifier of the Explanation of Benefit" }, { "name": "created", "definition": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-created", "type": "date", "documentation": "The creation date for the EOB" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-encounter", "type": "reference", "documentation": "Encounters associated with a billed line item" }, { "name": "payee", "definition": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-payee", "type": "reference", "documentation": "The party receiving any payment for the Claim" }, { "name": "disposition", "definition": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-disposition", "type": "string", "documentation": "The contents of the disposition message" }, { "name": "provider", "definition": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-provider", "type": "reference", "documentation": "The reference to the provider" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-patient", "type": "reference", "documentation": "The reference to the patient" }, { "name": "claim", "definition": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-claim", "type": "reference", "documentation": "The reference to the claim" }, { "name": "enterer", "definition": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-enterer", "type": "reference", "documentation": "The party responsible for the entry of the Claim" }, { "name": "facility", "definition": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-facility", "type": "reference", "documentation": "Facility responsible for the goods and services" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/ExplanationOfBenefit-status", "type": "token", "documentation": "Status of the instance" } ] }, { "type": "FamilyMemberHistory", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "FamilyMemberHistory.patient" ], "searchRevInclude": [ "ClinicalImpression.investigation" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", "type": "date", "documentation": "When history was recorded or last updated" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", "type": "token", "documentation": "A search by a record identifier" }, { "name": "instantiates", "definition": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-instantiates", "type": "uri", "documentation": "Instantiates protocol or definition" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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/clinical-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" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/FamilyMemberHistory-status", "type": "token", "documentation": "partial | completed | entered-in-error | health-unknown" } ] }, { "type": "Flag", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Flag.subject", "Flag.patient", "Flag.author", "Flag.encounter" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", "type": "date", "documentation": "Time period when flag is active" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Flag-identifier", "type": "token", "documentation": "Business identifier" }, { "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/clinical-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/clinical-encounter", "type": "reference", "documentation": "Alert relevant during encounter" } ] }, { "type": "Goal", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Goal.patient", "Goal.subject" ], "searchRevInclude": [ "CarePlan.goal" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", "type": "token", "documentation": "External Ids for this goal" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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": "start-date", "definition": "http://hl7.org/fhir/SearchParameter/Goal-start-date", "type": "date", "documentation": "When goal pursuit begins" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/Goal-category", "type": "token", "documentation": "E.g. Treatment, dietary, behavioral, etc." }, { "name": "target-date", "definition": "http://hl7.org/fhir/SearchParameter/Goal-target-date", "type": "date", "documentation": "Reach goal on or before" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Goal-status", "type": "token", "documentation": "proposed | accepted | planned | in-progress | on-target | ahead-of-target | behind-target | sustaining | achieved | on-hold | cancelled | entered-in-error | rejected" } ] }, { "type": "GraphDefinition", "profile": "http://hl7.org/fhir/StructureDefinition/GraphDefinition", "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", "referencePolicy": [ "literal", "logical" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/conformance-date", "type": "date", "documentation": "The graph definition publication date" }, { "name": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the graph definition" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/conformance-name", "type": "string", "documentation": "Computationally friendly name of the graph definition" }, { "name": "start", "definition": "http://hl7.org/fhir/SearchParameter/GraphDefinition-start", "type": "token", "documentation": "Type of resource at which the graph starts" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/conformance-description", "type": "string", "documentation": "The description of the graph definition" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/conformance-publisher", "type": "string", "documentation": "Name of the publisher of the graph definition" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/conformance-version", "type": "token", "documentation": "The business version of the graph definition" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/conformance-url", "type": "uri", "documentation": "The uri that identifies the graph definition" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/conformance-status", "type": "token", "documentation": "The current status of the graph definition" } ] }, { "type": "Group", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Group.member" ], "searchRevInclude": [ "AdverseEvent.subject", "CarePlan.subject", "CarePlan.patient", "CareTeam.patient", "CareTeam.subject", "ChargeItem.subject", "ChargeItem.patient", "ClinicalImpression.subject", "ClinicalImpression.patient", "Communication.subject", "Communication.patient", "Communication.recipient", "CommunicationRequest.subject", "CommunicationRequest.patient", "CommunicationRequest.recipient", "Condition.subject", "Condition.patient", "Consent.actor", "DeviceRequest.subject", "DeviceRequest.patient", "DeviceUseStatement.subject", "DeviceUseStatement.patient", "DiagnosticReport.subject", "DiagnosticReport.patient", "DocumentManifest.subject", "DocumentManifest.patient", "DocumentReference.subject", "DocumentReference.patient", "Encounter.subject", "Encounter.patient", "Flag.subject", "Flag.patient", "Goal.patient", "Goal.subject", "GuidanceResponse.patient", "GuidanceResponse.subject", "ImagingStudy.subject", "ImagingStudy.patient", "Invoice.subject", "Invoice.patient", "List.subject", "List.patient", "MeasureReport.patient", "MeasureReport.subject", "Media.subject", "Media.patient", "MedicationAdministration.subject", "MedicationAdministration.patient", "MedicationDispense.subject", "MedicationDispense.patient", "MedicationRequest.subject", "MedicationRequest.patient", "MedicationStatement.subject", "MedicationStatement.patient", "Observation.subject", "Observation.patient", "Procedure.subject", "Procedure.patient", "RequestGroup.subject", "RequestGroup.patient", "RiskAssessment.subject", "RiskAssessment.patient", "ServiceRequest.subject", "ServiceRequest.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": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "GuidanceResponse.patient", "GuidanceResponse.subject" ], "searchParam": [ { "name": "request", "definition": "http://hl7.org/fhir/SearchParameter/GuidanceResponse-request", "type": "token", "documentation": "The identifier of the request associated with the response" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/GuidanceResponse-identifier", "type": "token", "documentation": "The identifier of the guidance response" }, { "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": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "HealthcareService.endpoint", "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", "CarePlan.performer", "CommunicationRequest.sender", "DeviceRequest.performer", "OrganizationRole.service", "PractitionerRole.service", "Schedule.actor", "ServiceRequest.performer", "SupplyRequest.supplier", "Task.owner" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/HealthcareService-identifier", "type": "token", "documentation": "External identifiers for this item" }, { "name": "endpoint", "definition": "http://hl7.org/fhir/SearchParameter/HealthcareService-endpoint", "type": "reference", "documentation": "Technical endpoints providing access to services operated for the location" }, { "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": "category", "definition": "http://hl7.org/fhir/SearchParameter/HealthcareService-category", "type": "token", "documentation": "Service Category of the Healthcare Service" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/HealthcareService-type", "type": "token", "documentation": "The type of service provided by this healthcare service" }, { "name": "characteristic", "definition": "http://hl7.org/fhir/SearchParameter/HealthcareService-characteristic", "type": "token", "documentation": "One of the HealthcareService's characteristics" } ] }, { "type": "ImagingStudy", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "ImagingStudy.performer", "ImagingStudy.subject", "ImagingStudy.endpoint", "ImagingStudy.patient", "ImagingStudy.context", "ImagingStudy.basedon" ], "searchRevInclude": [ "ChargeItem.service", "ClinicalImpression.investigation", "Observation.derived-from", "Observation.part-of" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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": "token", "documentation": "The study identifier for the image" }, { "name": "dicom-class", "definition": "http://hl7.org/fhir/SearchParameter/ImagingStudy-dicom-class", "type": "token", "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": "performer", "definition": "http://hl7.org/fhir/SearchParameter/ImagingStudy-performer", "type": "reference", "documentation": "The person who performed the study" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/ImagingStudy-subject", "type": "reference", "documentation": "Who the study is about" }, { "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": "inst-id", "definition": "http://hl7.org/fhir/SearchParameter/ImagingStudy-inst-id", "type": "token", "documentation": "The instance unique identifier" }, { "name": "endpoint", "definition": "http://hl7.org/fhir/SearchParameter/ImagingStudy-endpoint", "type": "reference", "documentation": "The endpoint for the study or series" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", "type": "reference", "documentation": "Who the study is about" }, { "name": "series", "definition": "http://hl7.org/fhir/SearchParameter/ImagingStudy-series", "type": "token", "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" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/ImagingStudy-status", "type": "token", "documentation": "The status of the study" } ] }, { "type": "Immunization", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Immunization.performer", "Immunization.patient", "Immunization.reason-reference", "Immunization.location", "Immunization.manufacturer" ], "searchRevInclude": [ "AdverseEvent.substance", "ChargeItem.service", "ImmunizationEvaluation.immunization-event", "ImmunizationRecommendation.support", "Observation.part-of" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", "type": "date", "documentation": "Vaccination (non)-Administration Date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", "type": "token", "documentation": "Business identifier" }, { "name": "performer", "definition": "http://hl7.org/fhir/SearchParameter/Immunization-performer", "type": "reference", "documentation": "The practitioner or organization who played a role in the vaccination" }, { "name": "lot-number", "definition": "http://hl7.org/fhir/SearchParameter/Immunization-lot-number", "type": "string", "documentation": "Vaccine Lot Number" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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-reference", "definition": "http://hl7.org/fhir/SearchParameter/Immunization-reason-reference", "type": "reference", "documentation": "Why immunization occurred" }, { "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": "status-reason", "definition": "http://hl7.org/fhir/SearchParameter/Immunization-status-reason", "type": "token", "documentation": "Reason why the vaccine was not administered" }, { "name": "reason-code", "definition": "http://hl7.org/fhir/SearchParameter/Immunization-reason-code", "type": "token", "documentation": "Reason why the vaccine was administered" }, { "name": "manufacturer", "definition": "http://hl7.org/fhir/SearchParameter/Immunization-manufacturer", "type": "reference", "documentation": "Vaccine Manufacturer" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Immunization-status", "type": "token", "documentation": "Immunization event status" } ] }, { "type": "ImmunizationEvaluation", "profile": "http://hl7.org/fhir/StructureDefinition/ImmunizationEvaluation", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "ImmunizationEvaluation.patient", "ImmunizationEvaluation.immunization-event" ], "searchRevInclude": [ "ImmunizationRecommendation.support" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-date", "type": "date", "documentation": "Date the evaluation was generated" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-identifier", "type": "token", "documentation": "ID of the evaluation" }, { "name": "target-disease", "definition": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-target-disease", "type": "token", "documentation": "The vaccine preventable disease being evaluated against" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-patient", "type": "reference", "documentation": "The patient being evaluated" }, { "name": "dose-status", "definition": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-dose-status", "type": "token", "documentation": "The status of the dose relative to published recommendations" }, { "name": "immunization-event", "definition": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-immunization-event", "type": "reference", "documentation": "The vaccine administration event being evaluated" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/ImmunizationEvaluation-status", "type": "token", "documentation": "Immunization evaluation status" } ] }, { "type": "ImmunizationRecommendation", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "ImmunizationRecommendation.patient", "ImmunizationRecommendation.information", "ImmunizationRecommendation.support" ], "searchRevInclude": [ "DiagnosticReport.based-on", "Observation.based-on" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-date", "type": "date", "documentation": "Date recommendation(s) 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": "Recommended number of doses for immunity" }, { "name": "target-disease", "definition": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-target-disease", "type": "token", "documentation": "Disease to be immunized against" }, { "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 or vaccine group recommendation applies to" }, { "name": "dose-number", "definition": "http://hl7.org/fhir/SearchParameter/ImmunizationRecommendation-dose-number", "type": "number", "documentation": "Recommended dose number within series" }, { "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 recommendation status" } ] }, { "type": "ImplementationGuide", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "ImplementationGuide.depends-on" ], "searchRevInclude": [ "CapabilityStatement.guide" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/conformance-date", "type": "date", "documentation": "The implementation guide publication date" }, { "name": "depends-on", "definition": "http://hl7.org/fhir/SearchParameter/ImplementationGuide-depends-on", "type": "reference", "documentation": "Identity of the IG that this depends on" }, { "name": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the implementation guide" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/conformance-name", "type": "string", "documentation": "Computationally friendly name of the implementation guide" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/conformance-description", "type": "string", "documentation": "The description of the implementation guide" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/conformance-publisher", "type": "string", "documentation": "Name of the publisher of the implementation guide" }, { "name": "experimental", "definition": "http://hl7.org/fhir/SearchParameter/ImplementationGuide-experimental", "type": "token", "documentation": "For testing purposes, not real usage" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/conformance-version", "type": "token", "documentation": "The business version of the implementation guide" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/conformance-url", "type": "uri", "documentation": "The uri that identifies the implementation guide" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/conformance-status", "type": "token", "documentation": "The current status of the implementation guide" } ] }, { "type": "Invoice", "profile": "http://hl7.org/fhir/StructureDefinition/Invoice", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Invoice.subject", "Invoice.issuer", "Invoice.participant", "Invoice.patient", "Invoice.recipient", "Invoice.account" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/Invoice-date", "type": "date", "documentation": "Invoice date / posting date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Invoice-identifier", "type": "token", "documentation": "Business Identifier for item" }, { "name": "totalgross", "definition": "http://hl7.org/fhir/SearchParameter/Invoice-totalgross", "type": "quantity", "documentation": "Gross toal of this Invoice" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/Invoice-subject", "type": "reference", "documentation": "Recipient(s) of goods and services" }, { "name": "participant-role", "definition": "http://hl7.org/fhir/SearchParameter/Invoice-participant-role", "type": "token", "documentation": "Type of involevent in creation of this Invoice" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/Invoice-type", "type": "token", "documentation": "Type of Invoice" }, { "name": "issuer", "definition": "http://hl7.org/fhir/SearchParameter/Invoice-issuer", "type": "reference", "documentation": "Issuing Organization of Invoice" }, { "name": "participant", "definition": "http://hl7.org/fhir/SearchParameter/Invoice-participant", "type": "reference", "documentation": "Individual who was involved" }, { "name": "totalnet", "definition": "http://hl7.org/fhir/SearchParameter/Invoice-totalnet", "type": "quantity", "documentation": "Net total of this Invoice" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/Invoice-patient", "type": "reference", "documentation": "Recipient(s) of goods and services" }, { "name": "recipient", "definition": "http://hl7.org/fhir/SearchParameter/Invoice-recipient", "type": "reference", "documentation": "Recipient of this invoice" }, { "name": "account", "definition": "http://hl7.org/fhir/SearchParameter/Invoice-account", "type": "reference", "documentation": "Account that is being balanced" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Invoice-status", "type": "token", "documentation": "draft | issued | balanced | cancelled | entered-in-error" } ] }, { "type": "ItemInstance", "profile": "http://hl7.org/fhir/StructureDefinition/ItemInstance", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "ItemInstance.subject" ], "searchParam": [ { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/ItemInstance-subject", "type": "reference", "documentation": "The identifier of the patient who has devices assigned to" } ] }, { "type": "Library", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Library.successor", "Library.derived-from", "Library.predecessor", "Library.composed-of", "Library.depends-on" ], "searchRevInclude": [ "ActivityDefinition.depends-on", "Measure.depends-on", "PlanDefinition.depends-on" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/Library-date", "type": "date", "documentation": "The library publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Library-identifier", "type": "token", "documentation": "External identifier for the library" }, { "name": "successor", "definition": "http://hl7.org/fhir/SearchParameter/Library-successor", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/Library-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the library" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/Library-description", "type": "string", "documentation": "The description of the library" }, { "name": "derived-from", "definition": "http://hl7.org/fhir/SearchParameter/Library-derived-from", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "predecessor", "definition": "http://hl7.org/fhir/SearchParameter/Library-predecessor", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/Library-title", "type": "string", "documentation": "The human-friendly name of the library" }, { "name": "composed-of", "definition": "http://hl7.org/fhir/SearchParameter/Library-composed-of", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/Library-type", "type": "token", "documentation": "The type of the library (e.g. logic-library, model-definition, asset-collection, module-definition)" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/Library-version", "type": "token", "documentation": "The business version of the library" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/Library-url", "type": "uri", "documentation": "The uri that identifies the library" }, { "name": "effective", "definition": "http://hl7.org/fhir/SearchParameter/Library-effective", "type": "date", "documentation": "The time during which the library is intended to be in use" }, { "name": "depends-on", "definition": "http://hl7.org/fhir/SearchParameter/Library-depends-on", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/Library-name", "type": "string", "documentation": "Computationally friendly name of the library" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/Library-publisher", "type": "string", "documentation": "Name of the publisher of the library" }, { "name": "topic", "definition": "http://hl7.org/fhir/SearchParameter/Library-topic", "type": "token", "documentation": "Topics associated with the module" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Library-status", "type": "token", "documentation": "The current status of the library" } ] }, { "type": "Linkage", "profile": "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", "referencePolicy": [ "literal", "logical" ], "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": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "List.item", "List.subject", "List.patient", "List.source", "List.encounter" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", "type": "date", "documentation": "When the list was prepared" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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/clinical-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/clinical-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/clinical-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": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Location.partof", "Location.endpoint", "Location.organization" ], "searchRevInclude": [ "Account.subject", "Account.patient", "AdverseEvent.location", "Appointment.actor", "Appointment.practitioner", "Appointment.patient", "Appointment.location", "AppointmentResponse.actor", "AppointmentResponse.practitioner", "AppointmentResponse.patient", "AppointmentResponse.location", "Claim.facility", "Contract.domain", "Device.location", "DeviceRequest.subject", "DeviceRequest.patient", "DiagnosticReport.subject", "DiagnosticReport.patient", "EligibilityRequest.facility", "Encounter.location", "ExplanationOfBenefit.facility", "Flag.subject", "Flag.patient", "HealthcareService.location", "Immunization.location", "List.subject", "List.patient", "Location.partof", "MeasureReport.patient", "MeasureReport.subject", "Media.subject", "Media.patient", "MedicationDispense.destination", "Observation.subject", "Observation.patient", "OrganizationRole.location", "PractitionerRole.location", "Procedure.location", "Provenance.location", "ResearchStudy.site", "Schedule.actor", "ServiceRequest.subject", "ServiceRequest.patient", "Specimen.subject", "Specimen.patient" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Location-identifier", "type": "token", "documentation": "An identifier for the location" }, { "name": "partof", "definition": "http://hl7.org/fhir/SearchParameter/Location-partof", "type": "reference", "documentation": "A 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 also be included" }, { "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": "operational-status", "definition": "http://hl7.org/fhir/SearchParameter/Location-operational-status", "type": "token", "documentation": "Searches for locations (typically bed/room) that have an operational status (e.g. contaminated, housekeeping)" }, { "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": "endpoint", "definition": "http://hl7.org/fhir/SearchParameter/Location-endpoint", "type": "reference", "documentation": "Technical endpoints providing access to services operated for the location" }, { "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 location's name 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": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Measure.successor", "Measure.derived-from", "Measure.predecessor", "Measure.composed-of", "Measure.depends-on" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/Measure-date", "type": "date", "documentation": "The measure publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Measure-identifier", "type": "token", "documentation": "External identifier for the measure" }, { "name": "successor", "definition": "http://hl7.org/fhir/SearchParameter/Measure-successor", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/Measure-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the measure" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/Measure-description", "type": "string", "documentation": "The description of the measure" }, { "name": "derived-from", "definition": "http://hl7.org/fhir/SearchParameter/Measure-derived-from", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "predecessor", "definition": "http://hl7.org/fhir/SearchParameter/Measure-predecessor", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/Measure-title", "type": "string", "documentation": "The human-friendly name of the measure" }, { "name": "composed-of", "definition": "http://hl7.org/fhir/SearchParameter/Measure-composed-of", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/Measure-version", "type": "token", "documentation": "The business version of the measure" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/Measure-url", "type": "uri", "documentation": "The uri that identifies the measure" }, { "name": "effective", "definition": "http://hl7.org/fhir/SearchParameter/Measure-effective", "type": "date", "documentation": "The time during which the measure is intended to be in use" }, { "name": "depends-on", "definition": "http://hl7.org/fhir/SearchParameter/Measure-depends-on", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/Measure-name", "type": "string", "documentation": "Computationally friendly name of the measure" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/Measure-publisher", "type": "string", "documentation": "Name of the publisher of the measure" }, { "name": "topic", "definition": "http://hl7.org/fhir/SearchParameter/Measure-topic", "type": "token", "documentation": "Topics associated with the measure" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Measure-status", "type": "token", "documentation": "The current status of the measure" } ] }, { "type": "MeasureReport", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "MeasureReport.patient", "MeasureReport.subject" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/MeasureReport-identifier", "type": "token", "documentation": "External identifier of the measure report to be returned" }, { "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" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/MeasureReport-subject", "type": "reference", "documentation": "The identity of a subject to search for individual measure report results for" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/MeasureReport-status", "type": "token", "documentation": "The status of the measure report" } ] }, { "type": "Media", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Media.subject", "Media.operator", "Media.based-on", "Media.patient", "Media.context", "Media.device" ], "searchRevInclude": [ "ClinicalImpression.finding-ref", "ClinicalImpression.investigation", "DiagnosticReport.media", "Observation.derived-from" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Media-identifier", "type": "token", "documentation": "Identifier(s) for the image" }, { "name": "modality", "definition": "http://hl7.org/fhir/SearchParameter/Media-modality", "type": "token", "documentation": "The type of acquisition equipment/process" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/Media-subject", "type": "reference", "documentation": "Who/What this Media is a record of" }, { "name": "created", "definition": "http://hl7.org/fhir/SearchParameter/Media-created", "type": "date", "documentation": "When Media was collected" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/Media-type", "type": "token", "documentation": "Classification of media as image, video, or audio" }, { "name": "operator", "definition": "http://hl7.org/fhir/SearchParameter/Media-operator", "type": "reference", "documentation": "The person who generated the image" }, { "name": "view", "definition": "http://hl7.org/fhir/SearchParameter/Media-view", "type": "token", "documentation": "Imaging view, e.g. Lateral or Antero-posterior" }, { "name": "site", "definition": "http://hl7.org/fhir/SearchParameter/Media-site", "type": "token", "documentation": "Observed body part" }, { "name": "based-on", "definition": "http://hl7.org/fhir/SearchParameter/Media-based-on", "type": "reference", "documentation": "Procedure that caused this media to be created" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/Media-patient", "type": "reference", "documentation": "Who/What this Media is a record of" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/Media-context", "type": "reference", "documentation": "Encounter / Episode associated with media" }, { "name": "device", "definition": "http://hl7.org/fhir/SearchParameter/Media-device", "type": "reference", "documentation": "Observing Device" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Media-status", "type": "token", "documentation": "preparation | in-progress | not-done | suspended | aborted | completed | entered-in-error | unknown" } ] }, { "type": "Medication", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Medication.ingredient", "Medication.manufacturer" ], "searchRevInclude": [ "AdverseEvent.substance", "Flag.subject", "Flag.patient", "Group.member", "Medication.ingredient", "MedicationAdministration.medication", "MedicationDispense.medication", "MedicationRequest.medication", "MedicationStatement.medication" ], "searchParam": [ { "name": "ingredient-code", "definition": "http://hl7.org/fhir/SearchParameter/Medication-ingredient-code", "type": "token", "documentation": "The product contained" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/medications-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 | capsule +" }, { "name": "lot-number", "definition": "http://hl7.org/fhir/SearchParameter/Medication-lot-number", "type": "token", "documentation": "Identifier assigned to batch" }, { "name": "serial-number", "definition": "http://hl7.org/fhir/SearchParameter/Medication-serial-number", "type": "token", "documentation": "Identifier assigned to a drug at the time of manufacture" }, { "name": "expiration-date", "definition": "http://hl7.org/fhir/SearchParameter/Medication-expiration-date", "type": "date", "documentation": "When batch will expire" }, { "name": "manufacturer", "definition": "http://hl7.org/fhir/SearchParameter/Medication-manufacturer", "type": "reference", "documentation": "Manufacturer of the item" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Medication-status", "type": "token", "documentation": "active | inactive | entered-in-error" } ] }, { "type": "MedicationAdministration", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "MedicationAdministration.request", "MedicationAdministration.performer", "MedicationAdministration.subject", "MedicationAdministration.medication", "MedicationAdministration.patient", "MedicationAdministration.context", "MedicationAdministration.device" ], "searchRevInclude": [ "AdverseEvent.substance", "ChargeItem.service", "MedicationStatement.part-of", "Observation.part-of", "Procedure.part-of" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/medications-identifier", "type": "token", "documentation": "Return administrations with this external identifier" }, { "name": "request", "definition": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-request", "type": "reference", "documentation": "The identity of a request to list administrations from" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/medications-code", "type": "token", "documentation": "Return administrations of this medication code" }, { "name": "performer", "definition": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-performer", "type": "reference", "documentation": "The identity of the individual who administered the medication" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-subject", "type": "reference", "documentation": "The identity of the individual or group to list administrations for" }, { "name": "medication", "definition": "http://hl7.org/fhir/SearchParameter/medications-medication", "type": "reference", "documentation": "Return administrations of this medication resource" }, { "name": "reason-given", "definition": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-given", "type": "token", "documentation": "Reasons for administering the medication" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/medications-patient", "type": "reference", "documentation": "The identity of a patient to list administrations for" }, { "name": "effective-time", "definition": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-effective-time", "type": "date", "documentation": "Date administration happened (or did not happen)" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-context", "type": "reference", "documentation": "Return administrations that share this encounter or episode of care" }, { "name": "reason-not-given", "definition": "http://hl7.org/fhir/SearchParameter/MedicationAdministration-reason-not-given", "type": "token", "documentation": "Reasons for not administering the medication" }, { "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/medications-status", "type": "token", "documentation": "MedicationAdministration event status (for example one of active/paused/completed/nullified)" } ] }, { "type": "MedicationDispense", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "MedicationDispense.performer", "MedicationDispense.receiver", "MedicationDispense.subject", "MedicationDispense.destination", "MedicationDispense.medication", "MedicationDispense.responsibleparty", "MedicationDispense.prescription", "MedicationDispense.patient", "MedicationDispense.context" ], "searchRevInclude": [ "ChargeItem.service", "MedicationStatement.part-of", "Observation.part-of" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/medications-identifier", "type": "token", "documentation": "Returns dispenses with this external identifier" }, { "name": "performer", "definition": "http://hl7.org/fhir/SearchParameter/MedicationDispense-performer", "type": "reference", "documentation": "Returns dispenses performed by a specific individual" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/medications-code", "type": "token", "documentation": "Returns 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": "subject", "definition": "http://hl7.org/fhir/SearchParameter/MedicationDispense-subject", "type": "reference", "documentation": "The identity of a patient for whom to list dispenses" }, { "name": "destination", "definition": "http://hl7.org/fhir/SearchParameter/MedicationDispense-destination", "type": "reference", "documentation": "Returns dispenses that should be sent to a specific destination" }, { "name": "medication", "definition": "http://hl7.org/fhir/SearchParameter/medications-medication", "type": "reference", "documentation": "Returns dispenses of this medicine resource" }, { "name": "responsibleparty", "definition": "http://hl7.org/fhir/SearchParameter/MedicationDispense-responsibleparty", "type": "reference", "documentation": "Returns dispenses with the specified responsible party" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/MedicationDispense-type", "type": "token", "documentation": "Returns 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": "prescription", "definition": "http://hl7.org/fhir/SearchParameter/medications-prescription", "type": "reference", "documentation": "The identity of a prescription to list dispenses from" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/medications-patient", "type": "reference", "documentation": "The identity of a patient to list dispenses for" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/MedicationDispense-context", "type": "reference", "documentation": "Returns dispenses with a specific context (episode or episode of care)" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/medications-status", "type": "token", "documentation": "Returns dispenses with a specified dispense status" } ] }, { "type": "MedicationRequest", "profile": "http://hl7.org/fhir/StructureDefinition/MedicationRequest", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "MedicationRequest.requester", "MedicationRequest.intended-dispenser", "MedicationRequest.subject", "MedicationRequest.medication", "MedicationRequest.patient", "MedicationRequest.intended-performer", "MedicationRequest.context" ], "searchRevInclude": [ "CarePlan.activity-reference", "ClinicalImpression.action", "DiagnosticReport.based-on", "MedicationAdministration.request", "MedicationDispense.prescription", "Observation.based-on", "ServiceRequest.based-on" ], "searchParam": [ { "name": "requester", "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-requester", "type": "reference", "documentation": "Returns prescriptions prescribed by this prescriber" }, { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/medications-date", "type": "date", "documentation": "Returns medication request to be administered on a specific date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/medications-identifier", "type": "token", "documentation": "Return prescriptions with this external identifier" }, { "name": "intended-dispenser", "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-dispenser", "type": "reference", "documentation": "Returns prescriptions intended to be dispensed by this Organization" }, { "name": "authoredon", "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-authoredon", "type": "date", "documentation": "Return prescriptions written on this date" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/medications-code", "type": "token", "documentation": "Return prescriptions of this medication code" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-subject", "type": "reference", "documentation": "The identity of a patient to list orders for" }, { "name": "medication", "definition": "http://hl7.org/fhir/SearchParameter/medications-medication", "type": "reference", "documentation": "Return prescriptions for this medication reference" }, { "name": "priority", "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-priority", "type": "token", "documentation": "Returns prescriptions with different priorities" }, { "name": "intent", "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intent", "type": "token", "documentation": "Returns prescriptions with different intents" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/medications-patient", "type": "reference", "documentation": "Returns prescriptions for a specific patient" }, { "name": "intended-performer", "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performer", "type": "reference", "documentation": "Returns the intended performer of the administration of the medication request" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-context", "type": "reference", "documentation": "Return prescriptions with this encounter or episode of care identifier" }, { "name": "intended-performertype", "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-intended-performertype", "type": "token", "documentation": "Returns requests for a specific type of performer" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/MedicationRequest-category", "type": "token", "documentation": "Returns prescriptions with different categories" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/medications-status", "type": "token", "documentation": "Status of the prescription" } ] }, { "type": "MedicationStatement", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "MedicationStatement.subject", "MedicationStatement.patient", "MedicationStatement.context", "MedicationStatement.medication", "MedicationStatement.part-of", "MedicationStatement.source" ], "searchRevInclude": [ "AdverseEvent.substance", "MedicationStatement.part-of", "Observation.part-of" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/medications-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/medications-code", "type": "token", "documentation": "Return statements of this medication code" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/MedicationStatement-subject", "type": "reference", "documentation": "The identity of a patient, animal or group to list statements for" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/medications-patient", "type": "reference", "documentation": "Returns statements for a specific patient." }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/MedicationStatement-context", "type": "reference", "documentation": "Returns statements for a specific context (episode or episode of Care)." }, { "name": "medication", "definition": "http://hl7.org/fhir/SearchParameter/medications-medication", "type": "reference", "documentation": "Return statements of this medication reference" }, { "name": "part-of", "definition": "http://hl7.org/fhir/SearchParameter/MedicationStatement-part-of", "type": "reference", "documentation": "Returns statements that are part of another event." }, { "name": "source", "definition": "http://hl7.org/fhir/SearchParameter/MedicationStatement-source", "type": "reference", "documentation": "Who or where the information in the statement came from" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/MedicationStatement-category", "type": "token", "documentation": "Returns statements of this category of medicationstatement" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/medications-status", "type": "token", "documentation": "Return statements that match the given status" } ] }, { "type": "MedicinalProduct", "profile": "http://hl7.org/fhir/StructureDefinition/MedicinalProduct", "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", "referencePolicy": [ "literal", "logical" ] }, { "type": "MedicinalProductAuthorization", "profile": "http://hl7.org/fhir/StructureDefinition/MedicinalProductAuthorization", "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", "referencePolicy": [ "literal", "logical" ] }, { "type": "MedicinalProductClinicals", "profile": "http://hl7.org/fhir/StructureDefinition/MedicinalProductClinicals", "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", "referencePolicy": [ "literal", "logical" ] }, { "type": "MedicinalProductDeviceSpec", "profile": "http://hl7.org/fhir/StructureDefinition/MedicinalProductDeviceSpec", "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", "referencePolicy": [ "literal", "logical" ] }, { "type": "MedicinalProductIngredient", "profile": "http://hl7.org/fhir/StructureDefinition/MedicinalProductIngredient", "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", "referencePolicy": [ "literal", "logical" ] }, { "type": "MedicinalProductPackaged", "profile": "http://hl7.org/fhir/StructureDefinition/MedicinalProductPackaged", "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", "referencePolicy": [ "literal", "logical" ] }, { "type": "MedicinalProductPharmaceutical", "profile": "http://hl7.org/fhir/StructureDefinition/MedicinalProductPharmaceutical", "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", "referencePolicy": [ "literal", "logical" ] }, { "type": "MessageDefinition", "profile": "http://hl7.org/fhir/StructureDefinition/MessageDefinition", "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", "referencePolicy": [ "literal", "logical" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/conformance-date", "type": "date", "documentation": "The message definition publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/conformance-identifier", "type": "token", "documentation": "External identifier for the message definition" }, { "name": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the message definition" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/conformance-description", "type": "string", "documentation": "The description of the message definition" }, { "name": "focus", "definition": "http://hl7.org/fhir/SearchParameter/MessageDefinition-focus", "type": "token", "documentation": "A resource that is a permitted focus of the message" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/conformance-title", "type": "string", "documentation": "The human-friendly name of the message definition" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/conformance-version", "type": "token", "documentation": "The business version of the message definition" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/conformance-url", "type": "uri", "documentation": "The uri that identifies the message definition" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/conformance-name", "type": "string", "documentation": "Computationally friendly name of the message definition" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/conformance-publisher", "type": "string", "documentation": "Name of the publisher of the message definition" }, { "name": "event", "definition": "http://hl7.org/fhir/SearchParameter/MessageDefinition-event", "type": "token", "documentation": "The event that triggers the message or link to the event definition." }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/MessageDefinition-category", "type": "token", "documentation": "The behavior associated with the message" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/conformance-status", "type": "token", "documentation": "The current status of the message definition" } ] }, { "type": "MessageHeader", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "MessageHeader.receiver", "MessageHeader.author", "MessageHeader.focus", "MessageHeader.target", "MessageHeader.sender", "MessageHeader.responsible", "MessageHeader.enterer" ], "searchParam": [ { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/MessageHeader-code", "type": "token", "documentation": "ok | transient-error | fatal-error" }, { "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": "focus", "definition": "http://hl7.org/fhir/SearchParameter/MessageHeader-focus", "type": "reference", "documentation": "The actual content of the message" }, { "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": "sender", "definition": "http://hl7.org/fhir/SearchParameter/MessageHeader-sender", "type": "reference", "documentation": "Real world sender of the message" }, { "name": "responsible", "definition": "http://hl7.org/fhir/SearchParameter/MessageHeader-responsible", "type": "reference", "documentation": "Final responsibility for event" }, { "name": "enterer", "definition": "http://hl7.org/fhir/SearchParameter/MessageHeader-enterer", "type": "reference", "documentation": "The source of the data entry" }, { "name": "response-id", "definition": "http://hl7.org/fhir/SearchParameter/MessageHeader-response-id", "type": "token", "documentation": "Id of original message" }, { "name": "event", "definition": "http://hl7.org/fhir/SearchParameter/MessageHeader-event", "type": "token", "documentation": "Code for the event this message represents or link to event definition" } ] }, { "type": "NamingSystem", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/conformance-date", "type": "date", "documentation": "The naming system publication date" }, { "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": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the naming system" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/conformance-description", "type": "string", "documentation": "The description of the naming system" }, { "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/conformance-name", "type": "string", "documentation": "Computationally friendly name of the naming system" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/conformance-publisher", "type": "string", "documentation": "Name of the publisher of the naming system" }, { "name": "telecom", "definition": "http://hl7.org/fhir/SearchParameter/NamingSystem-telecom", "type": "token", "documentation": "Contact details for individual or organization" }, { "name": "value", "definition": "http://hl7.org/fhir/SearchParameter/NamingSystem-value", "type": "string", "documentation": "The unique identifier" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/conformance-status", "type": "token", "documentation": "The current status of the naming system" } ] }, { "type": "NutritionOrder", "profile": "http://hl7.org/fhir/StructureDefinition/NutritionOrder", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "NutritionOrder.provider", "NutritionOrder.patient", "NutritionOrder.context" ], "searchRevInclude": [ "CarePlan.activity-reference", "DiagnosticReport.based-on", "Observation.based-on" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", "type": "token", "documentation": "Return nutrition orders with this external identifier" }, { "name": "datetime", "definition": "http://hl7.org/fhir/SearchParameter/NutritionOrder-datetime", "type": "date", "documentation": "Return nutrition orders requested on this date" }, { "name": "provider", "definition": "http://hl7.org/fhir/SearchParameter/NutritionOrder-provider", "type": "reference", "documentation": "The identity of the provider who placed the nutrition order" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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/NutritionOrder-supplement", "type": "token", "documentation": "Type of supplement product requested" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/NutritionOrder-context", "type": "reference", "documentation": "Return nutrition orders with this encounter identifier" }, { "name": "formula", "definition": "http://hl7.org/fhir/SearchParameter/NutritionOrder-formula", "type": "token", "documentation": "Type of enteral or infant formula" }, { "name": "oraldiet", "definition": "http://hl7.org/fhir/SearchParameter/NutritionOrder-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/NutritionOrder-status", "type": "token", "documentation": "Status of the nutrition order." }, { "name": "additive", "definition": "http://hl7.org/fhir/SearchParameter/NutritionOrder-additive", "type": "token", "documentation": "Type of module component to add to the feeding" } ] }, { "type": "Observation", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Observation.subject", "Observation.focus", "Observation.derived-from", "Observation.part-of", "Observation.has-member", "Observation.based-on", "Observation.patient", "Observation.specimen", "Observation.context", "Observation.performer", "Observation.encounter", "Observation.device" ], "searchRevInclude": [ "ChargeItem.service", "ClinicalImpression.finding-ref", "ClinicalImpression.investigation", "DiagnosticReport.result", "Immunization.reason-reference", "MedicationStatement.part-of", "Observation.derived-from", "Observation.has-member", "Procedure.part-of", "QuestionnaireResponse.part-of" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", "type": "date", "documentation": "Obtained date/time. If the obtained element is a period, a date that falls in the period" }, { "name": "combo-data-absent-reason", "definition": "http://hl7.org/fhir/SearchParameter/Observation-combo-data-absent-reason", "type": "token", "documentation": "The reason why the expected value in the element Observation.value[x] or Observation.component.value[x] is missing." }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", "type": "token", "documentation": "The code of the observation type" }, { "name": "combo-code-value-quantity", "definition": "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-quantity", "type": "composite", "documentation": "Code and quantity value parameter pair, including in components" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/Observation-subject", "type": "reference", "documentation": "The subject that the observation is about" }, { "name": "component-data-absent-reason", "definition": "http://hl7.org/fhir/SearchParameter/Observation-component-data-absent-reason", "type": "token", "documentation": "The reason why the expected value in the element Observation.component.value[x] is missing." }, { "name": "value-concept", "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-concept", "type": "token", "documentation": "The 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": "focus", "definition": "http://hl7.org/fhir/SearchParameter/Observation-focus", "type": "reference", "documentation": "The focus of an observation when the focus is not the patient of record." }, { "name": "derived-from", "definition": "http://hl7.org/fhir/SearchParameter/Observation-derived-from", "type": "reference", "documentation": "Related measurements the observation is made from" }, { "name": "part-of", "definition": "http://hl7.org/fhir/SearchParameter/Observation-part-of", "type": "reference", "documentation": "Part of referenced event" }, { "name": "has-member", "definition": "http://hl7.org/fhir/SearchParameter/Observation-has-member", "type": "reference", "documentation": "Related resource that belongs to the Observation group" }, { "name": "code-value-string", "definition": "http://hl7.org/fhir/SearchParameter/Observation-code-value-string", "type": "composite", "documentation": "Code and string value parameter pair" }, { "name": "component-code-value-quantity", "definition": "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-quantity", "type": "composite", "documentation": "Component code and component quantity value parameter pair" }, { "name": "based-on", "definition": "http://hl7.org/fhir/SearchParameter/Observation-based-on", "type": "reference", "documentation": "Reference to the service request." }, { "name": "code-value-date", "definition": "http://hl7.org/fhir/SearchParameter/Observation-code-value-date", "type": "composite", "documentation": "Code and date/time value parameter pair" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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": "component-code", "definition": "http://hl7.org/fhir/SearchParameter/Observation-component-code", "type": "token", "documentation": "The component code of the observation type" }, { "name": "code-value-quantity", "definition": "http://hl7.org/fhir/SearchParameter/Observation-code-value-quantity", "type": "composite", "documentation": "Code and quantity value parameter pair" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/Observation-context", "type": "reference", "documentation": "Healthcare event (Episode-of-care or Encounter) related to the observation" }, { "name": "combo-code-value-concept", "definition": "http://hl7.org/fhir/SearchParameter/Observation-combo-code-value-concept", "type": "composite", "documentation": "Code and coded value parameter pair, including in components" }, { "name": "value-string", "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-string", "type": "string", "documentation": "The value of the observation, if the value is a string, and also searches in CodeableConcept.text" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", "type": "token", "documentation": "The unique id for a particular observation" }, { "name": "performer", "definition": "http://hl7.org/fhir/SearchParameter/Observation-performer", "type": "reference", "documentation": "Who performed the observation" }, { "name": "combo-code", "definition": "http://hl7.org/fhir/SearchParameter/Observation-combo-code", "type": "token", "documentation": "The code of the observation type or component type" }, { "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 of the observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)" }, { "name": "component-value-quantity", "definition": "http://hl7.org/fhir/SearchParameter/Observation-component-value-quantity", "type": "quantity", "documentation": "The value of the component observation, if the value is a Quantity, or a SampledData (just search on the bounds of the values in sampled data)" }, { "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": "combo-value-quantity", "definition": "http://hl7.org/fhir/SearchParameter/Observation-combo-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": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/clinical-encounter", "type": "reference", "documentation": "Encounter related to the observation" }, { "name": "code-value-concept", "definition": "http://hl7.org/fhir/SearchParameter/Observation-code-value-concept", "type": "composite", "documentation": "Code and coded value parameter pair" }, { "name": "component-code-value-concept", "definition": "http://hl7.org/fhir/SearchParameter/Observation-component-code-value-concept", "type": "composite", "documentation": "Component code and component coded value parameter pair" }, { "name": "component-value-concept", "definition": "http://hl7.org/fhir/SearchParameter/Observation-component-value-concept", "type": "token", "documentation": "The value of the component observation, if the value is a CodeableConcept" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/Observation-category", "type": "token", "documentation": "The classification of the type of observation" }, { "name": "device", "definition": "http://hl7.org/fhir/SearchParameter/Observation-device", "type": "reference", "documentation": "The Device that generated the observation data." }, { "name": "combo-value-concept", "definition": "http://hl7.org/fhir/SearchParameter/Observation-combo-value-concept", "type": "token", "documentation": "The value or component value of the observation, if the value is a CodeableConcept" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Observation-status", "type": "token", "documentation": "The status of the observation" } ] }, { "type": "ObservationDefinition", "profile": "http://hl7.org/fhir/StructureDefinition/ObservationDefinition", "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", "referencePolicy": [ "literal", "logical" ] }, { "type": "OccupationalData", "profile": "http://hl7.org/fhir/StructureDefinition/OccupationalData", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "OccupationalData.recorder", "OccupationalData.subject", "OccupationalData.informant" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/OccupationalData-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/OccupationalData-identifier", "type": "token", "documentation": "A business identifier for a particular occupational data record" }, { "name": "recorder", "definition": "http://hl7.org/fhir/SearchParameter/OccupationalData-recorder", "type": "reference", "documentation": "The person who recorded or updated the occupational data record" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/OccupationalData-subject", "type": "reference", "documentation": "The subject that the occupational data record is about" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/OccupationalData-status", "type": "token", "documentation": "The status of the occupational data record" }, { "name": "informant", "definition": "http://hl7.org/fhir/SearchParameter/OccupationalData-informant", "type": "reference", "documentation": "The person who provided the subject's health-related occupational data." } ] }, { "type": "OperationDefinition", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "OperationDefinition.input-profile", "OperationDefinition.output-profile", "OperationDefinition.base" ], "searchRevInclude": [ "OperationDefinition.base" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/conformance-date", "type": "date", "documentation": "The operation definition publication date" }, { "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": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the operation definition" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/conformance-description", "type": "string", "documentation": "The description of the operation definition" }, { "name": "context-type", "definition": "http://hl7.org/fhir/SearchParameter/conformance-context-type", "type": "token", "documentation": "A type of use context assigned to the operation definition" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/OperationDefinition-type", "type": "token", "documentation": "Invoke at the type level?" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/conformance-version", "type": "token", "documentation": "The business version of the operation definition" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/conformance-url", "type": "uri", "documentation": "The uri that identifies the operation definition" }, { "name": "input-profile", "definition": "http://hl7.org/fhir/SearchParameter/OperationDefinition-input-profile", "type": "reference", "documentation": "Validation information for in parameters" }, { "name": "output-profile", "definition": "http://hl7.org/fhir/SearchParameter/OperationDefinition-output-profile", "type": "reference", "documentation": "Validation information for out parameters" }, { "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/conformance-name", "type": "string", "documentation": "Computationally friendly name of the operation definition" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/conformance-publisher", "type": "string", "documentation": "Name of the publisher of the operation definition" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/conformance-status", "type": "token", "documentation": "The current status of the operation definition" }, { "name": "base", "definition": "http://hl7.org/fhir/SearchParameter/OperationDefinition-base", "type": "reference", "documentation": "Marks this as a profile of the base" } ] }, { "type": "OperationOutcome", "profile": "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", "referencePolicy": [ "literal", "logical" ] }, { "type": "Organization", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Organization.partof", "Organization.endpoint" ], "searchRevInclude": [ "Account.owner", "Account.subject", "Account.patient", "AuditEvent.agent", "AuditEvent.patient", "CarePlan.performer", "CareTeam.participant", "ChargeItem.performing-organization", "ChargeItem.participant-actor", "ChargeItem.enterer", "ChargeItem.requesting-organization", "Claim.care-team", "Claim.payee", "Claim.provider", "Claim.insurer", "ClaimResponse.insurer", "ClaimResponse.request-provider", "Communication.sender", "Communication.recipient", "CommunicationRequest.requester", "CommunicationRequest.sender", "CommunicationRequest.recipient", "Composition.author", "Composition.attester", "Consent.actor", "Consent.organization", "Consent.consentor", "Contract.authority", "Contract.signer", "Coverage.payor", "Coverage.policy-holder", "Device.organization", "DeviceRequest.requester", "DeviceRequest.performer", "DiagnosticReport.performer", "DiagnosticReport.results-interpreter", "DocumentManifest.agent", "DocumentManifest.recipient", "DocumentReference.agent", "DocumentReference.authenticator", "DocumentReference.custodian", "EligibilityRequest.provider", "EligibilityResponse.insurer", "EligibilityResponse.request-provider", "Encounter.service-provider", "Endpoint.organization", "EpisodeOfCare.organization", "ExplanationOfBenefit.care-team", "ExplanationOfBenefit.payee", "ExplanationOfBenefit.provider", "Flag.subject", "Flag.patient", "Flag.author", "Goal.patient", "Goal.subject", "HealthcareService.organization", "ImagingStudy.performer", "Immunization.performer", "Immunization.manufacturer", "Invoice.issuer", "Invoice.participant", "Invoice.recipient", "Linkage.author", "Location.organization", "Media.operator", "Medication.manufacturer", "MedicationDispense.performer", "MedicationRequest.requester", "MedicationRequest.intended-dispenser", "MedicationRequest.intended-performer", "MedicationStatement.source", "MessageHeader.receiver", "MessageHeader.sender", "MessageHeader.responsible", "Observation.performer", "Organization.partof", "OrganizationRole.primary-organization", "OrganizationRole.network", "OrganizationRole.participating-organization", "Patient.general-practitioner", "Patient.organization", "PaymentNotice.provider", "PaymentReconciliation.organization", "PaymentReconciliation.request-provider", "Person.organization", "PractitionerRole.organization", "Procedure.performer", "ProcessRequest.provider", "ProcessResponse.organization", "ProcessResponse.request-provider", "ProductPlan.owned-by", "ProductPlan.administered-by", "Provenance.agent", "ResearchStudy.sponsor", "ServiceRequest.requester", "ServiceRequest.performer", "SupplyDelivery.supplier", "SupplyRequest.requester", "SupplyRequest.supplier", "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": "An organization of which this organization forms a part" }, { "name": "address", "definition": "http://hl7.org/fhir/SearchParameter/Organization-address", "type": "string", "documentation": "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text" }, { "name": "address-state", "definition": "http://hl7.org/fhir/SearchParameter/Organization-address-state", "type": "string", "documentation": "A state specified in an address" }, { "name": "active", "definition": "http://hl7.org/fhir/SearchParameter/Organization-active", "type": "token", "documentation": "Is the Organization record active" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/Organization-type", "type": "token", "documentation": "A code for the type of organization" }, { "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" }, { "name": "endpoint", "definition": "http://hl7.org/fhir/SearchParameter/Organization-endpoint", "type": "reference", "documentation": "Technical endpoints providing access to services operated for the 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": "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": "address-city", "definition": "http://hl7.org/fhir/SearchParameter/Organization-address-city", "type": "string", "documentation": "A city specified in an address" } ] }, { "type": "OrganizationRole", "profile": "http://hl7.org/fhir/StructureDefinition/OrganizationRole", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "OrganizationRole.primary-organization", "OrganizationRole.network", "OrganizationRole.endpoint", "OrganizationRole.service", "OrganizationRole.participating-organization", "OrganizationRole.location" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/OrganizationRole-date", "type": "date", "documentation": "The period during which the practitioner is authorized to perform in these role(s)" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/OrganizationRole-identifier", "type": "token", "documentation": "A practitioner's Identifier" }, { "name": "specialty", "definition": "http://hl7.org/fhir/SearchParameter/OrganizationRole-specialty", "type": "token", "documentation": "The practitioner has this specialty at an organization" }, { "name": "role", "definition": "http://hl7.org/fhir/SearchParameter/OrganizationRole-role", "type": "token", "documentation": "The practitioner can perform this role at for the organization" }, { "name": "active", "definition": "http://hl7.org/fhir/SearchParameter/OrganizationRole-active", "type": "token", "documentation": "Whether this practitioner role record is in active use" }, { "name": "primary-organization", "definition": "http://hl7.org/fhir/SearchParameter/OrganizationRole-primary-organization", "type": "reference", "documentation": "The identity of the organization the practitioner represents / acts on behalf of" }, { "name": "network", "definition": "http://hl7.org/fhir/SearchParameter/OrganizationRole-network", "type": "reference", "documentation": "One of the locations at which this practitioner provides care" }, { "name": "endpoint", "definition": "http://hl7.org/fhir/SearchParameter/OrganizationRole-endpoint", "type": "reference", "documentation": "Technical endpoints providing access to services operated for the practitioner with this role" }, { "name": "phone", "definition": "http://hl7.org/fhir/SearchParameter/OrganizationRole-phone", "type": "token", "documentation": "A value in a phone contact" }, { "name": "service", "definition": "http://hl7.org/fhir/SearchParameter/OrganizationRole-service", "type": "reference", "documentation": "The list of healthcare services that this worker provides for this role's Organization/Location(s)" }, { "name": "participating-organization", "definition": "http://hl7.org/fhir/SearchParameter/OrganizationRole-participating-organization", "type": "reference", "documentation": "Practitioner that is able to provide the defined services for the organization" }, { "name": "telecom", "definition": "http://hl7.org/fhir/SearchParameter/OrganizationRole-telecom", "type": "token", "documentation": "The value in any kind of contact" }, { "name": "location", "definition": "http://hl7.org/fhir/SearchParameter/OrganizationRole-location", "type": "reference", "documentation": "One of the locations at which this practitioner provides care" }, { "name": "email", "definition": "http://hl7.org/fhir/SearchParameter/OrganizationRole-email", "type": "token", "documentation": "A value in an email contact" } ] }, { "type": "Patient", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Patient.general-practitioner", "Patient.link", "Patient.organization" ], "searchRevInclude": [ "Account.subject", "Account.patient", "AdverseEvent.recorder", "AdverseEvent.subject", "AllergyIntolerance.recorder", "AllergyIntolerance.asserter", "AllergyIntolerance.patient", "Appointment.actor", "Appointment.practitioner", "Appointment.patient", "Appointment.location", "AppointmentResponse.actor", "AppointmentResponse.practitioner", "AppointmentResponse.patient", "AppointmentResponse.location", "AuditEvent.agent", "AuditEvent.patient", "Basic.author", "BodyStructure.patient", "CarePlan.performer", "CarePlan.subject", "CarePlan.patient", "CareTeam.patient", "CareTeam.subject", "CareTeam.participant", "ChargeItem.subject", "ChargeItem.participant-actor", "ChargeItem.patient", "ChargeItem.enterer", "Claim.payee", "Claim.patient", "ClaimResponse.patient", "ClinicalImpression.subject", "ClinicalImpression.patient", "Communication.subject", "Communication.sender", "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.consentor", "Contract.signer", "Coverage.payor", "Coverage.subscriber", "Coverage.beneficiary", "Coverage.patient", "Coverage.policy-holder", "DetectedIssue.patient", "Device.patient", "DeviceRequest.performer", "DeviceRequest.subject", "DeviceRequest.patient", "DeviceUseStatement.subject", "DeviceUseStatement.patient", "DiagnosticReport.subject", "DiagnosticReport.patient", "DocumentManifest.agent", "DocumentManifest.subject", "DocumentManifest.patient", "DocumentManifest.recipient", "DocumentReference.agent", "DocumentReference.subject", "DocumentReference.patient", "EligibilityRequest.patient", "Encounter.subject", "Encounter.patient", "EnrollmentRequest.subject", "EnrollmentRequest.patient", "EpisodeOfCare.patient", "ExplanationOfBenefit.payee", "ExplanationOfBenefit.patient", "FamilyMemberHistory.patient", "Flag.subject", "Flag.patient", "Flag.author", "Goal.patient", "Goal.subject", "Group.member", "GuidanceResponse.patient", "GuidanceResponse.subject", "ImagingStudy.performer", "ImagingStudy.subject", "ImagingStudy.patient", "Immunization.patient", "ImmunizationEvaluation.patient", "ImmunizationRecommendation.patient", "Invoice.subject", "Invoice.participant", "Invoice.patient", "Invoice.recipient", "ItemInstance.subject", "List.subject", "List.patient", "List.source", "MeasureReport.patient", "MeasureReport.subject", "Media.subject", "Media.operator", "Media.patient", "MedicationAdministration.performer", "MedicationAdministration.subject", "MedicationAdministration.patient", "MedicationDispense.performer", "MedicationDispense.receiver", "MedicationDispense.subject", "MedicationDispense.patient", "MedicationRequest.requester", "MedicationRequest.subject", "MedicationRequest.patient", "MedicationRequest.intended-performer", "MedicationStatement.subject", "MedicationStatement.patient", "MedicationStatement.source", "NutritionOrder.patient", "Observation.subject", "Observation.patient", "Observation.performer", "OccupationalData.recorder", "OccupationalData.subject", "OccupationalData.informant", "Patient.link", "Person.practitioner", "Person.link", "Person.relatedperson", "Person.patient", "Procedure.performer", "Procedure.subject", "Procedure.patient", "Provenance.agent", "QuestionnaireResponse.author", "QuestionnaireResponse.source", "RelatedPerson.patient", "RequestGroup.subject", "RequestGroup.participant", "RequestGroup.patient", "ResearchSubject.individual", "ResearchSubject.patient", "RiskAssessment.subject", "RiskAssessment.patient", "Schedule.actor", "Sequence.patient", "ServiceRequest.requester", "ServiceRequest.performer", "ServiceRequest.subject", "ServiceRequest.patient", "Specimen.subject", "Specimen.patient", "SupplyDelivery.patient", "SupplyRequest.requester", "Task.owner", "Task.requester", "UserSession.user", "VisionPrescription.patient" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier", "type": "token", "documentation": "A patient identifier" }, { "name": "given", "definition": "http://hl7.org/fhir/SearchParameter/individual-given", "type": "string", "documentation": "A portion of the given name of the patient" }, { "name": "address", "definition": "http://hl7.org/fhir/SearchParameter/individual-address", "type": "string", "documentation": "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text" }, { "name": "birthdate", "definition": "http://hl7.org/fhir/SearchParameter/individual-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/individual-address-state", "type": "string", "documentation": "A state specified in an address" }, { "name": "gender", "definition": "http://hl7.org/fhir/SearchParameter/individual-gender", "type": "token", "documentation": "Gender of the patient" }, { "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": "link", "definition": "http://hl7.org/fhir/SearchParameter/Patient-link", "type": "reference", "documentation": "All patients linked to the given patient" }, { "name": "active", "definition": "http://hl7.org/fhir/SearchParameter/Patient-active", "type": "token", "documentation": "Whether the patient record is active" }, { "name": "language", "definition": "http://hl7.org/fhir/SearchParameter/Patient-language", "type": "token", "documentation": "Language code (irrespective of use value)" }, { "name": "address-postalcode", "definition": "http://hl7.org/fhir/SearchParameter/individual-address-postalcode", "type": "string", "documentation": "A postalCode specified in an address" }, { "name": "address-country", "definition": "http://hl7.org/fhir/SearchParameter/individual-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/individual-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/individual-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/individual-address-use", "type": "token", "documentation": "A use code specified in an address" }, { "name": "telecom", "definition": "http://hl7.org/fhir/SearchParameter/individual-telecom", "type": "token", "documentation": "The value in any kind of telecom details of the patient" }, { "name": "family", "definition": "http://hl7.org/fhir/SearchParameter/individual-family", "type": "string", "documentation": "A portion of the family name of the patient" }, { "name": "address-city", "definition": "http://hl7.org/fhir/SearchParameter/individual-address-city", "type": "string", "documentation": "A city specified in an address" }, { "name": "email", "definition": "http://hl7.org/fhir/SearchParameter/individual-email", "type": "token", "documentation": "A value in an email contact" } ] }, { "type": "PaymentNotice", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "PaymentNotice.request", "PaymentNotice.provider", "PaymentNotice.response" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/PaymentNotice-identifier", "type": "token", "documentation": "The business identifier of the notice" }, { "name": "request", "definition": "http://hl7.org/fhir/SearchParameter/PaymentNotice-request", "type": "reference", "documentation": "The Claim" }, { "name": "provider", "definition": "http://hl7.org/fhir/SearchParameter/PaymentNotice-provider", "type": "reference", "documentation": "The reference to the provider" }, { "name": "created", "definition": "http://hl7.org/fhir/SearchParameter/PaymentNotice-created", "type": "date", "documentation": "Creation date fro the notice" }, { "name": "response", "definition": "http://hl7.org/fhir/SearchParameter/PaymentNotice-response", "type": "reference", "documentation": "The ClaimResponse" }, { "name": "payment-status", "definition": "http://hl7.org/fhir/SearchParameter/PaymentNotice-payment-status", "type": "token", "documentation": "The type of payment notice" }, { "name": "statusdate", "definition": "http://hl7.org/fhir/SearchParameter/PaymentNotice-statusdate", "type": "date", "documentation": "The date of the payment action" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/PaymentNotice-status", "type": "token", "documentation": "The status of the payment notice" } ] }, { "type": "PaymentReconciliation", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "PaymentReconciliation.request", "PaymentReconciliation.organization", "PaymentReconciliation.request-provider" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-identifier", "type": "token", "documentation": "The business identifier of the Explanation of Benefit" }, { "name": "request", "definition": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-request", "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": "created", "definition": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-created", "type": "date", "documentation": "The creation date" }, { "name": "organization", "definition": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-organization", "type": "reference", "documentation": "The organization who generated this resource" }, { "name": "request-provider", "definition": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-request-provider", "type": "reference", "documentation": "The reference to the provider who sumbitted the claim" }, { "name": "outcome", "definition": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-outcome", "type": "token", "documentation": "The processing outcome" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/PaymentReconciliation-status", "type": "token", "documentation": "The status of the payment reconciliation" } ] }, { "type": "Person", "profile": "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", "referencePolicy": [ "literal", "logical" ], "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/individual-address", "type": "string", "documentation": "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text" }, { "name": "birthdate", "definition": "http://hl7.org/fhir/SearchParameter/individual-birthdate", "type": "date", "documentation": "The person's date of birth" }, { "name": "address-state", "definition": "http://hl7.org/fhir/SearchParameter/individual-address-state", "type": "string", "documentation": "A state specified in an address" }, { "name": "gender", "definition": "http://hl7.org/fhir/SearchParameter/individual-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/individual-address-postalcode", "type": "string", "documentation": "A postal code specified in an address" }, { "name": "address-country", "definition": "http://hl7.org/fhir/SearchParameter/individual-address-country", "type": "string", "documentation": "A country specified in an address" }, { "name": "phonetic", "definition": "http://hl7.org/fhir/SearchParameter/individual-phonetic", "type": "string", "documentation": "A portion of name using some kind of phonetic matching algorithm" }, { "name": "phone", "definition": "http://hl7.org/fhir/SearchParameter/individual-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/individual-address-use", "type": "token", "documentation": "A use code specified in an address" }, { "name": "telecom", "definition": "http://hl7.org/fhir/SearchParameter/individual-telecom", "type": "token", "documentation": "The value in any kind of contact" }, { "name": "address-city", "definition": "http://hl7.org/fhir/SearchParameter/individual-address-city", "type": "string", "documentation": "A city specified in an address" }, { "name": "email", "definition": "http://hl7.org/fhir/SearchParameter/individual-email", "type": "token", "documentation": "A value in an email contact" } ] }, { "type": "PlanDefinition", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "PlanDefinition.successor", "PlanDefinition.derived-from", "PlanDefinition.predecessor", "PlanDefinition.composed-of", "PlanDefinition.depends-on", "PlanDefinition.definition" ], "searchRevInclude": [ "Flag.subject", "Flag.patient", "PlanDefinition.definition", "ResearchStudy.protocol" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-date", "type": "date", "documentation": "The plan definition publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-identifier", "type": "token", "documentation": "External identifier for the plan definition" }, { "name": "successor", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-successor", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the plan definition" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-description", "type": "string", "documentation": "The description of the plan definition" }, { "name": "derived-from", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-derived-from", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "predecessor", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-predecessor", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-title", "type": "string", "documentation": "The human-friendly name of the plan definition" }, { "name": "composed-of", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-composed-of", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-type", "type": "token", "documentation": "The type of artifact the plan (e.g. order-set, eca-rule, protocol)" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-version", "type": "token", "documentation": "The business version of the plan definition" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-url", "type": "uri", "documentation": "The uri that identifies the plan definition" }, { "name": "effective", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-effective", "type": "date", "documentation": "The time during which the plan definition is intended to be in use" }, { "name": "depends-on", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-depends-on", "type": "reference", "documentation": "What resource is being referenced" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-name", "type": "string", "documentation": "Computationally friendly name of the plan definition" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-publisher", "type": "string", "documentation": "Name of the publisher of the plan definition" }, { "name": "topic", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-topic", "type": "token", "documentation": "Topics associated with the module" }, { "name": "definition", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-definition", "type": "reference", "documentation": "Activity or plan definitions used by plan definition" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-status", "type": "token", "documentation": "The current status of the plan definition" } ] }, { "type": "Practitioner", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchRevInclude": [ "Account.subject", "Account.patient", "AdverseEvent.recorder", "AdverseEvent.subject", "AllergyIntolerance.recorder", "AllergyIntolerance.asserter", "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", "ChargeItem.participant-actor", "ChargeItem.enterer", "Claim.care-team", "Claim.payee", "Claim.provider", "Claim.enterer", "ClaimResponse.request-provider", "ClinicalImpression.assessor", "Communication.sender", "Communication.recipient", "CommunicationRequest.requester", "CommunicationRequest.sender", "CommunicationRequest.recipient", "Composition.author", "Composition.attester", "Condition.asserter", "Consent.actor", "Consent.consentor", "Contract.signer", "DetectedIssue.author", "DeviceRequest.requester", "DeviceRequest.performer", "DiagnosticReport.performer", "DiagnosticReport.results-interpreter", "DocumentManifest.agent", "DocumentManifest.subject", "DocumentManifest.patient", "DocumentManifest.recipient", "DocumentReference.agent", "DocumentReference.subject", "DocumentReference.patient", "DocumentReference.authenticator", "EligibilityRequest.provider", "EligibilityRequest.enterer", "EligibilityResponse.request-provider", "Encounter.practitioner", "Encounter.participant", "EpisodeOfCare.care-manager", "ExplanationOfBenefit.care-team", "ExplanationOfBenefit.payee", "ExplanationOfBenefit.provider", "ExplanationOfBenefit.enterer", "Flag.subject", "Flag.patient", "Flag.author", "Group.member", "ImagingStudy.performer", "Immunization.performer", "Invoice.participant", "Linkage.author", "List.source", "MeasureReport.patient", "MeasureReport.subject", "Media.subject", "Media.operator", "Media.patient", "MedicationAdministration.performer", "MedicationDispense.performer", "MedicationDispense.receiver", "MedicationDispense.responsibleparty", "MedicationRequest.requester", "MedicationRequest.intended-performer", "MedicationStatement.source", "MessageHeader.receiver", "MessageHeader.author", "MessageHeader.sender", "MessageHeader.responsible", "MessageHeader.enterer", "NutritionOrder.provider", "Observation.performer", "OccupationalData.recorder", "Patient.general-practitioner", "PaymentNotice.provider", "PaymentReconciliation.request-provider", "Person.practitioner", "Person.link", "Person.relatedperson", "Person.patient", "PractitionerRole.practitioner", "Procedure.performer", "ProcessRequest.provider", "ProcessResponse.request-provider", "Provenance.agent", "QuestionnaireResponse.author", "QuestionnaireResponse.source", "RequestGroup.author", "RequestGroup.participant", "ResearchStudy.principalinvestigator", "RiskAssessment.performer", "Schedule.actor", "ServiceRequest.requester", "ServiceRequest.performer", "Specimen.collector", "SupplyDelivery.receiver", "SupplyDelivery.supplier", "SupplyRequest.requester", "Task.owner", "Task.requester", "UserSession.user", "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/individual-given", "type": "string", "documentation": "A portion of the given name" }, { "name": "address", "definition": "http://hl7.org/fhir/SearchParameter/individual-address", "type": "string", "documentation": "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text" }, { "name": "address-state", "definition": "http://hl7.org/fhir/SearchParameter/individual-address-state", "type": "string", "documentation": "A state specified in an address" }, { "name": "gender", "definition": "http://hl7.org/fhir/SearchParameter/individual-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/individual-address-postalcode", "type": "string", "documentation": "A postalCode specified in an address" }, { "name": "address-country", "definition": "http://hl7.org/fhir/SearchParameter/individual-address-country", "type": "string", "documentation": "A country specified in an address" }, { "name": "phonetic", "definition": "http://hl7.org/fhir/SearchParameter/individual-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/individual-phone", "type": "token", "documentation": "A value in a phone contact" }, { "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/individual-address-use", "type": "token", "documentation": "A use code specified in an address" }, { "name": "telecom", "definition": "http://hl7.org/fhir/SearchParameter/individual-telecom", "type": "token", "documentation": "The value in any kind of contact" }, { "name": "family", "definition": "http://hl7.org/fhir/SearchParameter/individual-family", "type": "string", "documentation": "A portion of the family name" }, { "name": "address-city", "definition": "http://hl7.org/fhir/SearchParameter/individual-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/individual-email", "type": "token", "documentation": "A value in an email contact" } ] }, { "type": "PractitionerRole", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "PractitionerRole.practitioner", "PractitionerRole.endpoint", "PractitionerRole.service", "PractitionerRole.organization", "PractitionerRole.location" ], "searchRevInclude": [ "AuditEvent.agent", "AuditEvent.patient", "CarePlan.performer", "Claim.care-team", "Claim.payee", "Claim.provider", "Claim.enterer", "ClaimResponse.request-provider", "Communication.sender", "Communication.recipient", "CommunicationRequest.requester", "CommunicationRequest.sender", "Composition.author", "Composition.attester", "Condition.asserter", "Consent.actor", "Consent.consentor", "DeviceRequest.requester", "DeviceRequest.performer", "DiagnosticReport.performer", "DiagnosticReport.results-interpreter", "DocumentManifest.agent", "DocumentManifest.recipient", "DocumentReference.agent", "EligibilityRequest.provider", "EligibilityRequest.enterer", "EligibilityResponse.request-provider", "ExplanationOfBenefit.care-team", "ExplanationOfBenefit.payee", "ExplanationOfBenefit.provider", "ExplanationOfBenefit.enterer", "Group.member", "ImagingStudy.performer", "List.source", "Media.operator", "MedicationAdministration.performer", "MedicationDispense.performer", "MedicationRequest.requester", "MedicationRequest.intended-performer", "NutritionOrder.provider", "Observation.performer", "OccupationalData.recorder", "Patient.general-practitioner", "PaymentNotice.provider", "PaymentReconciliation.request-provider", "Procedure.performer", "ProcessRequest.provider", "ProcessResponse.request-provider", "Provenance.agent", "Schedule.actor", "ServiceRequest.requester", "ServiceRequest.performer", "SupplyDelivery.supplier", "SupplyRequest.requester", "Task.owner", "Task.requester", "VisionPrescription.prescriber" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/PractitionerRole-date", "type": "date", "documentation": "The period during which the practitioner is authorized to perform in these role(s)" }, { "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 organization" }, { "name": "active", "definition": "http://hl7.org/fhir/SearchParameter/PractitionerRole-active", "type": "token", "documentation": "Whether this practitioner role record is in active use" }, { "name": "endpoint", "definition": "http://hl7.org/fhir/SearchParameter/PractitionerRole-endpoint", "type": "reference", "documentation": "Technical endpoints providing access to services operated for the practitioner with this role" }, { "name": "phone", "definition": "http://hl7.org/fhir/SearchParameter/individual-phone", "type": "token", "documentation": "A value in a phone contact" }, { "name": "service", "definition": "http://hl7.org/fhir/SearchParameter/PractitionerRole-service", "type": "reference", "documentation": "The list of healthcare services that this worker provides for this role's Organization/Location(s)" }, { "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/individual-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/individual-email", "type": "token", "documentation": "A value in an email contact" } ] }, { "type": "Procedure", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Procedure.performer", "Procedure.subject", "Procedure.part-of", "Procedure.encounter", "Procedure.based-on", "Procedure.patient", "Procedure.context", "Procedure.location" ], "searchRevInclude": [ "AdverseEvent.substance", "ChargeItem.service", "ClinicalImpression.action", "Encounter.diagnosis", "Flag.subject", "Flag.patient", "MedicationStatement.part-of", "Observation.part-of", "Procedure.part-of", "QuestionnaireResponse.part-of" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", "type": "date", "documentation": "When the procedure was performed" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", "type": "token", "documentation": "A unique identifier for a procedure" }, { "name": "instantiates", "definition": "http://hl7.org/fhir/SearchParameter/Procedure-instantiates", "type": "uri", "documentation": "Instantiates protocol or definition" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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": "part-of", "definition": "http://hl7.org/fhir/SearchParameter/Procedure-part-of", "type": "reference", "documentation": "Part of referenced event" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/clinical-encounter", "type": "reference", "documentation": "Search by encounter" }, { "name": "based-on", "definition": "http://hl7.org/fhir/SearchParameter/Procedure-based-on", "type": "reference", "documentation": "A request for this procedure" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", "type": "reference", "documentation": "Search by subject - a patient" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/Procedure-context", "type": "reference", "documentation": "Encounter or episode associated with the procedure" }, { "name": "location", "definition": "http://hl7.org/fhir/SearchParameter/Procedure-location", "type": "reference", "documentation": "Where the procedure happened" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/Procedure-category", "type": "token", "documentation": "Classification of the procedure" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Procedure-status", "type": "token", "documentation": "preparation | in-progress | not-done | suspended | aborted | completed | entered-in-error | unknown" } ] }, { "type": "ProcessRequest", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "ProcessRequest.provider" ], "searchRevInclude": [ "PaymentReconciliation.request" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/ProcessRequest-identifier", "type": "token", "documentation": "The business identifier of the ProcessRequest" }, { "name": "provider", "definition": "http://hl7.org/fhir/SearchParameter/ProcessRequest-provider", "type": "reference", "documentation": "The provider who regenerated this request" }, { "name": "action", "definition": "http://hl7.org/fhir/SearchParameter/ProcessRequest-action", "type": "token", "documentation": "The action requested by this resource" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/ProcessRequest-status", "type": "token", "documentation": "The status of the process request" } ] }, { "type": "ProcessResponse", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "ProcessResponse.request", "ProcessResponse.organization", "ProcessResponse.request-provider" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/ProcessResponse-identifier", "type": "token", "documentation": "The business identifier of the Explanation of Benefit" }, { "name": "request", "definition": "http://hl7.org/fhir/SearchParameter/ProcessResponse-request", "type": "reference", "documentation": "The reference to the claim" }, { "name": "organization", "definition": "http://hl7.org/fhir/SearchParameter/ProcessResponse-organization", "type": "reference", "documentation": "The organization who generated this resource" }, { "name": "request-provider", "definition": "http://hl7.org/fhir/SearchParameter/ProcessResponse-request-provider", "type": "reference", "documentation": "The Provider who is responsible the request transaction" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/ProcessResponse-status", "type": "token", "documentation": "The status of the process response" } ] }, { "type": "ProductPlan", "profile": "http://hl7.org/fhir/StructureDefinition/ProductPlan", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "ProductPlan.owned-by", "ProductPlan.administered-by", "ProductPlan.endpoint" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/ProductPlan-identifier", "type": "token", "documentation": "Any identifier for the organization (not the accreditation issuer's identifier)" }, { "name": "address", "definition": "http://hl7.org/fhir/SearchParameter/ProductPlan-address", "type": "string", "documentation": "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text" }, { "name": "address-state", "definition": "http://hl7.org/fhir/SearchParameter/ProductPlan-address-state", "type": "string", "documentation": "A state specified in an address" }, { "name": "owned-by", "definition": "http://hl7.org/fhir/SearchParameter/ProductPlan-owned-by", "type": "reference", "documentation": "An organization of which this organization forms a part" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/ProductPlan-type", "type": "token", "documentation": "A code for the type of organization" }, { "name": "address-postalcode", "definition": "http://hl7.org/fhir/SearchParameter/ProductPlan-address-postalcode", "type": "string", "documentation": "A postal code specified in an address" }, { "name": "administered-by", "definition": "http://hl7.org/fhir/SearchParameter/ProductPlan-administered-by", "type": "reference", "documentation": "Administrator of the product/plan" }, { "name": "address-country", "definition": "http://hl7.org/fhir/SearchParameter/ProductPlan-address-country", "type": "string", "documentation": "A country specified in an address" }, { "name": "endpoint", "definition": "http://hl7.org/fhir/SearchParameter/ProductPlan-endpoint", "type": "reference", "documentation": "Technical endpoints providing access to services operated for the organization" }, { "name": "phonetic", "definition": "http://hl7.org/fhir/SearchParameter/ProductPlan-phonetic", "type": "string", "documentation": "A portion of the organization's name using some kind of phonetic matching algorithm" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/ProductPlan-name", "type": "string", "documentation": "A portion of the organization's name or alias" }, { "name": "address-use", "definition": "http://hl7.org/fhir/SearchParameter/ProductPlan-address-use", "type": "token", "documentation": "A use code specified in an address" }, { "name": "address-city", "definition": "http://hl7.org/fhir/SearchParameter/ProductPlan-address-city", "type": "string", "documentation": "A city specified in an address" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/ProductPlan-status", "type": "token", "documentation": "Is the Organization record active" } ] }, { "type": "Provenance", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Provenance.entity-ref", "Provenance.agent", "Provenance.patient", "Provenance.location", "Provenance.target" ], "searchParam": [ { "name": "entity-ref", "definition": "http://hl7.org/fhir/SearchParameter/Provenance-entity-ref", "type": "reference", "documentation": "Identity of entity" }, { "name": "agent-type", "definition": "http://hl7.org/fhir/SearchParameter/Provenance-agent-type", "type": "token", "documentation": "How the agent participated" }, { "name": "agent", "definition": "http://hl7.org/fhir/SearchParameter/Provenance-agent", "type": "reference", "documentation": "Who participated" }, { "name": "signature-type", "definition": "http://hl7.org/fhir/SearchParameter/Provenance-signature-type", "type": "token", "documentation": "Indication of the reason the entity signed the object(s)" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/Provenance-patient", "type": "reference", "documentation": "Target Reference(s) (usually version specific)" }, { "name": "location", "definition": "http://hl7.org/fhir/SearchParameter/Provenance-location", "type": "reference", "documentation": "Where the activity occurred, if relevant" }, { "name": "recorded", "definition": "http://hl7.org/fhir/SearchParameter/Provenance-recorded", "type": "date", "documentation": "When the activity was recorded / updated" }, { "name": "agent-role", "definition": "http://hl7.org/fhir/SearchParameter/Provenance-agent-role", "type": "token", "documentation": "What the agents role was" }, { "name": "when", "definition": "http://hl7.org/fhir/SearchParameter/Provenance-when", "type": "date", "documentation": "When the activity occurred" }, { "name": "entity-id", "definition": "http://hl7.org/fhir/SearchParameter/Provenance-entity-id", "type": "token", "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": "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", "referencePolicy": [ "literal", "logical" ], "searchRevInclude": [ "PlanDefinition.definition", "QuestionnaireResponse.questionnaire" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-date", "type": "date", "documentation": "The questionnaire publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-identifier", "type": "token", "documentation": "External identifier for the questionnaire" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-code", "type": "token", "documentation": "A code that corresponds to one of its items in the questionnaire" }, { "name": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the questionnaire" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-description", "type": "string", "documentation": "The description of the questionnaire" }, { "name": "context-type", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-context-type", "type": "token", "documentation": "A type of use context assigned to the questionnaire" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-title", "type": "string", "documentation": "The human-friendly name of the questionnaire" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-version", "type": "token", "documentation": "The business version of the questionnaire" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-url", "type": "uri", "documentation": "The uri that identifies the questionnaire" }, { "name": "effective", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-effective", "type": "date", "documentation": "The time during which the questionnaire is intended to be in use" }, { "name": "subject-type", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-subject-type", "type": "token", "documentation": "Resource that can be subject of QuestionnaireResponse" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-name", "type": "string", "documentation": "Computationally friendly name of the questionnaire" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-publisher", "type": "string", "documentation": "Name of the publisher of the questionnaire" }, { "name": "definition", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-definition", "type": "uri", "documentation": "ElementDefinition - details for the item" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-status", "type": "token", "documentation": "The current status of the questionnaire" } ] }, { "type": "QuestionnaireResponse", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "QuestionnaireResponse.questionnaire", "QuestionnaireResponse.based-on", "QuestionnaireResponse.subject", "QuestionnaireResponse.author", "QuestionnaireResponse.patient", "QuestionnaireResponse.context", "QuestionnaireResponse.part-of", "QuestionnaireResponse.source" ], "searchRevInclude": [ "ClinicalImpression.investigation", "Consent.source-reference", "Observation.derived-from", "Observation.has-member" ], "searchParam": [ { "name": "authored", "definition": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-authored", "type": "date", "documentation": "When the questionnaire response was last changed" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-identifier", "type": "token", "documentation": "The unique identifier for the questionnaire response" }, { "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 response" }, { "name": "author", "definition": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-author", "type": "reference", "documentation": "The author of the questionnaire response" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-patient", "type": "reference", "documentation": "The patient that is the subject of the questionnaire response" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-context", "type": "reference", "documentation": "Encounter or episode associated with the questionnaire response" }, { "name": "part-of", "definition": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-part-of", "type": "reference", "documentation": "Procedure or observation this questionnaire response was performed as a part of" }, { "name": "source", "definition": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-source", "type": "reference", "documentation": "The individual providing the information reflected in the questionnaire respose" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-status", "type": "token", "documentation": "The status of the questionnaire response" } ] }, { "type": "RelatedPerson", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "RelatedPerson.patient" ], "searchRevInclude": [ "AdverseEvent.recorder", "AdverseEvent.subject", "AllergyIntolerance.recorder", "AllergyIntolerance.asserter", "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", "ChargeItem.participant-actor", "ChargeItem.enterer", "Claim.payee", "Communication.sender", "Communication.recipient", "CommunicationRequest.requester", "CommunicationRequest.sender", "CommunicationRequest.recipient", "Composition.author", "Composition.attester", "Condition.asserter", "Consent.actor", "Consent.consentor", "Contract.signer", "Coverage.payor", "Coverage.subscriber", "Coverage.policy-holder", "DeviceRequest.performer", "DocumentManifest.agent", "DocumentManifest.recipient", "DocumentReference.agent", "Encounter.practitioner", "Encounter.participant", "ExplanationOfBenefit.payee", "ImagingStudy.performer", "Invoice.participant", "Invoice.recipient", "MeasureReport.patient", "MeasureReport.subject", "Media.operator", "MedicationAdministration.performer", "MedicationDispense.performer", "MedicationRequest.requester", "MedicationRequest.intended-performer", "MedicationStatement.source", "Observation.performer", "OccupationalData.recorder", "OccupationalData.subject", "OccupationalData.informant", "Patient.link", "Person.practitioner", "Person.link", "Person.relatedperson", "Person.patient", "Procedure.performer", "Provenance.agent", "QuestionnaireResponse.author", "QuestionnaireResponse.source", "RequestGroup.participant", "Schedule.actor", "ServiceRequest.requester", "ServiceRequest.performer", "SupplyRequest.requester", "Task.owner", "Task.requester", "UserSession.user" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/RelatedPerson-identifier", "type": "token", "documentation": "An Identifier of the RelatedPerson" }, { "name": "address", "definition": "http://hl7.org/fhir/SearchParameter/individual-address", "type": "string", "documentation": "A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text" }, { "name": "birthdate", "definition": "http://hl7.org/fhir/SearchParameter/individual-birthdate", "type": "date", "documentation": "The Related Person's date of birth" }, { "name": "address-state", "definition": "http://hl7.org/fhir/SearchParameter/individual-address-state", "type": "string", "documentation": "A state specified in an address" }, { "name": "gender", "definition": "http://hl7.org/fhir/SearchParameter/individual-gender", "type": "token", "documentation": "Gender of the related person" }, { "name": "active", "definition": "http://hl7.org/fhir/SearchParameter/RelatedPerson-active", "type": "token", "documentation": "Indicates if the related person record is active" }, { "name": "address-postalcode", "definition": "http://hl7.org/fhir/SearchParameter/individual-address-postalcode", "type": "string", "documentation": "A postal code specified in an address" }, { "name": "address-country", "definition": "http://hl7.org/fhir/SearchParameter/individual-address-country", "type": "string", "documentation": "A country specified in an address" }, { "name": "phonetic", "definition": "http://hl7.org/fhir/SearchParameter/individual-phonetic", "type": "string", "documentation": "A portion of name using some kind of phonetic matching algorithm" }, { "name": "phone", "definition": "http://hl7.org/fhir/SearchParameter/individual-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 related 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/individual-address-use", "type": "token", "documentation": "A use code specified in an address" }, { "name": "telecom", "definition": "http://hl7.org/fhir/SearchParameter/individual-telecom", "type": "token", "documentation": "The value in any kind of contact" }, { "name": "address-city", "definition": "http://hl7.org/fhir/SearchParameter/individual-address-city", "type": "string", "documentation": "A city specified in an address" }, { "name": "email", "definition": "http://hl7.org/fhir/SearchParameter/individual-email", "type": "token", "documentation": "A value in an email contact" } ] }, { "type": "RequestGroup", "profile": "http://hl7.org/fhir/StructureDefinition/RequestGroup", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "RequestGroup.subject", "RequestGroup.author", "RequestGroup.instantiates-canonical", "RequestGroup.encounter", "RequestGroup.participant", "RequestGroup.patient", "RequestGroup.context" ], "searchRevInclude": [ "CarePlan.activity-reference" ], "searchParam": [ { "name": "authored", "definition": "http://hl7.org/fhir/SearchParameter/RequestGroup-authored", "type": "date", "documentation": "The date the request group was authored" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/RequestGroup-identifier", "type": "token", "documentation": "External identifiers for the request group" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/RequestGroup-code", "type": "token", "documentation": "The code of the request group" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/RequestGroup-subject", "type": "reference", "documentation": "The subject that the request group is about" }, { "name": "author", "definition": "http://hl7.org/fhir/SearchParameter/RequestGroup-author", "type": "reference", "documentation": "The author of the request group" }, { "name": "instantiates-canonical", "definition": "http://hl7.org/fhir/SearchParameter/RequestGroup-instantiates-canonical", "type": "reference", "documentation": "The FHIR-based definition from which the request group is realized" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/RequestGroup-encounter", "type": "reference", "documentation": "The encounter the request group applies to" }, { "name": "priority", "definition": "http://hl7.org/fhir/SearchParameter/RequestGroup-priority", "type": "token", "documentation": "The priority of the request group" }, { "name": "intent", "definition": "http://hl7.org/fhir/SearchParameter/RequestGroup-intent", "type": "token", "documentation": "The intent of the request group" }, { "name": "participant", "definition": "http://hl7.org/fhir/SearchParameter/RequestGroup-participant", "type": "reference", "documentation": "The participant in the requests in the group" }, { "name": "group-identifier", "definition": "http://hl7.org/fhir/SearchParameter/RequestGroup-group-identifier", "type": "token", "documentation": "The group identifier for the request group" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/RequestGroup-patient", "type": "reference", "documentation": "The identity of a patient to search for request groups" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/RequestGroup-context", "type": "reference", "documentation": "The context the request group applies to" }, { "name": "instantiates-uri", "definition": "http://hl7.org/fhir/SearchParameter/RequestGroup-instantiates-uri", "type": "uri", "documentation": "The external definition from which the request group is realized" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/RequestGroup-status", "type": "token", "documentation": "The status of the request group" } ] }, { "type": "ResearchStudy", "profile": "http://hl7.org/fhir/StructureDefinition/ResearchStudy", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "ResearchStudy.partof", "ResearchStudy.sponsor", "ResearchStudy.principalinvestigator", "ResearchStudy.protocol", "ResearchStudy.site" ], "searchRevInclude": [ "AdverseEvent.study", "ResearchStudy.partof", "ResearchSubject.study" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-date", "type": "date", "documentation": "When the study began and ended" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-identifier", "type": "token", "documentation": "Business Identifier for study" }, { "name": "partof", "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-partof", "type": "reference", "documentation": "Part of larger study" }, { "name": "sponsor", "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-sponsor", "type": "reference", "documentation": "Organization that initiates and is legally responsible for the study" }, { "name": "focus", "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-focus", "type": "token", "documentation": "Drugs, devices, etc. under study" }, { "name": "principalinvestigator", "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-principalinvestigator", "type": "reference", "documentation": "Researcher who oversees multiple aspects of the study" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-title", "type": "string", "documentation": "Name for this study" }, { "name": "protocol", "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-protocol", "type": "reference", "documentation": "Steps followed in executing study" }, { "name": "site", "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-site", "type": "reference", "documentation": "Facility where study activities are conducted" }, { "name": "location", "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-location", "type": "token", "documentation": "Geographic region(s) for study" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-category", "type": "token", "documentation": "Classifications for the study" }, { "name": "keyword", "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-keyword", "type": "token", "documentation": "Used to search for the study" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/ResearchStudy-status", "type": "token", "documentation": "active | administratively-completed | approved | closed-to-accrual | closed-to-accrual-and-intervention | completed | disapproved | in-review | temporarily-closed-to-accrual | temporarily-closed-to-accrual-and-intervention | withdrawn" } ] }, { "type": "ResearchSubject", "profile": "http://hl7.org/fhir/StructureDefinition/ResearchSubject", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "ResearchSubject.study", "ResearchSubject.individual", "ResearchSubject.patient" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/ResearchSubject-date", "type": "date", "documentation": "Start and end of participation" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/ResearchSubject-identifier", "type": "token", "documentation": "Business Identifier for research subject in a study" }, { "name": "study", "definition": "http://hl7.org/fhir/SearchParameter/ResearchSubject-study", "type": "reference", "documentation": "Study subject is part of" }, { "name": "individual", "definition": "http://hl7.org/fhir/SearchParameter/ResearchSubject-individual", "type": "reference", "documentation": "Who is part of study" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/ResearchSubject-patient", "type": "reference", "documentation": "Who is part of study" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/ResearchSubject-status", "type": "token", "documentation": "candidate | eligible | follow-up | ineligible | not-registered | off-study | on-study | on-study-intervention | on-study-observation | pending-on-study | potential-candidate | screening | withdrawn" } ] }, { "type": "RiskAssessment", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "RiskAssessment.condition", "RiskAssessment.performer", "RiskAssessment.subject", "RiskAssessment.patient", "RiskAssessment.encounter" ], "searchRevInclude": [ "ClinicalImpression.investigation" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", "type": "date", "documentation": "When was assessment made?" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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/clinical-patient", "type": "reference", "documentation": "Who/what does assessment apply to?" }, { "name": "probability", "definition": "http://hl7.org/fhir/SearchParameter/RiskAssessment-probability", "type": "number", "documentation": "Likelihood of specified outcome" }, { "name": "risk", "definition": "http://hl7.org/fhir/SearchParameter/RiskAssessment-risk", "type": "token", "documentation": "Likelihood of specified outcome as a qualitative value" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/clinical-encounter", "type": "reference", "documentation": "Where was assessment performed?" } ] }, { "type": "Schedule", "profile": "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", "referencePolicy": [ "literal", "logical" ], "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": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "SearchParameter.derived-from", "SearchParameter.component" ], "searchRevInclude": [ "SearchParameter.derived-from", "SearchParameter.component" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/conformance-date", "type": "date", "documentation": "The search parameter publication date" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/SearchParameter-code", "type": "token", "documentation": "Code used in URL" }, { "name": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the search parameter" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/conformance-description", "type": "string", "documentation": "The description of the search parameter" }, { "name": "derived-from", "definition": "http://hl7.org/fhir/SearchParameter/SearchParameter-derived-from", "type": "reference", "documentation": "Original definition for the search parameter" }, { "name": "context-type", "definition": "http://hl7.org/fhir/SearchParameter/conformance-context-type", "type": "token", "documentation": "A type of use context assigned to the search parameter" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/SearchParameter-type", "type": "token", "documentation": "number | date | string | token | reference | composite | quantity | uri" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/conformance-version", "type": "token", "documentation": "The business version of the search parameter" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/conformance-url", "type": "uri", "documentation": "The uri that identifies the search parameter" }, { "name": "target", "definition": "http://hl7.org/fhir/SearchParameter/SearchParameter-target", "type": "token", "documentation": "Types of resource (if a resource reference)" }, { "name": "component", "definition": "http://hl7.org/fhir/SearchParameter/SearchParameter-component", "type": "reference", "documentation": "Defines how the part works" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/conformance-name", "type": "string", "documentation": "Computationally friendly name of the search parameter" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/conformance-publisher", "type": "string", "documentation": "Name of the publisher of the search parameter" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/conformance-status", "type": "token", "documentation": "The current status of the search parameter" }, { "name": "base", "definition": "http://hl7.org/fhir/SearchParameter/SearchParameter-base", "type": "token", "documentation": "The resource type(s) this search parameter applies to" } ] }, { "type": "Sequence", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Sequence.patient" ], "searchRevInclude": [ "Observation.derived-from", "Observation.has-member" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Sequence-identifier", "type": "token", "documentation": "The unique identity for a particular sequence" }, { "name": "coordinate", "definition": "http://hl7.org/fhir/SearchParameter/Sequence-coordinate", "type": "composite", "documentation": "Search parameter for region of the reference DNA sequence string. This will refer to part of a locus or part of a gene where search region will be represented in 1-based system. Since the coordinateSystem can either be 0-based or 1-based, this search query will include the result of both coordinateSystem that contains the equivalent segment of the gene or whole genome sequence. For example, a search for sequence can be represented as `coordinate=1$lt345$gt123`, this means it will search for the Sequence resource on chromosome 1 and with position >123 and <345, where in 1-based system resource, all strings within region 1:124-344 will be revealed, while in 0-based system resource, all strings within region 1:123-344 will be revealed. You may want to check detail about 0-based v.s. 1-based above." }, { "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 number of the reference sequence" }, { "name": "start", "definition": "http://hl7.org/fhir/SearchParameter/Sequence-start", "type": "number", "documentation": "Start position (0-based inclusive, 1-based inclusive, that means the nucleic acid or amino acid at this position will be included) of the reference sequence." }, { "name": "end", "definition": "http://hl7.org/fhir/SearchParameter/Sequence-end", "type": "number", "documentation": "End position (0-based exclusive, which menas the acid at this position will not be included, 1-based inclusive, which means the acid at this position will be included) of the reference sequence." }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/Sequence-type", "type": "token", "documentation": "Amino Acid Sequence/ DNA Sequence / RNA Sequence" } ] }, { "type": "ServiceRequest", "profile": "http://hl7.org/fhir/StructureDefinition/ServiceRequest", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "ServiceRequest.requester", "ServiceRequest.performer", "ServiceRequest.replaces", "ServiceRequest.subject", "ServiceRequest.encounter", "ServiceRequest.based-on", "ServiceRequest.patient", "ServiceRequest.specimen", "ServiceRequest.context" ], "searchRevInclude": [ "Appointment.based-on", "CarePlan.activity-reference", "ClinicalImpression.action", "DiagnosticReport.based-on", "Encounter.based-on", "EpisodeOfCare.incomingreferral", "ImagingStudy.basedon", "Media.based-on", "Observation.based-on", "Procedure.based-on", "QuestionnaireResponse.based-on", "ServiceRequest.replaces", "ServiceRequest.based-on" ], "searchParam": [ { "name": "authored", "definition": "http://hl7.org/fhir/SearchParameter/ServiceRequest-authored", "type": "date", "documentation": "Date request signed" }, { "name": "requester", "definition": "http://hl7.org/fhir/SearchParameter/ServiceRequest-requester", "type": "reference", "documentation": "Who/what is requesting service" }, { "name": "instantiates", "definition": "http://hl7.org/fhir/SearchParameter/ServiceRequest-instantiates", "type": "uri", "documentation": "Protocol or definition" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", "type": "token", "documentation": "Identifiers assigned to this order" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/clinical-code", "type": "token", "documentation": "What is being requested/ordered" }, { "name": "performer", "definition": "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer", "type": "reference", "documentation": "Requested performer" }, { "name": "requisition", "definition": "http://hl7.org/fhir/SearchParameter/ServiceRequest-requisition", "type": "token", "documentation": "Composite Request ID" }, { "name": "replaces", "definition": "http://hl7.org/fhir/SearchParameter/ServiceRequest-replaces", "type": "reference", "documentation": "What request replaces" }, { "name": "subject", "definition": "http://hl7.org/fhir/SearchParameter/ServiceRequest-subject", "type": "reference", "documentation": "Search by subject" }, { "name": "encounter", "definition": "http://hl7.org/fhir/SearchParameter/clinical-encounter", "type": "reference", "documentation": "An encounter in which this request is made" }, { "name": "occurrence", "definition": "http://hl7.org/fhir/SearchParameter/ServiceRequest-occurrence", "type": "date", "documentation": "When service should occur" }, { "name": "priority", "definition": "http://hl7.org/fhir/SearchParameter/ServiceRequest-priority", "type": "token", "documentation": "routine | urgent | asap | stat" }, { "name": "intent", "definition": "http://hl7.org/fhir/SearchParameter/ServiceRequest-intent", "type": "token", "documentation": "proposal | plan | order +" }, { "name": "performer-type", "definition": "http://hl7.org/fhir/SearchParameter/ServiceRequest-performer-type", "type": "token", "documentation": "Performer role" }, { "name": "based-on", "definition": "http://hl7.org/fhir/SearchParameter/ServiceRequest-based-on", "type": "reference", "documentation": "What request fulfills" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient", "type": "reference", "documentation": "Search by subject - a patient" }, { "name": "specimen", "definition": "http://hl7.org/fhir/SearchParameter/ServiceRequest-specimen", "type": "reference", "documentation": "Specimen to be tested" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/ServiceRequest-context", "type": "reference", "documentation": "Encounter or Episode during which request was created" }, { "name": "body-site", "definition": "http://hl7.org/fhir/SearchParameter/ServiceRequest-body-site", "type": "token", "documentation": "Where procedure is going to be done" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/ServiceRequest-category", "type": "token", "documentation": "Classification of service" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/ServiceRequest-status", "type": "token", "documentation": "draft | active | suspended | completed | entered-in-error | cancelled" } ] }, { "type": "Slot", "profile": "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", "referencePolicy": [ "literal", "logical" ], "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": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Specimen.parent", "Specimen.subject", "Specimen.patient", "Specimen.collector" ], "searchRevInclude": [ "DiagnosticReport.specimen", "Media.subject", "Media.patient", "Observation.specimen", "ServiceRequest.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" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Specimen-status", "type": "token", "documentation": "available | unavailable | unsatisfactory | entered-in-error" } ] }, { "type": "SpecimenDefinition", "profile": "http://hl7.org/fhir/StructureDefinition/SpecimenDefinition", "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", "referencePolicy": [ "literal", "logical" ], "searchParam": [ { "name": "container", "definition": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-container", "type": "token", "documentation": "The type of specimen conditioned in container expected by the lab" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-identifier", "type": "token", "documentation": "The unique identifier associated with the specimen" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/SpecimenDefinition-type", "type": "token", "documentation": "The type of collected specimen" } ] }, { "type": "StructureDefinition", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "StructureDefinition.valueset", "StructureDefinition.base" ], "searchRevInclude": [ "CapabilityStatement.resource-profile", "CapabilityStatement.supported-profile", "OperationDefinition.input-profile", "OperationDefinition.output-profile", "StructureDefinition.base" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/conformance-date", "type": "date", "documentation": "The structure definition publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/conformance-identifier", "type": "token", "documentation": "External identifier for the structure definition" }, { "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": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the structure definition" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/conformance-description", "type": "string", "documentation": "The description of the structure definition" }, { "name": "experimental", "definition": "http://hl7.org/fhir/SearchParameter/StructureDefinition-experimental", "type": "token", "documentation": "For testing purposes, not real usage" }, { "name": "abstract", "definition": "http://hl7.org/fhir/SearchParameter/StructureDefinition-abstract", "type": "token", "documentation": "Whether the structure is abstract" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/conformance-title", "type": "string", "documentation": "The human-friendly name of the structure definition" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/StructureDefinition-type", "type": "uri", "documentation": "Type defined or constrained by this structure" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/conformance-version", "type": "token", "documentation": "The business version of the structure definition" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/conformance-url", "type": "uri", "documentation": "The uri that identifies the structure definition" }, { "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": "token", "documentation": "The system is the URL for the context-type: e.g. http://hl7.org/fhir/extension-context-type#element|CodeableConcept.text" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/conformance-name", "type": "string", "documentation": "Computationally friendly name of the structure definition" }, { "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/conformance-publisher", "type": "string", "documentation": "Name of the publisher of the structure definition" }, { "name": "derivation", "definition": "http://hl7.org/fhir/SearchParameter/StructureDefinition-derivation", "type": "token", "documentation": "specialization | constraint - How relates to base definition" }, { "name": "keyword", "definition": "http://hl7.org/fhir/SearchParameter/StructureDefinition-keyword", "type": "token", "documentation": "A code for the profile" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/conformance-status", "type": "token", "documentation": "The current status of the structure definition" }, { "name": "base", "definition": "http://hl7.org/fhir/SearchParameter/StructureDefinition-base", "type": "reference", "documentation": "Definition that this type is constrained/specialized from" } ] }, { "type": "StructureMap", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/conformance-date", "type": "date", "documentation": "The structure map publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/conformance-identifier", "type": "token", "documentation": "External identifier for the structure map" }, { "name": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the structure map" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/conformance-name", "type": "string", "documentation": "Computationally friendly name of the structure map" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/conformance-description", "type": "string", "documentation": "The description of the structure map" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/conformance-publisher", "type": "string", "documentation": "Name of the publisher of the structure map" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/conformance-title", "type": "string", "documentation": "The human-friendly name of the structure map" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/conformance-version", "type": "token", "documentation": "The business version of the structure map" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/conformance-url", "type": "uri", "documentation": "The uri that identifies the structure map" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/conformance-status", "type": "token", "documentation": "The current status of the structure map" } ] }, { "type": "Subscription", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchParam": [ { "name": "payload", "definition": "http://hl7.org/fhir/SearchParameter/Subscription-payload", "type": "string", "documentation": "The mime-type of the notification payload" }, { "name": "criteria", "definition": "http://hl7.org/fhir/SearchParameter/Subscription-criteria", "type": "string", "documentation": "The search rules used to determine when to send a notification" }, { "name": "add-tag", "definition": "http://hl7.org/fhir/SearchParameter/Subscription-add-tag", "type": "token", "documentation": "A tag to be added to the resource matching the criteria" }, { "name": "contact", "definition": "http://hl7.org/fhir/SearchParameter/Subscription-contact", "type": "token", "documentation": "Contact details for the subscription" }, { "name": "type", "definition": "http://hl7.org/fhir/SearchParameter/Subscription-type", "type": "token", "documentation": "The type of channel for the sent notifications" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/Subscription-url", "type": "uri", "documentation": "The uri that will receive the notifications" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Subscription-status", "type": "token", "documentation": "The current state of the subscription" } ] }, { "type": "Substance", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Substance.substance-reference" ], "searchRevInclude": [ "AdverseEvent.substance", "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" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Substance-status", "type": "token", "documentation": "active | inactive | entered-in-error" } ] }, { "type": "SubstancePolymer", "profile": "http://hl7.org/fhir/StructureDefinition/SubstancePolymer", "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", "referencePolicy": [ "literal", "logical" ] }, { "type": "SubstanceReferenceInformation", "profile": "http://hl7.org/fhir/StructureDefinition/SubstanceReferenceInformation", "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", "referencePolicy": [ "literal", "logical" ] }, { "type": "SubstanceSpecification", "profile": "http://hl7.org/fhir/StructureDefinition/SubstanceSpecification", "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", "referencePolicy": [ "literal", "logical" ] }, { "type": "SupplyDelivery", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "SupplyDelivery.receiver", "SupplyDelivery.patient", "SupplyDelivery.supplier" ], "searchRevInclude": [ "ChargeItem.service" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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/clinical-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 | entered-in-error" } ] }, { "type": "SupplyRequest", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "SupplyRequest.requester", "SupplyRequest.supplier" ], "searchParam": [ { "name": "requester", "definition": "http://hl7.org/fhir/SearchParameter/SupplyRequest-requester", "type": "reference", "documentation": "Individual making the request" }, { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/clinical-date", "type": "date", "documentation": "When the request was made" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/clinical-identifier", "type": "token", "documentation": "Unique identifier" }, { "name": "supplier", "definition": "http://hl7.org/fhir/SearchParameter/SupplyRequest-supplier", "type": "reference", "documentation": "Who is intended to fulfill the request" }, { "name": "category", "definition": "http://hl7.org/fhir/SearchParameter/SupplyRequest-category", "type": "token", "documentation": "The kind of supply (central, non-stock, etc.)" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/SupplyRequest-status", "type": "token", "documentation": "draft | active | suspended +" } ] }, { "type": "Task", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "Task.owner", "Task.requester", "Task.subject", "Task.focus", "Task.part-of", "Task.based-on", "Task.patient", "Task.context" ], "searchRevInclude": [ "CarePlan.activity-reference", "ImagingStudy.basedon", "Task.part-of" ], "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": "business-status", "definition": "http://hl7.org/fhir/SearchParameter/Task-business-status", "type": "token", "documentation": "Search by business status" }, { "name": "period", "definition": "http://hl7.org/fhir/SearchParameter/Task-period", "type": "date", "documentation": "Search by period Task is/was underway" }, { "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": "subject", "definition": "http://hl7.org/fhir/SearchParameter/Task-subject", "type": "reference", "documentation": "Search by subject" }, { "name": "focus", "definition": "http://hl7.org/fhir/SearchParameter/Task-focus", "type": "reference", "documentation": "Search by task focus" }, { "name": "part-of", "definition": "http://hl7.org/fhir/SearchParameter/Task-part-of", "type": "reference", "documentation": "Search by task this task is part of" }, { "name": "priority", "definition": "http://hl7.org/fhir/SearchParameter/Task-priority", "type": "token", "documentation": "Search by task priority" }, { "name": "authored-on", "definition": "http://hl7.org/fhir/SearchParameter/Task-authored-on", "type": "date", "documentation": "Search by creation date" }, { "name": "intent", "definition": "http://hl7.org/fhir/SearchParameter/Task-intent", "type": "token", "documentation": "Search by task intent" }, { "name": "group-identifier", "definition": "http://hl7.org/fhir/SearchParameter/Task-group-identifier", "type": "token", "documentation": "Search by group identifier" }, { "name": "based-on", "definition": "http://hl7.org/fhir/SearchParameter/Task-based-on", "type": "reference", "documentation": "Search by requests this task is based on" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/Task-patient", "type": "reference", "documentation": "Search by patient" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/Task-context", "type": "reference", "documentation": "Search by encounter or episode" }, { "name": "modified", "definition": "http://hl7.org/fhir/SearchParameter/Task-modified", "type": "date", "documentation": "Search by last modification date" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Task-status", "type": "token", "documentation": "Search by task status" } ] }, { "type": "TerminologyCapabilities", "profile": "http://hl7.org/fhir/StructureDefinition/TerminologyCapabilities", "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", "referencePolicy": [ "literal", "logical" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/conformance-date", "type": "date", "documentation": "The terminology capabilities publication date" }, { "name": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the terminology capabilities" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/conformance-name", "type": "string", "documentation": "Computationally friendly name of the terminology capabilities" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/conformance-description", "type": "string", "documentation": "The description of the terminology capabilities" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/conformance-publisher", "type": "string", "documentation": "Name of the publisher of the terminology capabilities" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/conformance-title", "type": "string", "documentation": "The human-friendly name of the terminology capabilities" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/conformance-version", "type": "token", "documentation": "The business version of the terminology capabilities" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/conformance-url", "type": "uri", "documentation": "The uri that identifies the terminology capabilities" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/conformance-status", "type": "token", "documentation": "The current status of the terminology capabilities" } ] }, { "type": "TestReport", "profile": "http://hl7.org/fhir/StructureDefinition/TestReport", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "TestReport.testscript" ], "searchParam": [ { "name": "result", "definition": "http://hl7.org/fhir/SearchParameter/TestReport-result", "type": "token", "documentation": "The result disposition of the test execution" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/TestReport-identifier", "type": "token", "documentation": "An external identifier for the test report" }, { "name": "tester", "definition": "http://hl7.org/fhir/SearchParameter/TestReport-tester", "type": "string", "documentation": "The name of the testing organization" }, { "name": "testscript", "definition": "http://hl7.org/fhir/SearchParameter/TestReport-testscript", "type": "reference", "documentation": "The test script executed to produce this report" }, { "name": "issued", "definition": "http://hl7.org/fhir/SearchParameter/TestReport-issued", "type": "date", "documentation": "The test report generation date" }, { "name": "participant", "definition": "http://hl7.org/fhir/SearchParameter/TestReport-participant", "type": "uri", "documentation": "The reference to a participant in the test execution" } ] }, { "type": "TestScript", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchRevInclude": [ "TestReport.testscript" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/TestScript-date", "type": "date", "documentation": "The test script publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/TestScript-identifier", "type": "token", "documentation": "External identifier for the test script" }, { "name": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/TestScript-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the test script" }, { "name": "name", "definition": "http://hl7.org/fhir/SearchParameter/TestScript-name", "type": "string", "documentation": "Computationally friendly name of the test script" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/TestScript-description", "type": "string", "documentation": "The description of the test script" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/TestScript-publisher", "type": "string", "documentation": "Name of the publisher of the test script" }, { "name": "testscript-capability", "definition": "http://hl7.org/fhir/SearchParameter/TestScript-testscript-capability", "type": "string", "documentation": "TestScript required and validated capability" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/TestScript-title", "type": "string", "documentation": "The human-friendly name of the test script" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/TestScript-version", "type": "token", "documentation": "The business version of the test script" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/TestScript-url", "type": "uri", "documentation": "The uri that identifies the test script" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/TestScript-status", "type": "token", "documentation": "The current status of the test script" } ] }, { "type": "UserSession", "profile": "http://hl7.org/fhir/StructureDefinition/UserSession", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "UserSession.patient", "UserSession.focus", "UserSession.user" ], "searchParam": [ { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/UserSession-identifier", "type": "token", "documentation": "External identifiers for the user session" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/UserSession-patient", "type": "reference", "documentation": "The identity of a patient to search for user sessions" }, { "name": "focus", "definition": "http://hl7.org/fhir/SearchParameter/UserSession-focus", "type": "reference", "documentation": "The focus of the user session" }, { "name": "workstation", "definition": "http://hl7.org/fhir/SearchParameter/UserSession-workstation", "type": "token", "documentation": "The workstation of the session" }, { "name": "user", "definition": "http://hl7.org/fhir/SearchParameter/UserSession-user", "type": "reference", "documentation": "The user of the session" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/UserSession-status", "type": "token", "documentation": "The status of the user session" } ] }, { "type": "ValueSet", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchRevInclude": [ "ConceptMap.source", "ConceptMap.target", "ConceptMap.source-uri", "ConceptMap.target-uri", "StructureDefinition.valueset" ], "searchParam": [ { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/conformance-date", "type": "date", "documentation": "The value set publication date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/conformance-identifier", "type": "token", "documentation": "External identifier for the value set" }, { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/ValueSet-code", "type": "token", "documentation": "This special parameter searches for codes in the value set. See additional notes on the ValueSet resource" }, { "name": "jurisdiction", "definition": "http://hl7.org/fhir/SearchParameter/conformance-jurisdiction", "type": "token", "documentation": "Intended jurisdiction for the value set" }, { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/conformance-description", "type": "string", "documentation": "The description of the value set" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/conformance-title", "type": "string", "documentation": "The human-friendly name of the value set" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/conformance-version", "type": "token", "documentation": "The business version of the value set" }, { "name": "url", "definition": "http://hl7.org/fhir/SearchParameter/conformance-url", "type": "uri", "documentation": "The uri that identifies the value set" }, { "name": "expansion", "definition": "http://hl7.org/fhir/SearchParameter/ValueSet-expansion", "type": "uri", "documentation": "Uniquely identifies this expansion" }, { "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": "name", "definition": "http://hl7.org/fhir/SearchParameter/conformance-name", "type": "string", "documentation": "Computationally friendly name of the value set" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/conformance-publisher", "type": "string", "documentation": "Name of the publisher of the value set" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/conformance-status", "type": "token", "documentation": "The current status of the value set" } ] }, { "type": "VerificationResult", "profile": "http://hl7.org/fhir/StructureDefinition/VerificationResult", "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "VerificationResult.target" ], "searchParam": [ { "name": "target", "definition": "http://hl7.org/fhir/SearchParameter/VerificationResult-target", "type": "reference", "documentation": "A resource that was validated" } ] }, { "type": "VisionPrescription", "profile": "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", "referencePolicy": [ "literal", "logical" ], "searchInclude": [ "VisionPrescription.prescriber", "VisionPrescription.patient", "VisionPrescription.encounter" ], "searchRevInclude": [ "CarePlan.activity-reference" ], "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/clinical-identifier", "type": "token", "documentation": "Return prescriptions with this external identifier" }, { "name": "patient", "definition": "http://hl7.org/fhir/SearchParameter/clinical-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/clinical-encounter", "type": "reference", "documentation": "Return prescriptions with this encounter identifier" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/VisionPrescription-status", "type": "token", "documentation": "The status of the vision prescription" } ] } ], "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": "something", "definition": "http://hl7.org/fhir/SearchParameter/id", "type": "string", "documentation": "some doco" }, { "name": "_list", "definition": "http://hl7.org/fhir/SearchParameter/Resource-list", "type": "token", "documentation": "Retrieval of resources that are referenced by a List resource" }, { "name": "_has", "definition": "http://hl7.org/fhir/SearchParameter/Resource-has", "type": "composite", "documentation": "Provides support for reverse chaining" }, { "name": "_type", "definition": "http://hl7.org/fhir/SearchParameter/Resource-type", "type": "token", "documentation": "Type of resource (when doing cross-resource search" }, { "name": "_sort", "definition": "http://hl7.org/fhir/SearchParameter/Resource-source", "type": "token", "documentation": "How to sort the resources when returning" }, { "name": "_count", "definition": "http://hl7.org/fhir/SearchParameter/Resource-count", "type": "number", "documentation": "How many resources to return" }, { "name": "_include", "definition": "http://hl7.org/fhir/SearchParameter/Resource-include", "type": "token", "documentation": "Control over returning additional resources (see spec)" }, { "name": "_revinclude", "definition": "http://hl7.org/fhir/SearchParameter/Resource-revinclude", "type": "token", "documentation": "Control over returning additional resources (see spec)" }, { "name": "_summary", "definition": "http://hl7.org/fhir/SearchParameter/Resource-summary", "type": "token", "documentation": "What kind of information to return" }, { "name": "_elements", "definition": "http://hl7.org/fhir/SearchParameter/Resource-elements", "type": "string", "documentation": "What kind of information to return" }, { "name": "_contained", "definition": "http://hl7.org/fhir/SearchParameter/Resource-contained", "type": "token", "documentation": "Managing search into contained resources" }, { "name": "_containedType", "definition": "http://hl7.org/fhir/SearchParameter/Resource-containedType", "type": "token", "documentation": "Managing search into contained resources" }, { "name": "something", "definition": "http://hl7.org/fhir/SearchParameter/id", "type": "string", "documentation": "some doco" }, { "name": "_list", "definition": "http://hl7.org/fhir/SearchParameter/Resource-list", "type": "token", "documentation": "Retrieval of resources that are referenced by a List resource" }, { "name": "_has", "definition": "http://hl7.org/fhir/SearchParameter/Resource-has", "type": "composite", "documentation": "Provides support for reverse chaining" }, { "name": "_type", "definition": "http://hl7.org/fhir/SearchParameter/Resource-type", "type": "token", "documentation": "Type of resource (when doing cross-resource search" }, { "name": "_sort", "definition": "http://hl7.org/fhir/SearchParameter/Resource-source", "type": "token", "documentation": "How to sort the resources when returning" }, { "name": "_count", "definition": "http://hl7.org/fhir/SearchParameter/Resource-count", "type": "number", "documentation": "How many resources to return" }, { "name": "_include", "definition": "http://hl7.org/fhir/SearchParameter/Resource-include", "type": "token", "documentation": "Control over returning additional resources (see spec)" }, { "name": "_revinclude", "definition": "http://hl7.org/fhir/SearchParameter/Resource-revinclude", "type": "token", "documentation": "Control over returning additional resources (see spec)" }, { "name": "_summary", "definition": "http://hl7.org/fhir/SearchParameter/Resource-summary", "type": "token", "documentation": "What kind of information to return" }, { "name": "_elements", "definition": "http://hl7.org/fhir/SearchParameter/Resource-elements", "type": "string", "documentation": "What kind of information to return" }, { "name": "_contained", "definition": "http://hl7.org/fhir/SearchParameter/Resource-contained", "type": "token", "documentation": "Managing search into contained resources" }, { "name": "_containedType", "definition": "http://hl7.org/fhir/SearchParameter/Resource-containedType", "type": "token", "documentation": "Managing search into contained resources" }, { "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": "reference", "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": "_source", "definition": "http://hl7.org/fhir/SearchParameter/Resource-source", "type": "uri", "documentation": "Identifies where the resource comes from" }, { "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" }, { "name": "something", "definition": "http://hl7.org/fhir/SearchParameter/id", "type": "string", "documentation": "some doco" }, { "name": "_list", "definition": "http://hl7.org/fhir/SearchParameter/Resource-list", "type": "token", "documentation": "Retrieval of resources that are referenced by a List resource" }, { "name": "_has", "definition": "http://hl7.org/fhir/SearchParameter/Resource-has", "type": "composite", "documentation": "Provides support for reverse chaining" }, { "name": "_type", "definition": "http://hl7.org/fhir/SearchParameter/Resource-type", "type": "token", "documentation": "Type of resource (when doing cross-resource search" }, { "name": "_sort", "definition": "http://hl7.org/fhir/SearchParameter/Resource-source", "type": "token", "documentation": "How to sort the resources when returning" }, { "name": "_count", "definition": "http://hl7.org/fhir/SearchParameter/Resource-count", "type": "number", "documentation": "How many resources to return" }, { "name": "_include", "definition": "http://hl7.org/fhir/SearchParameter/Resource-include", "type": "token", "documentation": "Control over returning additional resources (see spec)" }, { "name": "_revinclude", "definition": "http://hl7.org/fhir/SearchParameter/Resource-revinclude", "type": "token", "documentation": "Control over returning additional resources (see spec)" }, { "name": "_summary", "definition": "http://hl7.org/fhir/SearchParameter/Resource-summary", "type": "token", "documentation": "What kind of information to return" }, { "name": "_elements", "definition": "http://hl7.org/fhir/SearchParameter/Resource-elements", "type": "string", "documentation": "What kind of information to return" }, { "name": "_contained", "definition": "http://hl7.org/fhir/SearchParameter/Resource-contained", "type": "token", "documentation": "Managing search into contained resources" }, { "name": "_containedType", "definition": "http://hl7.org/fhir/SearchParameter/Resource-containedType", "type": "token", "documentation": "Managing search into contained resources" } ], "operation": [ { "name": "validate", "definition": "http://hl7.org/fhir/OperationDefinition/resource-validate" }, { "name": "meta", "definition": "http://hl7.org/fhir/OperationDefinition/resource-meta" }, { "name": "meta-add", "definition": "http://hl7.org/fhir/OperationDefinition/resource-meta-add" }, { "name": "meta-delete", "definition": "http://hl7.org/fhir/OperationDefinition/resource-meta-delete" }, { "name": "apply", "definition": "http://hl7.org/fhir/OperationDefinition/activitydefinition-apply" }, { "name": "data-requirements", "definition": "http://hl7.org/fhir/OperationDefinition/activitydefinition-data-requirements" }, { "name": "subset", "definition": "http://hl7.org/fhir/OperationDefinition/capabilitystatement-subset" }, { "name": "implements", "definition": "http://hl7.org/fhir/OperationDefinition/capabilitystatement-implements" }, { "name": "conforms", "definition": "http://hl7.org/fhir/OperationDefinition/capabilitystatement-conforms" }, { "name": "submit", "definition": "http://hl7.org/fhir/OperationDefinition/claim-submit" }, { "name": "lookup", "definition": "http://hl7.org/fhir/OperationDefinition/codesystem-lookup" }, { "name": "validate-code", "definition": "http://hl7.org/fhir/OperationDefinition/codesystem-validate-code" }, { "name": "subsumes", "definition": "http://hl7.org/fhir/OperationDefinition/codesystem-subsumes" }, { "name": "compose", "definition": "http://hl7.org/fhir/OperationDefinition/codesystem-compose" }, { "name": "document", "definition": "http://hl7.org/fhir/OperationDefinition/composition-document" }, { "name": "translate", "definition": "http://hl7.org/fhir/OperationDefinition/conceptmap-translate" }, { "name": "closure", "definition": "http://hl7.org/fhir/OperationDefinition/conceptmap-closure" }, { "name": "submit", "definition": "http://hl7.org/fhir/OperationDefinition/eligibilityrequest-submit" }, { "name": "everything", "definition": "http://hl7.org/fhir/OperationDefinition/encounter-everything" }, { "name": "everything", "definition": "http://hl7.org/fhir/OperationDefinition/group-everything" }, { "name": "data-requirements", "definition": "http://hl7.org/fhir/OperationDefinition/library-data-requirements" }, { "name": "find", "definition": "http://hl7.org/fhir/OperationDefinition/list-find" }, { "name": "evaluate-measure", "definition": "http://hl7.org/fhir/OperationDefinition/measure-evaluate-measure" }, { "name": "data-requirements", "definition": "http://hl7.org/fhir/OperationDefinition/measure-data-requirements" }, { "name": "process-message", "definition": "http://hl7.org/fhir/OperationDefinition/messageheader-process-message" }, { "name": "preferred-id", "definition": "http://hl7.org/fhir/OperationDefinition/namingsystem-preferred-id" }, { "name": "stats", "definition": "http://hl7.org/fhir/OperationDefinition/observation-stats" }, { "name": "lastn", "definition": "http://hl7.org/fhir/OperationDefinition/observation-lastn" }, { "name": "match", "definition": "http://hl7.org/fhir/OperationDefinition/patient-match" }, { "name": "everything", "definition": "http://hl7.org/fhir/OperationDefinition/patient-everything" }, { "name": "apply", "definition": "http://hl7.org/fhir/OperationDefinition/plandefinition-apply" }, { "name": "data-requirements", "definition": "http://hl7.org/fhir/OperationDefinition/plandefinition-data-requirements" }, { "name": "submit", "definition": "http://hl7.org/fhir/OperationDefinition/processrequest-submit" }, { "name": "populate", "definition": "http://hl7.org/fhir/OperationDefinition/questionnaire-populate" }, { "name": "populatehtml", "definition": "http://hl7.org/fhir/OperationDefinition/questionnaire-populatehtml" }, { "name": "populatelink", "definition": "http://hl7.org/fhir/OperationDefinition/questionnaire-populatelink" }, { "name": "questionnaire", "definition": "http://hl7.org/fhir/OperationDefinition/structuredefinition-questionnaire" }, { "name": "snapshot", "definition": "http://hl7.org/fhir/OperationDefinition/structuredefinition-snapshot" }, { "name": "transform", "definition": "http://hl7.org/fhir/OperationDefinition/structuremap-transform" }, { "name": "expand", "definition": "http://hl7.org/fhir/OperationDefinition/valueset-expand" }, { "name": "validate-code", "definition": "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.