FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CapabilityStatement/base (XML)

FHIR Infrastructure Work GroupMaturity Level: N/AStandards 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">
      <p class="res-header-id">
        <b> Generated Narrative: CapabilityStatement base</b> 
      </p> 
      <a name="base"> </a> 
      <a name="hcbase"> </a> 
      <a name="base-en-US"> </a> 
      <h2 id="title"/> 
      <ul> 
        <li> Implementation Guide Version: 6.0.0-ballot2 </li> 
        <li> FHIR Version: 6.0.0-ballot2 </li> 
        <li> Supported Formats: 
          <code> xml</code> , 
          <code> json</code> 
        </li> 
        <li> Supported Patch Formats: </li> 
        <li> Published on: 2024-10-02T17:31:51Z </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 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 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> ChargeItemDefinition.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 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 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 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 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 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 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 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 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 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 class="text-center">y</td> 
              <td> date, severity, identifier, code, verification-status, criticality, manifestation-reference,
                 clinical-status, type, asserter, manifestation-code, route, patient, category,
                 last-reaction-date</td> 
              <td> 
                <code> AllergyIntolerance.manifestation-reference</code> , 
                <code> AllergyIntolerance.asserter</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 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 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 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 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 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 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 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 class="text-center">y</td> 
              <td> date, agent, entity-role, purpose, encounter, source, type, based-on, subtype,
                 patient, action, agent-role, 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 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 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 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 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 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 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> 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> Observation.subject</code> , 
                <code> Observation.patient</code> , 
                <code> RegulatedAuthorization.subject</code> , 
                <code> ResearchSubject.subject</code> , 
                <code> ResearchSubject.patient</code> , 
                <code> Specimen.subject</code> , 
                <code> Specimen.patient</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 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 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 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 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 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 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 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 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 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 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> CarePlan.replaces</code> , 
                <code> CarePlan.part-of</code> , 
                <code> CarePlan.based-on</code> , 
                <code> Communication.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> 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 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 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> 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> 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 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 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 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 class="text-center">y</td> 
              <td> date, identifier, context-type-value, jurisdiction, description, context-type,
                 title, version, url, context-quantity, effective, context, publisher, account,
                 context-type-quantity, status</td> 
              <td> 
                <code> ChargeItemDefinition.account</code> 
              </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 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 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 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 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 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 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 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 class="text-center">y</td> 
              <td> date, identifier, performer, problem, previous, finding-code, patient, subject,
                 supporting-info, encounter, finding-ref, status</td> 
              <td> 
                <code> ClinicalImpression.performer</code> , 
                <code> ClinicalImpression.problem</code> , 
                <code> ClinicalImpression.previous</code> , 
                <code> ClinicalImpression.patient</code> , 
                <code> ClinicalImpression.subject</code> , 
                <code> ClinicalImpression.supporting-info</code> , 
                <code> ClinicalImpression.encounter</code> , 
                <code> ClinicalImpression.finding-ref</code> 
              </td> 
              <td> 
                <code> ClinicalImpression.previous</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ClinicalUseDefinition1-26">ClinicalUseDefinition</a> 
              </td> 
              <td> 
                <a href="clinicalusedefinition.html">http://hl7.org/fhir/StructureDefinition/ClinicalUseDefinition</a> 
              </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 class="text-center">y</td> 
              <td> contraindication-reference, identifier, indication-reference, product, subject,
                 effect, interaction, indication, type, contraindication, effect-reference, status</td> 
              <td> 
                <code> ClinicalUseDefinition.contraindication-reference</code> , 
                <code> ClinicalUseDefinition.indication-reference</code> , 
                <code> ClinicalUseDefinition.product</code> , 
                <code> ClinicalUseDefinition.subject</code> , 
                <code> ClinicalUseDefinition.effect-reference</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#CodeSystem1-27">CodeSystem</a> 
              </td> 
              <td> 
                <a href="codesystem.html">http://hl7.org/fhir/StructureDefinition/CodeSystem</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, code, context-type-value, content-mode, jurisdiction, description,
                 derived-from, context-type, language, predecessor, title, version, url, context-quantity,
                 supplements, effective, system, context, name, publisher, topic, context-type-quantity,
                 status</td> 
              <td> 
                <code> CodeSystem.derived-from</code> , 
                <code> CodeSystem.predecessor</code> , 
                <code> CodeSystem.supplements</code> 
              </td> 
              <td> 
                <code> CodeSystem.supplements</code> , 
                <code> ConceptMap.target-group-system</code> , 
                <code> ConceptMap.source-group-system</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Communication1-28">Communication</a> 
              </td> 
              <td> 
                <a href="communication.html">http://hl7.org/fhir/StructureDefinition/Communication</a> 
              </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 class="text-center">y</td> 
              <td> identifier, in-response-to, subject, instantiates-canonical, part-of, received,
                 encounter, medium, sent, reason-code, based-on, sender, patient, recipient, reason-reference,
                 topic, instantiates-uri, category, status</td> 
              <td> 
                <code> Communication.in-response-to</code> , 
                <code> Communication.subject</code> , 
                <code> Communication.instantiates-canonical</code> , 
                <code> Communication.part-of</code> , 
                <code> Communication.encounter</code> , 
                <code> Communication.based-on</code> , 
                <code> Communication.sender</code> , 
                <code> Communication.patient</code> , 
                <code> Communication.recipient</code> , 
                <code> Communication.reason-reference</code> 
              </td> 
              <td> 
                <code> Communication.in-response-to</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#CommunicationRequest1-29">CommunicationRequest</a> 
              </td> 
              <td> 
                <a href="communicationrequest.html">http://hl7.org/fhir/StructureDefinition/CommunicationRequest</a> 
              </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 class="text-center">y</td> 
              <td> authored, requester, identifier, replaces, subject, about, encounter, medium, occurrence,
                 priority, group-identifier, based-on, patient, recipient, information-provider,
                 category, status</td> 
              <td> 
                <code> CommunicationRequest.requester</code> , 
                <code> CommunicationRequest.replaces</code> , 
                <code> CommunicationRequest.subject</code> , 
                <code> CommunicationRequest.about</code> , 
                <code> CommunicationRequest.encounter</code> , 
                <code> CommunicationRequest.based-on</code> , 
                <code> CommunicationRequest.patient</code> , 
                <code> CommunicationRequest.recipient</code> , 
                <code> CommunicationRequest.information-provider</code> 
              </td> 
              <td> 
                <code> CarePlan.activity-reference</code> , 
                <code> Communication.based-on</code> , 
                <code> CommunicationRequest.replaces</code> , 
                <code> DocumentReference.based-on</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#CompartmentDefinition1-30">CompartmentDefinition</a> 
              </td> 
              <td> 
                <a href="compartmentdefinition.html">http://hl7.org/fhir/StructureDefinition/CompartmentDefinition</a> 
              </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 class="text-center">y</td> 
              <td> date, code, context-type-value, resource, description, context-type, version, url,
                 context-quantity, context, name, publisher, context-type-quantity, status</td> 
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Composition1-31">Composition</a> 
              </td> 
              <td> 
                <a href="composition.html">http://hl7.org/fhir/StructureDefinition/Composition</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, period, event-code, author, subject, section, encounter, title,
                 type, version, attester, url, event-reference, section-text, entry, related, patient,
                 category, section-code-text, status</td> 
              <td> 
                <code> Composition.author</code> , 
                <code> Composition.subject</code> , 
                <code> Composition.encounter</code> , 
                <code> Composition.attester</code> , 
                <code> Composition.event-reference</code> , 
                <code> Composition.entry</code> , 
                <code> Composition.related</code> , 
                <code> Composition.patient</code> 
              </td> 
              <td> 
                <code> Procedure.report</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ConceptMap1-32">ConceptMap</a> 
              </td> 
              <td> 
                <a href="conceptmap.html">http://hl7.org/fhir/StructureDefinition/ConceptMap</a> 
              </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 class="text-center">y</td> 
              <td> date, target-scope, context-type-value, jurisdiction, description, target-group-system,
                 derived-from, context-type, predecessor, title, context-quantity, effective, source-scope,
                 context, context-type-quantity, target-code, identifier, source-scope-uri, source-group-syste
                m, mapping-property, other-map, version, url, source-code, target-scope-uri, name,
                 publisher, topic, status</td> 
              <td> 
                <code> ConceptMap.target-scope</code> , 
                <code> ConceptMap.target-group-system</code> , 
                <code> ConceptMap.derived-from</code> , 
                <code> ConceptMap.predecessor</code> , 
                <code> ConceptMap.source-scope</code> , 
                <code> ConceptMap.source-group-system</code> , 
                <code> ConceptMap.other-map</code> 
              </td> 
              <td> 
                <code> ConceptMap.other-map</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Condition1-33">Condition</a> 
              </td> 
              <td> 
                <a href="condition.html">http://hl7.org/fhir/StructureDefinition/Condition</a> 
              </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 class="text-center">y</td> 
              <td> evidence-detail, severity, identifier, onset-info, recorded-date, code, evidence,
                 subject, verification-status, clinical-status, encounter, onset-date, abatement-date,
                 asserter, stage, abatement-string, patient, abatement-age, onset-age, body-site,
                 category</td> 
              <td> 
                <code> Condition.evidence-detail</code> , 
                <code> Condition.subject</code> , 
                <code> Condition.encounter</code> , 
                <code> Condition.asserter</code> , 
                <code> Condition.patient</code> 
              </td> 
              <td> 
                <code> AdverseEvent.resultingeffect</code> , 
                <code> ClinicalImpression.problem</code> , 
                <code> Goal.addresses</code> , 
                <code> RiskAssessment.condition</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ConditionDefinition1-34">ConditionDefinition</a> 
              </td> 
              <td> 
                <a href="conditiondefinition.html">http://hl7.org/fhir/StructureDefinition/ConditionDefinition</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, context-type-value, jurisdiction, description, context-type,
                 title, version, url, context-quantity, context, name, publisher, context-type-quantity,
                 status</td> 
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Consent1-35">Consent</a> 
              </td> 
              <td> 
                <a href="consent.html">http://hl7.org/fhir/StructureDefinition/Consent</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, controller, period, data, manager, purpose, subject, verified-date,
                 grantee, source-reference, verified, actor, security-label, patient, action, category,
                 status</td> 
              <td> 
                <code> Consent.controller</code> , 
                <code> Consent.data</code> , 
                <code> Consent.manager</code> , 
                <code> Consent.subject</code> , 
                <code> Consent.grantee</code> , 
                <code> Consent.source-reference</code> , 
                <code> Consent.actor</code> , 
                <code> Consent.patient</code> 
              </td> 
              <td> 
                <code> Consent.source-reference</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Contract1-36">Contract</a> 
              </td> 
              <td> 
                <a href="contract.html">http://hl7.org/fhir/StructureDefinition/Contract</a> 
              </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 class="text-center">y</td> 
              <td> identifier, instantiates, patient, subject, authority, domain, issued, url, signer,
                 status</td> 
              <td> 
                <code> Contract.patient</code> , 
                <code> Contract.subject</code> , 
                <code> Contract.authority</code> , 
                <code> Contract.domain</code> , 
                <code> Contract.signer</code> 
              </td> 
              <td> 
                <code> Consent.source-reference</code> , 
                <code> DocumentReference.based-on</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Coverage1-37">Coverage</a> 
              </td> 
              <td> 
                <a href="coverage.html">http://hl7.org/fhir/StructureDefinition/Coverage</a> 
              </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 class="text-center">y</td> 
              <td> identifier, subscriber, subscriberid, type, beneficiary, patient, insurer, class-value,
                 paymentby-party, class-type, dependent, policy-holder, status</td> 
              <td> 
                <code> Coverage.subscriber</code> , 
                <code> Coverage.beneficiary</code> , 
                <code> Coverage.patient</code> , 
                <code> Coverage.insurer</code> , 
                <code> Coverage.paymentby-party</code> , 
                <code> Coverage.policy-holder</code> 
              </td> 
              <td> 
                <code> DeviceRequest.insurance</code> , 
                <code> ExplanationOfBenefit.coverage</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#CoverageEligibilityRequest1-38">CoverageEligibilityRequest</a> 
              </td> 
              <td> 
                <a href="coverageeligibilityrequest.html">http://hl7.org/fhir/StructureDefinition/CoverageEligibilityRequest</a> 
              </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 class="text-center">y</td> 
              <td> identifier, provider, created, patient, enterer, facility, status</td> 
              <td> 
                <code> CoverageEligibilityRequest.provider</code> , 
                <code> CoverageEligibilityRequest.patient</code> , 
                <code> CoverageEligibilityRequest.enterer</code> , 
                <code> CoverageEligibilityRequest.facility</code> 
              </td> 
              <td> 
                <code> CoverageEligibilityResponse.request</code> , 
                <code> DocumentReference.based-on</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#CoverageEligibilityResponse1-39">CoverageEligibilityResponse</a> 
              </td> 
              <td> 
                <a href="coverageeligibilityresponse.html">http://hl7.org/fhir/StructureDefinition/CoverageEligibilityResponse</a> 
              </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 class="text-center">y</td> 
              <td> identifier, request, disposition, created, insurer, patient, outcome, requestor,
                 status</td> 
              <td> 
                <code> CoverageEligibilityResponse.request</code> , 
                <code> CoverageEligibilityResponse.insurer</code> , 
                <code> CoverageEligibilityResponse.patient</code> , 
                <code> CoverageEligibilityResponse.requestor</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#DetectedIssue1-40">DetectedIssue</a> 
              </td> 
              <td> 
                <a href="detectedissue.html">http://hl7.org/fhir/StructureDefinition/DetectedIssue</a> 
              </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 class="text-center">y</td> 
              <td> identifier, code, identified, author, subject, patient, implicated, category, status</td> 
              <td> 
                <code> DetectedIssue.author</code> , 
                <code> DetectedIssue.subject</code> , 
                <code> DetectedIssue.patient</code> , 
                <code> DetectedIssue.implicated</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Device1-41">Device</a> 
              </td> 
              <td> 
                <a href="device.html">http://hl7.org/fhir/StructureDefinition/Device</a> 
              </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 class="text-center">y</td> 
              <td> udi-di, identifier, parent, manufacture-date, code, device-name, lot-number, serial-number,
                 specification, type, version-type, version, url, manufacturer, code-value-concept,
                 organization, biological-source-event, definition, location, model, expiration-date,
                 udi-carrier-hrf, specification-version, status</td> 
              <td> 
                <code> Device.parent</code> , 
                <code> Device.organization</code> , 
                <code> Device.definition</code> , 
                <code> Device.location</code> 
              </td> 
              <td> 
                <code> Account.patient</code> , 
                <code> Account.subject</code> , 
                <code> Appointment.practitioner</code> , 
                <code> Appointment.actor</code> , 
                <code> Appointment.patient</code> , 
                <code> Appointment.location</code> , 
                <code> Appointment.group</code> , 
                <code> AppointmentResponse.actor</code> , 
                <code> AppointmentResponse.practitioner</code> , 
                <code> AppointmentResponse.patient</code> , 
                <code> AppointmentResponse.location</code> , 
                <code> AppointmentResponse.group</code> , 
                <code> AuditEvent.agent</code> , 
                <code> AuditEvent.source</code> , 
                <code> Basic.author</code> , 
                <code> CarePlan.custodian</code> , 
                <code> ChargeItem.enterer</code> , 
                <code> ChargeItem.performer-actor</code> , 
                <code> Claim.detail-udi</code> , 
                <code> Claim.procedure-udi</code> , 
                <code> Claim.subdetail-udi</code> , 
                <code> Claim.item-udi</code> , 
                <code> ClinicalUseDefinition.product</code> , 
                <code> ClinicalUseDefinition.subject</code> , 
                <code> Communication.sender</code> , 
                <code> Communication.recipient</code> , 
                <code> CommunicationRequest.requester</code> , 
                <code> CommunicationRequest.recipient</code> , 
                <code> CommunicationRequest.information-provider</code> , 
                <code> Composition.author</code> , 
                <code> Condition.asserter</code> , 
                <code> Consent.actor</code> , 
                <code> DetectedIssue.author</code> , 
                <code> DetectedIssue.subject</code> , 
                <code> DetectedIssue.patient</code> , 
                <code> Device.parent</code> , 
                <code> DeviceAlert.subject</code> , 
                <code> DeviceAlert.source</code> , 
                <code> DeviceAlert.patient</code> , 
                <code> DeviceAssociation.subject</code> , 
                <code> DeviceAssociation.patient</code> , 
                <code> DeviceAssociation.device</code> , 
                <code> DeviceMetric.device</code> , 
                <code> DeviceRequest.requester</code> , 
                <code> DeviceRequest.subject</code> , 
                <code> DeviceRequest.patient</code> , 
                <code> DiagnosticReport.subject</code> , 
                <code> DiagnosticReport.patient</code> , 
                <code> DocumentReference.author</code> , 
                <code> Encounter.participant</code> , 
                <code> Encounter.practitioner</code> , 
                <code> ExplanationOfBenefit.detail-udi</code> , 
                <code> ExplanationOfBenefit.procedure-udi</code> , 
                <code> ExplanationOfBenefit.subdetail-udi</code> , 
                <code> ExplanationOfBenefit.item-udi</code> , 
                <code> Flag.author</code> , 
                <code> Group.member</code> , 
                <code> ImagingSelection.subject</code> , 
                <code> ImagingSelection.patient</code> , 
                <code> ImagingStudy.performer</code> , 
                <code> ImagingStudy.subject</code> , 
                <code> ImagingStudy.patient</code> , 
                <code> Invoice.participant</code> , 
                <code> List.source</code> , 
                <code> MeasureReport.patient</code> , 
                <code> MeasureReport.subject</code> , 
                <code> MedicationDispense.performer</code> , 
                <code> MedicationRequest.requester</code> , 
                <code> MedicationStatement.source</code> , 
                <code> MessageHeader.receiver</code> , 
                <code> MessageHeader.sender</code> , 
                <code> Observation.subject</code> , 
                <code> Observation.patient</code> , 
                <code> Observation.device</code> , 
                <code> Procedure.performer</code> , 
                <code> Procedure.subject</code> , 
                <code> Procedure.patient</code> , 
                <code> Provenance.agent</code> , 
                <code> QuestionnaireResponse.author</code> , 
                <code> QuestionnaireResponse.source</code> , 
                <code> RequestOrchestration.author</code> , 
                <code> RequestOrchestration.subject</code> , 
                <code> RequestOrchestration.participant</code> , 
                <code> RequestOrchestration.patient</code> , 
                <code> ResearchSubject.subject</code> , 
                <code> ResearchSubject.patient</code> , 
                <code> RiskAssessment.performer</code> , 
                <code> Schedule.actor</code> , 
                <code> ServiceRequest.subject</code> , 
                <code> ServiceRequest.patient</code> , 
                <code> ServiceRequest.requester</code> , 
                <code> ServiceRequest.performer</code> , 
                <code> Specimen.subject</code> , 
                <code> Specimen.container-device</code> , 
                <code> Specimen.patient</code> , 
                <code> SupplyRequest.requester</code> , 
                <code> Task.requester</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#DeviceAlert1-42">DeviceAlert</a> 
              </td> 
              <td> 
                <a href="devicealert.html">http://hl7.org/fhir/StructureDefinition/DeviceAlert</a> 
              </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 class="text-center">y</td> 
              <td> identifier, manifestation, code, subject, timing, signal-presence, annunciator-concept,
                 derived-from, source, priority, type, patient, indication, presence, status, annunciator-devi
                ce</td> 
              <td> 
                <code> DeviceAlert.subject</code> , 
                <code> DeviceAlert.derived-from</code> , 
                <code> DeviceAlert.source</code> , 
                <code> DeviceAlert.patient</code> , 
                <code> DeviceAlert.annunciator-device</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#DeviceAssociation1-43">DeviceAssociation</a> 
              </td> 
              <td> 
                <a href="deviceassociation.html">http://hl7.org/fhir/StructureDefinition/DeviceAssociation</a> 
              </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 class="text-center">y</td> 
              <td> identifier, subject, patient, device, operator, status</td> 
              <td> 
                <code> DeviceAssociation.subject</code> , 
                <code> DeviceAssociation.patient</code> , 
                <code> DeviceAssociation.device</code> , 
                <code> DeviceAssociation.operator</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#DeviceDefinition1-44">DeviceDefinition</a> 
              </td> 
              <td> 
                <a href="devicedefinition.html">http://hl7.org/fhir/StructureDefinition/DeviceDefinition</a> 
              </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 class="text-center">y</td> 
              <td> identifier, device-name, has-part, part-number, organization, specification, model,
                 type, version-type, version, specification-version, manufacturer</td> 
              <td> 
                <code> DeviceDefinition.has-part</code> , 
                <code> DeviceDefinition.organization</code> , 
                <code> DeviceDefinition.manufacturer</code> 
              </td> 
              <td> 
                <code> AdministrableProductDefinition.device</code> , 
                <code> ClinicalUseDefinition.product</code> , 
                <code> ClinicalUseDefinition.subject</code> , 
                <code> DeviceDefinition.has-part</code> , 
                <code> MedicationRequest.intended-performer</code> , 
                <code> RegulatedAuthorization.subject</code> , 
                <code> RequestOrchestration.participant</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#DeviceDispense1-45">DeviceDispense</a> 
              </td> 
              <td> 
                <a href="devicedispense.html">http://hl7.org/fhir/StructureDefinition/DeviceDispense</a> 
              </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 class="text-center">y</td> 
              <td> identifier, code, subject, patient, status</td> 
              <td> 
                <code> DeviceDispense.subject</code> , 
                <code> DeviceDispense.patient</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#DeviceMetric1-46">DeviceMetric</a> 
              </td> 
              <td> 
                <a href="devicemetric.html">http://hl7.org/fhir/StructureDefinition/DeviceMetric</a> 
              </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 class="text-center">y</td> 
              <td> identifier, category, type, device</td> 
              <td> 
                <code> DeviceMetric.device</code> 
              </td> 
              <td> 
                <code> DeviceAlert.source</code> , 
                <code> Observation.device</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#DeviceRequest1-47">DeviceRequest</a> 
              </td> 
              <td> 
                <a href="devicerequest.html">http://hl7.org/fhir/StructureDefinition/DeviceRequest</a> 
              </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 class="text-center">y</td> 
              <td> insurance, performer-code, requester, identifier, code, performer, event-date,
                 subject, instantiates-canonical, encounter, authored-on, intent, group-identifier,
                 based-on, patient, instantiates-uri, device, prior-request, status</td> 
              <td> 
                <code> DeviceRequest.insurance</code> , 
                <code> DeviceRequest.requester</code> , 
                <code> DeviceRequest.performer</code> , 
                <code> DeviceRequest.subject</code> , 
                <code> DeviceRequest.instantiates-canonical</code> , 
                <code> DeviceRequest.encounter</code> , 
                <code> DeviceRequest.based-on</code> , 
                <code> DeviceRequest.patient</code> , 
                <code> DeviceRequest.device</code> , 
                <code> DeviceRequest.prior-request</code> 
              </td> 
              <td> 
                <code> Appointment.based-on</code> , 
                <code> CarePlan.activity-reference</code> , 
                <code> Communication.based-on</code> , 
                <code> DeviceRequest.prior-request</code> , 
                <code> DocumentReference.based-on</code> , 
                <code> Encounter.based-on</code> , 
                <code> Observation.based-on</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#DeviceUsage1-48">DeviceUsage</a> 
              </td> 
              <td> 
                <a href="deviceusage.html">http://hl7.org/fhir/StructureDefinition/DeviceUsage</a> 
              </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 class="text-center">y</td> 
              <td> identifier, patient, device, status</td> 
              <td> 
                <code> DeviceUsage.patient</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#DiagnosticReport1-49">DiagnosticReport</a> 
              </td> 
              <td> 
                <a href="diagnosticreport.html">http://hl7.org/fhir/StructureDefinition/DiagnosticReport</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, study, code, performer, subject, encounter, media, conclusion,
                 result, based-on, patient, specimen, category, issued, results-interpreter, status</td> 
              <td> 
                <code> DiagnosticReport.study</code> , 
                <code> DiagnosticReport.performer</code> , 
                <code> DiagnosticReport.subject</code> , 
                <code> DiagnosticReport.encounter</code> , 
                <code> DiagnosticReport.media</code> , 
                <code> DiagnosticReport.result</code> , 
                <code> DiagnosticReport.based-on</code> , 
                <code> DiagnosticReport.patient</code> , 
                <code> DiagnosticReport.specimen</code> , 
                <code> DiagnosticReport.results-interpreter</code> 
              </td> 
              <td> 
                <code> Procedure.report</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#DocumentReference1-50">DocumentReference</a> 
              </td> 
              <td> 
                <a href="documentreference.html">http://hl7.org/fhir/StructureDefinition/DocumentReference</a> 
              </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 class="text-center">y</td> 
              <td> date, modality, subject, description, language, type, relation, setting, doc-status,
                 based-on, related, format-canonical, patient, context, relationship, creation,
                 identifier, period, event-code, bodysite, custodian, author, format-code, bodysite-reference,
                 format-uri, version, attester, contenttype, event-reference, security-label, location,
                 category, relatesto, facility, status</td> 
              <td> 
                <code> DocumentReference.subject</code> , 
                <code> DocumentReference.based-on</code> , 
                <code> DocumentReference.related</code> , 
                <code> DocumentReference.patient</code> , 
                <code> DocumentReference.context</code> , 
                <code> DocumentReference.custodian</code> , 
                <code> DocumentReference.author</code> , 
                <code> DocumentReference.bodysite-reference</code> , 
                <code> DocumentReference.attester</code> , 
                <code> DocumentReference.event-reference</code> , 
                <code> DocumentReference.relatesto</code> 
              </td> 
              <td> 
                <code> Consent.source-reference</code> , 
                <code> DiagnosticReport.media</code> , 
                <code> DocumentReference.relatesto</code> , 
                <code> ImagingSelection.derived-from</code> , 
                <code> MedicationKnowledge.monograph</code> , 
                <code> MedicinalProductDefinition.master-file</code> , 
                <code> Observation.derived-from</code> , 
                <code> Procedure.report</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Encounter1-51">Encounter</a> 
              </td> 
              <td> 
                <a href="encounter.html">http://hl7.org/fhir/StructureDefinition/Encounter</a> 
              </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 class="text-center">y</td> 
              <td> date, participant-type, subject, subject-status, appointment, part-of, type, participant,
                 reason-code, based-on, date-start, location-value-period, patient, location-period,
                 special-arrangement, class, identifier, diagnosis-code, practitioner, episode-of-care,
                 length, careteam, end-date, diagnosis-reference, reason-reference, location, service-provider
                , account, status</td> 
              <td> 
                <code> Encounter.subject</code> , 
                <code> Encounter.appointment</code> , 
                <code> Encounter.part-of</code> , 
                <code> Encounter.participant</code> , 
                <code> Encounter.based-on</code> , 
                <code> Encounter.patient</code> , 
                <code> Encounter.practitioner</code> , 
                <code> Encounter.episode-of-care</code> , 
                <code> Encounter.careteam</code> , 
                <code> Encounter.diagnosis-reference</code> , 
                <code> Encounter.reason-reference</code> , 
                <code> Encounter.location</code> , 
                <code> Encounter.service-provider</code> , 
                <code> Encounter.account</code> 
              </td> 
              <td> 
                <code> AuditEvent.encounter</code> , 
                <code> CarePlan.encounter</code> , 
                <code> ChargeItem.encounter</code> , 
                <code> Claim.encounter</code> , 
                <code> ClinicalImpression.encounter</code> , 
                <code> Communication.encounter</code> , 
                <code> CommunicationRequest.encounter</code> , 
                <code> Composition.encounter</code> , 
                <code> Condition.encounter</code> , 
                <code> DeviceRequest.encounter</code> , 
                <code> DiagnosticReport.encounter</code> , 
                <code> DocumentReference.context</code> , 
                <code> Encounter.part-of</code> , 
                <code> EncounterHistory.encounter</code> , 
                <code> ExplanationOfBenefit.encounter</code> , 
                <code> Flag.encounter</code> , 
                <code> ImagingStudy.encounter</code> , 
                <code> List.encounter</code> , 
                <code> MedicationAdministration.encounter</code> , 
                <code> MedicationDispense.encounter</code> , 
                <code> MedicationRequest.encounter</code> , 
                <code> MedicationStatement.encounter</code> , 
                <code> NutritionIntake.encounter</code> , 
                <code> NutritionOrder.encounter</code> , 
                <code> Observation.encounter</code> , 
                <code> PaymentReconciliation.allocation-encounter</code> , 
                <code> Procedure.encounter</code> , 
                <code> Provenance.encounter</code> , 
                <code> QuestionnaireResponse.encounter</code> , 
                <code> RequestOrchestration.encounter</code> , 
                <code> RiskAssessment.encounter</code> , 
                <code> ServiceRequest.encounter</code> , 
                <code> Task.encounter</code> , 
                <code> VisionPrescription.encounter</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#EncounterHistory1-52">EncounterHistory</a> 
              </td> 
              <td> 
                <a href="encounterhistory.html">http://hl7.org/fhir/StructureDefinition/EncounterHistory</a> 
              </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 class="text-center">y</td> 
              <td> identifier, patient, subject, encounter, status</td> 
              <td> 
                <code> EncounterHistory.patient</code> , 
                <code> EncounterHistory.subject</code> , 
                <code> EncounterHistory.encounter</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Endpoint1-53">Endpoint</a> 
              </td> 
              <td> 
                <a href="endpoint.html">http://hl7.org/fhir/StructureDefinition/Endpoint</a> 
              </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 class="text-center">y</td> 
              <td> payload-type, identifier, connection-type, organization, name, status</td> 
              <td> 
                <code> Endpoint.organization</code> 
              </td> 
              <td> 
                <code> Communication.sender</code> , 
                <code> Communication.recipient</code> , 
                <code> CommunicationRequest.recipient</code> , 
                <code> CommunicationRequest.information-provider</code> , 
                <code> HealthcareService.endpoint</code> , 
                <code> ImagingStudy.endpoint</code> , 
                <code> InsuranceProduct.endpoint</code> , 
                <code> Location.endpoint</code> , 
                <code> Organization.endpoint</code> , 
                <code> OrganizationAffiliation.endpoint</code> , 
                <code> PractitionerRole.endpoint</code> , 
                <code> RequestOrchestration.participant</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#EnrollmentRequest1-54">EnrollmentRequest</a> 
              </td> 
              <td> 
                <a href="enrollmentrequest.html">http://hl7.org/fhir/StructureDefinition/EnrollmentRequest</a> 
              </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 class="text-center">y</td> 
              <td> identifier, patient, subject, status</td> 
              <td> 
                <code> EnrollmentRequest.patient</code> , 
                <code> EnrollmentRequest.subject</code> 
              </td> 
              <td> 
                <code> DocumentReference.based-on</code> , 
                <code> EnrollmentResponse.request</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#EnrollmentResponse1-55">EnrollmentResponse</a> 
              </td> 
              <td> 
                <a href="enrollmentresponse.html">http://hl7.org/fhir/StructureDefinition/EnrollmentResponse</a> 
              </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 class="text-center">y</td> 
              <td> identifier, request, status</td> 
              <td> 
                <code> EnrollmentResponse.request</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#EpisodeOfCare1-56">EpisodeOfCare</a> 
              </td> 
              <td> 
                <a href="episodeofcare.html">http://hl7.org/fhir/StructureDefinition/EpisodeOfCare</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, diagnosis-code, subject, type, reason-code, incoming-referral,
                 diagnosis-reference, patient, organization, reason-reference, care-manager, status</td> 
              <td> 
                <code> EpisodeOfCare.subject</code> , 
                <code> EpisodeOfCare.incoming-referral</code> , 
                <code> EpisodeOfCare.diagnosis-reference</code> , 
                <code> EpisodeOfCare.patient</code> , 
                <code> EpisodeOfCare.organization</code> , 
                <code> EpisodeOfCare.reason-reference</code> , 
                <code> EpisodeOfCare.care-manager</code> 
              </td> 
              <td> 
                <code> DocumentReference.context</code> , 
                <code> Encounter.episode-of-care</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#EventDefinition1-57">EventDefinition</a> 
              </td> 
              <td> 
                <a href="eventdefinition.html">http://hl7.org/fhir/StructureDefinition/EventDefinition</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, successor, context-type-value, 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> EventDefinition.successor</code> , 
                <code> EventDefinition.derived-from</code> , 
                <code> EventDefinition.predecessor</code> , 
                <code> EventDefinition.composed-of</code> , 
                <code> EventDefinition.depends-on</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Evidence1-58">Evidence</a> 
              </td> 
              <td> 
                <a href="evidence.html">http://hl7.org/fhir/StructureDefinition/Evidence</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, context-type-value, description, context-type, title, version,
                 url, context-quantity, context, publisher, context-type-quantity, status</td> 
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#EvidenceReport1-59">EvidenceReport</a> 
              </td> 
              <td> 
                <a href="evidencereport.html">http://hl7.org/fhir/StructureDefinition/EvidenceReport</a> 
              </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 class="text-center">y</td> 
              <td> context-quantity, identifier, context-type-value, context, publisher, context-type,
                 context-type-quantity, url, status</td> 
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#EvidenceVariable1-60">EvidenceVariable</a> 
              </td> 
              <td> 
                <a href="evidencevariable.html">http://hl7.org/fhir/StructureDefinition/EvidenceVariable</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, successor, context-type-value, derived-from, description, context-type,
                 predecessor, composed-of, title, version, url, context-quantity, depends-on, context,
                 name, publisher, topic, context-type-quantity, status</td> 
              <td> 
                <code> EvidenceVariable.successor</code> , 
                <code> EvidenceVariable.derived-from</code> , 
                <code> EvidenceVariable.predecessor</code> , 
                <code> EvidenceVariable.composed-of</code> , 
                <code> EvidenceVariable.depends-on</code> 
              </td> 
              <td> 
                <code> ResearchStudy.eligibility</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ExampleScenario1-61">ExampleScenario</a> 
              </td> 
              <td> 
                <a href="examplescenario.html">http://hl7.org/fhir/StructureDefinition/ExampleScenario</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, context-type-value, jurisdiction, context-type, version, url,
                 context-quantity, context, name, publisher, context-type-quantity, status</td> 
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ExplanationOfBenefit1-62">ExplanationOfBenefit</a> 
              </td> 
              <td> 
                <a href="explanationofbenefit.html">http://hl7.org/fhir/StructureDefinition/ExplanationOfBenefit</a> 
              </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 class="text-center">y</td> 
              <td> care-team, coverage, identifier, created, encounter, payee, disposition, provider,
                 patient, detail-udi, claim, enterer, procedure-udi, subdetail-udi, facility, item-udi,
                 status</td> 
              <td> 
                <code> ExplanationOfBenefit.care-team</code> , 
                <code> ExplanationOfBenefit.coverage</code> , 
                <code> ExplanationOfBenefit.encounter</code> , 
                <code> ExplanationOfBenefit.payee</code> , 
                <code> ExplanationOfBenefit.provider</code> , 
                <code> ExplanationOfBenefit.patient</code> , 
                <code> ExplanationOfBenefit.detail-udi</code> , 
                <code> ExplanationOfBenefit.claim</code> , 
                <code> ExplanationOfBenefit.enterer</code> , 
                <code> ExplanationOfBenefit.procedure-udi</code> , 
                <code> ExplanationOfBenefit.subdetail-udi</code> , 
                <code> ExplanationOfBenefit.facility</code> , 
                <code> ExplanationOfBenefit.item-udi</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#FamilyMemberHistory1-63">FamilyMemberHistory</a> 
              </td> 
              <td> 
                <a href="familymemberhistory.html">http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, code, patient, sex, instantiates-canonical, instantiates-uri,
                 relationship, status</td> 
              <td> 
                <code> FamilyMemberHistory.patient</code> , 
                <code> FamilyMemberHistory.instantiates-canonical</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Flag1-64">Flag</a> 
              </td> 
              <td> 
                <a href="flag.html">http://hl7.org/fhir/StructureDefinition/Flag</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, author, patient, subject, encounter, category, status</td> 
              <td> 
                <code> Flag.author</code> , 
                <code> Flag.patient</code> , 
                <code> Flag.subject</code> , 
                <code> Flag.encounter</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#FormularyItem1-65">FormularyItem</a> 
              </td> 
              <td> 
                <a href="formularyitem.html">http://hl7.org/fhir/StructureDefinition/FormularyItem</a> 
              </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 class="text-center">y</td> 
              <td> identifier, code</td> 
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#GenomicStudy1-66">GenomicStudy</a> 
              </td> 
              <td> 
                <a href="genomicstudy.html">http://hl7.org/fhir/StructureDefinition/GenomicStudy</a> 
              </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 class="text-center">y</td> 
              <td> identifier, patient, subject, focus, status</td> 
              <td> 
                <code> GenomicStudy.patient</code> , 
                <code> GenomicStudy.subject</code> , 
                <code> GenomicStudy.focus</code> 
              </td> 
              <td> 
                <code> DiagnosticReport.study</code> , 
                <code> Observation.derived-from</code> , 
                <code> Observation.part-of</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Goal1-67">Goal</a> 
              </td> 
              <td> 
                <a href="goal.html">http://hl7.org/fhir/StructureDefinition/Goal</a> 
              </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 class="text-center">y</td> 
              <td> target-measure, identifier, addresses, lifecycle-status, achievement-status, patient,
                 subject, description, start-date, category, target-date</td> 
              <td> 
                <code> Goal.addresses</code> , 
                <code> Goal.patient</code> , 
                <code> Goal.subject</code> 
              </td> 
              <td> 
                <code> CarePlan.goal</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#GraphDefinition1-68">GraphDefinition</a> 
              </td> 
              <td> 
                <a href="graphdefinition.html">http://hl7.org/fhir/StructureDefinition/GraphDefinition</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, context-type-value, jurisdiction, start, description, context-type,
                 version, url, context-quantity, context, name, publisher, context-type-quantity,
                 status</td> 
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Group1-69">Group</a> 
              </td> 
              <td> 
                <a href="group.html">http://hl7.org/fhir/StructureDefinition/Group</a> 
              </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 class="text-center">y</td> 
              <td> identifier, managing-entity, code, membership, type, characteristic, url, characteristic-valu
                e, member, name, exclude, characteristic-reference, value, status</td> 
              <td> 
                <code> Group.managing-entity</code> , 
                <code> Group.member</code> , 
                <code> Group.characteristic-reference</code> 
              </td> 
              <td> 
                <code> AdverseEvent.subject</code> , 
                <code> AdverseEvent.patient</code> , 
                <code> Appointment.practitioner</code> , 
                <code> Appointment.subject</code> , 
                <code> Appointment.actor</code> , 
                <code> Appointment.patient</code> , 
                <code> Appointment.location</code> , 
                <code> Appointment.group</code> , 
                <code> AppointmentResponse.actor</code> , 
                <code> AppointmentResponse.practitioner</code> , 
                <code> AppointmentResponse.patient</code> , 
                <code> AppointmentResponse.location</code> , 
                <code> AppointmentResponse.group</code> , 
                <code> CarePlan.subject</code> , 
                <code> CarePlan.patient</code> , 
                <code> CareTeam.patient</code> , 
                <code> CareTeam.subject</code> , 
                <code> ChargeItem.subject</code> , 
                <code> ChargeItem.patient</code> , 
                <code> ClinicalImpression.patient</code> , 
                <code> ClinicalImpression.subject</code> , 
                <code> Communication.subject</code> , 
                <code> Communication.patient</code> , 
                <code> Communication.recipient</code> , 
                <code> CommunicationRequest.subject</code> , 
                <code> CommunicationRequest.patient</code> , 
                <code> CommunicationRequest.recipient</code> , 
                <code> Condition.subject</code> , 
                <code> Condition.patient</code> , 
                <code> Consent.subject</code> , 
                <code> Consent.actor</code> , 
                <code> Consent.patient</code> , 
                <code> DetectedIssue.subject</code> , 
                <code> DetectedIssue.patient</code> , 
                <code> DeviceAssociation.subject</code> , 
                <code> DeviceAssociation.patient</code> , 
                <code> DeviceRequest.subject</code> , 
                <code> DeviceRequest.patient</code> , 
                <code> DiagnosticReport.subject</code> , 
                <code> DiagnosticReport.patient</code> , 
                <code> Encounter.subject</code> , 
                <code> Encounter.participant</code> , 
                <code> Encounter.patient</code> , 
                <code> Encounter.practitioner</code> , 
                <code> EncounterHistory.patient</code> , 
                <code> EncounterHistory.subject</code> , 
                <code> EpisodeOfCare.subject</code> , 
                <code> EpisodeOfCare.patient</code> , 
                <code> Flag.patient</code> , 
                <code> Flag.subject</code> , 
                <code> GenomicStudy.patient</code> , 
                <code> GenomicStudy.subject</code> , 
                <code> Goal.patient</code> , 
                <code> Goal.subject</code> , 
                <code> Group.member</code> , 
                <code> GuidanceResponse.patient</code> , 
                <code> GuidanceResponse.subject</code> , 
                <code> ImagingSelection.subject</code> , 
                <code> ImagingSelection.patient</code> , 
                <code> ImagingStudy.subject</code> , 
                <code> ImagingStudy.patient</code> , 
                <code> Invoice.subject</code> , 
                <code> Invoice.patient</code> , 
                <code> MeasureReport.patient</code> , 
                <code> MeasureReport.subject</code> , 
                <code> MeasureReport.reporter</code> , 
                <code> MedicationAdministration.subject</code> , 
                <code> MedicationAdministration.patient</code> , 
                <code> MedicationDispense.subject</code> , 
                <code> MedicationDispense.patient</code> , 
                <code> MedicationRequest.subject</code> , 
                <code> MedicationRequest.patient</code> , 
                <code> MedicationStatement.patient</code> , 
                <code> MedicationStatement.subject</code> , 
                <code> NutritionIntake.patient</code> , 
                <code> NutritionIntake.subject</code> , 
                <code> NutritionIntake.source</code> , 
                <code> NutritionOrder.subject</code> , 
                <code> NutritionOrder.patient</code> , 
                <code> Observation.subject</code> , 
                <code> Observation.patient</code> , 
                <code> Observation.specimen</code> , 
                <code> Procedure.subject</code> , 
                <code> Procedure.patient</code> , 
                <code> Provenance.agent</code> , 
                <code> RequestOrchestration.subject</code> , 
                <code> RequestOrchestration.participant</code> , 
                <code> RequestOrchestration.patient</code> , 
                <code> ResearchStudy.eligibility</code> , 
                <code> ResearchSubject.subject</code> , 
                <code> ResearchSubject.patient</code> , 
                <code> RiskAssessment.patient</code> , 
                <code> RiskAssessment.subject</code> , 
                <code> ServiceRequest.subject</code> , 
                <code> ServiceRequest.patient</code> , 
                <code> Specimen.subject</code> , 
                <code> Specimen.patient</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#GuidanceResponse1-70">GuidanceResponse</a> 
              </td> 
              <td> 
                <a href="guidanceresponse.html">http://hl7.org/fhir/StructureDefinition/GuidanceResponse</a> 
              </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 class="text-center">y</td> 
              <td> identifier, request, patient, subject, status</td> 
              <td> 
                <code> GuidanceResponse.patient</code> , 
                <code> GuidanceResponse.subject</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#HealthcareService1-71">HealthcareService</a> 
              </td> 
              <td> 
                <a href="healthcareservice.html">http://hl7.org/fhir/StructureDefinition/HealthcareService</a> 
              </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 class="text-center">y</td> 
              <td> identifier, specialty, service-category, service-type, active, eligibility, program,
                 characteristic, endpoint, coverage-area, organization, offered-in, name, location,
                 communication</td> 
              <td> 
                <code> HealthcareService.endpoint</code> , 
                <code> HealthcareService.coverage-area</code> , 
                <code> HealthcareService.organization</code> , 
                <code> HealthcareService.offered-in</code> , 
                <code> HealthcareService.location</code> 
              </td> 
              <td> 
                <code> Account.patient</code> , 
                <code> Account.subject</code> , 
                <code> Appointment.practitioner</code> , 
                <code> Appointment.actor</code> , 
                <code> Appointment.patient</code> , 
                <code> Appointment.location</code> , 
                <code> Appointment.group</code> , 
                <code> AppointmentResponse.actor</code> , 
                <code> AppointmentResponse.practitioner</code> , 
                <code> AppointmentResponse.patient</code> , 
                <code> AppointmentResponse.location</code> , 
                <code> AppointmentResponse.group</code> , 
                <code> ChargeItem.performer-actor</code> , 
                <code> Communication.sender</code> , 
                <code> Communication.recipient</code> , 
                <code> CommunicationRequest.recipient</code> , 
                <code> CommunicationRequest.information-provider</code> , 
                <code> Consent.controller</code> , 
                <code> Consent.manager</code> , 
                <code> Consent.grantee</code> , 
                <code> Encounter.participant</code> , 
                <code> Encounter.practitioner</code> , 
                <code> Group.member</code> , 
                <code> HealthcareService.offered-in</code> , 
                <code> ImagingStudy.performer</code> , 
                <code> MeasureReport.patient</code> , 
                <code> MeasureReport.subject</code> , 
                <code> MedicationRequest.intended-performer</code> , 
                <code> OrganizationAffiliation.service</code> , 
                <code> PractitionerRole.service</code> , 
                <code> Procedure.performer</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.supplier</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ImagingSelection1-72">ImagingSelection</a> 
              </td> 
              <td> 
                <a href="imagingselection.html">http://hl7.org/fhir/StructureDefinition/ImagingSelection</a> 
              </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 class="text-center">y</td> 
              <td> identifier, body-structure, based-on, code, subject, patient, derived-from, issued,
                 category, body-site, study-uid, status</td> 
              <td> 
                <code> ImagingSelection.body-structure</code> , 
                <code> ImagingSelection.based-on</code> , 
                <code> ImagingSelection.subject</code> , 
                <code> ImagingSelection.patient</code> , 
                <code> ImagingSelection.derived-from</code> 
              </td> 
              <td> 
                <code> Observation.derived-from</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ImagingStudy1-73">ImagingStudy</a> 
              </td> 
              <td> 
                <a href="imagingstudy.html">http://hl7.org/fhir/StructureDefinition/ImagingStudy</a> 
              </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 class="text-center">y</td> 
              <td> identifier, dicom-class, instance, modality, performer, subject, started, encounter,
                 referrer, body-structure, endpoint, based-on, patient, series, reason-reference,
                 reason-concept, body-site, status</td> 
              <td> 
                <code> ImagingStudy.performer</code> , 
                <code> ImagingStudy.subject</code> , 
                <code> ImagingStudy.encounter</code> , 
                <code> ImagingStudy.referrer</code> , 
                <code> ImagingStudy.body-structure</code> , 
                <code> ImagingStudy.endpoint</code> , 
                <code> ImagingStudy.based-on</code> , 
                <code> ImagingStudy.patient</code> , 
                <code> ImagingStudy.reason-reference</code> 
              </td> 
              <td> 
                <code> DiagnosticReport.study</code> , 
                <code> ImagingSelection.derived-from</code> , 
                <code> Observation.derived-from</code> , 
                <code> Observation.part-of</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Immunization1-74">Immunization</a> 
              </td> 
              <td> 
                <a href="immunization.html">http://hl7.org/fhir/StructureDefinition/Immunization</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, performer, reaction, lot-number, status-reason, reason-code,
                 manufacturer, target-disease, patient, series, vaccine-code, reason-reference,
                 location, reaction-date, status</td> 
              <td> 
                <code> Immunization.performer</code> , 
                <code> Immunization.reaction</code> , 
                <code> Immunization.manufacturer</code> , 
                <code> Immunization.patient</code> , 
                <code> Immunization.reason-reference</code> , 
                <code> Immunization.location</code> 
              </td> 
              <td> 
                <code> ImmunizationEvaluation.immunization-event</code> , 
                <code> ImmunizationRecommendation.support</code> , 
                <code> Observation.part-of</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ImmunizationEvaluation1-75">ImmunizationEvaluation</a> 
              </td> 
              <td> 
                <a href="immunizationevaluation.html">http://hl7.org/fhir/StructureDefinition/ImmunizationEvaluation</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, target-disease, patient, dose-status, immunization-event, status</td> 
              <td> 
                <code> ImmunizationEvaluation.patient</code> , 
                <code> ImmunizationEvaluation.immunization-event</code> 
              </td> 
              <td> 
                <code> ImmunizationRecommendation.support</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ImmunizationRecommendation1-76">ImmunizationRecommendation</a> 
              </td> 
              <td> 
                <a href="immunizationrecommendation.html">http://hl7.org/fhir/StructureDefinition/ImmunizationRecommendation</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, target-disease, patient, vaccine-type, information, support,
                 status</td> 
              <td> 
                <code> ImmunizationRecommendation.patient</code> , 
                <code> ImmunizationRecommendation.information</code> , 
                <code> ImmunizationRecommendation.support</code> 
              </td> 
              <td> 
                <code> Appointment.based-on</code> , 
                <code> CarePlan.activity-reference</code> , 
                <code> Communication.based-on</code> , 
                <code> DiagnosticReport.based-on</code> , 
                <code> DocumentReference.based-on</code> , 
                <code> Encounter.based-on</code> , 
                <code> Observation.based-on</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ImplementationGuide1-77">ImplementationGuide</a> 
              </td> 
              <td> 
                <a href="implementationguide.html">http://hl7.org/fhir/StructureDefinition/ImplementationGuide</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, context-type-value, resource, jurisdiction, description, context-type,
                 experimental, global, title, version, url, context-quantity, depends-on, context,
                 name, publisher, context-type-quantity, status</td> 
              <td> 
                <code> ImplementationGuide.resource</code> , 
                <code> ImplementationGuide.global</code> , 
                <code> ImplementationGuide.depends-on</code> 
              </td> 
              <td> 
                <code> CapabilityStatement.guide</code> , 
                <code> ImplementationGuide.depends-on</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Ingredient1-78">Ingredient</a> 
              </td> 
              <td> 
                <a href="ingredient.html">http://hl7.org/fhir/StructureDefinition/Ingredient</a> 
              </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 class="text-center">y</td> 
              <td> identifier, role, substance, strength-concentration-ratio, for, substance-code,
                 strength-presentation-denominator, strength-concentration-quantity, manufacturer,
                 substance-definition, strength-concentration-denominator, strength-concentration-numerator,
                 function, strength-presentation-ratio, strength-presentation-numerator, strength-presentation
                -quantity, status</td> 
              <td> 
                <code> Ingredient.substance</code> , 
                <code> Ingredient.for</code> , 
                <code> Ingredient.manufacturer</code> , 
                <code> Ingredient.substance-definition</code> 
              </td> 
              <td> 
                <code> RegulatedAuthorization.subject</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#InsurancePlan1-79">InsurancePlan</a> 
              </td> 
              <td> 
                <a href="insuranceplan.html">http://hl7.org/fhir/StructureDefinition/InsurancePlan</a> 
              </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 class="text-center">y</td> 
              <td> identifier, product, coverage-area, type, network</td> 
              <td> 
                <code> InsurancePlan.product</code> , 
                <code> InsurancePlan.coverage-area</code> , 
                <code> InsurancePlan.network</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#InsuranceProduct1-80">InsuranceProduct</a> 
              </td> 
              <td> 
                <a href="insuranceproduct.html">http://hl7.org/fhir/StructureDefinition/InsuranceProduct</a> 
              </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 class="text-center">y</td> 
              <td> identifier, contact-address-state, owned-by, contact-address-postalcode, contact-address,
                 contact-address-city, type, administered-by, contact-address-country, endpoint,
                 contact-address-use, phonetic, name, status</td> 
              <td> 
                <code> InsuranceProduct.owned-by</code> , 
                <code> InsuranceProduct.administered-by</code> , 
                <code> InsuranceProduct.endpoint</code> 
              </td> 
              <td> 
                <code> InsurancePlan.product</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#InventoryItem1-81">InventoryItem</a> 
              </td> 
              <td> 
                <a href="inventoryitem.html">http://hl7.org/fhir/StructureDefinition/InventoryItem</a> 
              </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 class="text-center">y</td> 
              <td> identifier, code, subject, status</td> 
              <td> 
                <code> InventoryItem.subject</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#InventoryReport1-82">InventoryReport</a> 
              </td> 
              <td> 
                <a href="inventoryreport.html">http://hl7.org/fhir/StructureDefinition/InventoryReport</a> 
              </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 class="text-center">y</td> 
              <td> item-reference, identifier, item, status</td> 
              <td> 
                <code> InventoryReport.item-reference</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Invoice1-83">Invoice</a> 
              </td> 
              <td> 
                <a href="invoice.html">http://hl7.org/fhir/StructureDefinition/Invoice</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, totalgross, participant-role, subject, type, issuer, participant,
                 totalnet, patient, recipient, account, status</td> 
              <td> 
                <code> Invoice.subject</code> , 
                <code> Invoice.issuer</code> , 
                <code> Invoice.participant</code> , 
                <code> Invoice.patient</code> , 
                <code> Invoice.recipient</code> , 
                <code> Invoice.account</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Library1-84">Library</a> 
              </td> 
              <td> 
                <a href="library.html">http://hl7.org/fhir/StructureDefinition/Library</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, successor, context-type-value, jurisdiction, derived-from, description,
                 context-type, predecessor, composed-of, title, type, version, url, context-quantity,
                 depends-on, effective, context, name, publisher, topic, content-type, context-type-quantity,
                 status</td> 
              <td> 
                <code> Library.successor</code> , 
                <code> Library.derived-from</code> , 
                <code> Library.predecessor</code> , 
                <code> Library.composed-of</code> , 
                <code> Library.depends-on</code> 
              </td> 
              <td> 
                <code> ActivityDefinition.depends-on</code> , 
                <code> Measure.depends-on</code> , 
                <code> PlanDefinition.depends-on</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Linkage1-85">Linkage</a> 
              </td> 
              <td> 
                <a href="linkage.html">http://hl7.org/fhir/StructureDefinition/Linkage</a> 
              </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 class="text-center">y</td> 
              <td> item, author, source</td> 
              <td> 
                <code> Linkage.item</code> , 
                <code> Linkage.author</code> , 
                <code> Linkage.source</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#List1-86">List</a> 
              </td> 
              <td> 
                <a href="list.html">http://hl7.org/fhir/StructureDefinition/List</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, empty-reason, item, code, notes, patient, subject, encounter,
                 source, title, status</td> 
              <td> 
                <code> List.item</code> , 
                <code> List.patient</code> , 
                <code> List.subject</code> , 
                <code> List.encounter</code> , 
                <code> List.source</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Location1-87">Location</a> 
              </td> 
              <td> 
                <a href="location.html">http://hl7.org/fhir/StructureDefinition/Location</a> 
              </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 class="text-center">y</td> 
              <td> identifier, partof, address, address-state, operational-status, type, address-postalcode,
                 characteristic, address-country, mode, endpoint, contains, organization, address-use,
                 name, near, address-city, status</td> 
              <td> 
                <code> Location.partof</code> , 
                <code> Location.endpoint</code> , 
                <code> Location.organization</code> 
              </td> 
              <td> 
                <code> Account.patient</code> , 
                <code> Account.subject</code> , 
                <code> AdverseEvent.location</code> , 
                <code> Appointment.practitioner</code> , 
                <code> Appointment.actor</code> , 
                <code> Appointment.patient</code> , 
                <code> Appointment.location</code> , 
                <code> Appointment.group</code> , 
                <code> AppointmentResponse.actor</code> , 
                <code> AppointmentResponse.practitioner</code> , 
                <code> AppointmentResponse.patient</code> , 
                <code> AppointmentResponse.location</code> , 
                <code> AppointmentResponse.group</code> , 
                <code> Claim.facility</code> , 
                <code> Communication.recipient</code> , 
                <code> Contract.domain</code> , 
                <code> CoverageEligibilityRequest.facility</code> , 
                <code> DetectedIssue.subject</code> , 
                <code> DetectedIssue.patient</code> , 
                <code> Device.location</code> , 
                <code> DeviceRequest.subject</code> , 
                <code> DeviceRequest.patient</code> , 
                <code> DiagnosticReport.subject</code> , 
                <code> DiagnosticReport.patient</code> , 
                <code> Encounter.location</code> , 
                <code> ExplanationOfBenefit.facility</code> , 
                <code> Flag.patient</code> , 
                <code> Flag.subject</code> , 
                <code> Group.member</code> , 
                <code> HealthcareService.coverage-area</code> , 
                <code> HealthcareService.location</code> , 
                <code> Immunization.location</code> , 
                <code> InsurancePlan.coverage-area</code> , 
                <code> Location.partof</code> , 
                <code> MeasureReport.patient</code> , 
                <code> MeasureReport.subject</code> , 
                <code> MeasureReport.location</code> , 
                <code> MedicationDispense.receiver</code> , 
                <code> MedicationDispense.destination</code> , 
                <code> MedicationDispense.location</code> , 
                <code> Observation.subject</code> , 
                <code> Observation.patient</code> , 
                <code> OrganizationAffiliation.location</code> , 
                <code> PractitionerRole.location</code> , 
                <code> Procedure.subject</code> , 
                <code> Procedure.patient</code> , 
                <code> Procedure.location</code> , 
                <code> Provenance.location</code> , 
                <code> RegulatedAuthorization.subject</code> , 
                <code> RequestOrchestration.subject</code> , 
                <code> RequestOrchestration.participant</code> , 
                <code> RequestOrchestration.patient</code> , 
                <code> ResearchStudy.site</code> , 
                <code> Schedule.actor</code> , 
                <code> ServiceRequest.subject</code> , 
                <code> ServiceRequest.patient</code> , 
                <code> Specimen.subject</code> , 
                <code> Specimen.patient</code> , 
                <code> SupplyRequest.subject</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ManufacturedItemDefinition1-88">ManufacturedItemDefinition</a> 
              </td> 
              <td> 
                <a href="manufactureditemdefinition.html">http://hl7.org/fhir/StructureDefinition/ManufacturedItemDefinition</a> 
              </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 class="text-center">y</td> 
              <td> identifier, ingredient, name, dose-form, status</td> 
              <td/>  
              <td> 
                <code> AdministrableProductDefinition.manufactured-item</code> , 
                <code> Ingredient.for</code> , 
                <code> RegulatedAuthorization.subject</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Measure1-89">Measure</a> 
              </td> 
              <td> 
                <a href="measure.html">http://hl7.org/fhir/StructureDefinition/Measure</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, successor, context-type-value, 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> Measure.successor</code> , 
                <code> Measure.derived-from</code> , 
                <code> Measure.predecessor</code> , 
                <code> Measure.composed-of</code> , 
                <code> Measure.depends-on</code> 
              </td> 
              <td> 
                <code> CarePlan.instantiates-canonical</code> , 
                <code> Communication.instantiates-canonical</code> , 
                <code> FamilyMemberHistory.instantiates-canonical</code> , 
                <code> MeasureReport.measure</code> , 
                <code> Procedure.instantiates-canonical</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#MeasureReport1-90">MeasureReport</a> 
              </td> 
              <td> 
                <a href="measurereport.html">http://hl7.org/fhir/StructureDefinition/MeasureReport</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, period, measure, patient, subject, reporter, location, evaluated-resource,
                 status</td> 
              <td> 
                <code> MeasureReport.measure</code> , 
                <code> MeasureReport.patient</code> , 
                <code> MeasureReport.subject</code> , 
                <code> MeasureReport.reporter</code> , 
                <code> MeasureReport.location</code> , 
                <code> MeasureReport.evaluated-resource</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Medication1-91">Medication</a> 
              </td> 
              <td> 
                <a href="medication.html">http://hl7.org/fhir/StructureDefinition/Medication</a> 
              </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 class="text-center">y</td> 
              <td> ingredient-code, identifier, code, ingredient, form, lot-number, serial-number,
                 expiration-date, marketingauthorizationholder, status</td> 
              <td> 
                <code> Medication.ingredient</code> , 
                <code> Medication.marketingauthorizationholder</code> 
              </td> 
              <td> 
                <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> Flag.patient</code> , 
                <code> Flag.subject</code> , 
                <code> ImagingSelection.subject</code> , 
                <code> ImagingSelection.patient</code> , 
                <code> Observation.subject</code> , 
                <code> Observation.patient</code> , 
                <code> ResearchSubject.subject</code> , 
                <code> ResearchSubject.patient</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#MedicationAdministration1-92">MedicationAdministration</a> 
              </td> 
              <td> 
                <a href="medicationadministration.html">http://hl7.org/fhir/StructureDefinition/MedicationAdministration</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, request, code, performer, performer-device-code, subject, medication,
                 reason-given, encounter, reason-given-code, patient, reason-not-given, device,
                 status</td> 
              <td> 
                <code> MedicationAdministration.request</code> , 
                <code> MedicationAdministration.performer</code> , 
                <code> MedicationAdministration.subject</code> , 
                <code> MedicationAdministration.medication</code> , 
                <code> MedicationAdministration.reason-given</code> , 
                <code> MedicationAdministration.encounter</code> , 
                <code> MedicationAdministration.patient</code> , 
                <code> MedicationAdministration.device</code> 
              </td> 
              <td> 
                <code> Observation.part-of</code> , 
                <code> Procedure.part-of</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#MedicationDispense1-93">MedicationDispense</a> 
              </td> 
              <td> 
                <a href="medicationdispense.html">http://hl7.org/fhir/StructureDefinition/MedicationDispense</a> 
              </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 class="text-center">y</td> 
              <td> identifier, code, performer, receiver, subject, destination, medication, responsibleparty,
                 encounter, type, recorded, whenhandedover, whenprepared, prescription, patient,
                 location, status</td> 
              <td> 
                <code> MedicationDispense.performer</code> , 
                <code> MedicationDispense.receiver</code> , 
                <code> MedicationDispense.subject</code> , 
                <code> MedicationDispense.destination</code> , 
                <code> MedicationDispense.medication</code> , 
                <code> MedicationDispense.responsibleparty</code> , 
                <code> MedicationDispense.encounter</code> , 
                <code> MedicationDispense.prescription</code> , 
                <code> MedicationDispense.patient</code> , 
                <code> MedicationDispense.location</code> 
              </td> 
              <td> 
                <code> Observation.part-of</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#MedicationKnowledge1-94">MedicationKnowledge</a> 
              </td> 
              <td> 
                <a href="medicationknowledge.html">http://hl7.org/fhir/StructureDefinition/MedicationKnowledge</a> 
              </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 class="text-center">y</td> 
              <td> product-type, identifier, code, ingredient, doseform, classification-type, monograph-type,
                 classification, ingredient-code, packaging-cost-concept, source-cost, monitoring-program-name
                , monograph, monitoring-program-type, packaging-cost, status</td> 
              <td> 
                <code> MedicationKnowledge.ingredient</code> , 
                <code> MedicationKnowledge.monograph</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#MedicationRequest1-95">MedicationRequest</a> 
              </td> 
              <td> 
                <a href="medicationrequest.html">http://hl7.org/fhir/StructureDefinition/MedicationRequest</a> 
              </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 class="text-center">y</td> 
              <td> requester, identifier, intended-dispenser, authoredon, code, combo-date, subject,
                 medication, encounter, priority, intent, group-identifier, intended-performer,
                 patient, intended-performertype, category, status</td> 
              <td> 
                <code> MedicationRequest.requester</code> , 
                <code> MedicationRequest.intended-dispenser</code> , 
                <code> MedicationRequest.subject</code> , 
                <code> MedicationRequest.medication</code> , 
                <code> MedicationRequest.encounter</code> , 
                <code> MedicationRequest.intended-performer</code> , 
                <code> MedicationRequest.patient</code> 
              </td> 
              <td> 
                <code> Appointment.based-on</code> , 
                <code> CarePlan.activity-reference</code> , 
                <code> Communication.based-on</code> , 
                <code> DiagnosticReport.based-on</code> , 
                <code> DocumentReference.based-on</code> , 
                <code> Encounter.based-on</code> , 
                <code> Goal.addresses</code> , 
                <code> MedicationAdministration.request</code> , 
                <code> MedicationDispense.prescription</code> , 
                <code> Observation.based-on</code> , 
                <code> Procedure.based-on</code> , 
                <code> ServiceRequest.based-on</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#MedicationStatement1-96">MedicationStatement</a> 
              </td> 
              <td> 
                <a href="medicationstatement.html">http://hl7.org/fhir/StructureDefinition/MedicationStatement</a> 
              </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 class="text-center">y</td> 
              <td> effective, identifier, code, adherence, patient, subject, medication, encounter,
                 source, category, status</td> 
              <td> 
                <code> MedicationStatement.patient</code> , 
                <code> MedicationStatement.subject</code> , 
                <code> MedicationStatement.medication</code> , 
                <code> MedicationStatement.encounter</code> , 
                <code> MedicationStatement.source</code> 
              </td> 
              <td> 
                <code> Goal.addresses</code> , 
                <code> Observation.part-of</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#MedicinalProductDefinition1-97">MedicinalProductDefinition</a> 
              </td> 
              <td> 
                <a href="medicinalproductdefinition.html">http://hl7.org/fhir/StructureDefinition/MedicinalProductDefinition</a> 
              </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 class="text-center">y</td> 
              <td> identifier, ingredient, master-file, contact, domain, name, name-language, type,
                 characteristic, characteristic-type, product-classification, status</td> 
              <td> 
                <code> MedicinalProductDefinition.master-file</code> , 
                <code> MedicinalProductDefinition.contact</code> 
              </td> 
              <td> 
                <code> AdministrableProductDefinition.form-of</code> , 
                <code> ClinicalUseDefinition.product</code> , 
                <code> ClinicalUseDefinition.subject</code> , 
                <code> Ingredient.for</code> , 
                <code> PackagedProductDefinition.package-for</code> , 
                <code> RegulatedAuthorization.subject</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#MessageDefinition1-98">MessageDefinition</a> 
              </td> 
              <td> 
                <a href="messagedefinition.html">http://hl7.org/fhir/StructureDefinition/MessageDefinition</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, context-type-value, jurisdiction, description, focus, context-type,
                 title, version, url, context-quantity, context, name, publisher, category, event,
                 context-type-quantity, status</td> 
              <td/>  
              <td> 
                <code> PlanDefinition.definition</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#MessageHeader1-99">MessageHeader</a> 
              </td> 
              <td> 
                <a href="messageheader.html">http://hl7.org/fhir/StructureDefinition/MessageHeader</a> 
              </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 class="text-center">y</td> 
              <td> code, receiver, sender, destination, focus, response-id, source, event</td> 
              <td> 
                <code> MessageHeader.receiver</code> , 
                <code> MessageHeader.sender</code> , 
                <code> MessageHeader.focus</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#MolecularDefinition1-100">MolecularDefinition</a> 
              </td> 
              <td> 
                <a href="moleculardefinition.html">http://hl7.org/fhir/StructureDefinition/MolecularDefinition</a> 
              </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 class="text-center">y</td> 
              <td> identifier, type</td> 
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#MolecularSequence1-101">MolecularSequence</a> 
              </td> 
              <td> 
                <a href="molecularsequence.html">http://hl7.org/fhir/StructureDefinition/MolecularSequence</a> 
              </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 class="text-center">y</td> 
              <td> identifier, type</td> 
              <td/>  
              <td> 
                <code> Observation.derived-from</code> , 
                <code> Observation.component-value-canonical</code> , 
                <code> Observation.has-member</code> , 
                <code> Observation.value-reference</code> , 
                <code> Observation.component-value-reference</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#NamingSystem1-102">NamingSystem</a> 
              </td> 
              <td> 
                <a href="namingsystem.html">http://hl7.org/fhir/StructureDefinition/NamingSystem</a> 
              </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 class="text-center">y</td> 
              <td> date, context-type-value, jurisdiction, description, derived-from, context-type,
                 predecessor, type, context-quantity, effective, contact, responsible, context,
                 telecom, value, context-type-quantity, identifier, period, kind, version, url,
                 id-type, name, publisher, topic, status</td> 
              <td> 
                <code> NamingSystem.derived-from</code> , 
                <code> NamingSystem.predecessor</code> 
              </td> 
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#NutritionIntake1-103">NutritionIntake</a> 
              </td> 
              <td> 
                <a href="nutritionintake.html">http://hl7.org/fhir/StructureDefinition/NutritionIntake</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, nutrition, code, patient, subject, encounter, source, status</td> 
              <td> 
                <code> NutritionIntake.patient</code> , 
                <code> NutritionIntake.subject</code> , 
                <code> NutritionIntake.encounter</code> , 
                <code> NutritionIntake.source</code> 
              </td> 
              <td> 
                <code> Goal.addresses</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#NutritionOrder1-104">NutritionOrder</a> 
              </td> 
              <td> 
                <a href="nutritionorder.html">http://hl7.org/fhir/StructureDefinition/NutritionOrder</a> 
              </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 class="text-center">y</td> 
              <td> identifier, group-identifier, datetime, provider, subject, patient, supplement,
                 formula, encounter, oraldiet, additive, status</td> 
              <td> 
                <code> NutritionOrder.provider</code> , 
                <code> NutritionOrder.subject</code> , 
                <code> NutritionOrder.patient</code> , 
                <code> NutritionOrder.encounter</code> 
              </td> 
              <td> 
                <code> Appointment.based-on</code> , 
                <code> CarePlan.activity-reference</code> , 
                <code> CarePlan.based-on</code> , 
                <code> Communication.based-on</code> , 
                <code> DiagnosticReport.based-on</code> , 
                <code> DocumentReference.based-on</code> , 
                <code> Encounter.based-on</code> , 
                <code> Goal.addresses</code> , 
                <code> Observation.based-on</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#NutritionProduct1-105">NutritionProduct</a> 
              </td> 
              <td> 
                <a href="nutritionproduct.html">http://hl7.org/fhir/StructureDefinition/NutritionProduct</a> 
              </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 class="text-center">y</td> 
              <td> identifier, code, lot-number, serial-number, status</td> 
              <td/>  
              <td> 
                <code> ClinicalUseDefinition.product</code> , 
                <code> ClinicalUseDefinition.subject</code> , 
                <code> DetectedIssue.subject</code> , 
                <code> DetectedIssue.patient</code> , 
                <code> GenomicStudy.patient</code> , 
                <code> GenomicStudy.subject</code> , 
                <code> Observation.subject</code> , 
                <code> Observation.patient</code> , 
                <code> RegulatedAuthorization.subject</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Observation1-106">Observation</a> 
              </td> 
              <td> 
                <a href="observation.html">http://hl7.org/fhir/StructureDefinition/Observation</a> 
              </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 class="text-center">y</td> 
              <td> date, combo-data-absent-reason, code, combo-code-value-quantity, component-data-absent-reason
                , subject, value-concept, value-date, derived-from, focus, part-of, component-value-canonical,
                 has-member, value-reference, combo-interpretation, code-value-string, component-code-value-qu
                antity, based-on, component-interpretation, code-value-date, patient, specimen,
                 code-value-quantity, component-code, combo-code-value-concept, value-string, identifier,
                 component-value-reference, performer, combo-code, method, value-quantity, component-value-qua
                ntity, data-absent-reason, combo-value-quantity, encounter, code-value-concept,
                 interpretation, component-code-value-concept, component-value-concept, category,
                 device, combo-value-concept, value-canonical, status</td> 
              <td> 
                <code> Observation.subject</code> , 
                <code> Observation.derived-from</code> , 
                <code> Observation.focus</code> , 
                <code> Observation.part-of</code> , 
                <code> Observation.component-value-canonical</code> , 
                <code> Observation.has-member</code> , 
                <code> Observation.value-reference</code> , 
                <code> Observation.based-on</code> , 
                <code> Observation.patient</code> , 
                <code> Observation.specimen</code> , 
                <code> Observation.component-value-reference</code> , 
                <code> Observation.performer</code> , 
                <code> Observation.encounter</code> , 
                <code> Observation.device</code> 
              </td> 
              <td> 
                <code> AdverseEvent.resultingeffect</code> , 
                <code> DeviceAlert.derived-from</code> , 
                <code> DiagnosticReport.result</code> , 
                <code> Goal.addresses</code> , 
                <code> Observation.derived-from</code> , 
                <code> Observation.has-member</code> , 
                <code> Procedure.part-of</code> , 
                <code> QuestionnaireResponse.part-of</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#ObservationDefinition1-107">ObservationDefinition</a> 
              </td> 
              <td> 
                <a href="observationdefinition.html">http://hl7.org/fhir/StructureDefinition/ObservationDefinition</a> 
              </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 class="text-center">y</td> 
              <td> identifier, code, method, experimental, category, title, url, status</td> 
              <td/>  
              <td> 
                <code> PlanDefinition.definition</code> , 
                <code> RegulatedAuthorization.subject</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#OperationDefinition1-108">OperationDefinition</a> 
              </td> 
              <td> 
                <a href="operationdefinition.html">http://hl7.org/fhir/StructureDefinition/OperationDefinition</a> 
              </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 class="text-center">y</td> 
              <td> date, identifier, code, instance, context-type-value, kind, jurisdiction, description,
                 context-type, title, type, version, url, context-quantity, input-profile, output-profile,
                 system, context, name, publisher, context-type-quantity, base, status</td> 
              <td> 
                <code> OperationDefinition.input-profile</code> , 
                <code> OperationDefinition.output-profile</code> , 
                <code> OperationDefinition.base</code> 
              </td> 
              <td> 
                <code> CarePlan.instantiates-canonical</code> , 
                <code> Communication.instantiates-canonical</code> , 
                <code> FamilyMemberHistory.instantiates-canonical</code> , 
                <code> OperationDefinition.base</code> , 
                <code> Procedure.instantiates-canonical</code> 
              </td> 
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#OperationOutcome1-109">OperationOutcome</a> 
              </td> 
              <td> 
                <a href="operationoutcome.html">http://hl7.org/fhir/StructureDefinition/OperationOutcome</a> 
              </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 class="text-center">y</td> 
              <td/>  
              <td/>  
              <td/>  
              <td/>  
            </tr> 
            <tr> 
              <td> 
                <a href="#Organization1-110">Organization</a> 
              </td> 
              <td> 
                <a href="organization.html">http://hl7.org/fhir/StructureDefinition/Organization</a> 
              </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 class="text-center">y</td> 
              <td> identifier, partof, address, address-state, active, type, address-postalcode, address-country
                , endpoint, phonetic, address-use, name, address-city</td> 
              <td> 
                <code> Organization.partof</code> , 
                <code> Organization.endpoint</code> 
              </td> 
              <td> 
                <code> Account.owner</code> , 
                <code> Account.patient</code> , 
                <code> Account.subject</code> , 
                <code> Account.guarantor</code> , 
                <code> AuditEvent.agent</code> , 
                <code> AuditEvent.source</