This page is part of the FHIR Specification v6.0.0-ballot1: Release 6 Ballot (1st Draft) (see Ballot Notes). The current version is 5.0.0. For a full list of available versions, see the Directory of published versions
FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw XML (canonical form + also see XML Format Specification)
Base Capability Statement
<?xml version="1.0" encoding="UTF-8"?> <CapabilityStatement xmlns="http://hl7.org/fhir"> <id value="base"/> <text> <status value="extensions"/> <div xmlns="http://www.w3.org/1999/xhtml"> <h2 id="title"/> <ul> <li> Implementation Guide Version: 6.0.0-ballot1</li> <li> FHIR Version: 6.0.0-ballot1</li> <li> Supported Formats: <code> xml</code> , <code> json</code> </li> <li> Supported Patch Formats: </li> <li> Published on: Mon Dec 18 15:12:07 AEDT 2023</li> <li> Published by: HL7 International / FHIR Infrastructure</li> </ul> <blockquote class="impl-note"> <p> <strong> Note to Implementers: FHIR Capabilities</strong> </p> <p> Any FHIR capability may be 'allowed' by the system unless explicitly marked as "SHALL NOT". A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.</p> </blockquote> <h2 id="rest">FHIR RESTful Capabilities</h2> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title" id="mode1">Mode: <code> server</code> </h3> </div> <div class="panel-body"> <div> <p> All the functionality defined in FHIR</p> </div> <div class="lead"> <em> Security</em> </div> <div class="row"> <div class="col-lg-6">Enable CORS: yes</div> <div class="col-lg-6">Security services supported: <code> SMART-on-FHIR</code> </div> </div> <blockquote> <div> <p> 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</p> </div> </blockquote> <div class="lead"> <em> Summary of System-wide Interactions</em> </div> <ul> <li> Supports the <code> transaction</code> interaction described as follows: <div> <p> Implemented per the specification (or Insert other doco here)</p> </div> </li> <li> Supports the <code> batch</code> interaction described as follows: <div> <p> Implemented per the specification (or Insert other doco here)</p> </div> </li> <li> Supports the <code> history-system</code> interaction described as follows: <div> <p> Implemented per the specification (or Insert other doco here)</p> </div> </li> <li> Supports the <code> search-system</code> interaction described as follows: <div> <p> Implemented per the specification (or Insert other doco here)</p> </div> </li> </ul> </div> </div> <h3 id="resourcesCap1">Capabilities by Resource/Profile</h3> <h4 id="resourcesSummary1">Summary</h4> <p> The summary table lists the resources that are part of this configuration, and for each resource it lists:</p> <ul> <li> The relevant profiles (if any)</li> <li> The interactions supported by each resource ( <b> <span class="bg-info">R</span> </b> ead, <b> <span class="bg-info">S</span> </b> earch, <b> <span class="bg-info">U</span> </b> pdate, and <b> <span class="bg-info">C</span> </b> reate, are always shown, while <b> <span class="bg-info">VR</span> </b> ead, <b> <span class="bg-info">P</span> </b> atch, <b> <span class="bg-info">D</span> </b> elete, <b> <span class="bg-info">H</span> </b> istory on <b> <span class="bg-info">I</span> </b> nstance, or <b> <span class="bg-info">H</span> </b> istory on <b> <span class="bg-info">T</span> </b> ype are only present if at least one of the resources has support for them. </li> <li> <span> The required, recommended, and some optional search parameters (if any). </span> </li> <li> The linked resources enabled for <code> _include</code> </li> <li> The other resources enabled for <code> _revinclude</code> </li> <li> The operations on the resource (if any)</li> </ul> <div class="table-responsive"> <table class="table table-condensed table-hover"> <thead> <tr> <th> <b> Resource Type</b> </th> <th> <b> Profile</b> </th> <th class="text-center"> <b title="GET a resource (read interaction)">R</b> </th> <th class="text-center"> <b title="GET past versions of resources (vread interaction)">V-R</b> </th> <th class="text-center"> <b title="GET all set of resources of the type (search interaction)">S</b> </th> <th class="text-center"> <b title="PUT a new resource version (update interaction)">U</b> </th> <th class="text-center"> <b title="POST a new resource (create interaction)">C</b> </th> <th class="text-center"> <b title="DELETE a resource (delete interaction)">D</b> </th> <th class="text-center"> <b title="GET changes to a resource (history interaction on instance)">H-I</b> </th> <th class="text-center"> <b title="GET changes for all resources of the type (history interaction on type)">H-T</b> </th> <th> <b title="Required and recommended search parameters">Searches</b> </th> <th> <code> <b> _include</b> </code> </th> <th> <code> <b> _revinclude</b> </code> </th> <th> <b> Operations</b> </th> </tr> </thead> <tbody> <tr> <td> <a href="#Account1-1">Account</a> </td> <td> <a href="account.html">http://hl7.org/fhir/StructureDefinition/Account</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> owner, identifier, period, patient, subject, name, guarantor, type, relatedaccount, status</td> <td> <code> Account.owner</code> , <code> Account.patient</code> , <code> Account.subject</code> , <code> Account.guarantor</code> , <code> Account.relatedaccount</code> </td> <td> <code> Account.relatedaccount</code> , <code> ChargeItem.account</code> , <code> Encounter.account</code> , <code> Invoice.account</code> , <code> PaymentReconciliation.allocation-account</code> </td> <td/> </tr> <tr> <td> <a href="#ActivityDefinition1-2">ActivityDefinition</a> </td> <td> <a href="activitydefinition.html">http://hl7.org/fhir/StructureDefinition/ActivityDefinition</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> date, identifier, successor, context-type-value, kind, jurisdiction, derived-from, description, context-type, predecessor, composed-of, title, version, url, context-quantity, depends-on, effective, context, name, publisher, topic, context-type-quantity, status</td> <td> <code> ActivityDefinition.successor</code> , <code> ActivityDefinition.derived-from</code> , <code> ActivityDefinition.predecessor</code> , <code> ActivityDefinition.composed-of</code> , <code> ActivityDefinition.depends-on</code> </td> <td> <code> CarePlan.instantiates-canonical</code> , <code> ClinicalUseDefinition.product</code> , <code> ClinicalUseDefinition.subject</code> , <code> Communication.instantiates-canonical</code> , <code> DeviceRequest.instantiates-canonical</code> , <code> FamilyMemberHistory.instantiates-canonical</code> , <code> PlanDefinition.definition</code> , <code> Procedure.instantiates-canonical</code> , <code> RegulatedAuthorization.subject</code> , <code> ServiceRequest.instantiates-canonical</code> </td> <td/> </tr> <tr> <td> <a href="#ActorDefinition1-3">ActorDefinition</a> </td> <td> <a href="actordefinition.html">http://hl7.org/fhir/StructureDefinition/ActorDefinition</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> date, identifier, context-type-value, jurisdiction, description, context-type, title, type, version, url, context-quantity, context, publisher, context-type-quantity, status</td> <td/> <td> <code> Requirements.actor</code> </td> <td/> </tr> <tr> <td> <a href="#AdministrableProductDefinition1-4">AdministrableProductDefinition</a> </td> <td> <a href="administrableproductdefinition.html">http://hl7.org/fhir/StructureDefinition/AdministrableProductDefinition</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> identifier, manufactured-item, ingredient, route, dose-form, device, form-of, target-species, status</td> <td> <code> AdministrableProductDefinition.manufactured-item</code> , <code> AdministrableProductDefinition.device</code> , <code> AdministrableProductDefinition.form-of</code> </td> <td> <code> Ingredient.for</code> </td> <td/> </tr> <tr> <td> <a href="#AdverseEvent1-5">AdverseEvent</a> </td> <td> <a href="adverseevent.html">http://hl7.org/fhir/StructureDefinition/AdverseEvent</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> identifier, recorder, study, code, actuality, subject, substance, cause, patient, resultingeffect, seriousness, effect, location, category, status</td> <td> <code> AdverseEvent.recorder</code> , <code> AdverseEvent.study</code> , <code> AdverseEvent.subject</code> , <code> AdverseEvent.substance</code> , <code> AdverseEvent.patient</code> , <code> AdverseEvent.resultingeffect</code> , <code> AdverseEvent.location</code> </td> <td/> <td/> </tr> <tr> <td> <a href="#AllergyIntolerance1-6">AllergyIntolerance</a> </td> <td> <a href="allergyintolerance.html">http://hl7.org/fhir/StructureDefinition/AllergyIntolerance</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> date, severity, identifier, code, verification-status, criticality, manifestation-reference, clinical-status, type, participant, manifestation-code, route, patient, category, last-date</td> <td> <code> AllergyIntolerance.manifestation-reference</code> , <code> AllergyIntolerance.participant</code> , <code> AllergyIntolerance.patient</code> </td> <td> <code> ClinicalImpression.problem</code> </td> <td/> </tr> <tr> <td> <a href="#Appointment1-7">Appointment</a> </td> <td> <a href="appointment.html">http://hl7.org/fhir/StructureDefinition/Appointment</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> date, identifier, specialty, service-category, practitioner, appointment-type, part-status, subject, service-type, slot, reason-code, actor, based-on, patient, reason-reference, supporting-info, requested-period, location, group, service-type-reference, status</td> <td> <code> Appointment.practitioner</code> , <code> Appointment.subject</code> , <code> Appointment.slot</code> , <code> Appointment.actor</code> , <code> Appointment.based-on</code> , <code> Appointment.patient</code> , <code> Appointment.reason-reference</code> , <code> Appointment.supporting-info</code> , <code> Appointment.location</code> , <code> Appointment.group</code> , <code> Appointment.service-type-reference</code> </td> <td> <code> AppointmentResponse.appointment</code> , <code> CarePlan.activity-reference</code> , <code> DocumentReference.based-on</code> , <code> DocumentReference.context</code> , <code> Encounter.appointment</code> , <code> ImagingSelection.based-on</code> , <code> ImagingStudy.based-on</code> </td> <td/> </tr> <tr> <td> <a href="#AppointmentResponse1-8">AppointmentResponse</a> </td> <td> <a href="appointmentresponse.html">http://hl7.org/fhir/StructureDefinition/AppointmentResponse</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> actor, identifier, practitioner, part-status, patient, appointment, location, group</td> <td> <code> AppointmentResponse.actor</code> , <code> AppointmentResponse.practitioner</code> , <code> AppointmentResponse.patient</code> , <code> AppointmentResponse.appointment</code> , <code> AppointmentResponse.location</code> , <code> AppointmentResponse.group</code> </td> <td> <code> DocumentReference.based-on</code> , <code> ImagingSelection.based-on</code> , <code> ImagingStudy.based-on</code> </td> <td/> </tr> <tr> <td> <a href="#ArtifactAssessment1-9">ArtifactAssessment</a> </td> <td> <a href="artifactassessment.html">http://hl7.org/fhir/StructureDefinition/ArtifactAssessment</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> date, identifier</td> <td/> <td/> <td/> </tr> <tr> <td> <a href="#AuditEvent1-10">AuditEvent</a> </td> <td> <a href="auditevent.html">http://hl7.org/fhir/StructureDefinition/AuditEvent</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> date, agent, entity-role, code, purpose, encounter, source, based-on, patient, action, agent-role, category, entity, outcome, policy</td> <td> <code> AuditEvent.agent</code> , <code> AuditEvent.encounter</code> , <code> AuditEvent.source</code> , <code> AuditEvent.based-on</code> , <code> AuditEvent.patient</code> , <code> AuditEvent.entity</code> </td> <td/> <td/> </tr> <tr> <td> <a href="#Basic1-11">Basic</a> </td> <td> <a href="basic.html">http://hl7.org/fhir/StructureDefinition/Basic</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> identifier, code, author, created, patient, subject</td> <td> <code> Basic.author</code> , <code> Basic.patient</code> , <code> Basic.subject</code> </td> <td/> <td/> </tr> <tr> <td> <a href="#Binary1-12">Binary</a> </td> <td> <a href="binary.html">http://hl7.org/fhir/StructureDefinition/Binary</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td/> <td/> <td/> <td/> </tr> <tr> <td> <a href="#BiologicallyDerivedProduct1-13">BiologicallyDerivedProduct</a> </td> <td> <a href="biologicallyderivedproduct.html">http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProduct</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> identifier, request, code, product-status, serial-number, biological-source-event, product-category, collector</td> <td> <code> BiologicallyDerivedProduct.request</code> , <code> BiologicallyDerivedProduct.collector</code> </td> <td> <code> AdverseEvent.substance</code> , <code> BiologicallyDerivedProductDispense.product</code> , <code> ClinicalUseDefinition.product</code> , <code> ClinicalUseDefinition.subject</code> , <code> DetectedIssue.subject</code> , <code> DetectedIssue.patient</code> , <code> DiagnosticReport.subject</code> , <code> DiagnosticReport.patient</code> , <code> GenomicStudy.patient</code> , <code> GenomicStudy.subject</code> , <code> MolecularSequence.subject</code> , <code> MolecularSequence.patient</code> , <code> Observation.subject</code> , <code> Observation.patient</code> , <code> RegulatedAuthorization.subject</code> , <code> ResearchSubject.subject</code> , <code> ResearchSubject.patient</code> , <code> Specimen.patient</code> , <code> Specimen.subject</code> </td> <td/> </tr> <tr> <td> <a href="#BiologicallyDerivedProductDispense1-14">BiologicallyDerivedProductDispense</a> </td> <td> <a href="biologicallyderivedproductdispense.html">http://hl7.org/fhir/StructureDefinition/BiologicallyDerivedProductDispense</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> identifier, product, performer, patient, status</td> <td> <code> BiologicallyDerivedProductDispense.product</code> , <code> BiologicallyDerivedProductDispense.performer</code> , <code> BiologicallyDerivedProductDispense.patient</code> </td> <td/> <td/> </tr> <tr> <td> <a href="#BodyStructure1-15">BodyStructure</a> </td> <td> <a href="bodystructure.html">http://hl7.org/fhir/StructureDefinition/BodyStructure</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> identifier, included_structure, excluded_structure, morphology, patient</td> <td> <code> BodyStructure.patient</code> </td> <td> <code> ServiceRequest.body-structure</code> </td> <td/> </tr> <tr> <td> <a href="#Bundle1-16">Bundle</a> </td> <td> <a href="bundle.html">http://hl7.org/fhir/StructureDefinition/Bundle</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> identifier, composition, message, type, timestamp</td> <td> <code> Bundle.composition</code> , <code> Bundle.message</code> </td> <td/> <td/> </tr> <tr> <td> <a href="#CapabilityStatement1-17">CapabilityStatement</a> </td> <td> <a href="capabilitystatement.html">http://hl7.org/fhir/StructureDefinition/CapabilityStatement</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> date, identifier, resource-profile, context-type-value, software, resource, jurisdiction, format, description, context-type, fhirversion, title, version, supported-profile, url, mode, context-quantity, security-service, context, name, publisher, context-type-quantit y, guide, status</td> <td> <code> CapabilityStatement.resource-profile</code> , <code> CapabilityStatement.supported-profile</code> , <code> CapabilityStatement.guide</code> </td> <td> <code> RequestOrchestration.participant</code> </td> <td/> </tr> <tr> <td> <a href="#CarePlan1-18">CarePlan</a> </td> <td> <a href="careplan.html">http://hl7.org/fhir/StructureDefinition/CarePlan</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> care-team, date, identifier, goal, custodian, replaces, subject, instantiates-canonical, part-of, encounter, intent, activity-reference, condition, based-on, patient, instantiates-ur i, category, status</td> <td> <code> CarePlan.care-team</code> , <code> CarePlan.goal</code> , <code> CarePlan.custodian</code> , <code> CarePlan.replaces</code> , <code> CarePlan.subject</code> , <code> CarePlan.instantiates-canonical</code> , <code> CarePlan.part-of</code> , <code> CarePlan.encounter</code> , <code> CarePlan.activity-reference</code> , <code> CarePlan.condition</code> , <code> CarePlan.based-on</code> , <code> CarePlan.patient</code> </td> <td> <code> Appointment.based-on</code> , <code> AuditEvent.based-on</code> , <code> CarePlan.replaces</code> , <code> CarePlan.part-of</code> , <code> CarePlan.based-on</code> , <code> DiagnosticReport.based-on</code> , <code> DocumentReference.based-on</code> , <code> Encounter.based-on</code> , <code> ImagingSelection.based-on</code> , <code> ImagingStudy.based-on</code> , <code> Observation.based-on</code> , <code> Procedure.based-on</code> , <code> Provenance.based-on</code> , <code> QuestionnaireResponse.based-on</code> , <code> ServiceRequest.based-on</code> </td> <td/> </tr> <tr> <td> <a href="#CareTeam1-19">CareTeam</a> </td> <td> <a href="careteam.html">http://hl7.org/fhir/StructureDefinition/CareTeam</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> date, identifier, patient, subject, name, category, participant, status</td> <td> <code> CareTeam.patient</code> , <code> CareTeam.subject</code> , <code> CareTeam.participant</code> </td> <td> <code> AllergyIntolerance.participant</code> , <code> Appointment.practitioner</code> , <code> Appointment.actor</code> , <code> Appointment.patient</code> , <code> Appointment.location</code> , <code> Appointment.group</code> , <code> AuditEvent.agent</code> , <code> AuditEvent.source</code> , <code> Basic.author</code> , <code> CarePlan.care-team</code> , <code> CarePlan.custodian</code> , <code> CareTeam.participant</code> , <code> ChargeItem.performer-actor</code> , <code> Communication.sender</code> , <code> Communication.recipient</code> , <code> CommunicationRequest.recipient</code> , <code> Condition.participant-actor</code> , <code> Consent.grantee</code> , <code> Consent.actor</code> , <code> DiagnosticReport.performer</code> , <code> DiagnosticReport.results-interpreter</code> , <code> DocumentReference.author</code> , <code> Encounter.careteam</code> , <code> Group.member</code> , <code> ImagingStudy.performer</code> , <code> List.source</code> , <code> MeasureReport.patient</code> , <code> MeasureReport.subject</code> , <code> MedicationDispense.performer</code> , <code> MedicationRequest.intended-performer</code> , <code> Observation.performer</code> , <code> Procedure.performer</code> , <code> Provenance.agent</code> , <code> RequestOrchestration.subject</code> , <code> RequestOrchestration.participant</code> , <code> RequestOrchestration.patient</code> , <code> Schedule.actor</code> , <code> ServiceRequest.performer</code> , <code> Subscription.owner</code> , <code> SupplyRequest.requester</code> , <code> Task.owner</code> , <code> Task.actor</code> </td> <td/> </tr> <tr> <td> <a href="#ChargeItem1-20">ChargeItem</a> </td> <td> <a href="chargeitem.html">http://hl7.org/fhir/StructureDefinition/ChargeItem</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> identifier, performing-organization, code, quantity, subject, encounter, occurrence, entered-date, performer-function, factor-override, patient, service, price-override, enterer, performer-actor, account, requesting-organization, status</td> <td> <code> ChargeItem.performing-organization</code> , <code> ChargeItem.subject</code> , <code> ChargeItem.encounter</code> , <code> ChargeItem.patient</code> , <code> ChargeItem.service</code> , <code> ChargeItem.enterer</code> , <code> ChargeItem.performer-actor</code> , <code> ChargeItem.account</code> , <code> ChargeItem.requesting-organization</code> </td> <td/> <td/> </tr> <tr> <td> <a href="#ChargeItemDefinition1-21">ChargeItemDefinition</a> </td> <td> <a href="chargeitemdefinition.html">http://hl7.org/fhir/StructureDefinition/ChargeItemDefinition</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> date, identifier, context-type-value, jurisdiction, description, context-type, title, version, url, context-quantity, effective, context, publisher, context-type-quantity, status</td> <td/> <td/> <td/> </tr> <tr> <td> <a href="#Citation1-22">Citation</a> </td> <td> <a href="citation.html">http://hl7.org/fhir/StructureDefinition/Citation</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> date, identifier, context-type-value, jurisdiction, description, classification-type, context-type, title, classification, version, url, context-quantity, effective, context, name, classifier, publisher, context-type-quantity, status</td> <td/> <td/> <td/> </tr> <tr> <td> <a href="#Claim1-23">Claim</a> </td> <td> <a href="claim.html">http://hl7.org/fhir/StructureDefinition/Claim</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> care-team, identifier, created, use, encounter, priority, payee, provider, insurer, patient, detail-udi, enterer, procedure-udi, subdetail-udi, facility, item-udi, status</td> <td> <code> Claim.care-team</code> , <code> Claim.encounter</code> , <code> Claim.payee</code> , <code> Claim.provider</code> , <code> Claim.insurer</code> , <code> Claim.patient</code> , <code> Claim.detail-udi</code> , <code> Claim.enterer</code> , <code> Claim.procedure-udi</code> , <code> Claim.subdetail-udi</code> , <code> Claim.facility</code> , <code> Claim.item-udi</code> </td> <td> <code> ClaimResponse.request</code> , <code> DocumentReference.based-on</code> , <code> ExplanationOfBenefit.claim</code> </td> <td/> </tr> <tr> <td> <a href="#ClaimResponse1-24">ClaimResponse</a> </td> <td> <a href="claimresponse.html">http://hl7.org/fhir/StructureDefinition/ClaimResponse</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> identifier, request, disposition, created, insurer, patient, use, payment-date, outcome, requestor, status</td> <td> <code> ClaimResponse.request</code> , <code> ClaimResponse.insurer</code> , <code> ClaimResponse.patient</code> , <code> ClaimResponse.requestor</code> </td> <td> <code> DeviceRequest.insurance</code> </td> <td/> </tr> <tr> <td> <a href="#ClinicalImpression1-25">ClinicalImpression</a> </td> <td> <a href="clinicalimpression.html">http://hl7.org/fhir/StructureDefinition/ClinicalImpression</a> </td> <td> y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td class="text-center">y</td> <td> date, identifier, performer, problem, previous, finding-code, patient, subject, supporting-info, encounter, finding-ref, status</td> <td> <code